From 01d6019fca028906a5d4674a3a785b7851bb75e3 Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Wed, 17 Jun 2020 17:11:17 -0400 Subject: Remove plugin uploads from bootstrap container Update other blueprints Update blueprints for components loaded at boot time Move Consul service registrations out of bootstrap script (use Consul init container in OOM chart instead) Issue-ID: DCAEGEN2-1789 Issue-ID: DCAEGEN2-2237 Issue-ID: DCAEGEN2-2236 Signed-off-by: Jack Lucas Change-Id: I3532d21be3c520a63ca6176dc2c085665db0add8 --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8d3a870..41fffca 100644 --- a/README.md +++ b/README.md @@ -12,16 +12,17 @@ for the bootstrap container. _Note: Prior to the Frankfurt release (R6), this repository held blueprint templates for components deployed using Cloudify Manager. The build process for this repository expanded the templates and pushed them to the Nexus raw -repository. The DCAE bootstrap container was hosted in the `dcaegen2.deployments` repository. The Docker build process for the bootstrap containter image pulled the blueprints it needed from the Nexus raw repository._ +repository. The DCAE bootstrap container was hosted in the `dcaegen2.deployments` repository. +The Docker build process for the bootstrap containter image pulled the blueprints it needed from the Nexus raw repository._ ## DCAE Bootstrap Container -This container is responsible for loading plugins and wagons onto the +This container is responsible for loading blueprints onto the DCAE Cloudify Manager instance and for launching DCAE components. -The Docker image build process loads plugins and blueprints into the -image's file system. The plugins are pulled from the Nexus raw repository. The -blueprints are copied from the `blueprints` directory in this repository. At run time, the main script in the container -(`bootstrap.sh`) uploads the plugins to Cloudify Manager, then installs +The Docker image build process loads blueprints into the +image's file system. The blueprints are copied from the `blueprints` directory in this repository. +At run time, the main script in the container +(`bootstrap.sh`) installs components using the blueprints. The container expects to be started with two environment variables: -- cgit 1.2.3-korg