summaryrefslogtreecommitdiffstats
path: root/kubernetes/dcaegen2/.helmignore
diff options
context:
space:
mode:
authorMandeep Khinda <mandeep.khinda@amdocs.com>2017-09-21 18:22:10 +0000
committerMandeep Khinda <mandeep.khinda@amdocs.com>2017-09-21 20:27:26 +0000
commitde8d47e2497260fbe0530faf43eb51a074beef78 (patch)
treeaa6255626d9b61224fb1a419ce56a5f66086b43a /kubernetes/dcaegen2/.helmignore
parent3e130463a0062cdb7aef9717c46ee5bc9958a32e (diff)
dcaegen2 bootstrap container in K8s
launching the dcaegen2 bootstrap container in OOM K8s. -based on dcaegen2/deployments/bootstrap/README-docker.md -requires an openstack private key pair file locally -requires mining and updating a yaml configuration file as per the comments in the sample file given. -unfortunately, my attempts to bundle the secret and configmap in the helm package didn't work out as they are external files so I create them using the createAll.bash script. Issue-ID: OOM-107 Change-Id: I221f60af66ea0f7e97ddd8b92819dce9aa6b5a81 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
Diffstat (limited to 'kubernetes/dcaegen2/.helmignore')
-rw-r--r--kubernetes/dcaegen2/.helmignore22
1 files changed, 22 insertions, 0 deletions
diff --git a/kubernetes/dcaegen2/.helmignore b/kubernetes/dcaegen2/.helmignore
new file mode 100644
index 0000000000..a7adb75030
--- /dev/null
+++ b/kubernetes/dcaegen2/.helmignore
@@ -0,0 +1,22 @@
+# Patterns to ignore when building packages.
+# This supports shell glob matching, relative path matching, and
+# negation (prefixed with !). Only one pattern per line.
+.DS_Store
+# Common VCS dirs
+.git/
+.gitignore
+.bzr/
+.bzrignore
+.hg/
+.hgignore
+.svn/
+# Common backup files
+*.swp
+*.bak
+*.tmp
+*~
+# Various IDEs
+.project
+.idea/
+*.tmproj
+dcae-parameters-sample.yaml \ No newline at end of file