summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Duffield <tom@chef.io>2016-10-19 09:41:34 -0500
committerGitHub <noreply@github.com>2016-10-19 09:41:34 -0500
commitec2a68b88947dc9c809b7254b3217e896756c63d (patch)
treeb6f46620a0f9b4abc5ea539e182efb9e81d8d839
parent9dad5bb28135e031e0c4a5a461ec3f8d97451679 (diff)
parent2d661b8c0e270686bf5a935cc4f4603ef87ed198 (diff)
downloadchef-ec2a68b88947dc9c809b7254b3217e896756c63d.tar.gz
Merge pull request #5465 from chef/rhass/COOL-541_update-ec2-tags
Update EC2 tags for internal standards compliance.
-rw-r--r--acceptance/.shared/kitchen_acceptance/.kitchen.ec2.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/acceptance/.shared/kitchen_acceptance/.kitchen.ec2.yml b/acceptance/.shared/kitchen_acceptance/.kitchen.ec2.yml
index 209b7fa979..caefef49ea 100644
--- a/acceptance/.shared/kitchen_acceptance/.kitchen.ec2.yml
+++ b/acceptance/.shared/kitchen_acceptance/.kitchen.ec2.yml
@@ -10,7 +10,9 @@ end
driver:
name: ec2
tags:
- X-Project: chef-ci-acceptance
+ X-Dept: Eng
+ X-Contact: product-team
+ X-Application: chef-ci-acceptance
aws_ssh_key_id: <%= ENV['AWS_SSH_KEY_ID'] || ENV['USER'] || ENV['USERNAME'] %>
# test-specific stuff
region: us-west-2