Activity log for bug #1826203

Date Who What changed Old value New value Message
2019-04-24 12:24:45 hshtel bug added bug
2019-04-24 12:24:45 hshtel attachment added used openstack bundle https://bugs.launchpad.net/bugs/1826203/+attachment/5258586/+files/bundle-test-2.yaml
2019-04-24 12:28:31 hshtel description I am trying to deploy openstack base bundle with juju/maas. as described in this blog http://blog.naydenov.net/2015/11/deploying-openstack-on-maas-1-9-with-juju-network-setup/ please check below from my test and advise what is wrong? all the the lxd machines that juju create are down with this error: ``` cannot start instance for machine "2/lxd/2": acquiring LXD image: no matching image found ``` juju debug-log has these errors related to DNS which I think is the cause to my problem: ``` machine-1: 09:39:24 WARNING juju.provisioner no name servers supplied by provider, using host's name servers. machine-1: 09:39:24 WARNING juju.provisioner no search domains supplied by provider, using host's search domains. machine-1: 09:39:24 WARNING juju.provisioner incomplete DNS config found, discovering host's DNS config machine-0: 09:39:43 WARNING juju.provisioner failed to start machine 0/lxd/2 (acquiring LXD image: no matching image found), retrying in 10s (7 more attempts) ``` below is my environment: juju version: 2.5.4-bionic-amd64 MAAS version: 2.5.2 openstack nodes are VMs on ESXi6.5 and all vSwitch were configured to allow Allow promiscuous mode, forged transmits and MAC changes. maas network interface configuration: ``` source /etc/network/interfaces.d/* auto lo iface lo inet loopback auto ens34 iface ens34 inet static address 10.205.58.28 netmask 255.255.255.224 network 10.205.58.0 broadcast 10.205.58.31 # gateway 10.205.58.30 # dns-nameservers 10.205.58.28 dns-search maas auto ens33 iface ens33 inet static address 172.1.1.28 netmask 255.255.255.0 network 172.1.1.0 broadcast 172.1.1.255 gateway 172.1.1.27 dns-nameservers 8.8.8.8 dns-search maas # for Admin-api auto ens37 iface ens37 inet static address 192.168.10.1 netmask 255.255.255.0 network 192.168.10.0 broadcast 192.168.10.255 # gateway 192.168.10.2 dns-nameservers 192.168.10.1 dns-search maas # for Compute-external auto ens38 iface ens38 inet static address 192.168.40.1 netmask 255.255.255.0 network 192.168.40.0 broadcast 192.168.10.255 # gateway 192.168.40.2 dns-nameservers 192.168.40.1 dns-search maas # for Compute-data auto ens39 iface ens39 inet static address 192.168.50.1 netmask 255.255.255.0 network 192.168.50.0 broadcast 192.168.50.255 # gateway 192.168.50.2 dns-nameservers 192.168.50.1 dns-search maas # for Storage-cluster auto ens40 iface ens40 inet static address 192.168.70.1 netmask 255.255.255.0 network 192.168.70.0 broadcast 192.168.70.255 # gateway 192.168.50.2 dns-nameservers 192.168.70.1 dns-search maas # for Storage-data auto ens41 iface ens41 inet static address 192.168.60.1 netmask 255.255.255.0 network 192.168.60.0 broadcast 192.168.60.255 # gateway 192.168.50.2 dns-nameservers 192.168.60.1 dns-search maas # for Public-api auto ens42 iface ens42 inet static address 192.168.30.1 netmask 255.255.255.0 network 192.168.30.0 broadcast 192.168.30.255 # gateway 192.168.50.2 dns-nameservers 192.168.30.1 dns-search maas # for Internal-api auto ens43 iface ens43 inet static address 192.168.20.1 netmask 255.255.255.0 network 192.168.20.0 broadcast 192.168.20.255 # gateway 192.168.50.2 dns-nameservers 192.168.20.1 dns-search maas up route add -net 10.32.245.0 netmask 255.255.255.0 gw 10.205.58.1 ``` and below is the description for each fabric from MAAS GUI: it seems from maas GUI for each machine that the containers were assigned IP address from corresponding space: containers from maas gui I am trying to deploy openstack base bundle with juju/maas. as described in this blog http://blog.naydenov.net/2015/11/deploying-openstack-on-maas-1-9-with-juju-network-setup/ please check below from my test and advise what is wrong? all the the lxd machines that juju create are down with this error: ``` cannot start instance for machine "2/lxd/2": acquiring LXD image: no matching image found ``` juju debug-log has these errors related to DNS which I think is the cause to my problem: ``` machine-1: 09:39:24 WARNING juju.provisioner no name servers supplied by provider, using host's name servers. machine-1: 09:39:24 WARNING juju.provisioner no search domains supplied by provider, using host's search domains. machine-1: 09:39:24 WARNING juju.provisioner incomplete DNS config found, discovering host's DNS config machine-0: 09:39:43 WARNING juju.provisioner failed to start machine 0/lxd/2 (acquiring LXD image: no matching image found), retrying in 10s (7 more attempts) ``` below is my environment: juju version: 2.5.4-bionic-amd64 MAAS version: 2.5.2 openstack nodes are VMs on ESXi6.5 and all vSwitch were configured to allow Allow promiscuous mode, forged transmits and MAC changes. maas network interface configuration: ``` source /etc/network/interfaces.d/* auto lo iface lo inet loopback auto ens34 iface ens34 inet static         address 10.205.58.28         netmask 255.255.255.224         network 10.205.58.0         broadcast 10.205.58.31 # gateway 10.205.58.30 # dns-nameservers 10.205.58.28         dns-search maas # for PXE boot and has net access auto ens33 iface ens33 inet static         address 172.1.1.28         netmask 255.255.255.0         network 172.1.1.0         broadcast 172.1.1.255         gateway 172.1.1.27         dns-nameservers 8.8.8.8         dns-search maas # for Admin-api auto ens37 iface ens37 inet static         address 192.168.10.1         netmask 255.255.255.0         network 192.168.10.0         broadcast 192.168.10.255 # gateway 192.168.10.2         dns-nameservers 192.168.10.1         dns-search maas # for Compute-external auto ens38 iface ens38 inet static         address 192.168.40.1         netmask 255.255.255.0         network 192.168.40.0         broadcast 192.168.10.255 # gateway 192.168.40.2         dns-nameservers 192.168.40.1         dns-search maas # for Compute-data auto ens39 iface ens39 inet static         address 192.168.50.1         netmask 255.255.255.0         network 192.168.50.0         broadcast 192.168.50.255 # gateway 192.168.50.2         dns-nameservers 192.168.50.1         dns-search maas # for Storage-cluster auto ens40 iface ens40 inet static         address 192.168.70.1         netmask 255.255.255.0         network 192.168.70.0         broadcast 192.168.70.255 # gateway 192.168.50.2         dns-nameservers 192.168.70.1         dns-search maas # for Storage-data auto ens41 iface ens41 inet static         address 192.168.60.1         netmask 255.255.255.0         network 192.168.60.0         broadcast 192.168.60.255 # gateway 192.168.50.2         dns-nameservers 192.168.60.1         dns-search maas # for Public-api auto ens42 iface ens42 inet static         address 192.168.30.1         netmask 255.255.255.0         network 192.168.30.0         broadcast 192.168.30.255 # gateway 192.168.50.2         dns-nameservers 192.168.30.1         dns-search maas # for Internal-api auto ens43 iface ens43 inet static         address 192.168.20.1         netmask 255.255.255.0         network 192.168.20.0         broadcast 192.168.20.255 # gateway 192.168.50.2         dns-nameservers 192.168.20.1         dns-search maas up route add -net 10.32.245.0 netmask 255.255.255.0 gw 10.205.58.1 ``` and below is the description for each fabric from MAAS GUI: it seems from maas GUI for each machine that the containers were assigned IP address from corresponding space: containers from maas gui
2019-04-24 12:30:30 hshtel attachment added maas interface configuratin https://bugs.launchpad.net/juju/+bug/1826203/+attachment/5258587/+files/maas%20interface%20file.txt
2019-04-24 12:33:24 hshtel description I am trying to deploy openstack base bundle with juju/maas. as described in this blog http://blog.naydenov.net/2015/11/deploying-openstack-on-maas-1-9-with-juju-network-setup/ please check below from my test and advise what is wrong? all the the lxd machines that juju create are down with this error: ``` cannot start instance for machine "2/lxd/2": acquiring LXD image: no matching image found ``` juju debug-log has these errors related to DNS which I think is the cause to my problem: ``` machine-1: 09:39:24 WARNING juju.provisioner no name servers supplied by provider, using host's name servers. machine-1: 09:39:24 WARNING juju.provisioner no search domains supplied by provider, using host's search domains. machine-1: 09:39:24 WARNING juju.provisioner incomplete DNS config found, discovering host's DNS config machine-0: 09:39:43 WARNING juju.provisioner failed to start machine 0/lxd/2 (acquiring LXD image: no matching image found), retrying in 10s (7 more attempts) ``` below is my environment: juju version: 2.5.4-bionic-amd64 MAAS version: 2.5.2 openstack nodes are VMs on ESXi6.5 and all vSwitch were configured to allow Allow promiscuous mode, forged transmits and MAC changes. maas network interface configuration: ``` source /etc/network/interfaces.d/* auto lo iface lo inet loopback auto ens34 iface ens34 inet static         address 10.205.58.28         netmask 255.255.255.224         network 10.205.58.0         broadcast 10.205.58.31 # gateway 10.205.58.30 # dns-nameservers 10.205.58.28         dns-search maas # for PXE boot and has net access auto ens33 iface ens33 inet static         address 172.1.1.28         netmask 255.255.255.0         network 172.1.1.0         broadcast 172.1.1.255         gateway 172.1.1.27         dns-nameservers 8.8.8.8         dns-search maas # for Admin-api auto ens37 iface ens37 inet static         address 192.168.10.1         netmask 255.255.255.0         network 192.168.10.0         broadcast 192.168.10.255 # gateway 192.168.10.2         dns-nameservers 192.168.10.1         dns-search maas # for Compute-external auto ens38 iface ens38 inet static         address 192.168.40.1         netmask 255.255.255.0         network 192.168.40.0         broadcast 192.168.10.255 # gateway 192.168.40.2         dns-nameservers 192.168.40.1         dns-search maas # for Compute-data auto ens39 iface ens39 inet static         address 192.168.50.1         netmask 255.255.255.0         network 192.168.50.0         broadcast 192.168.50.255 # gateway 192.168.50.2         dns-nameservers 192.168.50.1         dns-search maas # for Storage-cluster auto ens40 iface ens40 inet static         address 192.168.70.1         netmask 255.255.255.0         network 192.168.70.0         broadcast 192.168.70.255 # gateway 192.168.50.2         dns-nameservers 192.168.70.1         dns-search maas # for Storage-data auto ens41 iface ens41 inet static         address 192.168.60.1         netmask 255.255.255.0         network 192.168.60.0         broadcast 192.168.60.255 # gateway 192.168.50.2         dns-nameservers 192.168.60.1         dns-search maas # for Public-api auto ens42 iface ens42 inet static         address 192.168.30.1         netmask 255.255.255.0         network 192.168.30.0         broadcast 192.168.30.255 # gateway 192.168.50.2         dns-nameservers 192.168.30.1         dns-search maas # for Internal-api auto ens43 iface ens43 inet static         address 192.168.20.1         netmask 255.255.255.0         network 192.168.20.0         broadcast 192.168.20.255 # gateway 192.168.50.2         dns-nameservers 192.168.20.1         dns-search maas up route add -net 10.32.245.0 netmask 255.255.255.0 gw 10.205.58.1 ``` and below is the description for each fabric from MAAS GUI: it seems from maas GUI for each machine that the containers were assigned IP address from corresponding space: containers from maas gui I am trying to deploy openstack base bundle with juju/maas. as described in this blog http://blog.naydenov.net/2015/11/deploying-openstack-on-maas-1-9-with-juju-network-setup/ please check below from my test and advise what is wrong? all the the lxd machines that juju create are down with this error: ``` cannot start instance for machine "2/lxd/2": acquiring LXD image: no matching image found ``` juju debug-log has these errors related to DNS which I think is the cause to my problem: ``` machine-1: 09:39:24 WARNING juju.provisioner no name servers supplied by provider, using host's name servers. machine-1: 09:39:24 WARNING juju.provisioner no search domains supplied by provider, using host's search domains. machine-1: 09:39:24 WARNING juju.provisioner incomplete DNS config found, discovering host's DNS config machine-0: 09:39:43 WARNING juju.provisioner failed to start machine 0/lxd/2 (acquiring LXD image: no matching image found), retrying in 10s (7 more attempts) ``` juju machines returns below: ``` Machine State DNS Inst id Series AZ Message 0 started 192.168.50.2 os-compute1 bionic default Deployed 0/lxd/0 down pending bionic no matching image found 0/lxd/1 down pending bionic no matching image found 0/lxd/2 down pending bionic no matching image found 1 started 192.168.50.3 os-compute2 bionic default Deployed 1/lxd/0 down pending bionic no matching image found 1/lxd/1 down pending bionic no matching image found 1/lxd/2 down pending bionic no matching image found 2 started 192.168.50.4 os-compute3 bionic default Deployed 2/lxd/0 down pending bionic no matching image found 2/lxd/1 down pending bionic no matching image found 2/lxd/2 down pending bionic no matching image found 3 started 192.168.50.5 os-compute4 bionic default Deployed 3/lxd/0 down pending bionic no matching image found 3/lxd/1 down pending bionic no matching image found 3/lxd/2 down pending bionic no matching image found ``` below is my environment: juju version: 2.5.4-bionic-amd64 MAAS version: 2.5.2 openstack nodes are VMs on ESXi6.5 and all vSwitch were configured to allow Allow promiscuous mode, forged transmits and MAC changes. maas network interface configuration, and maas fabrics and spaces are attached below.
2019-04-24 12:35:54 hshtel attachment added maas fabrics and spaces https://bugs.launchpad.net/juju/+bug/1826203/+attachment/5258591/+files/maas2.png
2019-10-07 14:42:41 Richard Harding juju: status New Incomplete
2019-10-07 14:43:40 Joseph Phillips juju: status Incomplete Triaged
2019-10-07 14:43:49 Joseph Phillips juju: status Triaged Incomplete
2019-12-07 04:17:39 Launchpad Janitor juju: status Incomplete Expired