aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-01-24Correct path of JAR filescasablancaMarco Platania2-2/+2
Change-Id: I34c99a36bc3ff432fa8e3cf2ed1bf4ca7c79260f Issue-ID: INT-658 Signed-off-by: Marco Platania <platania@research.att.com>
2019-01-03fix installation bail problemwrider1-1/+12
The dcae2_install script would bail due to "set -e" when docker network is not configured. This fix added additional clean up checking. Issue-ID: DCAEGEN2-1007 Change-Id: I5fa551fad498e311bfebe038416a7444b635d934 Signed-off-by: wrider <lji@research.att.com>
2018-12-19Change vPKG honeycomb restart to hourly insteadGary Wu1-3/+3
Change-Id: I70995f4598f9a2b855061e8c624fb1d357b8b6da Issue-ID: INT-780 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-12-17Workaround for vPKG honeycomb file handle leakGary Wu1-1/+10
The vPKG for vFWCL leaks file handles for each netconf request received. This is to add a workaround script to reboot honeycomb within the vPKG VM daily. Change-Id: Ie2d09ea9dfc9e994890666e0488afa938c42e34f Issue-ID: INT-780 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-12-11vLB heat templates for HPAItohan8-0/+1338
Modified default vLB heat templates to add parameters required for HPA Change-Id: I2723a8a295f76040f4b10f73e8cd9f7fb5cd72f9 Issue-ID: INT-745 Signed-off-by: Itohan Ukponmwan <itohan.ukponmwan@intel.com>
2018-12-05Add Physical network parameter for SRIOV NICsItohan3-0/+541
In order to create VMs that use SRIOV NICs, a physical network (provider network) that is enabled for pci-sriov NICs has to be specified Change-Id: Idc94af185c5c48d64811e63cfd8c0a46cb511493 Issue-ID: INT-703 Signed-off-by: Itohan Ukponmwan <itohan.ukponmwan@intel.com>
2018-11-29Remove sdnc parameters from vFW heat templateItohan2-19/+1
Change-Id: Ia00fda84ed85f9ebbade50869048063848d8902e Issue-ID: INT-745 Signed-off-by: Itohan Ukponmwan <itohan.ukponmwan@intel.com>
2018-11-28Correct typo in README fileMarco Platania1-1/+1
Change-Id: Iaf838a1de79170700b5af37f41ef46ae68e91316 Issue-ID: UCA-37 Signed-off-by: Marco Platania <platania@research.att.com>
2018-11-28Update README fileMarco Platania1-51/+73
Change-Id: I9e71fb72e02b9686241ea5ecd62b36fe1c38f01f Issue-ID: UCA-37 Signed-off-by: Marco Platania <platania@research.att.com>
2018-11-26Change metadata from integer to stringHaibin Huang8-20/+20
Change-Id: Iebc1d670fdf79b2700b164a9edad8d15b7d9209f Issue-ID: INT-746 Signed-off-by: Haibin Huang <haibin.huang@intel.com> (cherry picked from commit e1b63938ca5f50812936abc79858929a876ced0d)
2018-11-21Do not use CDS for base vFWAlexis de Talhouët4-12/+6
Change-Id: I706ebbbffe461398cf8419a49418cf4795f1eb0f Issue-ID: INT-745 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> (cherry picked from commit d5fa03b5fe63e4a6cca96c3a592118cd1486c69e)
2018-11-19Align heat env to release numberMarco Platania29-55/+55
- Change release number from 1.3.0.-SNAPSHOT to 1.3.0 Change-Id: I5c11a410322018a34ee4c6c3b7653e3a2e7d29c3 Issue-ID: UCA-37 Signed-off-by: Marco Platania <platania@research.att.com>
2018-11-16Added Default parameters value to vnic typeItohan3-0/+14
-Added default vnic type value of normal for all the vnic type parameters Change-Id: Ic997eaf22be0eda71f561bb2a7f20d31bc66b027 Issue-ID: INT-703 Signed-off-by: Itohan Ukponmwan <itohan.ukponmwan@intel.com> (cherry picked from commit fdc0088b5a3e5b3cdc95c40ec346a178ef203457)
2018-11-15Version bump demo casablanca to 1.3.1-SNAPSHOTGary Wu21-20/+21
Change-Id: Ida5174750437e32c128c7ce505a28f25f04f2ec6 Issue-ID: INT-722 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-15Fix version of libevel code used for vgmux3.0.0-ONAP1.3.0Eric Multanen1-1/+1
The VES patch applied the vgmux code needs to be applied against a version of the code that was present near the date of Nov 20, 2017. The code for libevel.so present in the repo at that time produces events with the correct attribute labels. (see refered Issue ID) This patch provides a suitable commit id to use. Replacing one which was not suitable. Change-Id: I3460927e21ff23bc66ac77475f4d8d45921476e0 Issue-ID: TEST-132 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com> (cherry picked from commit 95fd361eaff65980e6ff6f0e1e548d2822b0909b)
2018-11-12vFW and vFWCL templates for HPAItohan9-0/+1244
Modified the generic vFW and vFWCL heat templates to include different flavor parameters for each vm in this use case. Added a parameter to specify the vnic type for the port of each vm so that sriov NICs or virtio NICs can be specified. Change-Id: I32b60f94b8deeb7c388d1d0b53afda215cd53c7d Issue-ID: INT-703 Signed-off-by: Itohan Ukponmwan <itohan.ukponmwan@intel.com>
2018-11-07update vCPE artifact layout and Template fileliboNet15-399/+159
remove node_types's definition from MainserviceTemplate.yaml to make it acceptable by SDC SDC artifacts need to be put at the specfieid directory path based on SDC rule Change-Id: If3f625b40d2e445549ebacdd944605024a073007 Issue-ID: INT-711 Signed-off-by: liboNet <libo.zhu@intel.com>
2018-11-01Fix sriov model errorHuang Haibin6-24/+30
Change-Id: I3c14ddb45dc6357e8043dfd4f7d8d6fdf602b8cf Issue-ID: INT-706 Signed-off-by: Huang Haibin <haibin.huang@intel.com>
2018-10-31Align MainServiceTemplate.yaml for vcpe sriovLianhao Lu1-1/+1
Put correct MainServiceTempalte.yaml for vcpe sriov csar generation. Change-Id: I387d02125f655b464c73f26639ee65fe4e67471d Issue-ID: INT-706 Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2018-10-30Change REST API version for vLBMarco Platania2-2/+2
Change-Id: If4cf869bce67b7dbbf254724824d870027e35988 Issue-ID: INT-696 Signed-off-by: Marco Platania <platania@research.att.com>
2018-10-24Adding TestVNF netconf servera.sreekumar125-0/+25990
TestVNF netconf server is a partial implementation of a netconfserver for netconf termination. TestVNF is configurable and can be used for testing purposes. Issue-ID: INT-355 Change-Id: I98594d7df57ca14582159bb006d8df51dca74ec7 Signed-off-by: a.sreekumar <ajith.sreekumar@ericsson.com>
2018-10-23Update scale out use caseMarco Platania7-7/+15
- add new parameter "dns_enabled" to Heat - change branch name in install scripts Change-Id: I62b6ee99ea00a02424f0a02043a4d933a0e23309 Issue-ID: INT-696 Signed-off-by: Marco Platania <platania@research.att.com>
2018-10-22Fix misspelling of security group parameterGary Wu1-16/+16
Change-Id: I442ac088f3a089ffadd878c2af4b5848065ae0f5 Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-10-19Merge "Do not prepand randomo str in key for vFW_NextGen"Marco Platania1-11/+1
2018-10-19Do not prepand randomo str in key for vFW_NextGenAlexis de Talhouët1-11/+1
As the assignment for the key-name is using CDS, the key-name shouldn't be adding anything to the name that has been resolved, as it would create a discrepancy between what is expected to be the key-name vs what it would be. Using CDS, resolutions happens through GR-API, and are stored within MD-SAL. If that value is altered, deployment will fail as the process won't know about this additional random-str. Change-Id: Icba069a1345572debded44b4e5486b23524728ea Issue-ID: INT-694 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-10-19Fix driver startup in OOMDenes Nemeth1-1/+1
Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com> Issue-ID: VFC-1159 Change-Id: Ibefd567b0f29d84e5d3c5f7cfd7dd5f77fb4dc2b
2018-10-18Fix Tosca csar with error variableHuang Haibin10-22/+30
a. We don't define oam_private_net_cidr but define onap_private_net_cidr b. sdnc_ip change to sdnc_ip_addr c. define mr_ip_port for infra Change-Id: If8f1b3062d5f1c78881967c24b8d8dd32e197781 Issue-ID: INT-693 Signed-off-by: Huang Haibin <haibin.huang@intel.com>
2018-10-17Add TOSCA templates to support SRIOV-NICHuang Haibin7-1/+2272
Change-Id: Id3c05ac7675f29d61ff9fb0a887c88f2df3ac106 Issue-ID: INT-536 Signed-off-by: Huang Haibin <haibin.huang@intel.com>
2018-10-11Merge "Add pike plugin v1 api for demo"Gary Wu1-1/+2
2018-10-11Merge "Add dashboard to Clamp VM"Gary Wu2-3/+10
2018-10-11Update Docker tag for CasablancaEric Debeau1-1/+1
Change-Id: Ie41ff26b349bad19b0d939519b28fa14315f3cc4 Issue-ID: EXTAPI-146 Signed-off-by: Eric Debeau <eric.debeau@orange.com>
2018-10-11Add dashboard to Clamp VMac25502-3/+10
Change-Id: I048a609bb0526b4167a105f0e1b09b6cdea2217a Issue-ID: CLAMP-230 Signed-off-by: ac2550 <ac2550@intl.att.com>
2018-10-11Add pike plugin v1 api for demoHuang Haibin1-1/+2
Change-Id: Ib31671980e885c3329c2cff3daaec6a3ac9fa377 Issue-ID: MULTICLOUD-276 Signed-off-by: Huang Haibin <haibin.huang@intel.com>
2018-10-10Adapt to latest SDC change for SOL004 complianceLianhao Lu5-5/+5
Change-Id: Icf5673ba497f5059b2df8d60b3c6eae612581c7a Issue-ID: INT-684 Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2018-10-09Merge "Add pike plugin for demo"Marco Platania2-0/+5
2018-10-09Add v1 service endpoints of MultiCloud servicesBin Yang1-0/+3
Change-Id: I7df8a111d02a42c62954501b968a30cf92654399 Issue-ID: MULTICLOUD-374 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2018-10-09Add pike plugin for demoHuang Haibin2-0/+5
Change-Id: I2980a581aae94d9bec80b2cef741c02860cd0d92 Issue-ID: MULTICLOUD-276 Signed-off-by: Huang Haibin <haibin.huang@intel.com>
2018-10-08Add SO resolution to DNS configMarco Platania2-0/+2
Change-Id: I73239e94d504a209bac020eedd9c0330e397209f Issue-ID: INT-669 Signed-off-by: Marco Platania <platania@research.att.com>
2018-10-06Add ansible server for APPCAaron Hay4-0/+11
Add necessary HEAT template parameters to support installation of the ansible server in APPC. Change-Id: Ic97b08f1bb2351704284bf0c6bf4ebc427510552 Issue-ID: APPC-1168 Signed-off-by: Aaron Hay <ah415j@att.com>
2018-10-04Update OOF config fileDileep Ranganathan1-7/+57
Update HAS and OSDF config file based on latest changes Syncing conductor.conf, osdf_config.yaml file across all projects. Change-Id: I68c9bcc4765ff1debd1a1d3c95c2f536104a9bbd Issue-ID: OPTFRA-205 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-10-03Add Register ToInstrumental1-0/+1
For HEAT, needed to utilize use the "aaf.api.simpledemp.onap.org" FQDN. Only change for HEAT is making sure FQDN is pushed to Container Issue-ID: AAF-517 Change-Id: Ia16ec14168fbc92cae6fe1f7019e961bbb9f965d Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-10-01Separate VF templates for vFWMarco Platania12-0/+1004
- Create a new set of Heat templates for the vFW: - One base template with the definition of common resources - Three add-on modules (VF modules) that describe vFW, vPacketGen, and vSink - Examples of env files in the examples directory For Casablanca, this new template structure will be used for testing CDS capabilities. Change-Id: Ic6c555074490d9d78f90cb347bc56a01a397ca06 Issue-ID: INT-659 Signed-off-by: Marco Platania <platania@research.att.com>
2018-10-01Merge "Heat templates for vFW and Traffic Distribution"Marco Platania6-0/+782
2018-09-28unify AAF and non-AAF credentials for healthcheckJorge Hernandez2-6/+6
To allows easy transitions from AAF to non-AAF operations. Change-Id: Id16662101fb3797fb1d47fb3dcb89cdb31a8d4d0 Signed-off-by: Jorge Hernandez <jh1730@att.com> Issue-ID: POLICY-1156 Signed-off-by: Jorge Hernandez <jh1730@att.com>
2018-09-28Heat templates for vFW and Traffic DistributionLukasz Rajewski6-0/+782
Modified featg templates for vFW use case that allow to create two instances of vFW and vSink. Change was required for tests of Distribute Traffic LCM action in SDN-C and APP-C Also templates have improved way for association of floationg IP and installation of vFW components also is corrected. Change-Id: I47f95c5e01fa4a37c75b8dfe50ed474be5288522 Issue-ID: CCSDK-449 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
2018-09-26Fix DCAE deployment in HeatMarco Platania2-7/+12
Change-Id: If5be263616df3e0e726d8a111862fa017d0b8fa6 Issue-ID: INT-669 Signed-off-by: Marco Platania <platania@research.att.com>
2018-09-25Change AAF to Cass ContainerInstrumental4-132/+10
Change AAF install scripts to utilize "aaf_cass" containers, and auto-initialize (inside of containers) for both aaf_cass and aaf_* Also, removed "sample_ca". This is done inside AAF Containers now. Tested from scratch on SB07 Issue-ID: AAF-517 Change-Id: I8855291bc0b1347fd11f5cf60f150f7cd3c6f371 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-09-25Sync robot_properties between HEAT and OOMGary Wu1-3/+29
Change-Id: Iec96eaef5191f39592db69d3f3a38309af3abe8e Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-09-24Update AAI credentials for robot testsuiteGary Wu1-2/+2
Change-Id: Ibd6db4403916b2324bdef69468bb5ed0eee2e9c9 Issue-ID: INT-668 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-09-20Update OOF to v14 AAI schemaDileep Ranganathan2-6/+8
Updated the version to v14 in conductor.conf Change-Id: I3cf3dd931d00aedc203c9a8d21d7a38ab36b5f7b Issue-ID: OPTFRA-355 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>