Skip to content

Commit

Permalink
Merge pull request #487 from cloudify-cosmo/RD-6295-update-marketplac…
Browse files Browse the repository at this point in the history
…e-blueprint-to-use-the-new-cent-os-image

RD-5878-create-a-public-centos-ami
  • Loading branch information
EarthmanT authored Nov 14, 2022
2 parents 5f06700 + 16b96cf commit 43409c1
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions cloudify_aws/ec2/tests/test_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ def setUp(self):
reload_module(image)
self.image._describe_image_filters = \
{'Filters': {
'name': 'CentOS 7.7.1908 x86_64 with cloud-init (HVM)',
'owner-id': '057448758665'}}
'name': 'CentOS7-cloudify-examples-image',
'owner-id': '263721492972'}}

def test_class_properties(self):
effect = self.get_client_error_exception(name='EC2 Image')
Expand Down
4 changes: 2 additions & 2 deletions examples/ebs-feature-demo/ebs-to-ec2-instance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,10 @@ node_templates:
Filters:
- Name: owner-id
Values:
- "057448758665"
- "263721492972"
- Name: name
Values:
- 'CentOS 7.7.1908 x86_64 with cloud-init (HVM)'
- 'CentOS7-cloudify-examples-image'

key:
type: cloudify.nodes.aws.ec2.Keypair
Expand Down
4 changes: 2 additions & 2 deletions examples/ec2-create-image-feature-demo/blueprint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ inputs:
ami_owner_filter:
type: string
description: The AWS AMI owner number.
default: '057448758665'
default: '263721492972'

ami_name_filter:
type: string
description: The name of the AWS AMI in the AWS region.
default: 'CentOS 7.7.1908 x86_64 with cloud-init (HVM)'
default: 'CentOS7-cloudify-examples-image'

instance_type:
type: string
Expand Down
4 changes: 2 additions & 2 deletions examples/ec2-image-feature-demo/blueprint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ inputs:
ami_owner_filter:
type: string
description: The AWS AMI owner number.
default: '057448758665'
default: '263721492972'

ami_name_filter:
type: string
description: The name of the AWS AMI in the AWS region.
default: 'CentOS 7.9.2009 - HVM'
default: 'CentOS7-cloudify-examples-image'

dsl_definitions:

Expand Down
4 changes: 2 additions & 2 deletions examples/ec2-spot-fleet-request/blueprint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ inputs:
ami_owner_filter:
type: string
description: The AWS AMI owner number.
default: '057448758665'
default: '263721492972'

ami_name_filter:
type: string
description: The name of the AWS AMI in the AWS region.
default: 'CentOS 7.7.1908 x86_64 with cloud-init (HVM)'
default: 'CentOS7-cloudify-examples-image'

instance_type:
type: string
Expand Down
4 changes: 2 additions & 2 deletions examples/ec2-spot-fleet-request/instance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ inputs:
ami_owner_filter:
type: string
description: The AWS AMI owner number.
default: '057448758665'
default: '263721492972'

ami_name_filter:
type: string
description: The name of the AWS AMI in the AWS region.
default: 'CentOS 7.9.2009 - HVM'
default: 'CentOS7-cloudify-examples-image'

instance_type:
type: string
Expand Down
4 changes: 2 additions & 2 deletions examples/ec2-spot-instances-feature-demo/blueprint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ inputs:
ami_owner_filter:
type: string
description: The AWS AMI owner number.
default: '057448758665'
default: '263721492972'

ami_name_filter:
type: string
description: The name of the AWS AMI in the AWS region.
default: 'CentOS 7.7.1908 x86_64 with cloud-init (HVM)'
default: 'CentOS7-cloudify-examples-image'

instance_type:
type: string
Expand Down
4 changes: 2 additions & 2 deletions examples/ec2-vpc-feature-demo/ipv6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ inputs:
ami_owner_filter:
type: string
description: The AWS AMI owner number.
default: '057448758665'
default: '263721492972'

ami_name_filter:
type: string
description: The name of the AWS AMI in the AWS region.
default: 'CentOS 7.7.1908 x86_64 with cloud-init (HVM)'
default: 'CentOS7-cloudify-examples-image'

dsl_definitions:

Expand Down
4 changes: 2 additions & 2 deletions examples/efs-feature-demo/blueprint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ node_templates:
Filters:
- Name: name
Values:
- 'CentOS 7.7.1908 x86_64 with cloud-init (HVM)'
- 'CentOS7-cloudify-examples-image'
- Name: owner-id
Values:
- '057448758665'
- '263721492972'
client_config: *client_config

instance:
Expand Down

0 comments on commit 43409c1

Please sign in to comment.