Start CDS
Start CDS Engine Services
This is the core component of CDS.
They are the components responsible for spawning workers. Supported integrations/orchestrators are:
This component operates CDS workflow hooks
This component operates CDS workflow repositories
This component operates CDS VCS connectivity
This component operates CDS CDN to handle storage
Start all of this with a single command:
$ engine start [api] [cdn] [hatchery:local] [hatchery:openstack] [hatchery:swarm] [hatchery:vsphere] [elasticsearch] [hooks] [vcs] [repositories] [migrate] [ui]
All the services are using the same configuration file format.
You have to specify where the toml configuration is. It can be a local file, provided by consul or vault.
You can also use or override toml file with environment variable.
See $ engine config command for more details.
engine start [flags]
--config string config file
--remote-config string (optional) consul configuration store
--remote-config-key string (optional) consul configuration store key (default "cds/config.api.toml")
--vault-addr string (optional) Vault address to fetch secrets from vault (example: https://vault.mydomain.net:8200)
--vault-token string (optional) Vault token to fetch secrets from vault