The playbooks for selectively deploy Conductor based workflows related to gcube internal activities such as user management
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dcore94 d6c24f01ae added deployment for nw_cluster and uname/pass prompt 3 years ago
user-management-workflows added deployment for nw_cluster and uname/pass prompt 3 years ago
LICENSE Initial commit 3 years ago
README.md added script for deploying to pre-production 3 years ago
deploy-nw-cluster.sh added deployment for nw_cluster and uname/pass prompt 3 years ago
deploy-pre.sh updated deploy scripts to override root_vo setting 3 years ago
deploy-prod.sh updated deploy scripts to override root_vo setting 3 years ago
deploy.sh first share 3 years ago

README.md

ansible-playbooks-conductor-workflows-gcube

The playbooks for selectively deploy Conductor based workflows related to gcube internal activities such as user management

Examples:

The following example deploys user-management workflows that coordinate LR62 portal and Keycloak IAM to the conductor server running in dev environment (http://conductor-dev.int.d4science.net). ./deploy.sh user-management-workflows

The following example deploys user-management workflows that coordinate LR62 portal and Keycloak IAM to the conductor server running in pre environment. ./deploy.sh user-management-workflows -e conductor_server=https://conductor.pre.d4science.org

A script deploy-pre.sh has been created in order to simplify deployment to gCube pre-production environment.