summaryrefslogtreecommitdiffstats
path: root/kubernetes/robot/resources
AgeCommit message (Collapse)AuthorFilesLines
2018-05-03Update properties for SDC ONBOARD containerBrian Freeman2-0/+3
Issue-ID: TEST-85 Change-Id: I822ed3abfd768fbe2d38dcd1399051feb738bb1b Signed-off-by: Brian Freeman <bf1936@att.com>
2018-05-04Merge "Fix old references to portalapps service"Mandeep Khinda1-1/+1
2018-05-03VNFSDK - use embedded DB, change image pathjasmineWen1-2/+2
Issue-ID: OOM-751 Change-Id: Ia5dd82279bc7bc83dc430843524bd2a3db7cf606 Signed-off-by: jasmineWen <jasmine.wen@amdocs.com>
2018-05-03Fix old references to portalapps servicejmac1-1/+1
Change-Id: Icd3291be17b5c42ac9706e9c7b40ed26c9617300 Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: OOM-1042
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-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-24Make all services independent of helm Release.NameBorislavG2-26/+26
Issue-ID: OOM-906 Change-Id: Ic65127d3981cb0a696c784392cab59fbf06b1e66 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
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-20Add LOG component robot healthcheckNeal Chatterley2-1/+11
fixing incorrect service names Issue-ID: OOM-914 Change-Id: I59e0150781094c85fe335811381b627c265cda57 Signed-off-by: Neal Chatterley <nealch@amdocs.com> Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-04-20adding vnfsdk, cli and nbi to oom robotMandeep Khinda2-1/+14
Issue-ID: OOM-960 Change-Id: I3e30b4cf4057ed0235bebc6ff11c8e79d66cd462 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-04-17Synching robot up with Beijing codeMandeep Khinda7-664/+369
-updating configmaps with master -parameterizing auth -removing asdc interface fork. no longer needed as be/fe are split -fixing spaces -aligning with templates better -adding comments to values that need overriding per environment -injecting demo project into container in /share/heat on startup -addressing comment on demo-k8s.sh Issue-ID: OOM-795 Change-Id: Iebc959c20491e3e2ca8cf64f22444918650d1970 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-04-06Merge "Correcting portal k8s configmap service names"Mike Elliott1-1/+1
2018-04-06Correcting portal k8s configmap service namesMandeep Khinda1-1/+1
The service.name is really a port name and was being used wrong. Need a better way than this to get dependant chart names. This gets it working. Issue-ID: OOM-842 Change-Id: I6a78a5adb0e69524a90aa3386009a0d87ebed73c Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-04-05Add service name changes to ROBOTMike Elliott1-19/+19
Updated robot configuration to align with current naming conventions of pod service names. This fixed a few test cases allowing them to pass in ROBOT. A separate defect will be raised to ensure all service naming is consistent across all onap applications. Issue-ID: OOM-883 Change-Id: Ifd4aa87250de03e2c4c205422992a56244570b2a Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-03-26Script_version addiition in robot configvaibhav_16dec1-2/+4
Issue-ID: OOM-797 Change-Id: Ic689702fd18608841fcfea89e2e8acf141a0079b Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
2018-03-22fixing standardized robotMandeep Khinda1-37/+37
-fixed communication via kube dns -using fullname to avoid possible conflicts -removed unused values -set image to 1.2-STAGING-latest (for master) -set demo artifacts to the master version 1.2.0-SNAPSHOT -removed dependency on other reviews Issue-ID: OOM-728 Change-Id: I60530215374149dd9d0e0706e37712ed8291ab6c Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-03-14Robot config seggregationvaibhav_16dec8-0/+1138
Issue-ID: OOM-560 Change-Id: Iee9c7c78c6eb53b14b31d6e31f1539040daa88ba Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>