Skip to content

Commit

Permalink
Remove Statuspage from pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Apr 21, 2024
1 parent ccca279 commit 7167acd
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions devops/tooling-cd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ Parameters:
kSlackAppStackName:
Type: String
Default: prx-devops-slack-app
kStatuspageStackName:
Type: String
Default: prx-devops-statuspage
kHealthEventsStackName:
Type: String
Default: prx-devops-health-events
Expand All @@ -64,7 +61,6 @@ Parameters:
PrxLegacyAccountId: { Type: String }
SlackAccessToken: { Type: String }
SlackSigningSecet: { Type: String }
StatuspageApiKey: { Type: String }
FatalSmsContactListSnsTopicArn: { Type: String }
CloudWatchAlarmReminderRegions: { Type: CommaDelimitedList }
CloudWatchAlarmReminderAccountIds: { Type: CommaDelimitedList }
Expand Down Expand Up @@ -256,9 +252,6 @@ Resources:
- sam build --parallel --template-file ./devops/tooling/chat-ops/slack-app/template.yml
- sam package --s3-bucket ${PipelineArtifactStore} --output-template-file ./${kSlackAppStackName}
- sam build --parallel --template-file ./devops/tooling/statuspage/template.yml
- sam package --s3-bucket ${PipelineArtifactStore} --output-template-file ./${kStatuspageStackName}
- sam build --parallel --template-file ./devops/tooling/chat-ops/health-events/template.yml
- sam package --s3-bucket ${PipelineArtifactStore} --output-template-file ./${kHealthEventsStackName}
Expand All @@ -271,7 +264,6 @@ Resources:
- ${kCloudWatchAlarmsStackName}
- ${kCloudWatchAlarmRemindersStackName}
- ${kSlackAppStackName}
- ${kStatuspageStackName}
- ${kHealthEventsStackName}
- ${kCloudTrailToolkitStackName}
name: SamBuildArtifact
Expand Down Expand Up @@ -408,7 +400,6 @@ Resources:
- !Sub arn:${AWS::Partition}:cloudformation:${AWS::Region}:${AWS::AccountId}:stack/${kSlackAppStackName}/*
- !Sub arn:${AWS::Partition}:cloudformation:${AWS::Region}:${AWS::AccountId}:stack/${kCloudFormationMacroFunctionsStackName}/*
- !Sub arn:${AWS::Partition}:cloudformation:${AWS::Region}:${AWS::AccountId}:stack/${kCloudFormationNotificationsStackName}/*
- !Sub arn:${AWS::Partition}:cloudformation:${AWS::Region}:${AWS::AccountId}:stack/${kStatuspageStackName}/*
- !Sub arn:${AWS::Partition}:cloudformation:${AWS::Region}:${AWS::AccountId}:stack/${kHealthEventsStackName}/*
- !Sub arn:${AWS::Partition}:cloudformation:${AWS::Region}:${AWS::AccountId}:stack/${kCloudTrailToolkitStackName}/*
# StackSets
Expand Down Expand Up @@ -522,26 +513,6 @@ Resources:
- Name: SamBuildArtifact
Namespace: slack_app_deploy
RunOrder: 1
- Name: Statuspage
ActionTypeId:
Category: Deploy
Owner: AWS
Provider: CloudFormation
Version: "1"
Configuration:
ActionMode: CREATE_UPDATE
Capabilities: CAPABILITY_IAM,CAPABILITY_AUTO_EXPAND
ParameterOverrides: !Sub |
{
"StatuspageApiKey": "${StatuspageApiKey}"
}
RoleArn: !GetAtt CloudFormationRole.Arn
StackName: !Ref kStatuspageStackName
TemplatePath: !Sub SamBuildArtifact::${kStatuspageStackName}
InputArtifacts:
- Name: SamBuildArtifact
Namespace: statuspage_deploy
RunOrder: 1
- Name: HealthEvents
ActionTypeId:
Category: Deploy
Expand Down

0 comments on commit 7167acd

Please sign in to comment.