commit | 698db97571d83408429ee46a5761cabc9bae460d | [log] [tgz] |
---|---|---|
author | Tony Hansen <tony@att.com> | Wed Jan 13 18:31:02 2021 +0000 |
committer | Tony Hansen <tony@att.com> | Wed Jan 13 18:31:02 2021 +0000 |
tree | 915930b6fce85ab8a2acd7ea5eb9c9cda46eaba9 | |
parent | 5d8611f1fa4099d0ddade827fca88dc48b59bae7 [diff] |
Revert "Update HV-VES image" This reverts commit 5d8611f1fa4099d0ddade827fca88dc48b59bae7. Reason for revert: discussed on meeting today to abandon this one and apply change in oom directly.. otherwise we need to release new bootstrap for maintenance release. Issue-ID: DCAEGEN2-2516 Change-Id: If053aa6d7afa6f7c36f8c7a27591898df6381acb Signed-off-by: Tony Hansen <tony@att.com>
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.