Skip to content

Commit f29f5cb

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents effae4c + 79847cf commit f29f5cb

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

templates/ibm-spectrum-scale-master.template

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -724,6 +724,12 @@
724724
"Outputs.PublicSubnet2ID"
725725
]
726726
},
727+
"QSS3BucketName": {
728+
"Ref": "QSS3BucketName"
729+
},
730+
"QSS3KeyPrefix": {
731+
"Fn::Sub": "${QSS3KeyPrefix}submodules/quickstart-linux-bastion/"
732+
},
727733
"RemoteAccessCIDR": {
728734
"Ref": "RemoteAccessCIDR"
729735
},

templates/ibm-spectrum-scale-subnet.template

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"AWSTemplateFormatVersion": "2010-09-09",
3+
<<<<<<< HEAD
34
"Description": "This template creates a one private subnet and NAT Gateway for one Availability Zone. If you deploy this template in a region that doesn't support NAT gateways, NAT instances are deployed instead. **WARNING** This template will only call when user choose dataReplica=1.",
5+
=======
6+
"Description": "This template creates a private subnet and NAT Gateway in a single Availability Zone. If you deploy this template in a region that doesn't support NAT gateways, NAT instances are deployed instead. This template is used only when dataReplica=1.",
7+
>>>>>>> upstream/master
48
"Parameters": {
59
"VPCCIDR": {
610
"Description": "CIDR block for the VPC.",

0 commit comments

Comments
 (0)