Comment 0 for bug 1486505

Revision history for this message
Andres Rodriguez (andreserl) wrote : No static IP address allocated to a deploy machine after commissioning

In the CI, after the machine successfully finished commissioning, the outpu of the interfaces was the following:

00:e0:81:dd:d5:99 (PXE) 10.245.136.18 (dynamic) maas-eth1 (10.245.136.0/21)
00:e0:81:dd:d5:9a 10.245.136.29 (dynamic) maas-eth1 (10.245.136.0/21)

Right after that, juju deployed the machine, and the machine was never assigned an static IP address. After deployment, we contoinue to see:

00:e0:81:dd:d5:99 (PXE) 10.245.136.18 (dynamic) maas-eth1 (10.245.136.0/21)
00:e0:81:dd:d5:9a 10.245.136.29 (dynamic) maas-eth1 (10.245.136.0/21)

Aug 19 02:37:51 autopkgtest maas.node: [INFO] reasonable-turkey: storage layout was set to lvm. [1/331]
Aug 19 02:37:51 autopkgtest maas.node: [INFO] reasonable-turkey: Status transition from READY to ALLOCATED
Aug 19 02:37:51 autopkgtest maas.node: [INFO] reasonable-turkey: allocated to user admin
Aug 19 02:37:52 autopkgtest maas.node: [INFO] reasonable-turkey: Status transition from ALLOCATED to DEPLOYING
Aug 19 02:37:52 autopkgtest maas.power: [INFO] Changing power state (on) of node: reasonable-turkey (node-0bb87e72-463c-11e5-9383-deadbeef6bb3)
Aug 19 02:37:57 autopkgtest maas.power: [INFO] Changed power state (on) of node: reasonable-turkey (node-0bb87e72-463c-11e5-9383-deadbeef6bb3)
Aug 19 02:38:45 autopkgtest dhcpd: DHCPDISCOVER from 00:e0:81:dd:d5:99 via eth1
Aug 19 02:38:46 autopkgtest dhcpd: DHCPOFFER on 10.245.136.18 to 00:e0:81:dd:d5:99 via eth1
Aug 19 02:38:49 autopkgtest dhcpd: DHCPREQUEST for 10.245.136.18 (10.245.136.6) from 00:e0:81:dd:d5:99 via eth1
Aug 19 02:38:49 autopkgtest dhcpd: DHCPACK on 10.245.136.18 to 00:e0:81:dd:d5:99 via eth1
Aug 19 02:39:37 autopkgtest dhcpd: DHCPDISCOVER from 00:e0:81:dd:d5:99 via eth1
Aug 19 02:39:37 autopkgtest dhcpd: DHCPOFFER on 10.245.136.18 to 00:e0:81:dd:d5:99 (reasonable-turkey) via eth1
Aug 19 02:39:37 autopkgtest dhcpd: DHCPREQUEST for 10.245.136.18 (10.245.136.6) from 00:e0:81:dd:d5:99 (reasonable-turkey) via eth1
Aug 19 02:39:37 autopkgtest dhcpd: DHCPACK on 10.245.136.18 to 00:e0:81:dd:d5:99 (reasonable-turkey) via eth1

This is apparently causing juju to fail.