summaryrefslogtreecommitdiffstats
path: root/kubernetes/dcaegen2
AgeCommit message (Collapse)AuthorFilesLines
2018-10-24Merge "fixing clusterIP service type errors"Alexis de Talhouët1-1/+1
2018-10-23DFC nodeport changes for secure portVijay VK1-1/+1
Change-Id: Id522805a7caf59dccef6b8b87a25218b2bbeae38 Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-892
2018-10-23fixing clusterIP service type errorsMandeep Khinda1-1/+1
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 Wu2-4/+4
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 Wu1-6/+6
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-15Update k8s bootstrap container to 1.4.4.Jack Lucas3-3/+4
Also change msb_host address to msb-iag for holmes. Issue-ID: DCAEGEN2-796 Change-Id: I0f3785d26a4f7606ca053f57c6a356689bcb1e50 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-10-15Updating datafile collector in oomChengkai Yan1-1/+1
Change-Id: I1732cba867acd6fc049b5a863b2bc45199caecd3 Signed-off-by: Chengkai Yan <martin.c.yan@est.tech> Issue-ID: DCAEGEN2-877
2018-10-12Updating datafile collector in oomPaul Dennehy1-1/+1
Change-Id: I1e150eff28f414272a5b6e28008337177b2bb1a8 Signed-off-by: Paul Dennehy <paul.p.dennehy@ericsson.com> Issue-ID: DCAEGEN2-566
2018-10-11pgpool-override in vnfsdk,dmaap,dcaegen2jasmineWen1-0/+10
Issue-ID: OOM-1355 Change-Id: I5c9fd54de7b483c59f4ddd600e7457b1d4de7e4d Signed-off-by: jasmineWen <jasmine.wen@amdocs.com>
2018-10-083.0.3 deployment-handlerAlex Shatov1-1/+1
- external version 3.0.3 - internal version 5.0.3 for code change - no API change Change-Id: I70b2dcec742235fc4ced773fae0cbcff51ad7799 Signed-off-by: Alex Shatov <alexs@att.com> Issue-ID: DCAEGEN2-862
2018-10-04Merge "inputs to policy-handler blueprint"Borislav Glozman1-1/+1
2018-10-01dcaebootsrap and healthcheck versionVijay Venkatesh Kumar2-3/+3
Healthcheck 1.1.2 - introduced integration with hv-ves and datafilecollector service Bootstrap 1.4.3 - Integration of service deploy Change-Id: I4a66148ef9dab427b52741947639615028a12016 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-772
2018-10-01inputs to policy-handler blueprintAlex Shatov1-1/+1
- changed the inputs to k8s policy-handler blueprint to use https in url to deployment-handler - using port 8443 instead of 8188 Change-Id: I7920b31853ef92716cacf7bbd45fa9e16387373b Signed-off-by: Alex Shatov <alexs@att.com> Issue-ID: DCAEGEN2-851
2018-10-01Renaming input to inputsPaul Dennehy1-0/+0
Change-Id: I99f55db195521104ae182feb6d753b5f3d960257 Signed-off-by: Paul Dennehy <paul.p.dennehy@ericsson.com> Issue-ID: DCAEGEN2-638
2018-09-25Resource limit:DCAE configvaibhav_16dec7-19/+83
resolving merge conflict by implementing common resource template Issue-ID: OOM-1151 Change-Id: I3e2eac98ec1298d366a9a6b83f2a2d3a9846bd1f Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com> Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-09-25Merge "Add Inputs for Datafile Blueprint"Alexis de Talhouët2-0/+34
2018-09-25Updating charts to use common resource templateMandeep Khinda1-1/+1
Issue-ID: OOM-1145 Change-Id: I1510339a820802554b6e8b9a201619ef66be17a0 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-09-25adding unlimited resource limitMandeep Khinda1-2/+2
Adds the ability to turn them off if they are found to cause issues also cleaning up some whitespace Issue-ID: OOM-1145 Change-Id: Idf0ee21f70e1bf65813b7f51ea028f2783a01cf8 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-09-24Update Chart versions to 3.0Mike Elliott10-11/+11
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-24Add Inputs for Datafile BlueprintConor Ward2-0/+34
Change-Id: I5435d474d5cf67cb449d70a2c757724b4927b070 Signed-off-by: Conor Ward <conor.ward@ericsson.com> Issue-ID: DCAEGEN2-638
2018-09-204.4.0 policy-handlerAlex Shatov1-1/+1
- made consul-url configurable thru env var or local config Change-Id: I148d6551e9640c5125b6d738ae0ad4e17d3e46be Signed-off-by: Alex Shatov <alexs@att.com> Issue-ID: DCAEGEN2-822
2018-09-20Merge "Update DCAE values.yaml for r3 images/input"Alexis de Talhouët4-2/+66
2018-09-20Merge "inputs for 4.3.1 policy-handler - all the latest"Alexis de Talhouët1-7/+55
2018-09-20Update DCAE values.yaml for r3 images/inputvagrant4-2/+66
Revising version of InventoryAPI, DH and PH REbased to resolve merge conflict Change-Id: I049203f1c386f08060834d05136590ee3c2ed7fa Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-772
2018-09-19Sync values from docker-manifest-staging fileAlexis de Talhouët2-7/+7
Change-Id: Ic8f11dc20c425aab144fe28a5e761552eb7b025b Issue-ID: OOM-1422 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-09-19inputs for 4.3.1 policy-handler - all the latestAlex Shatov1-7/+55
- all the latest config settings for policy-handler - k8s specific routing to policy-engine by hostname "pdp" - relying on dns to resolve hostname "pdp" to ip address - expecting to find "pdp" as the hostname in server cert from pdp - assuming that "https://{{ .Values.config.address.policy_pdp }}. {{include "common.namespace" . }}:8081" is converted to "https://pdp:8081" - intention to get policy_engine : url : "https://pdp:8081" Change-Id: Ib4296e88a20d772591233c937aa5969667963057 Signed-off-by: Alex Shatov <alexs@att.com> Issue-ID: DCAEGEN2-611
2018-08-30Update DCAE container versionsJack Lucas3-103/+100
- k8s-bootstrap-container => 1.4.1 - cm-container => 1.4.0 - change bootstrap from Job to Deployment Change-Id: I57fb0aaba1f7ef6d361049b88e755075faeae00f Issue-ID: DCAEGEN2-594 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-08-29Merge "update vesk8 input template and version"Mandeep Khinda2-1/+3
2018-08-14update vesk8 input template and versionvagrant2-1/+3
Change-Id: I3dcf35c67bc7ded5902da25c700cfc306aa89098 Signed-off-by: Vijay venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-600
2018-08-14License Addition for Dcaegen2,Policy,DmaapDurgpal36-31/+50
Issue-ID: OOM-1305 Change-Id: Idb6ad7004b7a4dc20ffafda72d60c8547eedfb9e Signed-off-by: Durgpal <durgpal@amdocs.com>
2018-06-05Sync OOM docker versions with docker-manifest.csvGary Wu4-13/+13
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-31Fix DCAE Redis cluster configMike Elliott1-3/+1
Fixed line break issue in redis-cluster-config.sh Now seeing successful redis cluster configuration: 9:M 31 May 16:25:37.442 * Synchronization with slave 10.42.59.66:6379 succeeded Change-Id: If8d338d38662295e55fdc3869d4a945a82d595dc Issue-ID: OOM-1093 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-05-17Use :latest for image tagJack Lucas2-2/+2
Change-Id: Ib54c897a44eb9535ec375213d75ab738db42fd08 Issue-ID: DCAEGEN2-512 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-05-15Fix docker tag for CDAP TCALusheng Ji1-1/+1
Issue-ID: DCAEGEN2-510 Change-Id: I9af79ea0eea57dfe81ddd6936e00aef2d0657247 Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-05-15Fix dcae posgres pv locationBorislavG1-1/+3
Change-Id: I07277804989d46f010252655f8c497887f317a32 Issue-ID: OOM-1082 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com> modified: dcaegen2/charts/dcae-bootstrap/values.yaml
2018-05-14Fix for OOM wide custom registry proxyLusheng Ji10-18/+24
Issue-ID: DCAEGEN2-507 Change-Id: Ice57d86f3353925c45beccdf7cdb85a4691cbb5b Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-05-14Merge "Correct input yaml file name for Holmes Rules Eng"Borislav Glozman7-10/+17
2018-05-13Merge "collector measurement topic update"Borislav Glozman1-1/+1
2018-05-11Update readiness-check to 2.0.0Gary Wu3-3/+3
Change-Id: I3477393d2ba98fe1d48561efc6991e88d8e03793 Issue-ID: OOM-1076 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-05-11collector measurement topic updatevagrant1-1/+1
Change-Id: I105ccd8798cfa49bc2ccf8dcb348ede650d63bbf Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-502
2018-05-11Correct input yaml file name for Holmes Rules EngLusheng Ji7-10/+17
additional changes: 1. Delete dcae_ns setting in values files--forces CM to deploy into the common namespace. 2. Conditionally set image name in k8s-inventory-inputs.yaml 3. Comment out componentImage setting--use image version specified in blueprints. 4. Add missing "---" in CM templates/service.yaml 5. Update image versions for bootstrap, healtcheck changes to values.yaml file: 1. update doker versions 2. use onap as namespace for DCAE pods Chages to dcae-healthcheck values.yaml file 1. check health for DACE pods under namespace onap Issue-ID: DCAEGEN2-479 Issue-ID: DCAEGEN2-490 Issue-ID: DCAEGEN2-493 Change-Id: I40d8f0b40b2b6bbf1407493a7d8c03cef856fd9c Signed-off-by: Lusheng Ji <lji@research.att.com> Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-05-10Improve docker registry secret managementBorislavG6-8/+5
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-08Merge "Fix persistent volume to be mapped to Release.Name"Mandeep Khinda1-10/+10
2018-05-07Fix persistent volume to be mapped to Release.NameBorislavG1-10/+10
Change-Id: I98754174e50537df2e82a9d9b40f471edff19e69 Issue-ID: OOM-907 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.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-04-30Add DCAE postgres instanceJack Lucas9-5/+59
patchset #3 Add ExternalName service to provide alternate name for consul in the common namespace. Needed for compatibility with CM plugin. patchset #2 Fix Holmes inputs to use correct postgres address. Minor fixes for ves and tca. Change-Id: Iacfef5a34ab5d2f365dcc6fc160816f80dfa7b69 Issue-ID: DCAEGEN2-477 Signed-off-by: Jack Lucas <jflucas@research.att.com>
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-26Fix Redis cluster initializationLusheng Ji2-7/+15
Issue-ID: DCAEGEN2-245 Change-Id: Ieb234a72897c5f307193cd998bcf64ce7658b700 Signed-off-by: Lusheng Ji <lji@research.att.com>