← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1572372] [NEW] Can not install bgp by devstack

 

Public bug reported:

Hi,

I want to install bgp by devstack, I enable service q-bgp and q-bgp-agt, and devstack runs success.
but there is no bgp agent running.

juno@bgp:~/devstack$ cat local.conf 
[[local|localrc]]
SERVICE_TOKEN=token
ADMIN_PASSWORD=blade123
DATABASE_PASSWORD=blade123
RABBIT_PASSWORD=blade123
SERVICE_PASSWORD=$ADMIN_PASSWORD

HOST_IP=192.168.122.101
LOGFILE=$DEST/logs/stack.sh.log

LOGDAYS=2

disable_service h-eng
disable_service h-api
disable_service h-api-cfn
disable_service h-api-cw
disable_service tempest

disable_service n-net

enable_service neutron
enable_service q-svc
enable_service q-agt
enable_service q-dhcp
enable_service q-meta
enable_service q-l3
enable_service q-bgp
enable_service q-bgp-agt

juno@bgp:~/devstack$ ps aux | grep neutron-bgp
juno     29069  0.0  0.0   4052  1960 pts/22   S+   21:39   0:00 grep --color=auto neutron-bgp
juno@bgp:~/devstack$

** Affects: neutron
     Importance: Undecided
         Status: New

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

Title:
  Can not install bgp by devstack

Status in neutron:
  New

Bug description:
  Hi,

  I want to install bgp by devstack, I enable service q-bgp and q-bgp-agt, and devstack runs success.
  but there is no bgp agent running.

  juno@bgp:~/devstack$ cat local.conf 
  [[local|localrc]]
  SERVICE_TOKEN=token
  ADMIN_PASSWORD=blade123
  DATABASE_PASSWORD=blade123
  RABBIT_PASSWORD=blade123
  SERVICE_PASSWORD=$ADMIN_PASSWORD

  HOST_IP=192.168.122.101
  LOGFILE=$DEST/logs/stack.sh.log

  LOGDAYS=2

  disable_service h-eng
  disable_service h-api
  disable_service h-api-cfn
  disable_service h-api-cw
  disable_service tempest

  disable_service n-net

  enable_service neutron
  enable_service q-svc
  enable_service q-agt
  enable_service q-dhcp
  enable_service q-meta
  enable_service q-l3
  enable_service q-bgp
  enable_service q-bgp-agt

  juno@bgp:~/devstack$ ps aux | grep neutron-bgp
  juno     29069  0.0  0.0   4052  1960 pts/22   S+   21:39   0:00 grep --color=auto neutron-bgp
  juno@bgp:~/devstack$

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


Follow ups