summaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2021-11-30[DCAEMOD] RuntimAPI updates for HELM-gen integrationVijay Venkatesh Kumar1-1/+1
- Add switch for RuntimeAPI support for cloudify/helm - Add new properties for Chartmuseum integration for helm-gen tool - Bumpup onboardingAPI container version to support v3 Change-Id: I956632d04fa4ac4cac552ebf2b63432e29fe2386 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-2694 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2021-01-06[CMPV2] Add a template for Certificate (cert-manager)Jan Malkiewicz1-0/+3
This commit introduces a template for requesting a cert-manager certificate. See: https://cert-manager.io. It consist of the following parts: - a template for creating certificate in commons component - a definition of a certifcate object in sdnc component Issue-ID: OOM-2568 Signed-off-by: Jan Malkiewicz <jan.malkiewicz@nokia.com> Change-Id: If58b8f12eff075d058db5a0fee3b2db5c2c93a17
2020-11-24[COMMON][ELASTIC] Uses new tpls for repos / imagesSylvain Desbureaux1-0/+6
This commit makes Elasticsearcg template to use the new generator for repositories and images. Issue-ID: OOM-2364 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I20c18632234c864ef2a29e3cfb259c9838a8c4d6
2019-12-02[NBI] Use the common galera cluster of ONAPSylvain Desbureaux1-1/+3
Instead of having our "own" galera cluster, use the common one already proposed by OOM. If a local cluster is needed, you just need to set global.mariadbGalera.localCluster to True. Also create a common chart that create the needed values for the database. Change-Id: I9ad551b76a40732b4ab3fc34ba7cde6ca90fe432 Issue-ID: EXTAPI-348 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-06-11cassandra livenessProbe chart errorJoey Sullivan1-0/+2
Disabling cassandra livenessProbe causes the charts generated yaml to append readinessProbe after containerPort because of go ‘-‘ command. Issue-ID: OOM-1922 Signed-off-by: Joey Sullivan <joey.sullivan@amdocs.com> Change-Id: If19c8639d1a5c0968b7156e39945a3ca15dd18b5
2019-02-27Add pydevproject to gitignoreMarco Platania1-0/+1
Change-Id: I4c20a6d7897d23a3e2ce5b8cb976fd9257b2ac5b Issue-ID: OOM-785 Signed-off-by: Marco Platania <platania@research.att.com>
2018-10-23vvp -- VNF Validation PlatformjasmineWen1-0/+3
Issue-ID: OOM-1173 Change-Id: I11251d5729c057ebc2211c60ac973343c0aa01f3 Signed-off-by: jasmineWen <jasmine.wen@amdocs.com> Signed-off-by: stark, steven <ss820f@att.com>
2018-09-06Add graphadmin microservice to oomKajur, Harish (vk250x)1-0/+3
Add the graphadmin charts to oom Also added the aai_schema changes to make the application model driven Update the resources traversal charts to be more user configurable Issue-ID: AAI-1545 Issue-ID: AAI-1474 Change-Id: Ie615cf3675b36a4830242a8510046c22fd95135b Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-04-11Add BABEL chart to AAIMichael Arrastia1-1/+12
Includes: - aligned chart name - image name updated with version set to latest - handling of passwords as secrets Issue-ID: AAI-974 Change-Id: I5898364059217e77a80f43067acd6a343f893117 Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
2018-03-06Ignore .tgz and .lock files from the helm buildMandeep Khinda1-0/+3
Issue-ID: OOM-785 Change-Id: I248f3c9c83dbb701177754dfe7f275d1c6655a71 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-02-12Ignoring intelliJ filesSylhare1-4/+1
Change-Id: Ifd7c17a336571e4c8c586aed1da1f7e48e913888 Issue-ID: OOM-116 Signed-off-by: Sylhare <sylhareng@gmail.com>
2017-11-17Deploy Policy on VMs by TOSCAJun Hu1-0/+4
IssueID: OOM-80 Change-Id: Ifa21629bba5a8dbac652b8341f4ac52947bd619f Signed-off-by: Nicolas Hu <jh245g@att.com>
2017-09-11synching portal config with upstreamMandeep Khinda1-0/+1
on master branch there were changes to portals vm_init script and docker-compose process that needed to be ported to oom. src of config are on master in portal/deliveries/ reverted the docker image name changes. upstream master has introuced a "-" between apps, db and wms. these images were cauing NPEs during portal spring boot so went back to original image names until further notice. Issue-ID: OOM-276 Change-Id: I708628f4b375325f2f2b753d1a374699b763098a Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>