summaryrefslogtreecommitdiffstats
path: root/kubernetes/robot/resources
AgeCommit message (Collapse)AuthorFilesLines
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>