Skip to content

Commit 9e0682b

Browse files
author
Flavio Percoco
committed
use CLUSTER_NAME
1 parent 1a90203 commit 9e0682b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocp_install_env.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export OPENSTACK_EXTERNAL_NETWORK=public
1111
export PULL_SECRET='{"auths": { "quay.io": { "auth": "Y29yZW9zK3RlYzJfaWZidWdsa2VndmF0aXJyemlqZGMybnJ5ZzpWRVM0SVA0TjdSTjNROUUwMFA1Rk9NMjdSQUZNM1lIRjRYSzQ2UlJBTTFZQVdZWTdLOUFIQlM1OVBQVjhEVlla", "email": "" }}}'
1212
export SSH_PUB_KEY="`cat $HOME/.ssh/id_rsa.pub`"
1313

14-
export API_ADRESS="api.ostest.shiftstack.com"
14+
export API_ADRESS="api.${CLUSTER_NAME}.shiftstack.com"
1515
export CONSOLE_ADRESS="console-openshift-console.apps.shiftstack.com"
1616

1717
# Not used by the installer. Used by s.sh.

0 commit comments

Comments
 (0)