Skip to content

Commit 485075b

Browse files
Reverted the changes for cloudtrailbenchmark app due to SUMO-247030
1 parent b8705c2 commit 485075b

File tree

4 files changed

+25
-30
lines changed

4 files changed

+25
-30
lines changed

cloudtrailbenchmark/packaged.yaml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ Metadata:
4343
- benchmark
4444
- cloudtrail
4545
Name: sumologic-aws-cloudtrail-benchmark
46-
LicenseUrl: s3://appdevstore/cloudtrailbenchmark/v1.0.17/cac1a6df52c685e0f6ebe4ae72078c80
47-
ReadmeUrl: s3://appdevstore/cloudtrailbenchmark/v1.0.17/8a901bb4fbbe82f128fc502dd3077508
48-
SemanticVersion: 1.0.17
46+
LicenseUrl: s3://appdevstore/cloudtrailbenchmark/v1.0.16/cac1a6df52c685e0f6ebe4ae72078c80
47+
ReadmeUrl: s3://appdevstore/cloudtrailbenchmark/v1.0.16/8a901bb4fbbe82f128fc502dd3077508
48+
SemanticVersion: 1.0.16
4949
SourceCodeUrl: https://github.com/SumoLogic/sumologic-aws-lambda/tree/main/cloudtrailbenchmark
5050
Parameters:
5151
CollectorName:
@@ -61,21 +61,19 @@ Parameters:
6161
Type: String
6262
SumoAccessKey:
6363
Type: String
64-
NoEcho: true
6564
SumoDeployment:
6665
Type: String
6766
AllowedValues:
6867
- au
6968
- ca
7069
- de
7170
- eu
72-
- fed
73-
- in
7471
- jp
75-
- kr
76-
- us1
7772
- us2
78-
Description: Enter au, ca, de, eu, fed, in, jp, kr, us1 or us2
73+
- us1
74+
- in
75+
- fed
76+
Description: Enter au, ca, de, eu, jp, us2, in, fed or us1
7977
RemoveSumoResourcesOnDeleteStack:
8078
AllowedValues:
8179
- true
@@ -129,7 +127,7 @@ Resources:
129127
Properties:
130128
Location:
131129
ApplicationId: arn:aws:serverlessrepo:us-east-1:956882708938:applications/sumologic-app-utils
132-
SemanticVersion: 2.0.17
130+
SemanticVersion: 2.0.16
133131
Metadata:
134132
SamResourceId: SumoAppUtils
135133
SumoRole:

cloudtrailbenchmark/template.yaml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Metadata:
4949
Name: sumologic-aws-cloudtrail-benchmark
5050
LicenseUrl: ./LICENSE
5151
ReadmeUrl: ./README.md
52-
SemanticVersion: 1.0.17
52+
SemanticVersion: 1.0.16
5353
SourceCodeUrl: https://github.com/SumoLogic/sumologic-aws-lambda/tree/main/cloudtrailbenchmark
5454

5555

@@ -67,21 +67,19 @@ Parameters:
6767
Type: String
6868
SumoAccessKey:
6969
Type: String
70-
NoEcho: true
7170
SumoDeployment:
7271
Type: String
7372
AllowedValues:
7473
- au
7574
- ca
7675
- de
7776
- eu
78-
- fed
79-
- in
8077
- jp
81-
- kr
82-
- us1
8378
- us2
84-
Description: "Enter au, ca, de, eu, fed, in, jp, kr, us1 or us2"
79+
- us1
80+
- in
81+
- fed
82+
Description: "Enter au, ca, de, eu, jp, us2, in, fed or us1"
8583
RemoveSumoResourcesOnDeleteStack:
8684
AllowedValues:
8785
- true
@@ -125,7 +123,7 @@ Resources:
125123
Properties:
126124
Location:
127125
ApplicationId: arn:aws:serverlessrepo:us-east-1:956882708938:applications/sumologic-app-utils
128-
SemanticVersion: 2.0.17
126+
SemanticVersion: 2.0.16
129127

130128
SumoRole:
131129
Condition: SetupSumoResources

cloudtrailbenchmark/test/custom/app.yaml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,16 @@ Parameters:
3030
SumoDeployment:
3131
Type: String
3232
AllowedValues:
33-
- au
34-
- ca
35-
- de
36-
- eu
37-
- fed
38-
- in
39-
- jp
40-
- kr
41-
- us1
42-
- us2
43-
Description: "Enter au, ca, de, eu, fed, in, jp, kr, us1 or us2"
33+
- au
34+
- ca
35+
- de
36+
- eu
37+
- jp
38+
- us2
39+
- us1
40+
- in
41+
- fed
42+
Description: Enter au, ca, de, eu, jp, us2, in, fed or us1
4443
RemoveSumoResourcesOnDeleteStack:
4544
AllowedValues:
4645
- true

cloudtrailbenchmark/testdeploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ else
1212
fi
1313
uid=$(cat /dev/random | LC_CTYPE=C tr -dc "[:lower:]" | head -c 6)
1414

15-
version="1.0.17"
15+
version="1.0.15"
1616

1717
sam package --template-file template.yaml --s3-bucket $SAM_S3_BUCKET --output-template-file packaged.yaml --s3-prefix "cloudtrailbenchmark/v$version" --region $AWS_REGION --profile $AWS_PROFILE
1818

0 commit comments

Comments
 (0)