Skip to content

Instantly share code, notes, and snippets.

@pezhore
Last active April 24, 2018 15:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pezhore/7852c15bf46f9deb3c9f6c681740420a to your computer and use it in GitHub Desktop.
Save pezhore/7852c15bf46f9deb3c9f6c681740420a to your computer and use it in GitHub Desktop.
# CloudClient.Properties File used to automatically login to CloudClient and it should be located in the same directory as lib and bin folders.
# Passwords can be provided or simply encrypted to a file, use command:
# login keyfile --file mypass.txt --password mypaasword
#vra_server : vRealize Automation Virtual Appliance
vra_server=vra-server.mycorp.local
#vra_tenant : Tenant Name, defaults to vsphere.local
vra_tenant=mytenant
#vra_username : Username
vra_username=pezhore
#vra_password : Password
#vra_password=
#vra_keyfile : Encrypted file location of password
vra_keyfile=vra_login.enc
# Some Administrator level API calls require Windows Authentication to communicate to the vCAC Infrastructure Service Components
#vra_iaas_server : Infrastructure Server (Windows Authentication) where IaaS Web Server node (Model Manager Web) is running, defaults to finding the name dynamically from vCAC
vra_iaas_server=vra-web.mycorp.local
#vra_iaas_username : Windows username in the form user@domain
vra_iaas_username=vra_iaas@mycorp.local
#vra_iaas_password : Windows password
#vra_iaas_password=
#vra_iaas_keyfile : Encrypted file location of Windows password
vra_iaas_keyfile=iaas_login.enc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment