Activity log for bug #1260879

Date Who What changed Old value New value Message
2013-12-13 22:33:18 Andrew Woodward bug added bug
2013-12-13 22:35:19 Andrew Woodward summary anaconda sets all interfaces to onboot, causing long boot dely anaconda sets all interfaces to DHCP, causing long boot dely
2013-12-13 22:35:20 Andrew Woodward description {"release": "4.0", "nailgun_sha": "e5c0e954d6d03ba9fd857f1f7a662a6386099232", "ostf_sha": "c1c353909cd1a0af018bbe89fb12570db6b09969", "astute_sha": "75aa0877cba772f409d3cef4f36ba2ec1b8b603b", "fuellib_sha": "912a1c77d0506115452bb455b476d74b927f1153"} iso: fuel-4.0-139-2013-12-14_00-01-30.iso after anaocnda straps centos nodes, all of the interfaces have onboot=true so they attempt to grab DHCP address and wait a long time to timeout. They should be set to false and let puppet re-enable them. {"release": "4.0", "nailgun_sha": "e5c0e954d6d03ba9fd857f1f7a662a6386099232", "ostf_sha": "c1c353909cd1a0af018bbe89fb12570db6b09969", "astute_sha": "75aa0877cba772f409d3cef4f36ba2ec1b8b603b", "fuellib_sha": "912a1c77d0506115452bb455b476d74b927f1153"} iso: fuel-4.0-139-2013-12-14_00-01-30.iso after anaocnda straps centos nodes, all of the interfaces have BOOTPROTO=dhcp so they attempt to grab DHCP address and wait a long time to timeout. They should be set to false and let puppet re-enable them. [root@node-5 ~]# cat /etc/sysconfig/network-scripts/ifcfg-* # FROM COBBLER SNIPPET DEVICE=eth0 IPADDR=10.108.10.8 NETMASK=255.255.255.0 BOOTPROTO=none ONBOOT=yes USERCTL=no DEVICE=eth1 HWADDR=64:D9:32:D0:AF:BF TYPE=Ethernet BOOTPROTO=dhcp DNS1=10.108.10.2 DEVICE=eth2 HWADDR=64:85:5A:62:68:B0 TYPE=Ethernet BOOTPROTO=dhcp DNS1=10.108.10.2 DEVICE=eth3 HWADDR=64:69:CF:49:FE:7D TYPE=Ethernet BOOTPROTO=dhcp DNS1=10.108.10.2 DEVICE=eth4 HWADDR=64:C1:8C:EC:27:57 TYPE=Ethernet BOOTPROTO=dhcp DNS1=10.108.10.2 DEVICE=lo IPADDR=127.0.0.1 NETMASK=255.0.0.0 NETWORK=127.0.0.0 # If you're having problems with gated making 127.0.0.0/8 a martian, # you can change this to something else (255.255.255.255, for example) BROADCAST=127.255.255.255 ONBOOT=yes NAME=loopback [root@node-5 ~]#
2013-12-13 23:37:39 OpenStack Infra fuel: status Confirmed In Progress
2013-12-13 23:37:39 OpenStack Infra fuel: assignee Andrew Woodward (xarses)
2013-12-16 16:45:13 OpenStack Infra fuel: status In Progress Fix Committed
2013-12-27 21:04:07 Andrew Woodward fuel: status Fix Committed Fix Released