Added ANSIBLE as an option for deployment method

This commit is contained in:
Andrei Ciubotaru
2020-11-06 08:03:12 +02:00
parent 67bbfed474
commit a80400d240
2 changed files with 2 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ public enum DeploymentMethod
INSTALLER, INSTALLER,
DOCKER_COMPOSE, DOCKER_COMPOSE,
HELM_CHART, HELM_CHART,
ANSIBLE,
/** /**
* The distribution zip was used to lay down the ACS artifacts * The distribution zip was used to lay down the ACS artifacts
*/ */

View File

@@ -675,7 +675,7 @@ deployment.service.targetLockRefreshTime=60000
# How long to wait in mS from the last communication before deciding that deployment has failed, possibly # How long to wait in mS from the last communication before deciding that deployment has failed, possibly
# the destination is no longer available? # the destination is no longer available?
deployment.service.targetLockTimeout=3600000 deployment.service.targetLockTimeout=3600000
# Deployment method used to deploy this Alfresco instance (DEFAULT, INSTALLER, DOCKER_COMPOSE, HELM_CHART, ZIP, QUICK_START) # Deployment method used to deploy this Alfresco instance (DEFAULT, INSTALLER, DOCKER_COMPOSE, HELM_CHART, ANSIBLE, ZIP, QUICK_START)
deployment.method=DEFAULT deployment.method=DEFAULT
#Invitation Service #Invitation Service