summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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>
2018-09-20Adapt to latest HPA schema changeLianhao Lu4-20/+14
There are some HPA schema changes at https://wiki.onap.org/pages/viewpage.action?pageId=28377430 which we need to adapt to accrodingly. Change-Id: I84b758ac5b6841b2706df0a21f6da097acc0d896 Issue-ID: INT-536 Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2018-09-19Deactivate VNF-level health checkMarco Platania1-1/+1
Change-Id: I4d6fabc85086d9ca7905eee0bf3791f460152322 Issue-ID: INT-665 Signed-off-by: Marco Platania <platania@research.att.com>
2018-09-19Merge "HEAT installation enable VID via HTTPS"Marco Platania1-1/+1
2018-09-19Merge "Update docker tags for R3"Marco Platania3-57/+101
2018-09-19HEAT installation enable VID via HTTPSPiotr Darosz1-1/+1
Enable HEAT installation to allow Portal accessing VID via HTTPS Change-Id: I4328192e388a9a929ab0dc63ce77b325c34768c9 Issue-ID: VID-273 Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
2018-09-19Update docker tags for R3Lusheng Ji3-57/+101
Issue-ID: DCAEGEN2-772 Change-Id: Ic20c02b596480b2c1acb7adf4ae5b6509ea7c510 Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-09-18Add artifacts version for VES agentMarco Platania1-2/+2
Change-Id: Iefdd4f3bcf707dc5e79a0e892d7a55f6da361897 Issue-ID: INT-665 Signed-off-by: Marco Platania <platania@research.att.com>
2018-09-18Add VES agent to vLB for scale outMarco Platania2-16/+16
Change-Id: I6072318f544a80c8f79bf7c1ae84c2b409f5fdc4 Issue-ID: INT-665 Signed-off-by: Marco Platania <platania@research.att.com>
2018-09-18Add cds option to Robot demo scriptYang Xu1-0/+7
Change-Id: I536a34b16f507ab6eb7a0a5c0b99abc895134e62 Issue-ID: CCSDK-537 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
2018-09-18Merge "Remove deprecated R1 code"Gary Wu5-872/+67
2018-09-18exclude datarouter from heatBrian Freeman1-1/+1
Issue-ID: INT-664 Change-Id: I66cc60f4db323e44beb765a0a58fe885998961ec Signed-off-by: Brian Freeman <bf1936@att.com>
2018-09-18Remove deprecated R1 codeLusheng Ji5-872/+67
Issue-ID: DCAEGEN2-499 Change-Id: I8dd791c09a8f45412319f4a1d0f0fb919028b011 Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-09-14Add portal option to ete test scriptGary Wu1-1/+1
Change-Id: I06a9a03af82e2601955d9871f2443e66f9759dc2 Issue-ID: PORTAL-388 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-09-13Prevent package installation failures in VNFsMarco Platania16-0/+26
Add apt-get update to the user_data parts of the VNF Heat templates to prevent failures of package installation Change-Id: Iaa2e54f5dc7e88dc2891f4deddfebc0d2cde22e7 Issue-ID: INT-660 Signed-off-by: Marco Platania <platania@research.att.com>