Skip to content

Commit

Permalink
Merge pull request #149 from lorengordon/yum-local
Browse files Browse the repository at this point in the history
Installs CWA using yum localinstall instead of rpm
  • Loading branch information
eemperor authored Aug 2, 2019
2 parents c587c29 + 05ecbef commit 284e60c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.15.5
current_version = 1.15.6
commit = True
message = Bumps version to {new_version}
tag = False
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ Metadata:
default: Force Cfn Init Update
ToggleNewInstances:
default: Force New Instances
Version: 1.15.5
Version: 1.15.6
Outputs:
ScaleDownScheduledAction:
Condition: UseScheduledAction
Expand Down Expand Up @@ -664,7 +664,7 @@ Resources:
01-install-cloudwatch-agent:
command: !Sub >-
aws s3 cp ${CloudWatchAgentUrl} /etc/cfn/scripts/amazon-cloudwatch-agent.rpm &&
rpm -v -U /etc/cfn/scripts/amazon-cloudwatch-agent.rpm
yum -y --nogpgcheck localinstall /etc/cfn/scripts/amazon-cloudwatch-agent.rpm
03-manipulate-cloudwatch-config:
command: >-
python3 /etc/cfn/scripts/aws-cw-agent/cloudwatch-applog-config.py
Expand Down
4 changes: 2 additions & 2 deletions modules/lx-instance/watchmaker-lx-instance.template.cfn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Metadata:
ParameterLabels:
ToggleCfnInitUpdate:
default: Force Cfn Init Update
Version: 1.15.5
Version: 1.15.6
Outputs:
WatchmakerInstanceId:
Description: Instance ID
Expand Down Expand Up @@ -477,7 +477,7 @@ Resources:
01-install-cloudwatch-agent:
command: !Sub >-
aws s3 cp ${CloudWatchAgentUrl} /etc/cfn/scripts/amazon-cloudwatch-agent.rpm &&
rpm -v -U /etc/cfn/scripts/amazon-cloudwatch-agent.rpm
yum -y --nogpgcheck localinstall /etc/cfn/scripts/amazon-cloudwatch-agent.rpm
03-manipulate-cloudwatch-config:
command: >-
python3 /etc/cfn/scripts/aws-cw-agent/cloudwatch-applog-config.py
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ Metadata:
default: Force Cfn Init Update
ToggleNewInstances:
default: Force New Instances
Version: 1.15.5
Version: 1.15.6
Outputs:
ScaleDownScheduledAction:
Condition: UseScheduledAction
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Metadata:
ParameterLabels:
ToggleCfnInitUpdate:
default: Force Cfn Init Update
Version: 1.15.5
Version: 1.15.6
Outputs:
WatchmakerInstanceId:
Description: Instance ID
Expand Down

0 comments on commit 284e60c

Please sign in to comment.