Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumping up AWSO version to v2.9.0 #203

Merged
merged 1 commit into from
Jul 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ then
AWS_REGION=us-east-1;
fi

masterTemplateURL="https://sumologic-appdev-aws-sam-apps.s3.amazonaws.com/aws-observability-versions/v2.8.0/sumologic_observability.master.template.yaml"
masterTemplateURL="https://sumologic-appdev-aws-sam-apps.s3.amazonaws.com/aws-observability-versions/v2.9.0/sumologic_observability.master.template.yaml"

#identify sumo deployment associated with sumo accessId and accessKey
export apiUrl="https://api.sumologic.com"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ then
AWS_REGION=us-east-1;
fi

masterTemplateURL="https://sumologic-appdev-aws-sam-apps.s3.amazonaws.com/aws-observability-versions/v2.8.0/sumologic_observability.master.template.yaml"
masterTemplateURL="https://sumologic-appdev-aws-sam-apps.s3.amazonaws.com/aws-observability-versions/v2.9.0/sumologic_observability.master.template.yaml"

#identify sumo deployment associated with sumo accessId and accessKey
export apiUrl="https://api.sumologic.com"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $now=Get-Date
echo "AWS Observability Script initiated at : $now"

#identify sumo deployment associated with sumo accessId and accessKey
$masterTemplateURL="https://sumologic-appdev-aws-sam-apps.s3.amazonaws.com/aws-observability-versions/v2.8.0/sumologic_observability.master.template.yaml"
$masterTemplateURL="https://sumologic-appdev-aws-sam-apps.s3.amazonaws.com/aws-observability-versions/v2.9.0/sumologic_observability.master.template.yaml"
$apiUrl="https://api.sumologic.com"
$deployment="us1"
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $now=Get-Date
echo "AWS Observability Script initiated at : $now"

#identify sumo deployment associated with sumo accessId and accessKey
$masterTemplateURL="https://sumologic-appdev-aws-sam-apps.s3.amazonaws.com/aws-observability-versions/v2.8.0/sumologic_observability.master.template.yaml"
$masterTemplateURL="https://sumologic-appdev-aws-sam-apps.s3.amazonaws.com/aws-observability-versions/v2.9.0/sumologic_observability.master.template.yaml"
$apiUrl="https://api.sumologic.com"
$deployment="us1"
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Expand Down
2 changes: 1 addition & 1 deletion aws-observability/scripts/DeployTemplate/DeployTemplate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export parameters_path=parameters-${ENV_NAME}.json

# Downloading the template to local for use. Remove if the template with same name if already present.
rm sumologic_observability_template.yaml
aws s3 cp s3://sumologic-appdev-aws-sam-apps/aws-observability-versions/v2.8.0/sumologic_observability.master.template.yaml sumologic_observability_template.yaml
aws s3 cp s3://sumologic-appdev-aws-sam-apps/aws-observability-versions/v2.9.0/sumologic_observability.master.template.yaml sumologic_observability_template.yaml

# Deploy the template. If the Stack name already exist, stack will be updated else created.
aws cloudformation deploy --profile ${AWS_PROFILE} --region ${AWS_REGION} \
Expand Down
2 changes: 1 addition & 1 deletion aws-observability/scripts/JsonToS3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ echo "Start S3 upload Script....."
export AWS_PROFILE="prod"

export bucket_name=sumologic-appdev-aws-sam-apps
export version=v2.8.0
export version=v2.9.0
export match_case="App"

if [[ ${AWS_PROFILE} == 'default' ]]
Expand Down
2 changes: 1 addition & 1 deletion aws-observability/scripts/TestTemplate.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

export folder_name=rootcause
export template_version="v2.8.0"
export template_version="v2.9.0"
export template_bucket="sumologic-appdev-aws-sam-apps"
export lambda_arn="arn:aws:lambda:ap-south-1:668508221233:function:LambdaFucntion-LambdaHelper-1C1GGLRYPWBB0"

Expand Down
2 changes: 1 addition & 1 deletion aws-observability/sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ APPS_TEMPLATES_DIR=./apps
APPS_JSON_DIR=./json

# Bucket name
CF_VERSION=v2.8.0
CF_VERSION=v2.9.0
BUCKET_REGION=us-east-1
BUCKET=sumologic-appdev-aws-sam-apps
S3_KEY_PREFIX=aws-observability-versions/${CF_VERSION}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AWSTemplateFormatVersion: '2010-09-09'
Description: "Version - v2.8.0. Note: Before deploying this template, please select the appropriate region. This CloudFormation template will automate the setup of the AWS Observability Solution. For more information on each parameter, please see the AWS Observability Setup Guide: https://help.sumologic.com/Observability_Solution/AWS_Observability_Solution/01_Deploy_and_Use_AWS_Observability/05_Deploy_AWS_Observability"
Description: "Version - v2.9.0. Note: Before deploying this template, please select the appropriate region. This CloudFormation template will automate the setup of the AWS Observability Solution. For more information on each parameter, please see the AWS Observability Setup Guide: https://help.sumologic.com/Observability_Solution/AWS_Observability_Solution/01_Deploy_and_Use_AWS_Observability/05_Deploy_AWS_Observability"

Metadata:
'AWS::CloudFormation::Interface':
Expand Down Expand Up @@ -500,7 +500,7 @@ Mappings:
CommonData:
NestedTemplate:
BucketName: "sumologic-appdev-aws-sam-apps"
Version: "v2.8.0"
Version: "v2.9.0"
CollectorDetails:
SumoLogicAccountID: 246946804217
CollectorNamePrefix: "aws-observability"
Expand Down
4 changes: 2 additions & 2 deletions aws-observability/templates/sumologic_observability.mp.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AWSTemplateFormatVersion: '2010-09-09'
Description: "Version - v2.8.0. Note: Before deploying this template, please select the appropriate region. This CloudFormation template will automate the setup of the AWS Observability Solution. For more information on each parameter, please see the AWS Observability Setup Guide: https://help.sumologic.com/Observability_Solution/AWS_Observability_Solution/01_Deploy_and_Use_AWS_Observability/05_Deploy_AWS_Observability"
Description: "Version - v2.9.0. Note: Before deploying this template, please select the appropriate region. This CloudFormation template will automate the setup of the AWS Observability Solution. For more information on each parameter, please see the AWS Observability Setup Guide: https://help.sumologic.com/Observability_Solution/AWS_Observability_Solution/01_Deploy_and_Use_AWS_Observability/05_Deploy_AWS_Observability"

Metadata:
'AWS::CloudFormation::Interface':
Expand Down Expand Up @@ -498,7 +498,7 @@ Mappings:
CommonData:
NestedTemplate:
BucketName: "sumologic-appdev-aws-sam-apps"
Version: "v2.8.0"
Version: "v2.9.0"
CollectorDetails:
SumoLogicAccountID: 926226587429
CollectorNamePrefix: "aws-observability"
Expand Down
Loading