commit | bd4a402d28b99f87e715de9029ceb236d73294a6 | [log] [tgz] |
---|---|---|
author | Grzegorz-Lis <grzegorz.lis@nokia.com> | Thu Sep 10 17:38:44 2020 +0200 |
committer | Grzegorz-Lis <grzegorz.lis@nokia.com> | Fri Sep 11 08:30:18 2020 +0200 |
tree | fe333a117f5056805adf41e1130025f63d156e1b | |
parent | e493a9213def73b2615c8cc13c8accbe576bce39 [diff] |
[DCAE] Release new bootstrap container 2.1.4 - new images for HV-VES and PRH - new blueprints compliant with new k8s plugin - CMPv2 support in VES and HV-VES Issue-ID: DCAEGEN2-2386 Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com> Change-Id: I40afa157672062db7ecf2d01be9a1ec4c2dcfc7f
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.
This repository also holds Cloudify blueprints for service components. The Docker build process copies these blueprints into the Docker image 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.
This container is responsible for loading blueprints onto the DCAE Cloudify Manager instance and for launching DCAE components.
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:
CMADDR
-- the address of the target Cloudify ManagerCMPASS
-- the password for Cloudify ManagerThe container expects input files to use when deploying the blueprints. It expects to find them in /inputs. The normal method for launching the container is via a Helm Chart launched by OOM. That chart creates a Kubernetes ConfigMap containing the input files. The ConfigMap is mounted as a volume at /inputs.