← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1433501] Re: q-agt service fails to come up

 

This most likely an ovsvapp issue. Please do not use the Neutron
project, but networking-vsphere instead.

** Also affects: networking-vsphere
   Importance: Undecided
       Status: New

** No longer affects: neutron

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

Title:
  q-agt service fails to come up

Status in Networking vSphere:
  New

Bug description:
  description:
  =========
  I am trying to bring up devstack with controller and network node in single devstack.
  Performed git pull of devstack folder,neutron,nova and networking-vsphere folder
  while stacking the controller the q-agt fails to come up resulting in stack failure

  The local.conf for the run is:
  =====================
  [[local|localrc]]

  OFFLINE=true
  #RECLONE=true
  #PUBLIC_INTERFACE=eth2
  HOST_IP=<IP>
  DATA_IP=<IP>
  GIT_BASE=http://review.openstack.org/p
  ADMIN_PASSWORD=password
  MYSQL_PASSWORD=password
  RABBIT_PASSWORD=password
  SERVICE_PASSWORD=password
  SERVICE_TOKEN=tokentoken

  
  enable_plugin networking-vsphere http://git.openstack.org/stackforge/networking-vsphere
  USE_SCREEN=True
  OVSVAPP_MODE=server

  # Network settings
  # Use VLAN to segregate the virtual networks
  ENABLE_TENANT_VLANS=True
  TENANT_VLAN_RANGE=1000:2999
  PHYSICAL_NETWORK=physnet1
  OVS_PHYSICAL_BRIDGE=br-eth1
  OVS_BRIDGE_MAPPINGS=physnet1:br-eth1,exnet:br-ex

  Q_PLUGIN=ml2
  Q_AGENT=openvswitch
  Q_ML2_TENANT_NETWORK_TYPE=vlan
  Q_ML2_PLUGIN_MECHANISM_DRIVERS=openvswitch,l2population,ovsvapp

  #FIXED_RANGE=10.4.128.0/20
  #FIXED_NETWORK_SIZE=4096
  #FLOATING_RANGE=10.201.0.128/25
  #NETWORK_GATEWAY=10.4.128.1
  #PUBLIC_NETWORK_GATEWAY=10.201.0.129

  #MULTI_HOST=1
  LOGFILE=/opt/stack/logs/stack.sh.log
  DATABASE_TYPE=mysql
  SERVICE_HOST=<IP>
  MYSQL_HOST=<IP>
  RABBIT_HOST=<IP>
  Q_HOST=<IP>
  #GLANCE_HOSTPORT=$SERVICE_HOST:9292
  SCREEN_LOGDIR=$DEST/logs/screen

  #Nova services
  disable_service n-net
  enable_service=q-l3
  enable_service=ovsvapp-compute
  ENABLED_SERVICES+=,q-svc,q-agt,q-dhcp,q-l3,q-meta,neutron,rabbit,n-cpu,n-api,n-novnc,n-xvnc,ovsvapp-compute

  VIRT_DRIVER=vsphere
  VMWAREAPI_IP=<vapp ip>
  VMWAREAPI_USER=root
  VMWAREAPI_PASSWORD=vmware
  VMWAREAPI_CLUSTER=Cluster2

  [[post-config|/$Q_PLUGIN_CONF_FILE]]
  [agent]
  l2_population=TRUE
  #keystone setting
  KEYSTONE_TOKEN_FORMAT=UUID

  [[post-config|$NEUTRON_CONF]]
  [DEFAULT]
  service_plugins= neutron.services.l3_router.l3_router_plugin.L3RouterPlugin
  base_mac = fa:16:3e:02:00:00

  The logs are placed at:
  http://15.126.220.115/1410/137017/be72b811ecbdfa021ebb94040eb0ac5ea234e797/

To manage notifications about this bug go to:
https://bugs.launchpad.net/networking-vsphere/+bug/1433501/+subscriptions


References