← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1153280] Re: On quantum gate VM cannot get dhcp lease

 

** Changed in: neutron
       Status: New => Won't Fix

** Changed in: neutron
       Status: Won't Fix => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1153280

Title:
  On quantum gate VM cannot get dhcp lease

Status in OpenStack Neutron (virtual network service):
  Invalid

Bug description:
  I'm working on enabling ssh tests back in tempest
  https://review.openstack.org/#/c/22415/

  The test fails in the quantum gate. I did some digging, and it seems to me that the quantum setup in the devstack gate is broken.
  If I boot a VM I can see from the console log that the VM is failing to get a DHCP lease, which causes in turn metadata to fail, and VM networking to be broken.

  Starting network...
  udhcpc (v1.20.1) started
  Sending discover...
  Sending discover...
  Sending discover...
  No lease, failing
  WARN: /etc/rc3.d/S40network failed
  cirrosds 'net' up at 195.26
  checking http://169.254.169.254/20090404/instanceid
  failed 1/20: up 196.16. request failed
  failed 2/20: up 198.79. request failed

  jenkins@wip-devstack-1362643791:~/workspace$ nova list
  +--------------------------------------+---------------+--------+-------------------+
  | ID                                   | Name          | Status | Networks          |
  +--------------------------------------+---------------+--------+-------------------+
  | 4741860b-afa8-4e70-935b-d3b4624796e1 | quantumvm0001 | ACTIVE | nova=172.24.4.228 |
  +--------------------------------------+---------------+--------+-------------------+

  This is the localrc generated by gate scripts:
  $ cat /opt/stack/new/devstack/localrc 
  Q_USE_DEBUG_COMMAND=True
  NETWORK_GATEWAY=10.1.0.1
  Q_USE_DEBUG_COMMAND=True
  NETWORK_GATEWAY=10.1.0.1
  DEST=/opt/stack/new
  ACTIVE_TIMEOUT=90
  BOOT_TIMEOUT=90
  ASSOCIATE_TIMEOUT=60
  TERMINATE_TIMEOUT=60
  MYSQL_PASSWORD=secret
  DATABASE_PASSWORD=secret
  RABBIT_PASSWORD=secret
  ADMIN_PASSWORD=secret
  SERVICE_PASSWORD=secret
  SERVICE_TOKEN=111222333444
  SWIFT_HASH=1234123412341234
  ROOTSLEEP=0
  ERROR_ON_CLONE=True
  ENABLED_SERVICES=g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-sch,horizon,mysql,rabbit,sysstat,swift,cinder,c-api,c-vol,c-sch,n-cond,quantum,q-svc,q-agt,q-dhcp,q-l3,q-meta
  SKIP_EXERCISES=boot_from_volume,client-env
  SERVICE_HOST=127.0.0.1
  # Screen console logs will capture service logs.
  SYSLOG=False
  SCREEN_LOGDIR=/opt/stack/new/screen-logs
  LOGFILE=/opt/stack/new/devstacklog.txt
  VERBOSE=True
  FIXED_RANGE=10.1.0.0/24
  FIXED_NETWORK_SIZE=256
  VIRT_DRIVER=libvirt
  SWIFT_REPLICAS=1
  SCREEN_DEV=False
  LOG_COLOR=False
  export OS_NO_CACHE=True
  CINDER_SECURE_DELETE=False
  API_RATE_LIMIT=False
  VOLUME_BACKING_FILE_SIZE=10G

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1153280/+subscriptions