From d4fdf25a491a3c80f4a1f9840edee645dc50e52d Mon Sep 17 00:00:00 2001 From: Kevin Sandi Date: Thu, 6 Jan 2022 17:34:36 -0600 Subject: Chore: Update sigul bridge and server hostnames Issue-ID: CIMAN-33 Signed-off-by: Kevin Sandi Change-Id: I029f0760efaeef1b97528406cee6a2e5f67d14f3 --- .../managed-config-files/custom/sigul-config/content | 10 +++++----- .../sigul-config/customizedCredentialMappings.sandbox.yaml | 4 ++-- .../custom/sigul-config/customizedCredentialMappings.yaml | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'jenkins-config/managed-config-files') diff --git a/jenkins-config/managed-config-files/custom/sigul-config/content b/jenkins-config/managed-config-files/custom/sigul-config/content index 1f724829f..fbfdbc9d0 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 c44a4a342..37aea3aa7 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 c44a4a342..37aea3aa7 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" -- cgit 1.2.3-korg