updated v7175

This commit is contained in:
anupteal
2021-04-10 00:11:18 +05:30
parent b3bf574db9
commit a4223d6eea
161 changed files with 5674 additions and 9223 deletions

View File

@@ -365,7 +365,7 @@ Parameters:
https://www.jfrog.com/confluence/display/RTF/Release+Notes.
AllowedPattern: ^(([0-9]|[1-9][0-9])\.){2}([1-9][0-9]|[0-9])$
ConstraintDescription: A version that matches X.X.X per Artifactory releases
Default: 7.17.4
Default: 7.17.5
Type: String
SmLicenseName:
Description: Secret name created in AWS Secrets Manager, which contains the Artifactory licenses.
@@ -504,7 +504,7 @@ Parameters:
Description: The version of Xray that you want to deploy into the Quick Start.
AllowedPattern: ^(([0-9]|[1-9][0-9])\.){2}([1-9][0-9]|[0-9])$
ConstraintDescription: A version that matches X.X.X per Xray releases.
Default: 3.21.2
Default: 3.22.1
Type: String
XrayNumberOfInstances:
Description: The number of Xray instances servers to complete your
@@ -546,7 +546,7 @@ Conditions:
IsArtifactory: !Not [!Equals [!Ref ArtifactoryProduct, 'JFrog-Container-Registry']]
HasSecondaryNodes: !Not [!Equals [!Ref NumberOfSecondary, '0']]
DefaultJava: !Equals [!Ref DefaultJavaMemSettings, "true"]
UsingDefaultBucket: !Equals [!Ref QsS3BucketName, 'aws-quickstart']
UsingDefaultBucket: !Equals [!Ref QsS3BucketName, 'jfrog-aws']
EnableXray: !Equals [!Ref InstallXray, 'true']
SmCertNameNotExists: !Equals [!Ref 'SmCertName', '']
SmCertNameExists: !Not [!Equals [!Ref 'SmCertName', '']]

View File

@@ -343,7 +343,7 @@ Parameters:
Description: Version of Artifactory that you want to deploy into the Quick Start.
To select the correct version, see the release notes at
https://www.jfrog.com/confluence/display/RTF/Release+Notes.
Default: 7.17.4
Default: 7.17.5
Type: String
SmLicenseName:
Description: Secret name created in AWS Secrets Manager, which contains the Artifactory licenses.
@@ -480,7 +480,7 @@ Parameters:
Type: String
XrayVersion:
Description: The version of Xray that you want to deploy into the Quick Start.
Default: 3.21.2
Default: 3.22.1
Type: String
XrayNumberOfInstances:
Description: The number of Xray instances servers to complete your
@@ -517,7 +517,7 @@ Parameters:
NoEcho: 'true'
Type: String
Conditions:
UsingDefaultBucket: !Equals [!Ref QsS3BucketName, 'aws-quickstart']
UsingDefaultBucket: !Equals [!Ref QsS3BucketName, 'jfrog-aws']
Resources:
ArtifactoryVpcStack:

View File

@@ -222,7 +222,7 @@ Parameters:
https://www.jfrog.com/confluence/display/RTF/Release+Notes.
AllowedPattern: ^(([0-9]|[1-9][0-9])\.){2}([1-9][0-9]|[0-9])$
ConstraintDescription: A version that matches X.X.X per Artifactory releases.
Default: 7.17.4
Default: 7.17.5
Type: String
SmLicenseName:
Description: Secret name created in AWS Secrets Manager, which contains the Artifactory licenses.
@@ -294,7 +294,7 @@ Parameters:
Description: The version of Xray that you want to deploy into the Quick Start.
AllowedPattern: ^(([0-9]|[1-9][0-9])\.){2}([1-9][0-9]|[0-9])$
ConstraintDescription: A version that matches X.X.X per Xray releases.
Default: 3.21.2
Default: 3.22.1
Type: String
XrayInstanceType:
Description: The EC2 instance type for the Xray instances.
@@ -305,7 +305,7 @@ Parameters:
Default: c5.2xlarge
Type: String
Conditions:
UsingDefaultBucket: !Equals [!Ref QsS3BucketName, 'aws-quickstart']
UsingDefaultBucket: !Equals [!Ref QsS3BucketName, 'jfrog-aws']
Resources:
ArtifactoryExistingVpcStack:
Type: AWS::CloudFormation::Stack

View File

@@ -176,7 +176,7 @@ Parameters:
Description: Version of Artifactory that you want to deploy into the Quick Start.
To select the correct version, see the release notes at
https://www.jfrog.com/confluence/display/RTF/Release+Notes.
Default: 7.17.4
Default: 7.17.5
Type: String
SmLicenseName:
Description: Secret name created in AWS Secrets Manager, which contains the Artifactory licenses.
@@ -242,7 +242,7 @@ Parameters:
Type: String
XrayVersion:
Description: The version of Xray that you want to deploy into the Quick Start.
Default: 3.21.2
Default: 3.22.1
Type: String
XrayInstanceType:
Description: The EC2 instance type for the Xray instances.
@@ -253,7 +253,7 @@ Parameters:
Default: c5.2xlarge
Type: String
Conditions:
UsingDefaultBucket: !Equals [!Ref QsS3BucketName, 'aws-quickstart']
UsingDefaultBucket: !Equals [!Ref QsS3BucketName, 'jfrog-aws']
Resources:
ArtifactoryNewVpcStack:
Type: AWS::CloudFormation::Stack