mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Merge pull request #135 from Alfresco/feature/OPSEXP-492_add_ansible_deployment_method
OPSEXP-492: Add ANSIBLE deployment method
This commit is contained in:
@@ -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
|
||||||
*/
|
*/
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user