Skip to content

Commit

Permalink
Version bump for impending release, also fix install of awscli on RHE…
Browse files Browse the repository at this point in the history
…L again

Signed-off-by: Irving Popovetsky <irving@chef.io>
  • Loading branch information
Irving Popovetsky committed Mar 8, 2019
1 parent bfbbf9f commit cc3a852
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automate.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AWSTemplateFormatVersion: '2010-09-09'
Description: AWS Native Automate 2 (auto-recovering standalone) v4.0.0
Description: AWS Native Automate 2 (auto-recovering standalone) v4.1.0

Parameters:
# Required Parameters
Expand Down
2 changes: 1 addition & 1 deletion chef_elasticsearch.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AWSTemplateFormatVersion: '2010-09-09'
Description: Chef Server Elasticsearch 4.0.0
Description: Chef Server Elasticsearch v4.1.0

Parameters:
# Required Parameters
Expand Down
2 changes: 1 addition & 1 deletion chef_rds.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AWSTemplateFormatVersion: '2010-09-09'
Description: Chef Server PostgreSQL v4.0.0
Description: Chef Server PostgreSQL v4.1.0

Parameters:
# Required Parameters
Expand Down
2 changes: 1 addition & 1 deletion chef_server_ha.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AWSTemplateFormatVersion: '2010-09-09'
Description: AWS Native Chef Server (auto-scaling HA) v4.0.0
Description: AWS Native Chef Server (auto-scaling HA) v4.1.0

Parameters:
# Required Parameters
Expand Down
2 changes: 1 addition & 1 deletion chef_server_ops_dashboard.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AWSTemplateFormatVersion: '2010-09-09'
Description: AWS Native OpsDashboard for Chef Server v4.0.0
Description: AWS Native OpsDashboard for Chef Server v4.1.0

Parameters:
# Required Parameters
Expand Down
11 changes: 6 additions & 5 deletions files/before.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
# Below are needed for RHEL, which lacks niceties like the AWS tools and lvm
if [[ ! -f /bin/aws ]]; then
echo ">>> Installing awscli package"
yum install -y python-cryptography python-docutils
# Thanks Redhat for hiding these in add-on repos, gotta get these from centos
rpm -ivh \
http://mirror.centos.org/centos/7/os/x86_64/Packages/python-s3transfer-0.1.10-8.el7.noarch.rpm \
http://mirror.centos.org/centos/7/updates/x86_64/Packages/awscli-1.14.28-5.el7_5.1.noarch.rpm
yum install -y unzip
yum erase -y awscli python2-botocore python-s3transfer
curl -sOL https://s3.amazonaws.com/aws-cli/awscli-bundle.zip
unzip awscli-bundle.zip
./awscli-bundle/install -i /usr/local/aws -b /bin/aws
rm -rf awscli-bundle awscli-bundle.zip
fi

if [[ ! -f /opt/aws/bin/cfn-init ]]; then
Expand Down
2 changes: 1 addition & 1 deletion main.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AWSTemplateFormatVersion: '2010-09-09'
Description: AWS Native Chef Stack v4.0.0
Description: AWS Native Chef Stack v4.1.0

Parameters:
# Required Parameters
Expand Down
2 changes: 1 addition & 1 deletion supermarket.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AWSTemplateFormatVersion: '2010-09-09'
Description: AWS Native Supermarket (auto-recovering standalone) v4.0.0
Description: AWS Native Supermarket (auto-recovering standalone) v4.1.0

Parameters:
# Required Parameters
Expand Down

0 comments on commit cc3a852

Please sign in to comment.