summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-05-02Added license to blueprints and scriptsHong Guan8-0/+136
Change-Id: Id38ae5a4fa35f152d4fb67cbd6a9baa3b3517155 Issue-ID: OOM-1035 Signed-off-by: Hong Guan <hg4105@att.com>
2018-05-02Merge "Notes.txt added to multicloud Issue-ID: OOM-975"Borislav Glozman7-0/+145
2018-05-02Notes.txt added to multicloudPradeep Patel7-0/+145
Issue-ID: OOM-975 Change-Id: Ia774ce8a3777ea704a7f269ec77f7c512d4d9d94 Signed-off-by: Pradeep Patel <Pradeep.patel2@amdocs.com>
2018-05-02Clamp Health Check Fails due to wrong db namePriyanka Jain1-1/+1
Issue-ID: OOM-1023 Change-Id: I42d49c477b0212544fda9f9d556be75cb0ce5a6c Signed-off-by: Priyanka Jain <Priyanka.Jain3@amdocs.com>
2018-05-01Merge "Configure APPC ODL cluster for persistent storage"Mike Elliott3-0/+170
2018-05-01Merge "multicloud provider-plugin configmap"Mike Elliott3-0/+43
2018-05-01Merge "exposing portal on port 8989 outside the cluster"Mike Elliott13-101/+64
2018-05-01multicloud provider-plugin configmapMandeep Khinda3-0/+43
Issue-ID: OOM-898 Change-Id: I8d05f3ae4a970be35ac94114ff9fd3b3cad3edc8 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-05-01Merge "doc fix k8s/docker versions"Mandeep Khinda1-1/+1
2018-05-01Merge "Adding Quorum client sub chart for sms"Mandeep Khinda20-7/+387
2018-05-01Merge "Issue in Clamp Configuration"Mandeep Khinda1-1/+1
2018-05-01exposing portal on port 8989 outside the clusterMandeep Khinda13-101/+64
-introducing a loadBalancer object instead of node port. this will let us use port 8989 instead of 300xx -removing port forwarding helper script -making URLs configurable for flexibility Issue-ID: OOM-633 Change-Id: I92a0205e6ed68b2217c08d124ddfaf1a1f73a6cd Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-05-01Merge "Add SDC dependency fixes"Mandeep Khinda8-46/+12
2018-05-01Issue in Clamp ConfigurationPriyanka Jain1-1/+1
Issue-ID: OOM-920 Change-Id: I804686275a45be3e7678f73567a5f7898e40ec4d Signed-off-by: Priyanka Jain <Priyanka.Jain3@amdocs.com>
2018-05-01Configure APPC ODL cluster for persistent storageBorislavG3-0/+170
Change-Id: I1ceb0ee27bd758f9d1dac5e3dfac808dbeaae6ab Issue-ID: OOM-779 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
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-30doc fix k8s/docker versionsMichael O'Brien1-1/+1
Change-Id: Iaa03ece146b3313929560dcc6829f61008bbbde6 Signed-off-by: Michael O'Brien <frank.obrien@amdocs.com> Issue-ID: OOM-1017
2018-04-30Updated AAI to latest images - sparkyKeren Joseph43-527/+1670
- sparky configuration files are separated from image, and are in the aai/test-config project. AAI and OOM teams agreed that minimal configuration will be added to the image eventually, but until then all files are mapped. - a change in logback.xml was made to match the logback for aai/test-config project file for search-data, in order to get the pod up and running with minimal changes to app files. Issue-ID: OOM-947 Change-Id: Ife863ccd50615f40c21a9c72e666d4ab14c6011e Signed-off-by: Keren Joseph <keren.joseph@amdocs.com> Signed-off-by: Karen Joseph <keren.joseph@amdocs.com> Signed-off-by: Keren Joseph <keren.joseph@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-25Adding Quorum client sub chart for smsKiran Kamineni20-7/+387
SMS uses vault for its backend which needs an unseal operation to proceed. Quorumclient provides the unseal operation via 3 replicas that store each unseal shard and provide it during unseal. Issue-ID: AAF-255 Change-Id: I62db7a450e1e81aa6bfb2cc5b9da29ce99efd24b Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.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