aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/uui
AgeCommit message (Collapse)AuthorFilesLines
2018-05-08Sync docker image images with docker-manifest.csvGary Wu2-2/+2
Update the docker image versions in the OOM helm charts with the versions specified in the docker-manifest.csv in the integration repo. This is as of integration repo commit ed53a301dbeaad568b21b9545cb9ce6c5c040b29 Change-Id: Ib844402ff9f3bdecfbd8e9f474eaac1561aff5b0 Issue-ID: OOM-1053 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-05-08Sync docker image images with docker-manifest.csvGary Wu1-1/+1
Update the docker image versions in the OOM helm charts with the versions specified in the docker-manifest.csv in the integration repo. Change-Id: I38bd9e98ae1b15ed4bbc68051b8516f311aa8db0 Issue-ID: OOM-1053 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-05-06Fix inconsistent repository referencesBorislavG2-2/+2
Issue-ID: OOM-874 Changes to be committed: modified: aai/charts/aai-babel/templates/deployment.yaml modified: aai/charts/aai-champ/templates/deployment.yaml modified: aai/charts/aai-data-router/templates/deployment.yaml modified: aai/charts/aai-gizmo/templates/deployment.yaml modified: aai/charts/aai-modelloader/templates/deployment.yaml modified: aai/charts/aai-resources/templates/deployment.yaml modified: aai/charts/aai-search-data/templates/deployment.yaml modified: aai/charts/aai-sparky-be/templates/deployment.yaml modified: aai/charts/aai-traversal/templates/deployment.yaml modified: aai/charts/aai-traversal/templates/job.yaml modified: appc/charts/appc-cdt/templates/deployment.yaml modified: appc/templates/statefulset.yaml modified: clamp/charts/mariadb/templates/deployment.yaml modified: clamp/templates/deployment.yaml modified: cli/templates/deployment.yaml modified: common/dgbuilder/templates/deployment.yaml modified: common/mariadb-galera/templates/statefulset.yaml modified: dcaegen2/charts/dcae-bootstrap/templates/job.yaml modified: dcaegen2/charts/dcae-cloudify-manager/templates/deployment.yaml modified: dcaegen2/charts/dcae-healthcheck/templates/deployment.yaml modified: dcaegen2/charts/dcae-redis/templates/statefulset.yaml modified: dmaap/charts/dmaap-bus-controller/templates/deployment.yaml modified: dmaap/charts/dmaap-bus-controller/values.yaml modified: esr/charts/esr-gui/templates/deployment.yaml modified: esr/templates/deployment.yaml modified: msb/charts/kube2msb/templates/deployment.yaml modified: msb/charts/msb-discovery/templates/deployment.yaml modified: msb/charts/msb-eag/templates/deployment.yaml modified: msb/charts/msb-iag/templates/deployment.yaml modified: multicloud/charts/multicloud-ocata/templates/deployment.yaml modified: multicloud/charts/multicloud-vio/templates/deployment.yaml modified: multicloud/charts/multicloud-windriver/templates/deployment.yaml modified: multicloud/templates/deployment.yaml modified: policy/charts/brmsgw/templates/deployment.yaml modified: policy/charts/drools/charts/nexus/templates/deployment.yaml modified: policy/charts/drools/templates/statefulset.yaml modified: policy/charts/mariadb/templates/deployment.yaml modified: policy/charts/pdp/templates/statefulset.yaml modified: policy/templates/deployment.yaml modified: portal/charts/portal-app/templates/deployment.yaml modified: portal/charts/portal-cassandra/templates/deployment.yaml modified: portal/charts/portal-mariadb/templates/deployment.yaml modified: portal/charts/portal-sdk/templates/deployment.yaml modified: portal/charts/portal-widget/templates/deployment.yaml modified: portal/charts/portal-zookeeper/templates/deployment.yaml modified: sdnc/charts/dmaap-listener/templates/deployment.yaml modified: sdnc/charts/sdnc-portal/templates/deployment.yaml modified: sdnc/charts/ueb-listener/templates/deployment.yaml modified: sdnc/templates/statefulset.yaml modified: uui/charts/uui-server/templates/deployment.yaml modified: uui/templates/deployment.yaml modified: vid/charts/mariadb/templates/deployment.yaml modified: vid/templates/deployment.yaml Change-Id: I00aaa1eff3b870db3b475365eeda3f2e10aef6b9 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-04-24Make all services independent of helm Release.NameBorislavG4-7/+9
Issue-ID: OOM-906 Change-Id: Ic65127d3981cb0a696c784392cab59fbf06b1e66 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-04-19Fix message router config for UUIMike Elliott2-2/+2
This is only a first step towards uui healthcheck passing in OOM. Fixing dmaap config revealed an error on startup of the uui server. The log is captured in the defect in Jira. Change-Id: I796e9a404e05b64368382cbdae74375a525fc849 Issue-ID: USECASEUI-106 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-04-06Use service values in msb annotationvaibhav1-1/+1
Issue-ID: OOM-840 Change-Id: Ia1f3443b419abc8cce9d6ddbebfc494a294ffeae Signed-off-by: vaibhav <vaibhav.chopra@amdocs.com>
2018-03-28Helm Chart Standardization of uuivaibhav_16dec15-159/+471
Issue-ID: OOM-749 Change-Id: Ie71686869da88a8bb7f6d09d38a5fa4a92b02aeb Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
2018-03-22License addition in all yamlsvaibhav_16dec5-0/+70
Issue-ID: OOM-821 Change-Id: I627ac962afe8cd6bf2859a30a0e88f6c9ac89d34 Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
2018-03-07Merge "Replica Scaling of MultiCloud and UUI container"Mandeep Khinda3-0/+4
2018-03-07Replica Scaling of MultiCloud and UUI containervaibhav_16dec3-0/+4
Issue-ID: OOM-696 Change-Id: Id2aa33af6e13e08883aad8b78ef7b797cb03d11d Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
2018-03-05Fix UUI health checkAlexis de Talhouët1-1/+2
Change-Id: I3af1502b06302bde97b6656eed41d0ab75e8da99 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> Issue-ID: OOM-783
2018-03-01Run all components in one namespaceBorislavG4-11/+11
Change-Id: I5fcd4d577c1fda4de27842807c7cf7a5d372756e Issue-ID: OOM-722 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2017-11-28Adjust UUI to latestAlexis de Talhouët4-2/+76
Fixes: add uui-server fix uui health check add MSB registration endpoint to uui Change-Id: I0f1b10a67e980fd134f28c559ab1396b2e9febb3 Issue-ID: OOM-474 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2017-10-29Add option to disable specific deploymentsyuryn2-0/+4
Add option to disable any deployment by using conditions in helm templates. Each deployment will get helm parameter - boolean flag allowing to disable it. The flags can be listed in the custom values.yaml file that can be passed to the createAll script with '-v' command line option. Change-Id: I32b795de46c72915c2201c94c23f4e061971bb56 Issue-ID: OOM-380 Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com>
2017-10-19Add service annotation for UUIHuabingZhao1-0/+11
Issue-Id: OOM-235 Change-Id: I5af94f8960996ddd5d9cc8c80d950c49fcfbad24 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-10-16Added initial deployment yamls for UUIDusan Rozman4-0/+59
Issue-ID: OOM-356 Change-Id: Iea69fb693064fed1b4aec9a4712ae4e36889a6c3 Signed-off-by: Dusan Rozman <dusan.rozman@amdocs.com>