diff options
author | Jack Lucas <jflucas@research.att.com> | 2020-06-17 17:11:17 -0400 |
---|---|---|
committer | Jack Lucas <jflucas@research.att.com> | 2020-06-19 17:23:44 -0400 |
commit | 01d6019fca028906a5d4674a3a785b7851bb75e3 (patch) | |
tree | b922fd214557a99e18482596241a8d6ab64005a0 /README.md | |
parent | 193986a2b21217165b20d954410d722d594405ed (diff) |
Remove plugin uploads from bootstrap container2.0.0
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 <jflucas@research.att.com>
Change-Id: I3532d21be3c520a63ca6176dc2c085665db0add8
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -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: |