mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 00:06:55 -06:00
Changed docker repo from bintray to releases-docker
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
AWSTemplateFormatVersion: '2010-09-09'
|
AWSTemplateFormatVersion: "2010-09-09"
|
||||||
Description: 'JFrog Artifactory Quick Start Deployment (qs-1qpmmjh61)'
|
Description: "JFrog Artifactory Quick Start Deployment (qs-1qpmmjh61)"
|
||||||
Parameters:
|
Parameters:
|
||||||
AvailabilityZones:
|
AvailabilityZones:
|
||||||
Description: List of Availability Zones to use for the subnets in the VPC. Two
|
Description:
|
||||||
|
List of Availability Zones to use for the subnets in the VPC. Two
|
||||||
Availability Zones are used for this deployment.
|
Availability Zones are used for this deployment.
|
||||||
Type: List<AWS::EC2::AvailabilityZone::Name>
|
Type: List<AWS::EC2::AvailabilityZone::Name>
|
||||||
VpcId:
|
VpcId:
|
||||||
@@ -42,7 +43,7 @@ Parameters:
|
|||||||
DatabaseUser:
|
DatabaseUser:
|
||||||
Type: String
|
Type: String
|
||||||
DatabasePassword:
|
DatabasePassword:
|
||||||
NoEcho: 'true'
|
NoEcho: "true"
|
||||||
Type: String
|
Type: String
|
||||||
DatabaseInstance:
|
DatabaseInstance:
|
||||||
Type: String
|
Type: String
|
||||||
@@ -69,9 +70,9 @@ Mappings:
|
|||||||
JcrDockerRepo: "earlyaccess-docker.jfrog.io/jfrog/artifactory-jcr"
|
JcrDockerRepo: "earlyaccess-docker.jfrog.io/jfrog/artifactory-jcr"
|
||||||
NginxDockerRepo: "earlyaccess-docker.jfrog.io/jfrog/nginx-artifactory-pro"
|
NginxDockerRepo: "earlyaccess-docker.jfrog.io/jfrog/nginx-artifactory-pro"
|
||||||
GA:
|
GA:
|
||||||
ProDockerRepo: "docker.bintray.io/jfrog/artifactory-pro"
|
ProDockerRepo: "releases-docker.jfrog.io/jfrog/artifactory-pro"
|
||||||
JcrDockerRepo: "docker.bintray.io/jfrog/artifactory-jcr"
|
JcrDockerRepo: "releases-docker.jfrog.io/jfrog/artifactory-jcr"
|
||||||
NginxDockerRepo: "docker.bintray.io/jfrog/nginx-artifactory-pro"
|
NginxDockerRepo: "releases-docker.jfrog.io/jfrog/nginx-artifactory-pro"
|
||||||
ProductMap:
|
ProductMap:
|
||||||
JFrog-Container-Registry:
|
JFrog-Container-Registry:
|
||||||
RepoName: JcrDockerRepo
|
RepoName: JcrDockerRepo
|
||||||
@@ -287,11 +288,11 @@ Resources:
|
|||||||
- s3:*
|
- s3:*
|
||||||
Resource:
|
Resource:
|
||||||
- Fn::Join:
|
- Fn::Join:
|
||||||
- ''
|
- ""
|
||||||
- - !Sub "arn:${AWS::Partition}:s3:::"
|
- - !Sub "arn:${AWS::Partition}:s3:::"
|
||||||
- !Ref ArtifactoryS3Bucket
|
- !Ref ArtifactoryS3Bucket
|
||||||
- Fn::Join:
|
- Fn::Join:
|
||||||
- ''
|
- ""
|
||||||
- - !Sub "arn:${AWS::Partition}:s3:::"
|
- - !Sub "arn:${AWS::Partition}:s3:::"
|
||||||
- !Ref ArtifactoryS3Bucket
|
- !Ref ArtifactoryS3Bucket
|
||||||
- "/*"
|
- "/*"
|
||||||
@@ -300,9 +301,8 @@ Resources:
|
|||||||
ArtifactoryEbsVolume:
|
ArtifactoryEbsVolume:
|
||||||
Type: AWS::EC2::Volume
|
Type: AWS::EC2::Volume
|
||||||
Properties:
|
Properties:
|
||||||
AvailabilityZone:
|
AvailabilityZone: !Select
|
||||||
!Select
|
- "0"
|
||||||
- '0'
|
|
||||||
- !Ref AvailabilityZones
|
- !Ref AvailabilityZones
|
||||||
Encrypted: false
|
Encrypted: false
|
||||||
Size: !Ref VolumeSize
|
Size: !Ref VolumeSize
|
||||||
@@ -352,7 +352,7 @@ Outputs:
|
|||||||
- "-Xms${min}g -Xmx${max}g"
|
- "-Xms${min}g -Xmx${max}g"
|
||||||
- {
|
- {
|
||||||
min: !FindInMap [JavaOptionstoInstance, !Ref InstanceType, Min],
|
min: !FindInMap [JavaOptionstoInstance, !Ref InstanceType, Min],
|
||||||
max: !FindInMap [JavaOptionstoInstance, !Ref InstanceType, Max]
|
max: !FindInMap [JavaOptionstoInstance, !Ref InstanceType, Max],
|
||||||
}
|
}
|
||||||
DeploymentSize:
|
DeploymentSize:
|
||||||
Value: !FindInMap [JavaOptionstoInstance, !Ref InstanceType, DeploymentSize]
|
Value: !FindInMap [JavaOptionstoInstance, !Ref InstanceType, DeploymentSize]
|
||||||
|
|||||||
Reference in New Issue
Block a user