diff options
author | Michael O'Brien <frank.obrien@amdocs.com> | 2018-05-13 07:55:20 -0400 |
---|---|---|
committer | Michael O'Brien <frank.obrien@amdocs.com> | 2018-05-13 07:57:18 -0400 |
commit | efdedbecfc02a9ef0f28c0d2888dbc54a7307059 (patch) | |
tree | e006e83184283c3a2bc1754187f3dff4d4a40dc6 | |
parent | 7d1d7a47216de107fdc077f22c8087f8d40d4da9 (diff) |
deployment scripts/templates folder
Change-Id: Id4873407a8c3f92232a199f6e1fa0dbdcd64629a
Signed-off-by: Michael O'Brien <frank.obrien@amdocs.com>
Issue-ID: LOG-320
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | deploy/README.md | 1 |
2 files changed, 5 insertions, 2 deletions
@@ -1,2 +1,4 @@ -This folder contains reference configurations for ONAP logging providers and an Elastic Stack pipeline consisting of Filebeat, Logstash, Elastic Search and Kibana Discover. -See the OOM project for automated deployment of the Elastic Stack pipeline and application of provider configuration. +This project contains reference configurations for ONAP logging providers and an Elastic Stack pipeline consisting of Filebeat, Logstash, Elastic Search and Kibana Discover. +The project also contains several reference logging library abstractions. +See the OOM project for automated deployment of the Elastic Stack pipeline and application of provider configuration as part of bringing up ONAP on kubernetes. +To deploy the kubernetes undercloud and provision OOM refer to the deploy subfolder in this project. diff --git a/deploy/README.md b/deploy/README.md new file mode 100644 index 0000000..49b3c58 --- /dev/null +++ b/deploy/README.md @@ -0,0 +1 @@ +This folder contains automated deployment scripts and templates for several cloud native environments. |