Skip to content

Commit 422492b

Browse files
Merge pull request #1841 from atlassian/add-jsm-11-support-snapshots
Add jsm 11 support snapshots
2 parents b522a08 + c5ebf35 commit 422492b

File tree

2 files changed

+56
-1
lines changed

2 files changed

+56
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This repository contains Taurus scripts for performance testing of Atlassian Dat
88
* Jira [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `9.12.26`, `10.3.9` and `11.0.0` Platform release
99

1010
* Supported Jira Service Management versions:
11-
* Jira Service Management [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `5.12.26` and `10.3.9`
11+
* Jira Service Management [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `5.12.26`, `10.3.9` and `11.0.0` Platform release
1212

1313
* Supported Confluence versions:
1414
* Confluence [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `8.5.25`, `9.2.7` and `10.0.2` Platform release

app/util/k8s/dcapt-snapshots.json

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,61 @@
279279
]
280280
}
281281
]
282+
},
283+
{
284+
"version": "11.0.0",
285+
"data": [
286+
{
287+
"type": "ebs",
288+
"size": "large",
289+
"snapshots": [
290+
{
291+
"us-east-2": "snap-0dab31c3d6037487e",
292+
"us-east-1": "snap-00a2693d189271ad6"
293+
}
294+
]
295+
},
296+
{
297+
"type": "rds",
298+
"size": "large",
299+
"snapshots": [
300+
{
301+
"us-east-2": "arn:aws:rds:us-east-2:585036043680:snapshot:dcapt-jsm-11-0-0",
302+
"us-east-1": "arn:aws:rds:us-east-1:585036043680:snapshot:dcapt-jsm-11-0-0"
303+
}
304+
]
305+
},
306+
{
307+
"type": "local-home",
308+
"size": "large",
309+
"snapshots": [
310+
{
311+
"us-east-2": "snap-0d5216f4a62a16dc4",
312+
"us-east-1": "snap-027bfaddbdc47f092"
313+
}
314+
]
315+
},
316+
{
317+
"type": "ebs",
318+
"size": "small",
319+
"snapshots": [
320+
{
321+
"us-east-2": "snap-033d2033ff1a18568",
322+
"us-east-1": "snap-0522bd67f65f3358c"
323+
}
324+
]
325+
},
326+
{
327+
"type": "rds",
328+
"size": "small",
329+
"snapshots": [
330+
{
331+
"us-east-2": "arn:aws:rds:us-east-2:585036043680:snapshot:dcapt-jsm-small-11-0-0",
332+
"us-east-1": "arn:aws:rds:us-east-1:585036043680:snapshot:dcapt-jsm-small-11-0-0"
333+
}
334+
]
335+
}
336+
]
282337
}
283338
]
284339
},

0 commit comments

Comments
 (0)