We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a90203 commit 9e0682bCopy full SHA for 9e0682b
ocp_install_env.sh
@@ -11,7 +11,7 @@ export OPENSTACK_EXTERNAL_NETWORK=public
11
export PULL_SECRET='{"auths": { "quay.io": { "auth": "Y29yZW9zK3RlYzJfaWZidWdsa2VndmF0aXJyemlqZGMybnJ5ZzpWRVM0SVA0TjdSTjNROUUwMFA1Rk9NMjdSQUZNM1lIRjRYSzQ2UlJBTTFZQVdZWTdLOUFIQlM1OVBQVjhEVlla", "email": "" }}}'
12
export SSH_PUB_KEY="`cat $HOME/.ssh/id_rsa.pub`"
13
14
-export API_ADRESS="api.ostest.shiftstack.com"
+export API_ADRESS="api.${CLUSTER_NAME}.shiftstack.com"
15
export CONSOLE_ADRESS="console-openshift-console.apps.shiftstack.com"
16
17
# Not used by the installer. Used by s.sh.
0 commit comments