summaryrefslogtreecommitdiffstats
path: root/kubernetes/msb
AgeCommit message (Collapse)AuthorFilesLines
2019-05-14Update MSB docker images version to Dublin releaseHuabing Zhao3-3/+3
Issue-ID: MSB-334 Change-Id: I9f07333940e9b370a00b8798500628f44db4bad7 Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
2019-03-19Update MSB docker imagesHuabing Zhao4-8/+8
Update consul version to 1.4.3 Update discovery version to 1.2.3 Update api gateway version to 1.2.4 Issue-ID: MSB-325, MSB-326 Change-Id: I51bdbf783cb7a095f32f26cf738f959655ec44f3 Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
2019-02-10Update Chart version for Dublin ReleaseMike Elliott12-12/+12
All charts are being bumped from 3.0.0 to 4.0.0 for the Dublin release. In addition the requirement.yaml files have been updated to allow for chart versions that include timestamp suffix. A following on patch will take care of changes to the OOM Makefiles to support injection of the timestamp versions. Change-Id: Ie03d86fad2027e975e8b9106e3a828e4335037cb Issue-ID: OOM-1642 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-10-23fixing clusterIP service type errorsMandeep Khinda4-4/+4
If you try and change the service type from a nodeport to a cluster IP things break. We never really exercise this code path in testing but if you want to experiment with a totally internal network environment you need to be able to turn off node ports. Issue-ID: OOM-1475 Change-Id: I1a0f4b0a4c390f3353e1611b6002b93e54bb5044 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-10-23Sync docker tags with release manifestGary Wu3-3/+3
Sync docker tags with the release manifest from integration repo commit 90e136c83ec5434abaeb9939b995f86aa4089850. Change-Id: I771393adb429087752dc52df2cd2812dc9ff6a11 Issue-ID: INT-663 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-10-18Sync docker tags with release manifestGary Wu3-3/+3
Sync docker tags with the release manifest. It is assumed that the release manifest is the "single source of truth" and that the versions in the helm charts are out of date. Change-Id: I2902e60b25f57409dd616780a626e63c92d26769 Issue-ID: INT-663 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-10-02Resource Limit for MSBvaibhavjayas5-93/+99
updated with template bumped up some values Issue-ID: OOM-1154 Change-Id: I6f750d883735ed199f258330e27377694b6a5a50 Signed-off-by: vaibhavjayas <vaibhav.jayas@amdocs.com> Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-09-25Updating charts to use common resource templateMandeep Khinda5-5/+5
Issue-ID: OOM-1145 Change-Id: I1510339a820802554b6e8b9a201619ef66be17a0 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-09-24Update Chart versions to 3.0Mike Elliott12-12/+12
All Chart versions and requirement dependencies have been updated to 3.0 for Casablanca release. Change-Id: Iea57e5da09ea8a8bac0a415b9a6196151cbea10b Issue-ID: OOM-1354 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-09-19Sync values from docker-manifest-staging fileAlexis de Talhouët3-3/+3
Change-Id: Ic8f11dc20c425aab144fe28a5e761552eb7b025b Issue-ID: OOM-1422 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-08-30License Addition task UUI , VNFSDK , MSB , NBIPrateekinlinux44-5/+607
Issue-ID: OOM-1303 Change-Id: I7c3407e01619aa4463f7f8285cfad57ce17ee294 Signed-off-by: Prateekinlinux <prateek.khosla@amdocs.com>
2018-08-14Merge "Create Service Account for MSB"rui hu6-0/+42
2018-08-08Create Service Account for MSBHuabing Zhao6-0/+42
Use a none default service account for MSB, so we can have different Istio auth policy for different service Issue-ID: MSB-272 Change-Id: I38372660ab2787f9ee0b1b50d353ff0aee4a0246 Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
2018-08-07Fix the issue can't get log of msb in kibanaLi Zi14-117/+433
Issue-ID: MSB-267 Change-Id: Ie6bebdd7b8dde8cfd87c2ddcedc8f2831f9d98dd Signed-off-by: LiZi <li.zi30@zte.com.cn>
2018-08-03Enable sidecar for kube2msbHuabing Zhao3-2/+4
Issue-ID: MSB-226 Change-Id: I52e2047638cdf1d0471946ecbe508c451f765740 Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
2018-07-31Bump MSB docker version to 1.2.0Huabing Zhao3-3/+3
Issue-ID: MSB-218 Change-Id: Id0aeefcb5ddf09620695584507271067f0919c1f Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
2018-07-30Disable MSB consul sidecar injection by defaultHuabing Zhao1-1/+1
Disable it because there are too many trival tracing Issue-ID: MSB-226 Change-Id: Iebc204722f833f45d276a71bd58dc7c374f70e62 Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
2018-07-30Add protocol prefix to port namesHuabing Zhao4-12/+12
Protocol prefix needs to be added to prot name in order to leverage the Istio features. Issue-ID: MSB-226 Change-Id: I670d6abbb2321b25aa30166b7d5415acaaf3e971 Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
2018-07-30Enable Istio sidecar injectionHuabing Zhao9-0/+13
Change-Id: I0ec08fbbfa5e5949d7645493f7d1ce7237707a26 Issue-ID: MSB-226 Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
2018-06-06Sync docker image versions from manifestGary Wu1-1/+1
Sync docker image versions from docker manifest commit b075c2738d81c258f2157eb329241b00e27938ec Change-Id: I3aab98252d3318431cc4ce49221f552d7bc57b7d Issue-ID: OOM-1053 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-06-05Sync OOM docker versions with docker-manifest.csvGary Wu3-3/+3
Sync OOM docker versions with docker-manifest.csv commit a6e05c8c18624a1794abb1d3a3ab879a7a06bcfe Change-Id: If8df538638670e0f1080d41d40d06de54ab1d93a Issue-ID: OOM-1053 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-05-10Improve docker registry secret managementBorislavG6-6/+0
Change-Id: I2d1ff878c215becc9856af184eb0b11defd75e1d Issue-ID: OOM-1064 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-05-08Sync docker image images with docker-manifest.csvGary Wu3-3/+3
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 referencesBorislavG4-4/+4
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-05-03nsPrefix changes in msbPriyanka Jain2-1/+7
Issue-ID: OOM-1026 Change-Id: Ic5303744b9a08a1ca02e415fd806b976f07949ab Signed-off-by: Priyanka Jain <Priyanka.Jain3@amdocs.com>
2018-04-16Update readiness-check versionBorislavG4-4/+4
Readiness check version is not sinchronized in many pods This causing deployment failures. Issue-ID: OOM-936 Change-Id: Ieef91df17836adcdf24db536440d0a1624a50591 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-04-09Add a filebeat container to each service of MSBLiZi14-0/+272
Change-Id: I92bf908523d2b08a28c9d118b9efdc49dad56f6e Issue-ID: MSB-185 Signed-off-by: LiZi <li.zi30@zte.com.cn>
2018-04-03Merge "Fix kube2msb failure to start"Mandeep Khinda4-6/+6
2018-04-02Remove temporary command in kube2msbBorislavG1-5/+0
Change-Id: Id17130d77fcaa03d2828852cd386b322bf6768df Issue-ID: OOM-811 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-04-01Fix kube2msb failure to startBorislavG4-6/+6
Change-Id: I3d67246e48cec79a2187637eb6ad559f73034089 Issue-ID: OOM-857 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-03-28Fix MSB services be independent of release nameBorislavG4-4/+4
Change-Id: If55878be4535df3f9578b0af8300ab055769474e Issue-ID: OOM-742 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-03-26Add standardized helm chart for msbBorislavG43-435/+1070
Change-Id: I63fbb58167a3e352f05e7e9af4d28f3531546dff Issue-ID: OOM-742 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-03-22License addition in all yamlsvaibhav_16dec8-0/+112
Issue-ID: OOM-821 Change-Id: I627ac962afe8cd6bf2859a30a0e88f6c9ac89d34 Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
2018-03-22Merge "remove passing auth token via env var"Borislav Glozman1-2/+0
2018-03-22Deploy 2 instances for API GatewayHuabing Zhao1-2/+2
Change-Id: I9f676f2d1992ae97016af812dfa2e968ead98534 Issue-ID: MSB-117 Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn>
2018-03-20remove passing auth token via env varFrank A. Zdarsky1-2/+0
Issue-ID: OOM-811 Change-Id: I8a0cdc6e727a8045f4b0ac73731c81a676a463b2 Depends-On: I039b6bcc9a301751ba976b77c0f2cc3b904b8e9c Signed-off-by: Frank A. Zdarsky <fzdarsky@redhat.com>
2018-03-12Deploy kube2msb along with msb containersHuabingZhao2-0/+52
Issue-ID: OOM-280 Deploy kube2msb along with msb contianers, so the ONAP services can be sync to MSB after MSB is restarted Change-Id: I408e27c72c4b2169c0babe2562e74d4a645683de Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2018-03-07Replica scaling of Robot and MSB containervaibhav_16dec2-2/+3
Issue-ID: OOM-693 Change-Id: Ibcdfd5c2a8c55eb28d6acd16e7a9b0f1faaef65b Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
2018-03-01Run all components in one namespaceBorislavG5-13/+13
Change-Id: I5fcd4d577c1fda4de27842807c7cf7a5d372756e Issue-ID: OOM-722 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-02-28Providing HTTPS endpoint at API gatewayHuabingZhao2-3/+15
Issue-ID: MSB-140 Change-Id: Ideb50217fb3ba21a2824fbedee41b8df04f3e62c Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2018-02-28Bump msb docker to 1.1.0HuabingZhao1-2/+2
Issue-ID: MSB-155 Change-Id: I6bcc91d6c7a4b439c01ff667cc76f3fc37e7d1a2 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2018-02-22msb - readiness image updatekerenj1-1/+1
changes can be seen in reviews: 31743 and 31721 Issue-ID: OOM-514 Change-Id: Ie610db1b0c4471beac7d91622aa98168a452ab23 Signed-off-by: kerenj <keren.joseph@amdocs.com>
2018-02-09Enforce MSB dockers dependenciesHuabing Zhao4-3/+49
Change-Id: Ib8bef822ea3b27e3a7eb9e99cf7f8748bfc6f422 Issue-ID: OOM-678 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-12-08Migrate to R1 released docker imagesAlexis de Talhouët1-2/+2
Change-Id: Iac46cbae69404d17e1f4e59f85ed18fc7ecd01dd Issue-ID: OOM-432 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> (cherry picked from commit f033f949c49cc195be1f3a6bdf79759f7e0983ca)
2017-11-01Merge "Remove hardcoded IP value"Mandeep Khinda3-4/+2
2017-10-31Remove hardcoded IP valueHuabingZhao3-4/+2
Issue-Id: OOM-355 Change-Id: Iafc3ec55cd6b954fb9ba818376948ebc7c4c4711 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-10-29Add option to disable specific deploymentsyuryn5-4/+17
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-17Set msb docker image versionHuabingZhao1-3/+3
Set consul image version to 0.9.3 Set msb image version to 1.0.0 Issue-Id: OOM-113 Change-Id: I53d40ca547466fea2291cfad2cdc1733e3fb795e Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-09-19Fix API gateway image issueHuabingZhao2-3/+3
Issue-Id: OOM-113 Change-Id: I669e5e7f0298fc80ab472cd874e6384b24e72c7d Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-09-12Remove cluster IPHuabingZhao1-24/+24
Use domain name instead of IP, so a fixed cluster IP is not needed anymore. Issue-Id: OOM-113 Change-Id: Idd0444d4a9ff9b366e73316a7c6f26ffcd5ff725 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>