From 13ecc09c07c2ed3e6f16d103fa08714734d3858d Mon Sep 17 00:00:00 2001 From: Mason Packard Date: Mon, 5 Sep 2016 16:39:19 -0400 Subject: [PATCH] Let's try these bucket names for the tier / internet2 AWS infrastructure. --- Jenkinsfile | 4 ++-- shibboleth-appliance.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index b344b9e..664acbd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -52,7 +52,7 @@ if (BRANCH_TEST=="shibboleth-production"){ stage 'Sync appliances to S3 bucket' - sh 'aws s3 sync builds s3://internet2-appliance-us-west-1' + sh 'aws s3 sync builds s3://internet2-tier-appliance-us-west-1' slackSend color: 'good', message: "BUILD SUCCESS: Shibboleth Appliance build success. ${env.JOB_NAME} ${env.BUILD_NUMBER} (<${env.BUILD_URL} |Open>)" @@ -113,7 +113,7 @@ if (BRANCH_TEST=="shibboleth-production"){ stage 'Sync appliances to S3 bucket' - sh 'aws s3 sync builds s3://internet2-appliance-us-west-1' + sh 'aws s3 sync builds s3://internet2-tier-appliance-us-west-1' slackSend color: 'good', message: "BUILD SUCCESS: Comanage Appliance build success. ${env.JOB_NAME} ${env.BUILD_NUMBER} (<${env.BUILD_URL} |Open>)" diff --git a/shibboleth-appliance.json b/shibboleth-appliance.json index dbec02e..b937963 100644 --- a/shibboleth-appliance.json +++ b/shibboleth-appliance.json @@ -73,7 +73,7 @@ "access_key": "{{user `aws_access_key`}}", "secret_key": "{{user `aws_secret_key`}}", "region": "{{user `region`}}", - "s3_bucket_name": "internet2-ami-import-us-west-1", + "s3_bucket_name": "internet2-tier-ami-import-us-west-1", "tags": { "Description": "packer amazon-import-shibboleth-appliance {{user `timestamper`}}" }