Skip to content

Wait on our charts and omnibus builds prior to performing a deploy

After we decide how to appropriately build our Kubernetes components for the purposes of auto-deploy, how do we trigger a deploy when both installation methods are done building? Currently, we trigger a deploy after omnibus Ubuntu 16 is completed its build. We need to pull out this trigger and substitute some mechanism that has knowledge of both our charts as well as the existing omnibus build prior to performing a deploy. What is that mechanism?

Proposal

Release-tools will become the manager of deployments. Move the trigger for the auto-deploy Deployment process from omnibus into release-tools

Goals:

Edited by Alessio Caiazza