Skip to content
This repository has been archived by the owner on Mar 1, 2020. It is now read-only.

Commit

Permalink
Merge pull request #15 from cloudify-examples/update-centos-version
Browse files Browse the repository at this point in the history
Update aws.yaml
  • Loading branch information
EarthmanT authored Dec 23, 2018
2 parents 53a939d + a0f4da4 commit cced187
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ inputs:
use_existing_network_deployment:
default: true

centos_image_name_filter:
default: 'CentOS 7.6.1810 x86_64 with cloud-init (HVM)'

dsl_definitions:

aws_config: &aws_config
Expand Down Expand Up @@ -132,7 +135,7 @@ node_templates:
Filters:
- Name: name
Values:
- 'CentOS 7.3.1611 x86_64 with cloud-init (HVM)'
- { get_input: centos_image_name_filter }
- Name: owner-id
Values:
- '057448758665'
Expand Down

0 comments on commit cced187

Please sign in to comment.