aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-03-15Add simulator for dmaapbuscontrolleryanhuanwang1-0/+76
Change-Id: I5bd0ab24e5b2d647c0b47212e1f5f728cdc1bb32 Issue-ID: DCAEGEN2-1225 Signed-off-by: yanhuanwang <martin.c.yan@est.tech>
2019-03-14Merge "Revert removal of ipaddress from config"Mariusz Wagner2-0/+8
2019-03-14Revert removal of ipaddress from configbiniek2-0/+8
Change-Id: I8790ad9b2c5248432797619bd42b6fcc75df7cdc Issue-ID: INT-960 Signed-off-by: biniek <lukasz.biniek@nokia.com>
2019-03-13Fix image push failuresDmitry Puzikov1-1/+1
Latest com.spotify:docker-maven-plugin has a bug preventing images to be pushed to the private registries. Latest bug-free version is 1.0.0 so revert to it. Change-Id: Ibe8f733a2e6b059203fa5dcca297ad35e7e1fe42 Issue-ID: INT-879 Signed-off-by: Dmitry Puzikov <dmitry.puzikov@tieto.com>
2019-03-13Merge "Fix netopeer config"Mariusz Wagner1-0/+7
2019-03-13Fix netopeer configbiniek1-0/+7
Change-Id: I22adf79ec42405f21d1d9cc9e6afef234f0cfa01 Issue-ID: INT-960 Signed-off-by: biniek <lukasz.biniek@nokia.com>
2019-03-13Update pnfsimulator configbiniek2-29/+33
Change-Id: Icd81ae3d5e458dc941a17ccdc3eead7120a64cb0 Issue-ID: INT-960 Signed-off-by: biniek <lukasz.biniek@nokia.com>
2019-03-12INT:885 Fixed a minor issue in pnf-simRahul Tyagi1-0/+4
This commit introdues a dely in pnf-sim netopeer instance so that subscribing yang model and data creation can be done successfully. Issue-ID: INT-885 Change-Id: Id26a2b6e4f201a1cbf5346ee323fcb6858c2886b Signed-off-by: Rahul Tyagi <rahul.tyagi@ericsson.com>
2019-03-13Merge "Update pnfsimulator config"Mariusz Wagner2-29/+33
2019-03-12Bump oparent to 1.2.3 in Java manifestGary Wu1-1/+1
Change-Id: Ia4734b34355df2972e68269daf138e545f589483 Issue-ID: INT-959 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2019-03-12Merge "Fix problem with missing cm-container"Yang Xu1-1/+1
2019-03-12Fix problem with missing cm-containerGary Wu1-1/+1
Change-Id: Iaf93d175c4f5c9c71e88224f0b23f1f06108d53a Issue-ID: DCAEGEN2-1091 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2019-03-12Update release notes for oparent 1.2.3Gary Wu1-0/+11
Change-Id: I6334be6d7ccc58d694958158f8726dc33b182619 Issue-ID: INT-959 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2019-03-11Update versions for MultiCloud ServicesBin Yang3-17/+15
Update staging version to track master branch Update stable version to track casablanca branch Change-Id: I48a52feba2c849943ee6b6e976aef9c10ef6ff7f Issue-ID: MULTICLOUD-521 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-03-07Old prh image version expiredYang Xu1-1/+1
Change-Id: Ib3c38bf3537234dd390fec9d66614580a3532b12 Issue-ID: INT-951 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
2019-03-08Merge "Update INFO.yaml file"Gary Wu1-95/+104
2019-03-08Update INFO.yaml fileJessica Wagantall1-95/+104
Add missing information so that the new verify job passes. Change-Id: Iebf95435a80f18b5d7d8bbc110c6dc71e569f7c5 Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-03-07Override so-catalog-db paramsMarco Platania3-6/+7
- Replace so-openstack-adapter with so-catalog-db Change-Id: I2a7e32eb14b11b71e0ab6d9588603fa08d97c40e Issue-ID: INT-950 Signed-off-by: Marco Platania <platania@research.att.com>
2019-03-04Update VID in manifest-staging to 4.0-STAGINGIttay Stern1-1/+1
Change-Id: Ied105691cf33f8cbbd6501e85a99f4fded30e05a Issue-ID: VID-428 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-03-04Merge "fix missing dcae tags"Gary Wu1-3/+3
2019-03-04fix missing dcae tagsVijay Venkatesh Kumar1-3/+3
Change-Id: Idf0ef6efad2c82a4b0adf4194fd21b5fba719261 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1270 Issue-ID: VID-428
2019-03-04Add enabled flag to integration-overrideMarco Platania3-0/+104
Change-Id: Ifb13c03e0611d86ab10b9262e27ec2490277a4ea Issue-ID: INT-946 Signed-off-by: Marco Platania <platania@research.att.com>
2019-03-04Merge "INT-885: fix netopeer and update yang model"Marco Platania7-41/+43
2019-03-01Update datarouter version number in manifesteronkeo3-6/+6
Change-Id: I8478d1a9029ba3064bbbd1eda231b193f9015956 Issue-ID: DMAAP-1064 Signed-off-by: eronkeo <ronan.keogh@est.tech>
2019-03-01ROP file creation script for e2e testingRehanRaza4-2/+71
* Creates a number of files (set using NUM_FILES) with standard filenames * File are created using a template XML file (set using FILE_TEMPLATE) * Files are updated after a specific interval (set using UPDATE_MINS) * At each update, the name of oldest file is modified with current timestamp * Works for multiple PNF nodes (set using NUM_NODES) Change-Id: I279970720ae25a360bd7a56923ebf3b8825abfd8 Issue-ID: DCAEGEN2-1225 Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
2019-03-01INT-885: fix netopeer and update yang modelRahul Tyagi7-41/+43
This commit introdues a better yang model for testing i.e. mynetconf.yang and data against it. It also fix a problem for netopeer at startup. Issue-ID: INT-885 Change-Id: I1d300221399237e57e1ffd4e3a1d9cb8e1674b44 Signed-off-by: Rahul Tyagi <rahul.tyagi@ericsson.com>
2019-02-28Mass PNF simulator for benchmark purposesTamasBakai20-0/+3615
Change-Id: I8a5ead57d0347fa34f048c7bfc5352ba045b1b62 Issue-ID: DCAEGEN2-1225 Signed-off-by: TamasBakai <tamas.bakai@est.tech>
2019-02-27Update validation docker image versionYang Xu1-1/+1
Pomba uses validation 1.3.1 to work with data-router Change-Id: Ie63889e65b0827ddc8df1ac274d4a1aacebf250a Issue-ID: INT-943 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
2019-02-27Merge "Fix sniroemulator to make container arm64-ready"Gary Wu2-5/+10
2019-02-27Sync up image versions for PombaYang Xu1-5/+5
Change-Id: Id67d7955ce15cd70b258a8b5fc18b05c1de7f18a Issue-ID: INT-943 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
2019-02-27Add ccsdk-ansible-server to manifest fileMarco Platania1-0/+1
- correct typo Change-Id: Ifb2ce7babc9d5316f5d0610ddc9b3ce84ab5624a Issue-ID: APPC-1361 Signed-off-by: Marco Platania <platania@research.att.com>
2019-02-26Update AAI mS versionMarco Platania1-10/+11
Change-Id: Ie5cce8d70136e596ccba463b93ba23ad3cfe2bca Issue-ID: AAI-2190 Signed-off-by: Marco Platania <platania@research.att.com>
2019-02-26Merge "dcae artifact updates"Gary Wu1-3/+3
2019-02-25Merge "INT-885:Enhancing the PNF-sim for netconf over TLS"Gary Wu6-0/+103
2019-02-25Merge "Add change log in INFO.yaml"Mariusz Wagner1-0/+6
2019-02-25Merge "Datarouter add missing version number in manifest"Mariusz Wagner1-2/+2
2019-02-25INT-885:Enhancing the PNF-sim for netconf over TLSRahul Tyagi6-0/+103
This commit add a script and a known_hosts file so that while starting the netopeer2 it readily start listening at 6513 port for tls. This commit also adds a yang data model for testing of usecases developed under Netconf over tls usecase. Signed-off-by: Rahul Tyagi <rahul.tyagi@ericsson.com> Issue-ID: INT-885 Change-Id: I26b059c293f0684f475f51618d905e10a9efe391 Signed-off-by: Rahul Tyagi <rahul.tyagi@ericsson.com>
2019-02-22Add change log in INFO.yamlYang Xu1-0/+6
Change-Id: Ifa62ef61fbc5f09f1add1392877440daa0718efe Issue-ID: INT-893 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
2019-02-22Fix sniroemulator to make container arm64-readyDmitry Puzikov2-5/+10
Swicth from debian based image to alpine based image. Fix docker-plugin version. Change-Id: I87af14b9785f70f49955ba299ed6e3d8ff9866f3 Issue-ID: INT-879 Signed-off-by: Dmitry Puzikov <dmitry.puzikov@tieto.com>
2019-02-22Merge "Update PNF SIM mandatory fields for config.json"Mariusz Wagner1-11/+1
2019-02-21Merge "Create multiple raw data files for different tests"Yang Xu4-10/+59
2019-02-20Datarouter add missing version number in manifesteronkeo1-2/+2
Change-Id: I0b6e02ead0bb9e8c88ebc4cfdc89db434cf7166a Issue-ID: DMAAP-1047 Signed-off-by: eronkeo <ronan.keogh@est.tech>
2019-02-20Added timezoneMariusz Wagner1-1/+1
Added timezone Issue-ID: INT-900 Change-Id: Ib690494e76753cd14dce9a155ce3bf1f0e73bf1b Signed-off-by: Mariusz Wagner <mariusz.wagner@nokia.com>
2019-02-20Update PNF SIM mandatory fields for config.jsonMarcin Migdal1-11/+1
Change-Id: Ia0b68c271f70ee5d3765e4b1ece80ab98470040c Issue-ID: INT-897 Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
2019-02-19dcae artifact updatesVijay Venkatesh Kumar1-3/+3
Both DH and PH (DCAE platform components) are migrated to be instantiated via helm Corresponding image version updates Change-Id: I6951934e74c31686352557b5b218c8ca63de7dcf Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1091 Issue-ID: DCAEGEN2-1092 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2019-02-19Create multiple raw data files for different testsRehanRaza4-10/+59
Change-Id: I55862204ef71f69bc88c79fe2259f7cb8365699a Issue-ID: DCAEGEN2-1225 Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
2019-02-18Add INFO.yaml to integration repoYang Xu1-0/+137
Change-Id: I689dc02e20b8be22cc54726a4a0c676588b0600f Issue-ID: INT-893 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
2019-02-18Add redeploy-module.sh scriptYang Xu1-0/+25
Change-Id: Ie082ff0ebfe57bc85febc5edbc49f61a509513c5 Issue-ID: INT-888 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
2019-02-17Update gizmo image versionYang Xu1-1/+1
Change-Id: I797082e81dc2802357bed48049b291f1aa0d49c9 Issue-ID: AAI-2139 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
2019-02-15Update scale out descriptionMarco Platania1-44/+2
Change-Id: Ia8265b51f4b346911b1d05c2cbe57785c08559ab Issue-ID: INT-748 Signed-off-by: Marco Platania <platania@research.att.com>