Skip to content

Commit 478e798

Browse files
committed
change all "common" to "onboarding"
1 parent 0c16b71 commit 478e798

File tree

7 files changed

+25
-25
lines changed

7 files changed

+25
-25
lines changed

challenges/example_challenge/templates/day2_main.template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ Resources:
5050
- Info:
5151
LoadTemplateFromURL: !Sub https://${QSS3BucketName}.s3.amazonaws.com/${QSS3KeyPrefix}workload_security/day1/forServiceCatalog.yaml
5252
# The Service Catalog Association is locked behind the Onboarding Challenge Service Catalog. This forces players to play onboarding challenge first.
53-
# Create your association like below, and add a Service Catalog association in challenges/onboarding/templates/c1-common-service-catalog.child-template.yaml for C1
54-
# Or challenges/onboarding/templates/v1-common-service-catalog.child-template.yaml for V1. There are examples in those templates.
53+
# Create your association like below, and add a Service Catalog association in challenges/onboarding/templates/c1-onboarding-service-catalog.child-template.yaml for C1
54+
# Or challenges/onboarding/templates/v1-onboarding-service-catalog.child-template.yaml for V1. There are examples in those templates.
5555
ExampleServiceCatalogProductID:
5656
Type: AWS::SSM::Parameter
5757
Properties:

challenges/example_challenge/templates/main.template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ Resources:
7676
LoadTemplateFromURL: !Sub https://${QSS3BucketName}.s3.amazonaws.com/${QSS3KeyPrefix}workload_security/day1/forServiceCatalog.yaml
7777
######################
7878
# The Service Catalog Association is locked behind the Onboarding Challenge Service Catalog. This forces players to play onboarding challenge first.
79-
# Create your association like below, and add a Service Catalog association in challenges/onboarding/templates/c1-common-service-catalog.child-template.yaml for C1
80-
# Or challenges/onboarding/templates/v1-common-service-catalog.child-template.yaml for V1. There are examples in those templates.
79+
# Create your association like below, and add a Service Catalog association in challenges/onboarding/templates/c1-onboarding-service-catalog.child-template.yaml for C1
80+
# Or challenges/onboarding/templates/v1-onboarding-service-catalog.child-template.yaml for V1. There are examples in those templates.
8181
######################
8282
ExampleServiceCatalogProductID:
8383
Type: AWS::SSM::Parameter

challenges/onboarding/templates/c1-onboarding-service-catalog.child-template.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Resources:
131131
Policies:
132132
- PolicyName: !Join
133133
- "-"
134-
- - techday-cloudone-common
134+
- - techday-cloudone-onboarding
135135
- prod
136136
- lambda
137137
- ssm
@@ -170,7 +170,7 @@ Resources:
170170
Path: /
171171
Tags:
172172
- Key: BusinessCase
173-
Value: C1Common-TechDay
173+
Value: C1onboarding-TechDay
174174

175175
# Creates an AWS Lambda function with the Cloud One Onboarding module.
176176
C1OnboardingLambdaFunction:
@@ -408,10 +408,10 @@ Resources:
408408
Runtime: python3.8
409409
MemorySize: 256
410410
Timeout: !Ref LambdaFunctionTimeout
411-
Description: Cloud One module for C1Common-TechDay
411+
Description: Cloud One module for C1onboarding-TechDay
412412
Tags:
413413
- Key: BusinessCase
414-
Value: C1Common-TechDay
414+
Value: C1onboarding-TechDay
415415
Environment:
416416
Variables:
417417
awsRegion: !Ref AWS::Region
@@ -470,13 +470,13 @@ Resources:
470470
return True
471471
Handler: index.handler
472472
Runtime: python3.8
473-
FunctionName: techday-cloudone-common-prod-verifyC1Onboarding
473+
FunctionName: techday-cloudone-onboarding-prod-verifyC1Onboarding
474474
MemorySize: 256
475475
Timeout: 30
476-
Description: Task 1 - Cloud One Onboarding verification module for C1Common-TechDay
476+
Description: Task 1 - Cloud One Onboarding verification module for C1onboarding-TechDay
477477
Tags:
478478
- Key: BusinessCase
479-
Value: C1Common-TechDay
479+
Value: C1onboarding-TechDay
480480
Environment:
481481
Variables:
482482
awsRegion: !Ref AWS::Region

challenges/onboarding/templates/c1-onboarding-service-catalog.template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Resources:
6363
- !Ref QSS3BucketNameSSMValue
6464
- '.s3.amazonaws.com/'
6565
- !If [ IsQSS3KeyPrefixSSMValueNone, !Ref 'AWS::NoValue', !Ref QSS3KeyPrefixSSMValue ]
66-
- 'challenges/onboarding/templates/c1-common-service-catalog.child-template.yaml'
66+
- 'challenges/onboarding/templates/c1-onboarding-service-catalog.child-template.yaml'
6767

6868
Outputs:
6969
# Returns the AWS Lambda Function ARN of the Cloud One Onboarding module.

challenges/onboarding/templates/main.template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Resources:
4040
Owner: Trend Micro
4141
ProvisioningArtifactParameters:
4242
- Info:
43-
LoadTemplateFromURL: !Sub 'https://${QSS3BucketName}.s3.amazonaws.com/${QSS3KeyPrefix}onboarding/templates/c1-common-service-catalog.template.yaml'
43+
LoadTemplateFromURL: !Sub 'https://${QSS3BucketName}.s3.amazonaws.com/${QSS3KeyPrefix}onboarding/templates/c1-onboarding-service-catalog.template.yaml'
4444

4545
# Service Catalog Associations
4646
C1onboardingTask1ServiceCatalogProductAssociation:
@@ -65,7 +65,7 @@ Resources:
6565
Owner: Trend Micro
6666
ProvisioningArtifactParameters:
6767
- Info:
68-
LoadTemplateFromURL: !Sub 'https://${QSS3BucketName}.s3.amazonaws.com/${QSS3KeyPrefix}onboarding/templates/v1-common-service-catalog.template.yaml'
68+
LoadTemplateFromURL: !Sub 'https://${QSS3BucketName}.s3.amazonaws.com/${QSS3KeyPrefix}onboarding/templates/v1-onboarding-service-catalog.template.yaml'
6969

7070
V1onboardingTask1ServiceCatalogProductAssociation:
7171
Type: AWS::ServiceCatalog::PortfolioProductAssociation

challenges/onboarding/templates/v1-onboarding-service-catalog.child-template.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Resources:
140140
Policies:
141141
- PolicyName: !Join
142142
- "-"
143-
- - techday-visionone-common
143+
- - techday-visionone-onboarding
144144
- prod
145145
- lambda
146146
- ssm
@@ -176,7 +176,7 @@ Resources:
176176
Path: /
177177
Tags:
178178
- Key: BusinessCase
179-
Value: C1Common-TechDay
179+
Value: C1onboarding-TechDay
180180

181181
# Creates an AWS Lambda function with the Vision One Onboarding module.
182182
V1OnboardingLambdaFunction:
@@ -377,10 +377,10 @@ Resources:
377377
Runtime: python3.8
378378
MemorySize: 256
379379
Timeout: !Ref LambdaFunctionTimeout
380-
Description: Vision One module for C1Common-TechDay
380+
Description: Vision One module for C1onboarding-TechDay
381381
Tags:
382382
- Key: BusinessCase
383-
Value: C1Common-TechDay
383+
Value: C1onboarding-TechDay
384384
Environment:
385385
Variables:
386386
awsRegion: !Ref AWS::Region
@@ -439,13 +439,13 @@ Resources:
439439
return True
440440
Handler: index.handler
441441
Runtime: python3.8
442-
FunctionName: techday-cloudone-common-prod-verifyV1Onboarding
442+
FunctionName: techday-cloudone-onboarding-prod-verifyV1Onboarding
443443
MemorySize: 256
444444
Timeout: 30
445-
Description: Task 1 - Vision One Onboarding verification module for C1Common-TechDay
445+
Description: Task 1 - Vision One Onboarding verification module for C1onboarding-TechDay
446446
Tags:
447447
- Key: BusinessCase
448-
Value: C1Common-TechDay
448+
Value: C1onboarding-TechDay
449449
Environment:
450450
Variables:
451451
awsRegion: !Ref AWS::Region
@@ -573,13 +573,13 @@ Resources:
573573
return True
574574
Handler: index.handler
575575
Runtime: python3.8
576-
FunctionName: techday-cloudone-common-prod-verifyC1V1Connectivity
576+
FunctionName: techday-cloudone-onboarding-prod-verifyC1V1Connectivity
577577
MemorySize: 256
578578
Timeout: 30
579-
Description: Task 2 - Cloud One - Vision One Connectivity verification for C1Common-TechDay
579+
Description: Task 2 - Cloud One - Vision One Connectivity verification for C1onboarding-TechDay
580580
Tags:
581581
- Key: BusinessCase
582-
Value: C1Common-TechDay
582+
Value: C1onboarding-TechDay
583583
Environment:
584584
Variables:
585585
awsRegion: !Ref AWS::Region

challenges/onboarding/templates/v1-onboarding-service-catalog.template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Resources:
7878
- !Ref QSS3BucketNameSSMValue
7979
- '.s3.amazonaws.com/'
8080
- !If [ IsQSS3KeyPrefixSSMValueNone, !Ref 'AWS::NoValue', !Ref QSS3KeyPrefixSSMValue ]
81-
- 'challenges/onboarding/templates/v1-common-service-catalog.child-template.yaml'
81+
- 'challenges/onboarding/templates/v1-onboarding-service-catalog.child-template.yaml'
8282

8383
Outputs:
8484
# Returns the AWS Lambda Function ARN of the Vision One Onboarding module.

0 commit comments

Comments
 (0)