commit | d4fdf25a491a3c80f4a1f9840edee645dc50e52d | [log] [tgz] |
---|---|---|
author | Kevin Sandi <ksandi@contractor.linuxfoundation.org> | Thu Jan 06 17:34:36 2022 -0600 |
committer | Kevin Sandi <ksandi@contractor.linuxfoundation.org> | Thu Jan 06 17:34:36 2022 -0600 |
tree | 41c09ac634ba0ed449dd3882cfc236988eda9ac6 | |
parent | ec3ba8c7a784a00a7818ed71e60ba94f3ee0dc3d [diff] |
Chore: Update sigul bridge and server hostnames Issue-ID: CIMAN-33 Signed-off-by: Kevin Sandi <ksandi@contractor.linuxfoundation.org> Change-Id: I029f0760efaeef1b97528406cee6a2e5f67d14f3
diff --git a/jenkins-config/managed-config-files/custom/sigul-config/content b/jenkins-config/managed-config-files/custom/sigul-config/content index 1f72482..fbfdbc9 100644 --- a/jenkins-config/managed-config-files/custom/sigul-config/content +++ b/jenkins-config/managed-config-files/custom/sigul-config/content
@@ -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
diff --git a/jenkins-config/managed-config-files/custom/sigul-config/customizedCredentialMappings.sandbox.yaml b/jenkins-config/managed-config-files/custom/sigul-config/customizedCredentialMappings.sandbox.yaml index c44a4a3..37aea3a 100644 --- a/jenkins-config/managed-config-files/custom/sigul-config/customizedCredentialMappings.sandbox.yaml +++ b/jenkins-config/managed-config-files/custom/sigul-config/customizedCredentialMappings.sandbox.yaml
@@ -1,4 +1,4 @@ --- customizedCredentialMappings: - - credentialsId: "sigul-nss-pass" - tokenKey: "SIGUL_NSS_PASS" + - credentialsId: "sigul-config-credentials" + tokenKey: "SIGUL_CONFIG"
diff --git a/jenkins-config/managed-config-files/custom/sigul-config/customizedCredentialMappings.yaml b/jenkins-config/managed-config-files/custom/sigul-config/customizedCredentialMappings.yaml index c44a4a3..37aea3a 100644 --- a/jenkins-config/managed-config-files/custom/sigul-config/customizedCredentialMappings.yaml +++ b/jenkins-config/managed-config-files/custom/sigul-config/customizedCredentialMappings.yaml
@@ -1,4 +1,4 @@ --- customizedCredentialMappings: - - credentialsId: "sigul-nss-pass" - tokenKey: "SIGUL_NSS_PASS" + - credentialsId: "sigul-config-credentials" + tokenKey: "SIGUL_CONFIG"