summaryrefslogtreecommitdiffstats
path: root/pnda-mirror-container/README.md
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2019-04-05 00:38:59 +0000
committerVijay Venkatesh Kumar <vv770d@att.com>2019-04-08 17:41:01 +0000
commitd2c821277a10f0c746ddb1a99c59a3ef88fb2f1c (patch)
treefc663e1621a896236a00208f849f30127e157eb5 /pnda-mirror-container/README.md
parentf5564524a065321b1eb91b14dd3342acf85bfe62 (diff)
Bulk update to deployment
1) Removed pnda folder (moved to pnda repo) 2) Moved older R3 - heat repo into archive folder 3) Added Dmaap plugin 4) Added new blueprints for Dashboard/helm Change-Id: I82cb8c482a0a35fe8094da825e7403b0fc4ee33b Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1270 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Diffstat (limited to 'pnda-mirror-container/README.md')
-rw-r--r--pnda-mirror-container/README.md23
1 files changed, 0 insertions, 23 deletions
diff --git a/pnda-mirror-container/README.md b/pnda-mirror-container/README.md
deleted file mode 100644
index 6312439..0000000
--- a/pnda-mirror-container/README.md
+++ /dev/null
@@ -1,23 +0,0 @@
-# PNDA Mirror
-## Purpose
-The artifacts in this directory build a Docker image based public PNDA mirror
-creation scripts. The container have all the needed offline resources to
-deploy a PNDA platform.
-
-## Running the Container
-The container is intended to be launched via a Helm chart as part
-of the ONAP deployment process, guided by OOM. It can be run directly
-into a native Docker environment, using:
-```
-docker run --name pnda-mirror -d --restart unless-stopped \
- -v /sys/fs/cgroup:/sys/fs/cgroup:ro \
- -p <some_external_port>:8080 \
- --tmpfs /run \
- --tmpfs /run/lock \
- --security-opt seccomp:unconfined
- --cap-add SYS_ADMIN \
- <image_name>
-```
-
-We also expect that in a Kubernetes environment the external port mapping would not be
-needed.