Adding featureId into the installer-info.json

This commit is contained in:
brucec
2019-03-22 11:40:32 -07:00
parent 021f9a011e
commit 9d644f6302
3 changed files with 15 additions and 0 deletions

View File

@@ -215,6 +215,11 @@ mkdir -p /var/opt/jfrog/artifactory/etc/info
cat <<EOF >/var/opt/jfrog/artifactory/etc/info/installer-info.json cat <<EOF >/var/opt/jfrog/artifactory/etc/info/installer-info.json
{ {
"productId": "JFrogInstaller_Azure_SQL/1.0.0" "productId": "JFrogInstaller_Azure_SQL/1.0.0"
"features": [
{
"featureId": "Artifactory/${artifactoryVersion}",
"attributes": {}
}
} }
EOF EOF

View File

@@ -907,6 +907,11 @@
"content" : { "Fn::Join" : ["", [ "content" : { "Fn::Join" : ["", [
"{\n", "{\n",
" \"productId\": \"JFrogInstaller_Cloudformation_MySQL/1.0.0\"\n", " \"productId\": \"JFrogInstaller_Cloudformation_MySQL/1.0.0\"\n",
" \"features\": [\n",
" {\n",
" \"featureId\": \"Artifactory/", { "Ref": "ArtifactoryVersion" }, "\"\n",
" \"attributes\": {}\n",
" }\n",
"}\n" "}\n"
]]}, ]]},
"mode" : "000755", "mode" : "000755",

View File

@@ -176,6 +176,11 @@ mkdir -p /var/opt/jfrog/artifactory/etc/info
cat <<EOF >/var/opt/jfrog/artifactory/etc/info/installer-info.json cat <<EOF >/var/opt/jfrog/artifactory/etc/info/installer-info.json
{ {
"productId": "JFrog_TerraformInstaller_Mysql/1.0.0" "productId": "JFrog_TerraformInstaller_Mysql/1.0.0"
"features": [
{
"featureId": "Artifactory/${artifactory_version}",
"attributes": {}
}
} }
EOF EOF