summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-04-30Add SDC dependency fixesMike Elliott8-46/+12
Updated pod and job dependencies to provide consistent startup order. Change-Id: Ib0d6aefbd59d30a5dd0f121415e3e8b4e3dcba01 Issue-ID: OOM-1022 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-04-30Merge "Integration w common/postgres"Mandeep Khinda28-738/+368
2018-04-30Merge "Fix for UEB connectivity to SDC"Mike Elliott5-2/+51
2018-04-30Merge "Fix SDNC DMaaP connectivity issues"Mike Elliott5-10/+5
2018-04-30Integration w common/postgresDominic Lunanuova28-738/+368
Patchset 1: first cut at integration with common/postgres Patchset 2: Mandeep Khinda - refactored charts to standardize Wired in shared postgres chart Patchset 6: Introduced simple dmaap/Makefile to force helm dep up in the deeper charts directory. Includes slight modification to parent make clean target Patchset 8: merge conflict again Change-Id: If59f08638bac8761ae5452b60f172c99fcf4ec86 Signed-off-by: Dominic Lunanuova <dgl@research.att.com> Issue-ID: DMAAP-117 Signed-off-by: Dominic Lunanuova <dgl@research.att.com>
2018-04-30Add DCAE postgres instanceJack Lucas9-5/+59
patchset #3 Add ExternalName service to provide alternate name for consul in the common namespace. Needed for compatibility with CM plugin. patchset #2 Fix Holmes inputs to use correct postgres address. Minor fixes for ves and tca. Change-Id: Iacfef5a34ab5d2f365dcc6fc160816f80dfa7b69 Issue-ID: DCAEGEN2-477 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-04-27Fix SDNC DMaaP connectivity issuesjmac5-10/+5
DMaaP listener was not trying to connect to the right service name, so it was failing. In addition, the pod doesn't wait for the dmaap pod to be up and running before starting, so I've added that dependency. Lastly, I removed the config of the DMaaP port from the top level values.yaml files, as out of the box it's very unlikely this would be changed. Change-Id: I5a190b39f4f163b020189ac9dd178040f80125cd Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: SDNC-293
2018-04-27Fix for UEB connectivity to SDCjmac5-2/+51
A new property was added in Beijing to connect to SDC, so this needed to be added to ueb-listener.properties While investigating, I also noticed that dblib.properties wasn't being properly configured, so I fixed that as well. Added init dependencies on the dmaap and sdc-be pods. Change-Id: I40b36c7333d511aeaa03e51cd9fadc8dc10956ac Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: CCSDK-254
2018-04-27Merge "OOM direct portal access"Mike Elliott17-33/+119
2018-04-27Merge "Update bootstrap and configbinding versions"Mike Elliott1-2/+2
2018-04-27Merge "Fix Redis cluster initialization"Mike Elliott2-7/+15
2018-04-27OOM direct portal accessMandeep Khinda17-33/+119
-must include suffix of "onap.org" in URL for single signon -this isn't truly configurable - portal-app needs to be rebuilt See: portal/docs/tutorials/portal-sdk/single-signon.rst -must update local etc hosts with "fake" dns names -must use kubectl to portforward application ports into the pods -fixed zookeeper service name, -this is needed to be able to login (auth) -adding helper script to launch port-forwarding Issue-ID: OOM-633 Change-Id: I019f33f71a673467c420d1e44ee6c42da4a95f4b Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-04-27Merge "Fix broken input property names."Mike Elliott1-2/+2
2018-04-26Merge "Reduce consul default replica count"Mandeep Khinda4-10/+8
2018-04-26Fix Redis cluster initializationLusheng Ji2-7/+15
Issue-ID: DCAEGEN2-245 Change-Id: Ieb234a72897c5f307193cd998bcf64ce7658b700 Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-04-26Add missing robot dcae paramMike Elliott1-1/+1
Change-Id: I00508840a92c0bd04afbe1859bac463f0c1f9765 Issue-ID: OOM-1007 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-04-26Reduce consul default replica countMike Elliott4-10/+8
Change-Id: Ifff4f3b8163c5f1d057b6a59129aa3aa4dbdc382 Issue-ID: OOM-1008 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-04-26Merge "Policy Nexus component needs persistent volume"Mike Elliott4-0/+114
2018-04-26Merge "Policy Config Correction"Mike Elliott8-11/+10
2018-04-26Update bootstrap and configbinding versionsJack Lucas1-2/+2
Change-Id: Id4e4e263b24cef115d3ceaf8a3bf899ac73e01e0 Issue-ID: OOM-1013 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-04-26Remove namespace from clamp valuesac25501-10/+10
Templating system seems to fail when included in json. As namespace isn't required, use current namespace as default. Change-Id: Ic9936054c2285cd79004bc94c1aa8b6ee544324d Issue-ID: OOM-920 Signed-off-by: ac2550 <ac2550@intl.att.com>
2018-04-26Policy Nexus component needs persistent volumeMahendra Raghuwanshi4-0/+114
Issue-ID: OOM-849 Change-Id: I86692b520f9661fac06cb0e9ea1d0373eb04df27 Signed-off-by: Mahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com>
2018-04-26Policy Config CorrectionMahendra Raghuwanshi8-11/+10
Issue-ID: OOM-1011 Change-Id: I85444ebb9df9368d96f55bb968291351c9d286d5 Signed-off-by: Mahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com>
2018-04-26Fix broken input property names.Jack Lucas1-2/+2
Change-Id: I6450145aced8d5e8d40a65ee32246e313e1d5160 Issue-ID: OOM-1010 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-04-25Merge "Enhanced OOM TOSCA solution Issue-ID: OOM-979"Mike Elliott5-57/+155
2018-04-25Merge "Fix a typo in chart name"Mike Elliott1-1/+1
2018-04-25Merge "Fix the janus graph cached properties"Mandeep Khinda2-4/+4
2018-04-25Merge "Remove the duplicate volume mounts"Mandeep Khinda1-8/+0
2018-04-25Fix the janus graph cached propertiesKajur, Harish (vk250x)2-4/+4
missing the global release name Change-Id: Ieebed34bd115763dadd4452cf91ab1205f0f9c53 Issue-ID: AAI-1100 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-04-25Fix a typo in chart nameLusheng Ji1-1/+1
Issue-ID: OOM-1007 Change-Id: Ie8e6243fd7068d796a0bf77f9e3c25b937f0b86a Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-04-25Merge "Update ROBOT DCAE healthcheck endpoint"Jerome Doucerain2-2/+2
2018-04-25Merge "Add OOM dependency on Champ"Mandeep Khinda1-0/+2
2018-04-25Merge "Synch ete-k8s.sh and ete.sh"Mike Elliott1-2/+10
2018-04-25Merge "Fix demo-k8"Mike Elliott1-3/+9
2018-04-25Merge "Adding sdc-onboarding-be to OOM"Borislav Glozman32-79/+861
2018-04-25Update ROBOT DCAE healthcheck endpointMike Elliott2-2/+2
See Jira issue for details. Change-Id: Iacdb5d7f73610ceeaf60b1b09d8cf3cd755b5391 Issue-ID: OOM-1007 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-04-25Merge "Add new model loader config parameters"Mandeep Khinda2-4/+11
2018-04-25Adding sdc-onboarding-be to OOMMandeep Khinda32-79/+861
-adding sdc-onboarding-be chart -sdc-cs and es are now in a cluster format -using the sdc provided ready probe script for readiness -increasing the initial delay as per sdc project team k8s specs -fixed logging bugs. logs for be, fe, onboard-be are now in /var/log/onap/sdc/blah -sdc-be readiness health check is failing which prevents sdb-be from becoming "ready". -the commit that changes the template is: Add cluster resiliance support (c033cdce906efc3b6ccd1d2f45544af47e328ed4) Issue-ID: OOM-1002 Change-Id: Ib231cb1e7daa287a41e04db95528edecbdbbf7bc Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-04-25Add new model loader config parametersDaniel Silverthorn2-4/+11
Change-Id: I347f78d8d911664befcf35dbf1c5edd56b493a66 Issue-ID: AAI-1094 Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
2018-04-25Remove the duplicate volume mountsKajur, Harish (vk250x)1-8/+0
AAI Create widget models are not successfully created since for the update query data job the right config maps were not loaded due to the duplicate of volume mounts Issue-ID: OOM-1005 Change-Id: I79c9b0e5c5679b990f63aa200430739938deb272 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-04-24Fix cloudify manager image versionJack Lucas1-1/+1
Change-Id: Iab5c73fc9ebcef5b31a44adc7ce2d39d754f4aee Issue-ID: OOM-1003 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-04-24Merge "Make all services independent of helm Release.Name"Mike Elliott159-386/+449
2018-04-24Merge "updated the MR image version"Mandeep Khinda1-1/+1
2018-04-24Merge "changing portal liveness/readiness probe"Mike Elliott1-4/+14
2018-04-24updated the MR image versionsu622b1-1/+1
Issue-ID: DMAAP-433 Change-Id: If47a4ea3fb1f3614e06dbdedc360e1bbee7d2a23 Signed-off-by: su622b <sunil.unnava@att.com>
2018-04-24Make all services independent of helm Release.NameBorislavG159-386/+449
Issue-ID: OOM-906 Change-Id: Ic65127d3981cb0a696c784392cab59fbf06b1e66 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-04-24Update VID imageSonsino, Ofir (os0695)1-1/+1
Change-Id: I70cbe0b60816a370b5dabb9e9819b538a44213ef Issue-ID: VID-218 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-04-24Merge "Update vfc charts configutation"Mandeep Khinda3-1/+10
2018-04-24changing portal liveness/readiness probeMandeep Khinda1-4/+14
Inspired by aai-cassandra's stateful set Using nodetool instead of a port. Issue-ID: MUSIC-72 Change-Id: I877300d772c3357855756a9dcac6f148381615da Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-04-23Synch ete-k8s.sh and ete.shBrian Freeman1-2/+10
Issue-ID: OOM-989 Change-Id: I8db1ea5919d15d4213367cf1acca7b2e63651355 Signed-off-by: Brian Freeman <bf1936@att.com>