summaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
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>