-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chore: Update sigul bridge and server hostnames
Issue-ID: CIMAN-33 Signed-off-by: Kevin Sandi <[email protected]> Change-Id: I029f0760efaeef1b97528406cee6a2e5f67d14f3
- Loading branch information
1 parent
ec3ba8c
commit d4fdf25
Showing
5 changed files
with
11 additions
and
11 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 |
---|---|---|
|
@@ -16,7 +16,7 @@ REGISTRY_PORTS=10001 10002 10003 10004 | |
[email protected] | ||
RELEASE_USERNAME=onap-release | ||
S3_BUCKET= | ||
SIGUL_BRIDGE_IP=10.30.104.3 | ||
SIGUL_BRIDGE_IP=199.204.45.55 | ||
SIGUL_KEY=onap-release-2020 | ||
SILO=production | ||
SONAR_URL=https://sonar.onap.org | ||
|
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ REGISTRY_PORTS=10001 10002 10003 10004 | |
[email protected] | ||
RELEASE_USERNAME=onap-release | ||
S3_BUCKET= | ||
SIGUL_BRIDGE_IP=10.30.104.3 | ||
SIGUL_BRIDGE_IP=199.204.45.55 | ||
SIGUL_KEY=onap-sandbox | ||
SILO=sandbox | ||
SONAR_URL=https://sonar.onap.org | ||
|
10 changes: 5 additions & 5 deletions
10
jenkins-config/managed-config-files/custom/sigul-config/content
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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
[client] | ||
bridge-hostname: vex-yul-ecomp-ingress-1.ci.codeaurora.org | ||
bridge-hostname: sigul-bridge-yul.linuxfoundation.org | ||
bridge-port: 44334 | ||
client-cert-nickname: vex-yul-ecomp-jenkins-1.ci.codeaurora.org | ||
server-hostname: pdx-wl-sigul-server-1.int.codeaurora.org | ||
user-name: vex-yul-ecomp-jenkins-1.ci.codeaurora.org | ||
client-cert-nickname: $SIGUL_CONFIG_USR | ||
server-hostname: vex-yul-wl-sigul-server-1.dr.codeaurora.org | ||
user-name: $SIGUL_CONFIG_USR | ||
|
||
[koji] | ||
|
||
[nss] | ||
nss-dir: /home/jenkins/sigul | ||
nss-password: $SIGUL_NSS_PASS | ||
nss-password: $SIGUL_CONFIG_PSW | ||
nss-min-tls: tls1.2 | ||
nss-max-tls: tls1.2 |
4 changes: 2 additions & 2 deletions
4
...config/managed-config-files/custom/sigul-config/customizedCredentialMappings.sandbox.yaml
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
--- | ||
customizedCredentialMappings: | ||
- credentialsId: "sigul-nss-pass" | ||
tokenKey: "SIGUL_NSS_PASS" | ||
- credentialsId: "sigul-config-credentials" | ||
tokenKey: "SIGUL_CONFIG" |
4 changes: 2 additions & 2 deletions
4
jenkins-config/managed-config-files/custom/sigul-config/customizedCredentialMappings.yaml
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
--- | ||
customizedCredentialMappings: | ||
- credentialsId: "sigul-nss-pass" | ||
tokenKey: "SIGUL_NSS_PASS" | ||
- credentialsId: "sigul-config-credentials" | ||
tokenKey: "SIGUL_CONFIG" |