summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Sandi <ksandi@contractor.linuxfoundation.org>2021-08-19 13:41:43 -0600
committerKevin Sandi <ksandi@contractor.linuxfoundation.org>2021-08-19 13:41:43 -0600
commitf6b5e62f279987fb6274a200ed52094187bba53d (patch)
tree3696d2ba9bede8bfd62de547954d7dc21436c20f
parent1380a3b0142d5bfedc24f12dcd1bb18fd7ae2220 (diff)
Fix packer-cloud-env managed file
Signed-off-by: Kevin Sandi <ksandi@contractor.linuxfoundation.org> Change-Id: I9ae905c7a79d14f70ae59b5c2c03652051e68752
-rw-r--r--jenkins-config/managed-config-files/custom/packer-cloud-env/content4
-rw-r--r--jenkins-config/managed-config-files/custom/packer-cloud-env/customizedCredentialMappings.yaml4
2 files changed, 3 insertions, 5 deletions
diff --git a/jenkins-config/managed-config-files/custom/packer-cloud-env/content b/jenkins-config/managed-config-files/custom/packer-cloud-env/content
index 6d7a77785..2e8419ad0 100644
--- a/jenkins-config/managed-config-files/custom/packer-cloud-env/content
+++ b/jenkins-config/managed-config-files/custom/packer-cloud-env/content
@@ -1,7 +1,7 @@
{
"cloud_auth_url": "https://auth.vexxhost.net/v3/",
- "cloud_tenant": "$PACKER_CLOUD_TENANT",
- "stack_tenant": "$PACKER_CLOUD_TENANT",
+ "cloud_tenant": "ea2ff219-b01b-4ed7-974b-b241dceef107",
+ "stack_tenant": "ea2ff219-b01b-4ed7-974b-b241dceef107",
"cloud_user": "$PACKER_CLOUD_USER_USR",
"stack_user": "$PACKER_CLOUD_USER_USR",
"cloud_pass": "$PACKER_CLOUD_USER_PSW",
diff --git a/jenkins-config/managed-config-files/custom/packer-cloud-env/customizedCredentialMappings.yaml b/jenkins-config/managed-config-files/custom/packer-cloud-env/customizedCredentialMappings.yaml
index 1b9e4d8db..6bd8bbb9c 100644
--- a/jenkins-config/managed-config-files/custom/packer-cloud-env/customizedCredentialMappings.yaml
+++ b/jenkins-config/managed-config-files/custom/packer-cloud-env/customizedCredentialMappings.yaml
@@ -1,6 +1,4 @@
---
customizedCredentialMappings:
- credentialsId: "packer-cloud-user"
- tokenKey: "PACKER_CLOUD_USER"
- - credentialsId: "packer-cloud-tenant"
- tokenKey: "PACKER_CLOUD_TENANT" \ No newline at end of file
+ tokenKey: "PACKER_CLOUD_USER" \ No newline at end of file