The playbooks for selectively deploy Conductor based workflows related to gcube internal activities such as user management
Go to file
dcore94 167c14b812 use static API endpoint for shub access 2024-03-19 10:16:20 +01:00
blue-cloud-workflows update 2022-03-22 14:54:42 +01:00
user-management-workflows added deployment for nw_cluster and uname/pass prompt 2021-05-19 14:45:41 +02:00
LICENSE Initial commit 2020-11-19 12:52:51 +01:00
README.md added script for deploying to pre-production 2020-12-04 11:01:25 +01:00
bc-deploy-dev.sh update 2022-03-22 14:54:42 +01:00
bc-deploy-nw-cluster.sh update 2022-03-22 14:54:42 +01:00
bc-deploy-pre.sh update 2022-03-22 14:54:42 +01:00
bc-deploy-prod.sh update 2022-03-22 14:54:42 +01:00
deploy-dev.sh update 2022-03-22 14:54:42 +01:00
deploy-nw-cluster.sh differnet deployments for nw-cluster and dev 2021-05-31 14:41:41 +02:00
deploy-pre.sh use static API endpoint for shub access 2024-03-19 10:16:20 +01:00
deploy-prod.sh modernize add_all_member_roles 2023-10-12 18:26:37 +02:00
deploy.sh first share 2020-11-19 12:53:35 +01:00

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.