aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-09-11Merge "Update vFW Heat Template for CDS use"Gary Wu2-5/+17
2018-09-11Update vFW Heat Template for CDS useMarco Platania2-5/+17
- The update targets the vFW Heat template (note: this is not vFWCL!) - Declare SDNC metadata in the Heat template - Assign a values to metadata parameters (placeholders for now) - Add metadata to each VM in the Heat template Change-Id: I837bb5a58af16c11f6b99adf4f3173bc3f7178ce Issue-ID: CCSDK-493 Signed-off-by: Marco Platania <platania@research.att.com>
2018-09-11Merge "update opt config variables for SO"Gary Wu1-0/+9
2018-09-11update opt config variables for SOBrian Freeman1-0/+9
Issue-ID: INT-621 Change-Id: Id0248ba6d68a8e26bf2650c4b5e1a9f79db36fad Signed-off-by: Brian Freeman <bf1936@att.com>
2018-09-10Change DCAE collector portMarco Platania1-1/+1
- 8080 --> 8081 Change-Id: I4ac69b877c8b7db2fe9c5f1073d1d02ccac4e43f Issue-ID: INT-584 Signed-off-by: Marco Platania <platania@research.att.com>
2018-09-10Update VES agents to VES 5.4.1Marco Platania2-34/+46
- Add fields for backup entity in vFWCL and vLB evel_initialize Change-Id: I7710e083ce3a5e503ce92e8ea5f0f7096c5846e0 Issue-ID: CERT-15 Signed-off-by: Marco Platania <platania@research.att.com>
2018-09-07Merge "Add TOSCA templates for vCPE use case"Marco Platania18-0/+3210
2018-09-07AAF replace latest with HEAT VersionInstrumental2-22/+24
Also, adjust X509 Issuers to match CasaBlanca needs Issue-ID: AAF-420 Change-Id: Iac79f7c8463c161b8bd26b2e6af4581ae746c8ff Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-09-06Add TOSCA templates for vCPE use caseEric Multanen18-0/+3210
Adds initial TOSCA files and script to generate CSAR files for the vCPE use case VNFs. Change-Id: Idb85153e8e18b9c21f24aa6ef92d887e17da07c3 Issue-ID: INT-536 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
2018-09-05Update the OOF docker image versionDileep Ranganathan1-2/+2
Updated the optf-has and optf-osdf docker image version to 1.2.1 Change-Id: I179fe2ca6101134ffa5cb2998694f2761decce56 Issue-ID: OPTFRA-301 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-09-05Merge "adjust AAF for b64"Marco Platania5-4/+56
2018-09-05Remove plain OpenStack pwd from HeatMarco Platania6-16/+26
- Replace plain OpenStack password with its encrypted version - Update SO install/init script to skip key encryption (will be done by user) - Provide a script that encrypts the plain OpenStack password Change-Id: Ifb7010ab8720ca92119c65484d05f5cfacf023cb Issue-ID: INT-646 Signed-off-by: Marco Platania <platania@research.att.com>
2018-09-05adjust AAF for b64Instrumental5-4/+56
HEAT Process did not place binary file as expected. Modified process to deal with base64 Issue-ID: AAF-420 Change-Id: If9ef925094e131ff556405c99658989677f5bcdf Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-09-04Merge "AAF Sample CA change"Marco Platania2-3/+12
2018-09-04AAF Sample CA changeInstrumental2-3/+12
Issue-ID: AAF-420 Change-Id: I59b6b83e3e3804e09a98659c198d319c9b784689 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-09-04Update APPC PasswordBrian Freeman1-1/+1
Issue-ID: INT-645 Change-Id: I7fb6d1d7849ac236c7c88d794c6852dc700c14be Signed-off-by: Brian Freeman <bf1936@att.com>
2018-09-03Refactor MC WindRiver plugin namespaceBin Yang2-10/+11
Workaround the constraints of ISTIO which prohibits the usage of _ in the namespace Change-Id: If5d0ae33b4f7d47cc9f1234e92dbeef81fdeadd3 Issue-ID: MULTICLOUD-335 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2018-08-30Add Public IP for AAFInstrumental1-0/+2
Issue-ID: AAF-420 Change-Id: Ie6d77603fd8711dc48037523e6018d9d345aec76 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-08-30Sync HEAT template with staging manifest versionsGary Wu2-17/+17
Change-Id: I20ecacc10f518aeee064ef11603290baf2d356a6 Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-08-29Retrieve demo artifacts via nexus REST APIGary Wu43-162/+56
This supports the use of SNAPSHOT demo artifacts in the vnf HEAT templates. Change-Id: I980c879819b1a396c985c7a2af1885b28e4f150a Issue-ID: INT-592 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-08-29Merge "Parameterized the nbi docker image version"Gary Wu1-1/+1
2018-08-29vCPE - move build template files to own directoryEric Multanen8-0/+0
Move the new Heat and environment template files for building the vCPE images to a separate directory. Issue-ID: INT-620 Change-Id: Id437ec19c910a69928e1cedf7bb90565c520a773 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
2018-08-29Parameterized the nbi docker image versionQuoc-Nghia Nguyen1-1/+1
Change-Id: I471ab13cda1bf45f6ca6d03ac892bed80b4b55ee Issue-ID: EXTAPI-118 Signed-off-by: Quoc-Nghia Nguyen <quocnghia.nguyen@orange.com>
2018-08-28Merge "Add missing net_id param for vcpe"Gary Wu1-0/+1
2018-08-28Merge "Fix whitespace issue in vgw of vcpe"Gary Wu1-1/+1
2018-08-28Updates for SO integration & sec_groupBrian Freeman3-1/+20
Issue-ID: INT-621 Change-Id: Iad87a8ce5cb0058a82e6b96c84c6e5411ce08b2f Signed-off-by: Brian Freeman <bf1936@att.com>
2018-08-26fixing VID vm init scriptSonsino, Ofir (os0695)1-1/+1
Change-Id: I7af0564d5a1c67560ed9927217d07d06039dc0ee Issue-ID: VID-293 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-08-23Adjust aaf HEAT shsInstrumental4-482/+125
Issue-ID: AAF-419 Change-Id: Id4fbce7fb25c703a74f93afbbb519b980d5b96dd Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-08-22Add missing net_id param for vcpeMatthew Davis1-0/+1
The vcpe demo is not buildable without this. Issue-ID: DCAEGEN2-725 Change-Id: I9a36760173d1133d4f9507aea514954b8bc7e8da Signed-off-by: Matthew Davis <Matthew.Davis.2@team.telstra.com>
2018-08-22Fix whitespace issue in vgw of vcpeMatthew Davis1-1/+1
The extra space means that the script throws an error (But continues anyway). Also that the variable is set to an empty string. Issue-ID: DCAEGEN2-724 Change-Id: Ib568da17ebf307da1e72e22d1f52331031c4412d Signed-off-by: Matthew Davis <Matthew.Davis.2@team.telstra.com>
2018-08-16Fix heat template for sec_groupBrian Freeman3-3/+31
Issue-ID: SDC-1634 Change-Id: I799ec06218559d204566370dd36b5dbea50c1933 Signed-off-by: Brian Freeman <bf1936@att.com>
2018-08-15Gracefully handle missing docker image versionsGary Wu2-126/+126
Quote the docker image versions so that images missing versions in the manifest will not fail the HEAT deployment. Change-Id: I785ada4bec82518d29434ae7943443440f89ec95 Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-08-15Merge "C library update for VES5.4.1"Marco Platania6-20/+952
2018-08-14C library update for VES5.4.1Srikanth Naidu6-20/+952
Keyword vNicUsageArray is replaced by vNicPerformanceArray and other C library updates for VES5.4.1 Change-Id: I21611b6680ca732562fb9984a5fcd9679f8376e9 Issue-ID: CERT-15 Signed-off-by: Srikanth Naidu <sn8492@att.com>
2018-08-14Merge "Add vfc-db docker to vfc_vm_init.sh"Marco Platania4-5/+15
2018-08-14Change install_script_version to script_versionPraneta Paithankar1-1/+1
The build_vcpe_vgmux.yaml contains install_script_version parameter in nexus artifact url. This parameter is changed to script_version. Issue-ID: INT-615 Change-Id: I80ce688ff09b07069661d449abeb6b78da1667d3 Signed-off-by: Praneta Paithankar <praneta.paithankar@intel.com>
2018-08-14Add vfc-db docker to vfc_vm_init.shfujinhua4-5/+15
Change-Id: I5f0c441cd6f07eae1d4958fc96264412f6afe261 Issue-ID: VFC-976 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2018-08-13Merge "Update VBRG, vBNG compatibility w/ prev templates"Marco Platania8-16/+2
2018-08-13Update proxy section in setting.xmlMarco Platania1-4/+15
- Add <proxy>...</proxy> only if https proxy is specified - Tested successfully in windriver (SB07) - Solves part of the AAF installation issues Change-Id: I9f6dd8a7a9173b541b9872293d0c6ad705506dc3 Issue-ID: AAF-420 Signed-off-by: Marco Platania <platania@research.att.com>
2018-08-13Update VBRG, vBNG compatibility w/ prev templatesMariah Jacobs8-16/+2
The VNF heat templates and environment files for the Casablanca release provide backwards compatibility with previous releases. In the build heat template of each VNF, the compile_state parameter is included with a default state of ‘done’ specified. This change removes the compile_state parameter from .env and .yaml files where it was not necessary in order to maintain consistency with the way that backwards compatibility is provided in vG-MUX and vGW templates. Issue-ID: INT-615 Change-Id: I6317f20a94c374d30edc019dfe36f0c28bca4830 Signed-off-by: Mariah Jacobs <mariah.jacobs@intel.com>
2018-08-13Merge "Update SO container endpoints"Marco Platania1-0/+10
2018-08-13Merge "Automate vCPE vBRG and vBNG build image process"Marco Platania4-10/+69
2018-08-13Merge "Automate vCPE vG-MUX and VG build image process"Marco Platania8-18/+80
2018-08-11Update SO container endpointsBrian Freeman1-0/+10
Issue-ID: INT-621 Change-Id: I4d7a02c7e2e1d046e3dd621ea20d499352655dd4 Signed-off-by: Brian Freeman <bf1936@att.com>
2018-08-10Automate vCPE vBRG and vBNG build image processMariah Jacobs4-10/+69
Build script is executed with its heat template. script_status.txt in /opt folder will show the status of execution of build and install scripts. Issue-ID: INT-620 Change-Id: Id798d7e320e5b7f7bf1846d4b9c377b7addb901c Signed-off-by: Mariah Jacobs <mariah.jacobs@intel.com>
2018-08-10Automate vCPE vG-MUX and VG build image processPraneta Paithankar8-18/+80
Build script is executed with its heat template. script_status.txt in /opt folder will show the status of execution of build and install script. Issue-ID: INT-620 Change-Id: I4b0b5c49ed20458b21423fc83545203e1aea02f5 Signed-off-by: Praneta Paithankar <praneta.paithankar@intel.com>
2018-08-09Remove unused field from Heat envMarco Platania1-1/+0
Change-Id: Ia8ef734d7af317c3e3888a831d1ee4bdc46dedcc Issue-ID: INT-526 Signed-off-by: Marco Platania <platania@research.att.com>
2018-08-08Refactor HEAT robot propertiesGary Wu1-4/+4
Change properties file in HEAT to match OOM as much as possible to facilitate diffing between the two. Change-Id: I4c52281fc24dd81a5b4e878db7f31fd40a9e54e5 Issue-ID: INT-605 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-08-08Merge "Refactor vCPE vG-MUX and vG image creation process"Marco Platania12-647/+958
2018-08-08Merge "Refactor vCPE vBRG and vBNG image creation process"Marco Platania12-366/+690