Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Merge branch 'develop' into DCD-1115-docs_asciidoc_migration
Browse files Browse the repository at this point in the history
  • Loading branch information
ddomingorh committed Sep 25, 2020
2 parents 4866c0f + df38f4c commit cdc1b15
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
branch = main
[submodule "docs/boilerplate"]
path = docs/boilerplate
url = git@github.com:aws-quickstart/quickstart-documentation-base-common
url = git@github.com:aws-quickstart/quickstart-documentation-base-common
9 changes: 5 additions & 4 deletions templates/quickstart-bitbucket-dc.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ Parameters:
Type: Number
ClusterNodeVolumeSize:
Default: 50
Description: Size of cluster node root volume in Gb
Description: Size of Bitbucket web server cluster node volume in Gb
Type: Number
CreateBucket:
Default: "true"
Expand Down Expand Up @@ -956,6 +956,10 @@ Resources:

Properties:
AssociatePublicIpAddress: false
BlockDeviceMappings:
- DeviceName: /dev/xvda
Ebs:
VolumeSize: !Ref ClusterNodeVolumeSize
KeyName: !If
- KeyProvided
- !Ref KeyPairName
Expand Down Expand Up @@ -1170,9 +1174,6 @@ Resources:

Properties:
BlockDeviceMappings:
- DeviceName: /dev/xvda
Ebs:
VolumeSize: !Ref ClusterNodeVolumeSize
- DeviceName: /dev/xvdf
Ebs:
DeleteOnTermination: !Ref HomeDeleteOnTermination
Expand Down

0 comments on commit cdc1b15

Please sign in to comment.