
This commit adds intelligent multiple nexus physical switch support for the Cisco plugin. The plugin also has been modified to scan for the host when an instance is created and selectively trunk VLAN's for the port for that host only. It also deletes VLANs from nexus switches when no longer required. Implements: blueprint cisco-plugin-enhancements Change-Id: I6275eb1815310d0d5a8123ca2edbc0a0937718e9
17 lines
505 B
INI
17 lines
505 B
INI
#Provide the UCSM credentials, make sure you have a separate entry for every UCSM in your deployment
|
|
[<put_ucsm_ip_address_here>]
|
|
username=<put_user_name_here>
|
|
password=<put_password_here>
|
|
|
|
#Provide the Nexus credentials, if you are using Nexus
|
|
[<put_nexus_switch_ip_address_here>]
|
|
username=<put_user_name_here>
|
|
password=<put_password_here>
|
|
|
|
# Provide credentials and endpoint
|
|
# for keystone here
|
|
[keystone]
|
|
auth_url=<put_keystone_endpoint_here>
|
|
username=<put_user_name_here>
|
|
password=<put_password_here>
|