From: Sumit Naiksatam Date: Sat, 6 Aug 2011 02:15:27 +0000 (-0700) Subject: Edits to reflect conf changes, made it easier to follow. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=9093c6f81c741ac716967665a3ad46b043f92590;p=openstack-build%2Fneutron-build.git Edits to reflect conf changes, made it easier to follow. --- diff --git a/quantum/plugins/cisco/README b/quantum/plugins/cisco/README index f8711193a..74e9e5348 100644 --- a/quantum/plugins/cisco/README +++ b/quantum/plugins/cisco/README @@ -2,6 +2,7 @@ ================== *** Current support for UCS (blade servers) with M81KR VIC (Palo) for 802.1Qbh *** +*** Also supports Nexus 7k *** ** Pre-requisities * UCS B200 series blades with M81KR VIC installed. @@ -28,14 +29,16 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-OPENSTACK ** Plugin Installation Instructions: -* Make a backup copy of quantum/quantum/plugins.ini, and edit the file to remove all exisiting entries and add the following entry: +* Make a backup copy of quantum/quantum/plugins.ini, and edit the "provider" entry to point to the L2Network-plugin: provider = quantum.plugins.cisco.l2network_plugin.L2Network -* All configuration files are located under quantum/plugins/cisco/conf. Where you find kind of placeholder, please replace it entirely with the relevant values (don't forget to remove the angle brackets as well) +* All configuration files are located under quantum/plugins/cisco/conf. Wherever you find kind of placeholder, please replace it entirely with the relevant values (don't forget to remove the angle brackets as well) * If you are not running Quantum on the same host as the OpenStack Cloud Controller, you will need to change the db_ip_address configuration in nova.ini -* If you want to turn on Nexus support, please uncomment the nexus_plugin property in the nexus.ini file. You will also require a patch to the ncclient in addition to the library mentioned in the prerequisities. +* If you want to turn on Nexus support, please uncomment the nexus_plugin property in the plugins.ini file, and enter the relevant configuration in the nexus.ini file. You will also require a patch to the ncclient in addition to the library mentioned in the prerequisities. If you are not turning the Nexus support on, your Nexus configuration will be ignored. + +* Check again if you have gone through every conf file and made the required changes (check if all IP addresses are correct, and check if you have entered the credentials correponding to each of those IP addresses in the credentials.ini file). * Start the Quantum service