group-based-policy/gbpservice/contrib/nfp/tools/image_builder/configurator_run.sh
Ashutosh Mishra 9c7068bed4 NFP - Controller Enhancements
This changeset contains following changes -
1) Load service drivers from different paths -
   Driver loading logic in configurator is changed.
   Drivers can be loaded from different paths now.
   Drivers path is specified in configurator.ini file

2) Addressed the issue of configurator losing notifications
   from it's queue when restarted -
   Notifications from Configurator to UTC components
   are sent on rabbitmq using oslo messaging rpc cast()
   and when UTC component requests for notifications
   advanced controller pulls them from rabbitmq using
   pika RPC library.

3) Update service chain node driver support for Loadbalancer
   and Firewall service -
   a) Loadbalancer (V1) - HM and pool resources can be updated
   b) Loadbalancer (V2) - All resources can be updated
   c) Firewall - New firewall rules can added,
                 existing rules can be deleted or updated

4) Redirecting advanced controller logs to nfp_pecan.log file

Change-Id: Id0c95e1ad1c6c6757781a8734465eab8eae80436
2016-11-01 21:19:04 +00:00

10 lines
199 B
Bash

#!/bin/bash
service rabbitmq-server start
service nfp-controller start
cd /usr/local/lib/python2.7/dist-packages/gbpservice/nfp/pecan/api/
python setup.py develop
service nfp-pecan start
/bin/bash