Hi Pritesh, Thanks for your time!!!
Here is the local.conf file which I am planing to use. does this sound good? $ cat local.conf [[local|localrc]] # Enable Logging LOGFILE=/opt/stack/logs/stack.sh.log VERBOSE=True LOG_COLOR=True SCREEN_LOGDIR=/opt/stack/logs # Reclone each time RECLONE=yes # Credentials DATABASE_PASSWORD=devstack ADMIN_PASSWORD=devstack SERVICE_PASSWORD=devstack SERVICE_TOKEN=devstack RABBIT_PASSWORD=devstack # Services ENABLED_SERVICES=g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,rabbit,horizon disable_service n-net disable_service q-agt disable_service q-l3 enable_service mysql enable_service q-svc enable_service q-dhcp enable_service q-meta enable_service q-lbaas enable_service neutron enable_service tempest VOLUME_BACKING_FILE_SIZE=2052M # Nexus 1000v Virtual Switch Q_PLUGIN=cisco declare -a Q_CISCO_PLUGIN_SUBPLUGINS=(n1kv) Q_CISCO_PLUGIN_DEVSTACK_VSM=False Q_CISCO_PLUGIN_VSM_IP=<vsm_ip_address> Q_CISCO_PLUGIN_VSM_USERNAME=admin Q_CISCO_PLUGIN_VSM_PASSWORD=admin Q_CISCO_PLUGIN_UVEM_DEB_IMAGE=<path to .deb file. I will it replace later> Q_CISCO_PLUGIN_INTEGRATION_BRIDGE=br-int Q_CISCO_PLUGIN_HOST_MGMT_INTF=eth0 # VMware vCenter Nova Info VIRT_DRIVER=vsphere VMWAREAPI_IP=vCenter_ip_address VMWAREAPI_USER=root VMWAREAPI_PASSWORD=root@123 VMWAREAPI_CLUSTER=ssoccluster # Branches KEYSTONE_BRANCH=stable/icehouse NOVA_BRANCH=stable/icehouse NEUTRON_BRANCH=stable/icehouse SWIFT_BRANCH=stable/icehouse GLANCE_BRANCH=stable/icehouse CINDER_BRANCH=stable/icehouse HEAT_BRANCH=stable/icehouse TROVE_BRANCH=stable/icehouse HORIZON_BRANCH=stable/icehouse Thanks On Wed, Sep 17, 2014 at 10:57 PM, Pritesh Kothari (pritkoth) < pritk...@cisco.com> wrote: > > On Sep 17, 2014, at 10:10 AM, foss geek <thefossg...@gmail.com> wrote: > > Hi Pritesh, > > Thanks for your time. > > I have installed Nexus 1000v (Virtual Switch) software in VMWare. > > I am able to ssh from Devstack box to VSM box using admin@<ip_address> > with password 'admin' > > Can you help me to understand the below variables? > > > sure. > > > Q_PLUGIN=cisco > Q_CISCO_PLUGIN_DEVSTACK_VSM=False > Q_CISCO_PLUGIN_VSM_IP=10.36.39.13 > > > put your vsm box ip here, basically says where your VSM is located. > > Q_CISCO_PLUGIN_VSM_USERNAME=admin > Q_CISCO_PLUGIN_VSM_PASSWORD=Sfish123 > > > your password should be ‘admin’ as you mentioned above instead of > Sfish123. > > > Q_CISCO_PLUGIN_UVEM_DEB_IMAGE=/var/lib/jenkins/prod/nexus_1000v_vem-12.04-5.2.1.SK1.2.1.29.S0-1.deb > > > do you have the vem deb image locally on the devstack box, if not, then > you need to copy it there and set the above link appropriately. > > Q_CISCO_PLUGIN_INTEGRATION_BRIDGE=br-int > Q_CISCO_PLUGIN_HOST_MGMT_INTF=eth0 > > > > what about the below configuration mentioned in > https://blueprints.launchpad.net/devstack/+spec/cisco-plugin-support? > > > most of them are taken care of as mentioned in reviews on that page. > > > Q_PLUGIN=cisco > > declare -a Q_CISCO_PLUGIN_SUBPLUGINS=(n1kv) > > > this currently needs to be done manually but should be taken care of > when https://review.openstack.org/#/c/121623/ gets into devstack. > > Regards, > Pritesh >
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack