From 70e651c113d8aaed556548ccc84e601bbd1d63df Mon Sep 17 00:00:00 2001 From: Thomas Morin Date: 2015年3月19日 18:57:13 +0100 Subject: [PATCH] Update README * correct git clone command * minor editions * use a cleanest rst syntax Change-Id: I427c01cfb206c7157bfaaff77ac88e4788e8e89f --- README.rst | 49 ++++++++++++++++++++++++++++--------------------- 1 file changed, 28 insertions(+), 21 deletions(-) diff --git a/README.rst b/README.rst index 281842f9..2e9c8ec0 100644 --- a/README.rst +++ b/README.rst @@ -2,34 +2,41 @@ networking-bgpvpn =============================== -API and Framework to interconnect bgpvpn to neutron networks +API and Framework to interconnect BGP/MPLS VPNs to Openstack Neutron networks * Free software: Apache license -* Documentation: http://docs.openstack.org/developer/networking-bgpvpn * Source: http://git.openstack.org/cgit/stackforge/networking-bgpvpn * Bugs: http://bugs.launchpad.net/bgpvpn -Features --------- +Quick start +----------- -to be able to test this framework, you have to : +To be able to test this framework, you have to: --clone this repo and install the python package : -#git clone http://git.openstack.org/cgit/stackforge/networking-bgpvpn -#sudo python setup.py develop +* clone this repo and install the python package: :: --run the latest devstack (and let it fetch latest openstack code) -with the following options : -Q_SERVICE_PLUGIN_CLASSES=networking_bgpvpn.neutron.services.bgpvpn.plugin.BGPVPNPlugin -[[post-config|/$NEUTRON_CONF]] -[service_providers] -service_provider=BGPVPN:BaGPipe:networking_bgpvpn.neutron.services.bgpvpn.service_drivers.dummy.dummyBGPVPNDriver:default + git clone https://git.openstack.org/stackforge/networking-bgpvpn + + sudo python setup.py develop --update the db with : -#/usr/local/bin/bgpvpn-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head +* run the latest devstack (and let it fetch latest openstack code) + with the following options: :: + + Q_SERVICE_PLUGIN_CLASSES=networking_bgpvpn.neutron.services.bgpvpn.plugin.BGPVPNPlugin + + [[post-config|/$NEUTRON_CONF]] + [service_providers] + service_provider=BGPVPN:Dummy:networking_bgpvpn.neutron.services.bgpvpn.service_drivers.dummy.dummyBGPVPNDriver:default + +* init the db with: :: + + /usr/local/bin/bgpvpn-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head + +* bgpvpn-connection-create/update/delete/show/list commands will be available with + the neutron client, for example: :: + + source openrc admin admin + neutron bgpvpn-connection-create --route-targets 64512:1 + neutron bgpvpn-connection-list + neutron bgpvpn-connection-update --network-id --bgpvpn-connection-create/update/delete/show/list commands will be available with the neutron client -for example : -#. openrc admin admin -#neutron bgpvpn-connection-create --route-targets 64512:1 -#neutron bgpvpn-connection-list \ No newline at end of file

AltStyle によって変換されたページ (->オリジナル) /