summaryrefslogtreecommitdiffstats
path: root/k8s-bootstrap-container/README.md
diff options
context:
space:
mode:
authorJack Lucas <jflucas@research.att.com>2019-05-23 18:21:17 -0400
committerJack Lucas <jflucas@research.att.com>2019-05-24 10:16:38 -0400
commitdab0be7327dffdbfe220c96e265706dc919f6374 (patch)
tree66be1ad006f6f7b2e969d3b4e6dc3272d6f8bde7 /k8s-bootstrap-container/README.md
parent403eb3082eae966111437acf8d0d95a519788c68 (diff)
Pull DCAE plugins from Nexus
Change-Id: Ifca0978cca90e00f0ad59702b2024d0970df8ec9 Issue-ID: DCAEGEN2-1520 Signed-off-by: Jack Lucas <jflucas@research.att.com>
Diffstat (limited to 'k8s-bootstrap-container/README.md')
-rw-r--r--k8s-bootstrap-container/README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/k8s-bootstrap-container/README.md b/k8s-bootstrap-container/README.md
index 614669b..0e8f88d 100644
--- a/k8s-bootstrap-container/README.md
+++ b/k8s-bootstrap-container/README.md
@@ -2,9 +2,8 @@
This container is responsible for loading plugins and wagons onto the
DCAE Cloudify Manager instance and for launching DCAE components.
-The script builds plugins and loads blueprints for the DCAE components
-to be deployed into the container image
-at image build time. At run time, the main script in the container
+The Docker image build process loads plugins and blueprints into the
+image's file system. At run time, the main script in the container
(`bootstrap.sh`) uploads the plugins to Cloudify Manager, then installs
components using the blueprints.
@@ -15,6 +14,6 @@ The container expects to be started with two environment variables:
The 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
+a Kubernetes ConfigMap containing the input files. The ConfigMap is
mounted as a volume at /inputs.