Last active
April 26, 2020 22:17
-
-
Save s-chb/76a5513b586a193b54925b12ce8fc348 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Enter your Flexible Engine console username and password | |
export OS_USERNAME=xxxx | |
echo "Please enter your Password: " | |
read -sr OS_PASSWORD_INPUT | |
export OS_PASSWORD=$OS_PASSWORD_INPUT | |
export OS_AUTH_URL="https://iam.eu-west-0.prod-cloud-ocb.orange-business.com/v3/" | |
export OS_REGION_NAME=eu-west-0 | |
export OS_TENANT_NAME=xxxx | |
export OS_USER_DOMAIN_NAME=xxxx | |
export SSH_USERNAME=cloud | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment