6a08320031
This change condenses the directory structure to something more similar to what we had before while producing similar packages. It also introduces version.py which allows us to get the version from git tags (or a fallback version if not available). Fixes lp bug 889336 Fixes lp bug 888795 Change-Id: I86136bd9dbabb5eb1f8366ed665ed9b54f695124
11 lines
335 B
INI
11 lines
335 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_ip_address_here>]
|
|
username=<put_user_name_here>
|
|
password=<put_password_here>
|
|
|