mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 01:06:55 -06:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user