Skip to content

Commit

Permalink
[IT-3456] Test Windows OS upgrade
Browse files Browse the repository at this point in the history
Create a product in SC for testing the new windows AMI.
This product will be removed once testing is complete.

Depends on Sage-Bionetworks/service-catalog-library#329
  • Loading branch information
ConsoleCatzirl committed Mar 21, 2024
1 parent f6f8d14 commit bef46b2
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
template:
path: "sc-product-ec2-windows-jumpcloud.j2"
stack_name: "sc-product-ec2-windows-jumpcloud-test"
stack_tags:
OwnerEmail: "[email protected]"
dependencies:
- "develop/sc-portfolio-ec2.yaml"
- "develop/sc-ec2-actions.yaml"
parameters:
ProductName: "EC2: Windows Test"
ReplaceProvisioningArtifacts: "true"
sceptre_user_data:
# force cloudformation to update stack by setting a random number to the latest product's description
ProvisioningArtifactParameters: |
- Description: 'Test upgrade to Server 2022 {{ range(1, 10000) | random }}'
Info:
LoadTemplateFromURL: 'https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/{{stack_group_config.service_catalog_library}}/master/ec2/sc-ec2-windows-jumpcloud-test.yaml'
Name: 'Test'

0 comments on commit bef46b2

Please sign in to comment.