diff options
author | Jack Lucas <jflucas@research.att.com> | 2019-02-08 14:21:58 -0500 |
---|---|---|
committer | Jack Lucas <jflucas@research.att.com> | 2019-02-15 17:05:55 -0500 |
commit | 5caf1654683a567da7e4158e4e7e108dd2232a13 (patch) | |
tree | 02370038eff60f8393d0a50533e75d1fd4340af6 /consul-loader-container/README.md | |
parent | ba636576dd196fd8f22b461763320abcd785c751 (diff) |
Move ph and dh to Helm
-- Helm charts for ph and dh
-- New container to do Consul k-v storage and service reg
-- Bootstrap container no longer deploys ph and dh
-- Healthcheck looks for ph and dh as Helm deployments
-- Updated/added licensing information
Issue-ID: DCAEGEN2-1091
Issue-ID: DCAEGEN2-1092
Change-Id: I5340bee6fba1340d4c05b0f37ddfb539c543469e
Signed-off-by: Jack Lucas <jflucas@research.att.com>
Diffstat (limited to 'consul-loader-container/README.md')
-rw-r--r-- | consul-loader-container/README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/consul-loader-container/README.md b/consul-loader-container/README.md new file mode 100644 index 0000000..f3869d7 --- /dev/null +++ b/consul-loader-container/README.md @@ -0,0 +1,11 @@ +# DCAE Consul Loader Container + +The Dockerfile in this directory builds an image that can be used to spin up a container (typical a Kubernetes init container) that can load +service registrations and key-value pairs into a Consul instance. This capability supports moving certain DCAE platform components from +deployment using a Cloudify blueprint and the ONAP Kubernetes plugin to a Helm-based deployment. An init container can do the Consul +setup previously handled by the ONAP Kubernetes plugin and the ONAP DCAE bootstrap script. + +The entrypoint for the container is the script `consul_store.sh`. See the documentation for `consul_store.sh` to see how to provide arguments to the script +as well as how to use environment variables to set the Consul API protocol, host, and port. + +Note that the container runs the script to completion. It is not intended to be a long-running service.
\ No newline at end of file |