Skip to content

Commit

Permalink
Chore: Update sigul bridge and server hostnames
Browse files Browse the repository at this point in the history
Issue-ID: CIMAN-33
Signed-off-by: Kevin Sandi <[email protected]>
Change-Id: I029f0760efaeef1b97528406cee6a2e5f67d14f3
  • Loading branch information
keanjapesan committed Jan 6, 2022
1 parent ec3ba8c commit d4fdf25
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion jenkins-config/global-vars-production.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion jenkins-config/global-vars-sandbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions jenkins-config/managed-config-files/custom/sigul-config/content
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
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"
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"

0 comments on commit d4fdf25

Please sign in to comment.