diff options
author | Jack Lucas <jflos@sonoris.net> | 2021-06-03 12:55:52 -0400 |
---|---|---|
committer | Jack Lucas <jflos@sonoris.net> | 2021-06-03 13:10:44 -0400 |
commit | fa2da723f3a604ec852b7a5a11c5703e2c0674ea (patch) | |
tree | 999fb365946ce755cb1e0cb511755c3479b88955 /README.md | |
parent | f5d20c5ca01ca229f7637961d47b3e39406df751 (diff) |
Remove DCAE microservice component from bootstrap
All of the "statically-deployed" DCAE microservices
are now being deployed with Helm, so it is no longer
necessary to deploy them via Cloudify in the DCAE
bootstrap process.
Issue-ID: DCAEGEN2-2617
Signed-off-by: Jack Lucas <jflos@sonoris.net>
Change-Id: Id40b7891cf4b836d22ddc338410b8b872fb08c69
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -2,8 +2,7 @@ This repository holds the source code needed to build the Docker image for the DCAE bootstrap container. The bootstrap container runs at DCAE deployment time (via a Helm chart) and -does initial setup of the DCAE environment. This includes -deploying several service components using Cloudify Manager. +does initial setup of the DCAE environment. This repository also holds Cloudify blueprints for service components. The Docker build process copies these blueprints into the Docker image @@ -17,13 +16,14 @@ The Docker build process for the bootstrap containter image pulled the blueprint ## DCAE Bootstrap Container This container is responsible for loading blueprints onto the -DCAE Cloudify Manager instance and for launching DCAE components. +DCAE inventory component. It also provides an environment for debugging +any issues related to Cloudify deployments, since it has the Cloudify +"cfy" command line tool available. -The Docker image build process loads blueprints into the +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. +(`bootstrap.sh`) uploads the blueprints to the DCAE inventory component. The container expects to be started with two environment variables: - `CMADDR` -- the address of the target Cloudify Manager |