-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
133 additions
and
53 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,7 +91,6 @@ export CI_ZONE="default" | |
./connectioninfo-create.sh CLOUDIT | ||
|
||
# NCPVPC | ||
|
||
export NCPVPC_CLIENT_ID="XXXXXXXXXXXXXXX" | ||
export NCPVPC_CLIENT_SECRET="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" | ||
export NCPVPC_REGION="KR" | ||
|
@@ -100,10 +99,20 @@ export NCPVPC_ZONE="KR-1" | |
./connectioninfo-create.sh NCPVPC | ||
|
||
# Ncp | ||
|
||
export NCP_CLIENT_ID="XXXXXXXXXXXXXXX" | ||
export NCP_CLIENT_SECRET="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" | ||
export NCP_REGION="KR" | ||
export NCP_ZONE="KR-1" | ||
|
||
./connectioninfo-create.sh NCP | ||
./connectioninfo-create.sh NCP | ||
|
||
# NHN Cloud | ||
export NHN_IDENTITY_ENDPOINT="https://api-identity.infrastructure.cloud.toast.com" | ||
export NHN_USERNAME="[email protected]" | ||
export NHN_PASSWORD="XXXXXX" | ||
export NHN_TENANT_ID="xxxxxxxxxxxxxxxxxxxxxx" | ||
export NHN_DOMAINNAME="default" | ||
export NHN_REGION="KR1" | ||
export NHN_ZONE="kr-pub-a" | ||
|
||
./connectioninfo-create.sh NHNCLOUD |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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