aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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-27Change graph name to match resourcesDaniel Silverthorn1-3/+2
Change-Id: Iad21b14e5dde25271c3f274dfc437b423c6d46e9 Issue-ID: OOM-1015 Signed-off-by: Daniel Silverthorn <daniel.silverthorn@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
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>
2018-04-23Fix demo-k8Brian Freeman1-3/+9
Issue-ID: OOM-794 Change-Id: I07674d726496f7d30350033b4a3ad0ad337f4b28 Signed-off-by: Brian Freeman <bf1936@att.com>
2018-04-23Merge "Add DCAE Bootstrap support"Mike Elliott16-0/+556
2018-04-23Merge "Add DCAE Cloudify-Manager support"Mike Elliott18-110/+559
2018-04-23Merge "Fix DCAE Redis"Mike Elliott10-9/+10
2018-04-23Merge "Fix Log logstash healthcheck port number"Mike Elliott2-3/+3
2018-04-23Fix Log logstash healthcheck port numberNeal Chatterley2-3/+3
Issue-ID: OOM-914 Change-Id: Iccb699def449a49fb184c8d0426fb51bf239f010 Signed-off-by: Neal Chatterley <nealch@amdocs.com>
2018-04-23Merge "Fix multicloud service registration in MSB"Mike Elliott1-1/+1