commit | 2d193d81078e0f36cf0bdad24de2dcdde151f7af | [log] [tgz] |
---|---|---|
author | carlosfrias <cfrias@apigee.com> | Sun Oct 30 11:48:30 2016 -0400 |
committer | carlosfrias <cfrias@apigee.com> | Sun Oct 30 11:48:30 2016 -0400 |
tree | dbbfa48a8fbc188f9744bf218a186ea7ebefa977 | |
parent | 31c2f5157f7bf096a4f40484520edc03bd4e6d12 [diff] |
updated env setting to show the os we are working with
diff --git a/environments/aws/os/centos72.yml b/environments/aws/os/centos72.yml index 0897ca1..9c16a79 100644 --- a/environments/aws/os/centos72.yml +++ b/environments/aws/os/centos72.yml
@@ -1,3 +1,4 @@ --- # centos 7.2 -image_id: ami-7209f41f \ No newline at end of file +image_id: ami-7209f41f +env_name: centos72
diff --git a/environments/aws/os/ol68.yml b/environments/aws/os/ol68.yml index 2bd045e..e0f03fe 100644 --- a/environments/aws/os/ol68.yml +++ b/environments/aws/os/ol68.yml
@@ -1,3 +1,4 @@ --- # oraclelinux 6.8 image_id: ami-755ba918 +env_name: ol68
diff --git a/environments/aws/os/rhel72.yml b/environments/aws/os/rhel72.yml index abcd309..dd185b3 100644 --- a/environments/aws/os/rhel72.yml +++ b/environments/aws/os/rhel72.yml
@@ -1,3 +1,4 @@ --- # rhel 7.2 image_id: ami-2051294a +`env_name: rhel72