Skip to content

Commit d0a6eb4

Browse files
authored
Merge pull request #2065 from atlassian/release/8.10.3
Release/8.10.3
2 parents 9145a9b + 362dc10 commit d0a6eb4

13 files changed

Lines changed: 67 additions & 67 deletions

app/bamboo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ modules:
126126
httpsampler.ignore_failed_embedded_resources: "true"
127127
selenium:
128128
chromedriver:
129-
version: "147.0.7727.57" # Supports Chrome version 147. You can refer to https://googlechromelabs.github.io/chrome-for-testing
129+
version: "148.0.7778.178" # Supports Chrome version 148. You can refer to https://googlechromelabs.github.io/chrome-for-testing
130130
reporting:
131131
- data-source: sample-labels
132132
module: junit-xml

app/bitbucket.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ modules:
9292
httpsampler.ignore_failed_embedded_resources: "true"
9393
selenium:
9494
chromedriver:
95-
version: "147.0.7727.57" # Supports Chrome version 147. You can refer to https://googlechromelabs.github.io/chrome-for-testing
95+
version: "148.0.7778.178" # Supports Chrome version 148. You can refer to https://googlechromelabs.github.io/chrome-for-testing
9696
reporting:
9797
- data-source: sample-labels
9898
module: junit-xml

app/confluence.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ modules:
119119
httpsampler.ignore_failed_embedded_resources: "true"
120120
selenium:
121121
chromedriver:
122-
version: "147.0.7727.57" # Supports Chrome version 147. You can refer to https://googlechromelabs.github.io/chrome-for-testing
122+
version: "148.0.7778.178" # Supports Chrome version 148. You can refer to https://googlechromelabs.github.io/chrome-for-testing
123123
reporting:
124124
- data-source: sample-labels
125125
module: junit-xml

app/jira.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ modules:
120120
httpsampler.ignore_failed_embedded_resources: "true"
121121
selenium:
122122
chromedriver:
123-
version: "147.0.7727.57" # Supports Chrome version 147. You can refer to https://googlechromelabs.github.io/chrome-for-testing
123+
version: "148.0.7778.178" # Supports Chrome version 148. You can refer to https://googlechromelabs.github.io/chrome-for-testing
124124
reporting:
125125
- data-source: sample-labels
126126
module: junit-xml

app/jsm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ modules:
171171
httpsampler.ignore_failed_embedded_resources: "true"
172172
selenium:
173173
chromedriver:
174-
version: "147.0.7727.57" # Supports Chrome version 147. You can refer to https://googlechromelabs.github.io/chrome-for-testing
174+
version: "148.0.7778.178" # Supports Chrome version 148. You can refer to https://googlechromelabs.github.io/chrome-for-testing
175175
reporting:
176176
- data-source: sample-labels
177177
module: junit-xml

app/util/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from util.project_paths import JIRA_YML, CONFLUENCE_YML, BITBUCKET_YML, JSM_YML, CROWD_YML, BAMBOO_YML
44

5-
TOOLKIT_VERSION = '8.10.2'
5+
TOOLKIT_VERSION = '8.10.3'
66
UNSUPPORTED_VERSION = '8.7.0'
77

88

app/util/k8s/README.MD

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ docker run --pull=always --env-file aws_envs \
3232
-v "/$PWD/dcapt-small.tfvars:/data-center-terraform/conf.tfvars" \
3333
-v "/$PWD/dcapt-snapshots.json:/data-center-terraform/dcapt-snapshots.json" \
3434
-v "/$PWD/logs:/data-center-terraform/logs" \
35-
-it atlassianlabs/terraform:2.9.10 ./install.sh -c conf.tfvars
35+
-it atlassianlabs/terraform:2.9.21 ./install.sh -c conf.tfvars
3636
```
3737
### Terminate development environment
3838
Note: install and uninstall commands have to use the same `atlassianlabs/terraform:TAG` image tag.
@@ -44,7 +44,7 @@ docker run --pull=always --env-file aws_envs \
4444
-v "/$PWD/dcapt-small.tfvars:/data-center-terraform/conf.tfvars" \
4545
-v "/$PWD/dcapt-snapshots.json:/data-center-terraform/dcapt-snapshots.json" \
4646
-v "/$PWD/logs:/data-center-terraform/logs" \
47-
-it atlassianlabs/terraform:2.9.10 ./uninstall.sh -c conf.tfvars
47+
-it atlassianlabs/terraform:2.9.21 ./uninstall.sh -c conf.tfvars
4848
```
4949

5050
# Enterprise-scale environment
@@ -61,7 +61,7 @@ docker run --pull=always --env-file aws_envs \
6161
-v "/$PWD/dcapt.tfvars:/data-center-terraform/conf.tfvars" \
6262
-v "/$PWD/dcapt-snapshots.json:/data-center-terraform/dcapt-snapshots.json" \
6363
-v "/$PWD/logs:/data-center-terraform/logs" \
64-
-it atlassianlabs/terraform:2.9.10 ./install.sh -c conf.tfvars
64+
-it atlassianlabs/terraform:2.9.21 ./install.sh -c conf.tfvars
6565
```
6666
### Terminate enterprise-scale environment
6767
Note: install and uninstall commands have to use the same `atlassianlabs/terraform:TAG` image tag.
@@ -73,7 +73,7 @@ docker run --pull=always --env-file aws_envs \
7373
-v "/$PWD/dcapt.tfvars:/data-center-terraform/conf.tfvars" \
7474
-v "/$PWD/dcapt-snapshots.json:/data-center-terraform/dcapt-snapshots.json" \
7575
-v "/$PWD/logs:/data-center-terraform/logs" \
76-
-it atlassianlabs/terraform:2.9.10 ./uninstall.sh -c conf.tfvars
76+
-it atlassianlabs/terraform:2.9.21 ./uninstall.sh -c conf.tfvars
7777
```
7878

7979
# Collect detailed k8s logs
@@ -93,7 +93,7 @@ export REGION=us-east-2
9393
docker run --pull=always --env-file aws_envs \
9494
-v "/$PWD/k8s_logs:/data-center-terraform/k8s_logs" \
9595
-v "/$PWD/logs:/data-center-terraform/logs" \
96-
-it atlassianlabs/terraform:2.9.10 ./scripts/collect_k8s_logs.sh atlas-$ENVIRONMENT_NAME-cluster $REGION k8s_logs
96+
-it atlassianlabs/terraform:2.9.21 ./scripts/collect_k8s_logs.sh atlas-$ENVIRONMENT_NAME-cluster $REGION k8s_logs
9797
```
9898

9999
# Force terminate cluster
@@ -126,7 +126,7 @@ atlassian/dcapt terminate_cluster.py --cluster_name atlas-$ENVIRONMENT_NAME-clus
126126
docker run --pull=always --env-file aws_envs \
127127
-e ENVIRONMENT_NAME=$ENVIRONMENT_NAME \
128128
-e REGION=$REGION \
129-
-it atlassianlabs/terraform:2.9.10 bash
129+
-it atlassianlabs/terraform:2.9.21 bash
130130
```
131131

132132
5. Connect to the product pod. Example below for jira pod with number 0. For other product or pod number change `PRODUCT_POD` accordingly.
@@ -150,7 +150,7 @@ atlassian/dcapt terminate_cluster.py --cluster_name atlas-$ENVIRONMENT_NAME-clus
150150
-e ENVIRONMENT_NAME=$ENVIRONMENT_NAME \
151151
-e REGION=$REGION \
152152
-v "/$PWD:/data-center-terraform/dc-app-performance-toolkit" \
153-
-it atlassianlabs/terraform:2.9.10 bash
153+
-it atlassianlabs/terraform:2.9.21 bash
154154
```
155155
5. Copy code base and connect to the execution environment pod:
156156
``` bash
@@ -178,7 +178,7 @@ atlassian/dcapt terminate_cluster.py --cluster_name atlas-$ENVIRONMENT_NAME-clus
178178
-e REGION=$REGION \
179179
-e PRODUCT=$PRODUCT \
180180
-v "/$PWD/script-runner.yml:/data-center-terraform/script-runner.yml" \
181-
-it atlassianlabs/terraform:2.9.10 bash
181+
-it atlassianlabs/terraform:2.9.21 bash
182182
```
183183
5. Run following commands one by one inside docker container:
184184
``` bash
@@ -206,7 +206,7 @@ To enable detailed CPU/Memory monitoring and Grafana dashboards for visualisatio
206206
docker run --pull=always --env-file aws_envs \
207207
-e ENVIRONMENT_NAME=$ENVIRONMENT_NAME \
208208
-e REGION=$REGION \
209-
-it atlassianlabs/terraform:2.9.10 bash
209+
-it atlassianlabs/terraform:2.9.21 bash
210210
```
211211
``` bash
212212
aws eks update-kubeconfig --name atlas-$ENVIRONMENT_NAME-cluster --region $REGION
@@ -242,7 +242,7 @@ Note: this option is **not** suitable for full-scale performance runs as local n
242242
-e ENVIRONMENT_NAME=$ENVIRONMENT_NAME \
243243
-v "/$PWD:/data-center-terraform/dc-app-performance-toolkit" \
244244
-v "/$PWD/app/util/k8s/bzt_on_pod.sh:/data-center-terraform/bzt_on_pod.sh" \
245-
-it atlassianlabs/terraform:2.9.10 bash bzt_on_pod.sh jira.yml
245+
-it atlassianlabs/terraform:2.9.21 bash bzt_on_pod.sh jira.yml
246246
```
247247

248248
# Retry to copy run results from the execution environment pod to local
@@ -259,7 +259,7 @@ Note: this option is **not** suitable for full-scale performance runs as local n
259259
-e ENVIRONMENT_NAME=$ENVIRONMENT_NAME \
260260
-v "/$PWD:/data-center-terraform/dc-app-performance-toolkit" \
261261
-v "/$PWD/app/util/k8s/copy_run_results.sh:/data-center-terraform/copy_run_results.sh" \
262-
-it atlassianlabs/terraform:2.9.10 bash copy_run_results.sh
262+
-it atlassianlabs/terraform:2.9.21 bash copy_run_results.sh
263263
```
264264

265265
# Debug AWS required policies
@@ -268,7 +268,7 @@ Note: this option is **not** suitable for full-scale performance runs as local n
268268
3. Start and ssh to `atlassianlabs/terraform` docker container:
269269
``` bash
270270
docker run --pull=always --env-file aws_envs \
271-
-it atlassianlabs/terraform:2.9.10 bash
271+
-it atlassianlabs/terraform:2.9.21 bash
272272
```
273273
4. Make sure you have IAM policies with names `policy1`, `policy2`, created from [policy1.json](https://github.com/atlassian-labs/data-center-terraform/blob/main/permissions/policy1.json) and [policy2.json](https://github.com/atlassian-labs/data-center-terraform/blob/main/permissions/policy2.json).
274274
5. Run following commands one by one inside docker container to get effective policies permissions:

docs/dc-apps-performance-toolkit-user-guide-bamboo.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ platform: platform
44
product: marketplace
55
category: devguide
66
subcategory: build
7-
date: "2026-04-21"
7+
date: "2026-05-19"
88
---
99
# Data Center App Performance Toolkit User Guide For Bamboo
1010

@@ -101,7 +101,7 @@ specifically for performance testing during the DC app review process.
101101
-v "/$PWD/dcapt.tfvars:/data-center-terraform/conf.tfvars" \
102102
-v "/$PWD/dcapt-snapshots.json:/data-center-terraform/dcapt-snapshots.json" \
103103
-v "/$PWD/logs:/data-center-terraform/logs" \
104-
-it atlassianlabs/terraform:2.9.15 ./install.sh -c conf.tfvars
104+
-it atlassianlabs/terraform:2.9.21 ./install.sh -c conf.tfvars
105105
```
106106
7. Copy product URL from the console output. Product url should look like `http://a1234-54321.us-east-2.elb.amazonaws.com/bamboo`.
107107
8. Wait for all remote agents to be started and connected. It can take up to 10 minutes. Agents can be checked in `Settings` > `Agents`.
@@ -302,7 +302,7 @@ To receive performance baseline results **without** an app installed and **witho
302302
-e ENVIRONMENT_NAME=$ENVIRONMENT_NAME \
303303
-v "/$PWD:/data-center-terraform/dc-app-performance-toolkit" \
304304
-v "/$PWD/app/util/k8s/bzt_on_pod.sh:/data-center-terraform/bzt_on_pod.sh" \
305-
-it atlassianlabs/terraform:2.9.15 bash bzt_on_pod.sh bamboo.yml
305+
-it atlassianlabs/terraform:2.9.21 bash bzt_on_pod.sh bamboo.yml
306306
```
307307
1. View the following main results of the run in the `dc-app-performance-toolkit/app/results/bamboo/YY-MM-DD-hh-mm-ss` folder:
308308
- `results_summary.log`: detailed run summary
@@ -333,7 +333,7 @@ To receive performance results with an app installed (still use master branch):
333333
-e ENVIRONMENT_NAME=$ENVIRONMENT_NAME \
334334
-v "/$PWD:/data-center-terraform/dc-app-performance-toolkit" \
335335
-v "/$PWD/app/util/k8s/bzt_on_pod.sh:/data-center-terraform/bzt_on_pod.sh" \
336-
-it atlassianlabs/terraform:2.9.15 bash bzt_on_pod.sh bamboo.yml
336+
-it atlassianlabs/terraform:2.9.21 bash bzt_on_pod.sh bamboo.yml
337337
```
338338
339339
{{% note %}}
@@ -367,7 +367,7 @@ To receive results for Bamboo DC **with app** and **with app-specific actions**:
367367
-e ENVIRONMENT_NAME=$ENVIRONMENT_NAME \
368368
-v "/$PWD:/data-center-terraform/dc-app-performance-toolkit" \
369369
-v "/$PWD/app/util/k8s/bzt_on_pod.sh:/data-center-terraform/bzt_on_pod.sh" \
370-
-it atlassianlabs/terraform:2.9.15 bash bzt_on_pod.sh bamboo.yml
370+
-it atlassianlabs/terraform:2.9.21 bash bzt_on_pod.sh bamboo.yml
371371
```
372372
373373
{{% note %}}

docs/dc-apps-performance-toolkit-user-guide-bitbucket.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ platform: platform
44
product: marketplace
55
category: devguide
66
subcategory: build
7-
date: "2026-04-21"
7+
date: "2026-05-19"
88
---
99
# Data Center App Performance Toolkit User Guide For Bitbucket
1010

@@ -114,7 +114,7 @@ Below process describes how to install low-tier Bitbucket DC with "small" datase
114114
-v "/$PWD/dcapt-small.tfvars:/data-center-terraform/conf.tfvars" \
115115
-v "/$PWD/dcapt-snapshots.json:/data-center-terraform/dcapt-snapshots.json" \
116116
-v "/$PWD/logs:/data-center-terraform/logs" \
117-
-it atlassianlabs/terraform:2.9.15 ./install.sh -c conf.tfvars
117+
-it atlassianlabs/terraform:2.9.21 ./install.sh -c conf.tfvars
118118
```
119119
8. Copy product URL from the console output. Product url should look like `http://a1234-54321.us-east-2.elb.amazonaws.com/bitbucket`.
120120

@@ -317,7 +317,7 @@ Below process describes how to install enterprise-scale Bitbucket DC with "large
317317
-v "/$PWD/dcapt.tfvars:/data-center-terraform/conf.tfvars" \
318318
-v "/$PWD/dcapt-snapshots.json:/data-center-terraform/dcapt-snapshots.json" \
319319
-v "/$PWD/logs:/data-center-terraform/logs" \
320-
-it atlassianlabs/terraform:2.9.15 ./install.sh -c conf.tfvars
320+
-it atlassianlabs/terraform:2.9.21 ./install.sh -c conf.tfvars
321321
```
322322
8. Copy product URL from the console output. Product url should look like `http://a1234-54321.us-east-2.elb.amazonaws.com/bitbucket`.
323323

@@ -392,7 +392,7 @@ To receive performance baseline results **without** an app installed:
392392
-e ENVIRONMENT_NAME=$ENVIRONMENT_NAME \
393393
-v "/$PWD:/data-center-terraform/dc-app-performance-toolkit" \
394394
-v "/$PWD/app/util/k8s/bzt_on_pod.sh:/data-center-terraform/bzt_on_pod.sh" \
395-
-it atlassianlabs/terraform:2.9.15 bash bzt_on_pod.sh bitbucket.yml
395+
-it atlassianlabs/terraform:2.9.21 bash bzt_on_pod.sh bitbucket.yml
396396
```
397397

398398
1. View the following main results of the run in the `dc-app-performance-toolkit/app/results/bitbucket/YY-MM-DD-hh-mm-ss` folder:
@@ -423,7 +423,7 @@ To receive performance results with an app installed (still use master branch):
423423
-e ENVIRONMENT_NAME=$ENVIRONMENT_NAME \
424424
-v "/$PWD:/data-center-terraform/dc-app-performance-toolkit" \
425425
-v "/$PWD/app/util/k8s/bzt_on_pod.sh:/data-center-terraform/bzt_on_pod.sh" \
426-
-it atlassianlabs/terraform:2.9.15 bash bzt_on_pod.sh bitbucket.yml
426+
-it atlassianlabs/terraform:2.9.21 bash bzt_on_pod.sh bitbucket.yml
427427
```
428428

429429
{{% note %}}
@@ -473,7 +473,7 @@ To receive scalability benchmark results for one-node Bitbucket DC **with** app-
473473
-e ENVIRONMENT_NAME=$ENVIRONMENT_NAME \
474474
-v "/$PWD:/data-center-terraform/dc-app-performance-toolkit" \
475475
-v "/$PWD/app/util/k8s/bzt_on_pod.sh:/data-center-terraform/bzt_on_pod.sh" \
476-
-it atlassianlabs/terraform:2.9.15 bash bzt_on_pod.sh bitbucket.yml
476+
-it atlassianlabs/terraform:2.9.21 bash bzt_on_pod.sh bitbucket.yml
477477
```
478478

479479
{{% note %}}
@@ -498,7 +498,7 @@ To receive scalability benchmark results for two-node Bitbucket DC **with** app-
498498
-v "/$PWD/dcapt.tfvars:/data-center-terraform/conf.tfvars" \
499499
-v "/$PWD/dcapt-snapshots.json:/data-center-terraform/dcapt-snapshots.json" \
500500
-v "/$PWD/logs:/data-center-terraform/logs" \
501-
-it atlassianlabs/terraform:2.9.15 ./install.sh -c conf.tfvars
501+
-it atlassianlabs/terraform:2.9.21 ./install.sh -c conf.tfvars
502502
```
503503
1. Navigate to `dc-app-performance-toolkit` folder and start tests execution:
504504
``` bash
@@ -511,7 +511,7 @@ To receive scalability benchmark results for two-node Bitbucket DC **with** app-
511511
-e ENVIRONMENT_NAME=$ENVIRONMENT_NAME \
512512
-v "/$PWD:/data-center-terraform/dc-app-performance-toolkit" \
513513
-v "/$PWD/app/util/k8s/bzt_on_pod.sh:/data-center-terraform/bzt_on_pod.sh" \
514-
-it atlassianlabs/terraform:2.9.15 bash bzt_on_pod.sh bitbucket.yml
514+
-it atlassianlabs/terraform:2.9.21 bash bzt_on_pod.sh bitbucket.yml
515515
```
516516

517517
{{% note %}}
@@ -540,7 +540,7 @@ To receive scalability benchmark results for four-node Bitbucket DC with app-spe
540540
-e ENVIRONMENT_NAME=$ENVIRONMENT_NAME \
541541
-v "/$PWD:/data-center-terraform/dc-app-performance-toolkit" \
542542
-v "/$PWD/app/util/k8s/bzt_on_pod.sh:/data-center-terraform/bzt_on_pod.sh" \
543-
-it atlassianlabs/terraform:2.9.15 bash bzt_on_pod.sh bitbucket.yml
543+
-it atlassianlabs/terraform:2.9.21 bash bzt_on_pod.sh bitbucket.yml
544544
```
545545

546546
{{% note %}}

docs/dc-apps-performance-toolkit-user-guide-confluence.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ platform: platform
44
product: marketplace
55
category: devguide
66
subcategory: build
7-
date: "2026-04-21"
7+
date: "2026-05-19"
88
---
99
# Data Center App Performance Toolkit User Guide For Confluence
1010

@@ -113,7 +113,7 @@ Below process describes how to install low-tier Confluence DC with "small" datas
113113
-v "/$PWD/dcapt-small.tfvars:/data-center-terraform/conf.tfvars" \
114114
-v "/$PWD/dcapt-snapshots.json:/data-center-terraform/dcapt-snapshots.json" \
115115
-v "/$PWD/logs:/data-center-terraform/logs" \
116-
-it atlassianlabs/terraform:2.9.15 ./install.sh -c conf.tfvars
116+
-it atlassianlabs/terraform:2.9.21 ./install.sh -c conf.tfvars
117117
```
118118
8. Copy product URL from the console output. Product url should look like `http://a1234-54321.us-east-2.elb.amazonaws.com/confluence`.
119119

@@ -397,7 +397,7 @@ Below process describes how to install enterprise-scale Confluence DC with "larg
397397
-v "/$PWD/dcapt.tfvars:/data-center-terraform/conf.tfvars" \
398398
-v "/$PWD/dcapt-snapshots.json:/data-center-terraform/dcapt-snapshots.json" \
399399
-v "/$PWD/logs:/data-center-terraform/logs" \
400-
-it atlassianlabs/terraform:2.9.15 ./install.sh -c conf.tfvars
400+
-it atlassianlabs/terraform:2.9.21 ./install.sh -c conf.tfvars
401401
```
402402
8. Copy product URL from the console output. Product url should look like `http://a1234-54321.us-east-2.elb.amazonaws.com/confluence`.
403403

@@ -472,7 +472,7 @@ To receive performance baseline results **without** an app installed:
472472
-e ENVIRONMENT_NAME=$ENVIRONMENT_NAME \
473473
-v "/$PWD:/data-center-terraform/dc-app-performance-toolkit" \
474474
-v "/$PWD/app/util/k8s/bzt_on_pod.sh:/data-center-terraform/bzt_on_pod.sh" \
475-
-it atlassianlabs/terraform:2.9.15 bash bzt_on_pod.sh confluence.yml
475+
-it atlassianlabs/terraform:2.9.21 bash bzt_on_pod.sh confluence.yml
476476
```
477477
1. View the following main results of the run in the `dc-app-performance-toolkit/app/results/confluence/YY-MM-DD-hh-mm-ss` folder:
478478
- `results_summary.log`: detailed run summary
@@ -502,7 +502,7 @@ To receive performance results with an app installed (still use master branch):
502502
-e ENVIRONMENT_NAME=$ENVIRONMENT_NAME \
503503
-v "/$PWD:/data-center-terraform/dc-app-performance-toolkit" \
504504
-v "/$PWD/app/util/k8s/bzt_on_pod.sh:/data-center-terraform/bzt_on_pod.sh" \
505-
-it atlassianlabs/terraform:2.9.15 bash bzt_on_pod.sh confluence.yml
505+
-it atlassianlabs/terraform:2.9.21 bash bzt_on_pod.sh confluence.yml
506506
```
507507

508508
{{% note %}}
@@ -563,7 +563,7 @@ To receive scalability benchmark results for one-node Confluence DC **with** app
563563
-e ENVIRONMENT_NAME=$ENVIRONMENT_NAME \
564564
-v "/$PWD:/data-center-terraform/dc-app-performance-toolkit" \
565565
-v "/$PWD/app/util/k8s/bzt_on_pod.sh:/data-center-terraform/bzt_on_pod.sh" \
566-
-it atlassianlabs/terraform:2.9.15 bash bzt_on_pod.sh confluence.yml
566+
-it atlassianlabs/terraform:2.9.21 bash bzt_on_pod.sh confluence.yml
567567
```
568568

569569
{{% note %}}
@@ -588,7 +588,7 @@ To receive scalability benchmark results for two-node Confluence DC **with** app
588588
-v "/$PWD/dcapt.tfvars:/data-center-terraform/conf.tfvars" \
589589
-v "/$PWD/dcapt-snapshots.json:/data-center-terraform/dcapt-snapshots.json" \
590590
-v "/$PWD/logs:/data-center-terraform/logs" \
591-
-it atlassianlabs/terraform:2.9.15 ./install.sh -c conf.tfvars
591+
-it atlassianlabs/terraform:2.9.21 ./install.sh -c conf.tfvars
592592
```
593593
1. Navigate to `dc-app-performance-toolkit` folder and start tests execution:
594594
``` bash
@@ -601,7 +601,7 @@ To receive scalability benchmark results for two-node Confluence DC **with** app
601601
-e ENVIRONMENT_NAME=$ENVIRONMENT_NAME \
602602
-v "/$PWD:/data-center-terraform/dc-app-performance-toolkit" \
603603
-v "/$PWD/app/util/k8s/bzt_on_pod.sh:/data-center-terraform/bzt_on_pod.sh" \
604-
-it atlassianlabs/terraform:2.9.15 bash bzt_on_pod.sh confluence.yml
604+
-it atlassianlabs/terraform:2.9.21 bash bzt_on_pod.sh confluence.yml
605605
```
606606

607607
{{% note %}}
@@ -630,7 +630,7 @@ To receive scalability benchmark results for four-node Confluence DC with app-sp
630630
-e ENVIRONMENT_NAME=$ENVIRONMENT_NAME \
631631
-v "/$PWD:/data-center-terraform/dc-app-performance-toolkit" \
632632
-v "/$PWD/app/util/k8s/bzt_on_pod.sh:/data-center-terraform/bzt_on_pod.sh" \
633-
-it atlassianlabs/terraform:2.9.15 bash bzt_on_pod.sh confluence.yml
633+
-it atlassianlabs/terraform:2.9.21 bash bzt_on_pod.sh confluence.yml
634634
```
635635

636636
{{% note %}}

0 commit comments

Comments
 (0)