ARM templates - parameterized versions in JCR and Xray

- added callhome for VM and Template installations
- added RT, JCR and Xray templates for VM image creation
This commit is contained in:
danielmkn
2020-10-16 15:13:19 -07:00
parent 66c07c4d2a
commit 3b97737dfc
13 changed files with 1139 additions and 5 deletions

View File

@@ -21,6 +21,12 @@ cat <<EOF >/opt/jfrog/xray/var/etc/security/master.key
${MASTER_KEY}
EOF
# Add Template Callhome to the Xray instance
cat <<EOF >>/opt/jfrog/xray/app/bin/xray.default
export PARTNER_ID=Partner/ACC-007221
export INTEGRATION_NAME=ARM_xray-template/1.0.0
EOF
# Xray should have the same join key as the Artifactory instance
# Both application should be deployed in the same Virtual Networks
HOSTNAME=$(hostname -i)