summaryrefslogtreecommitdiffstats
path: root/kubernetes/dcaegen2
AgeCommit message (Collapse)AuthorFilesLines
2019-02-11Update inventory dependencies in MakefileJack Lucas2-2/+23
Issue-ID: DCAEGEN2-1181 Change-Id: I523cba3a4143ffcea6261d0353b7bacf363595e8 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2019-01-28Deploy CBS, inventory, & SCH with HelmJack Lucas23-5/+1021
Change-Id: I2c1f6efd0110a23881f96ccef43cc287b965d396 Issue-ID: DCAEGEN2-1089 Issue-ID: DCAEGEN2-1090 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-12-19Upgrade version for PNF docker image versionMarcin Migdal1-1/+1
Change-Id: I3a00efb2188ecbb2b3ab7cafae08d2b1b7cf73f2 Issue-ID: OOM-1557 Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
2018-12-17Merge "r4 version updates"Alexis de Talhouët1-1/+1
2018-12-17Merge "Update DFC version to 1.1.1"Alexis de Talhouët1-1/+1
2018-12-14Update DCAE healthcheck imageJack Lucas1-1/+1
Change-Id: I8750bf57831fbe4baf49e9c9a5db99f61ab70693 Issue-ID: DCAEGEN2-988 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-12-13Update DFC version to 1.1.1Chengkai Yan1-1/+1
Change-Id: I8693f8aa9b90fd17a1d1227ff3c65c83b5de6698 Signed-off-by: Chengkai Yan <martin.c.yan@est.tech> Issue-ID: DCAEGEN2-1014
2018-12-13Merge "Add persistent storage for DCAE Cloudify Manager"Alexis de Talhouët4-11/+84
2018-12-123.1.0-deployment-handler 4.5.0-policy-handlerAlex Shatov2-3/+8
Change-Id: Ibc02516225eca75092600461eb9348bb75011720 Signed-off-by: Alex Shatov <alexs@att.com> Issue-ID: DCAEGEN2-853 Issue-ID: DCAEGEN2-903 Issue-ID: DCAEGEN2-929 Issue-ID: DCAEGEN2-930 Issue-ID: DCAEGEN2-1017
2018-12-11r4 version updatesVijay Venkatesh Kumar1-1/+1
Change-Id: I117432dea305c1130cd7a839b571a1d4bba85ca1 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1024
2018-12-06Add persistent storage for DCAE Cloudify ManagerJack Lucas4-11/+84
Issue-ID: DCAEGEN2-990 Change-Id: I700bce2906ab136989968236a02fd8899e29bcd3 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-12-01update DFC tag to 1.1.0 for master branchChengkai Yan1-1/+1
Change-Id: I6a71dc958bf4aae8358f714b24d4f44956e0c3ac Signed-off-by: Chengkai Yan <martin.c.yan@est.tech> Issue-ID: DCAEGEN2-964
2018-11-10Sync docker tags with release manifestGary Wu1-1/+1
Sync docker tags with the release manifest from integration repo commit a71e3709faa5f281361ddfcd79eb4bd11550edca. Change-Id: Ib937100d49aedced19a83593596906cadabc12e4 Issue-ID: INT-663 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-07Allow nodeport values to be changeddgermain3-3/+8
Allow nodeport values to be changed for ves and datafile collector Change-Id: I6e837b91d9ee400a282c1fcb9ea38a12e1b42441 Issue-ID: DCAEGEN2-963 Signed-off-by: dgermain <daniel.germain@cgi.com>
2018-11-07Sync docker tags with release manifestGary Wu1-3/+3
Sync docker tags with the release manifest from integration repo commit 1e16c7e67d1fdeadab3789b07d6d2f47b7d0ffd7. Change-Id: If580d0000108ce9ff70ad128b9bc93bf4364376b Issue-ID: INT-663 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-06Update DFC version from 1.0.3 to 1.0.4Chengkai Yan1-2/+1
Change-Id: I8090e5b896ec533c5f554bd78acd8e809cab29b5 Signed-off-by: Chengkai Yan <martin.c.yan@est.tech> Issue-ID: DCAEGEN2-954
2018-10-31Disable Cloudify Manager liveness probeJack Lucas1-1/+2
Issue-ID: DCAEGEN2-928 Change-Id: I037a48b90db7ee60aba172c538797268b1c28b46 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-10-31Update k8s bootstrap container to latest versionJack Lucas1-1/+1
Issue-ID: DCAEGEN2-920 Change-Id: I3a123e8dd4847a902a63ff063830cb76e0109b07 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-10-30Add missing selectors on PVCAlexis de Talhouët1-0/+3
Change-Id: If156e738a26c7c19043657c97ac327125c5162db Issue-ID: OOM-1486 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
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>