aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2018-08-07Refactor vCPE vG-MUX and vG image creation processPraneta Paithankar12-647/+958
Separate heat/env templates and build scripts have been created for vG-MUX and vG The build logic and parameters are removed from the install scripts and the base heat/env files used to deploy the VMs. For backwards compatibility, the compile_state parameter was added to both VMs.  Small corrections were made to the heat templates for clarity. Issue-ID: INT-615 Change-Id: I3180654f959776ebd4706613e00b9faff3f72e9e Signed-off-by: Praneta Paithankar <praneta.paithankar@intel.com>
2018-08-07Refactor vCPE vBRG and vBNG image creation processMariah Jacobs12-366/+690
Separate templates and build scripts have been created for vBRG and vBNG. Build logic and parameters are removed from install scripts and base heat/env files used to deploy the VMs. For backwards compatibility, compile_state parameter was added to both VMs. Small corrections were made to the heat templates for clarity. Issue-ID: INT-615 Change-Id: Ia171994d2f4e17523f319b0a048d77fec29e487b Signed-off-by: Mariah Jacobs <mariah.jacobs@intel.com>
2018-08-07Bug fix on renaming OPENO_IP to MULTISERV_IPGary Wu4-25/+25
Change-Id: Ib6431e651af2015a991e4349ade66ab6e09c3751 Issue-ID: INT-526 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-08-06Bug fix on boot scripts locationGary Wu2-0/+0
Two multiserv VM boot scripts were located in the wrong directory. This fixes the issue. Change-Id: Iac6336d279882af0197ab7711bfa52b1a25bcfc8 Issue-ID: INT-606 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-08-06Rename OPENO_IP to MSB_IPGary Wu1-0/+2
Change-Id: I28120d6202e0054c70244f7db3f2e67119b5148a Issue-ID: INT-526 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-08-06Refactor ONAP HEAT template config, part 3Marco Platania31-294/+208
- Consolidate serv.sh activation in generic config script - Rename OPEN-O (open-o) -> MULTISERV (multiserv) - Resurce names in Heat template - File names - References in other installation scripts - Rename dcae_c_ -> dcae_ in Heat template - Minor clean up Change-Id: If45a1f1e01933f828aa698c815e0a3f65810a208 Issue-ID: INT-526 Signed-off-by: Marco Platania <platania@research.att.com>
2018-08-06Refactor ONAP HEAT template config, part 2Gary Wu42-1124/+308
Change-Id: Ic4930654395ec9e9d57836733cd47e7a3b0bf972 Issue-ID: INT-605 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-08-02Refactor ONAP HEAT template config scriptsGary Wu21-1497/+1131
Change-Id: I5f95acc7c67d48ea1f7f9e819d6c9e742e4b52cc Issue-ID: INT-605 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-08-02Add security group to vFW, vLBMarco Platania13-2/+73
- Extend the ONAP sec group to support the vLB/vDNS use case - Add sec group to vFW, vFWCL, vLB, vLBMS Change-Id: Ica89840cf40249990d6df2dfff9a7712c094ab3a Issue-ID: INT-526 Signed-off-by: Marco Platania <platania@research.att.com>
2018-08-02Cleanup ONAP installation via HeatMarco Platania40-2502/+44
- Remove all the parts of code related to deprecated configurations - Consolidate serv.sh scripts in a single one - Allow SO resolution via DNS (in addition to MSO) Change-Id: I6cabacdabaa3c5158ee101057738584922858fc9 Issue-ID: INT-526 Signed-off-by: Marco Platania <platania@research.att.com>
2018-08-02Merge "Remove unnecessary install of JDK"Marco Platania17-50/+18
2018-08-02Remove unnecessary install of JDKGary Wu17-50/+18
JDK should not be necessary in HEAT VMs since everything should be run in docker containers. Change-Id: Ibf5038490595bdf3a02699eeb824eb4b4e569bb1 Issue-ID: INT-605 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-08-02Merge "Improve the way to deploy DCAE under proxy"Marco Platania1-4/+64
2018-08-01Merge "Add back music configs inside OOF HEAT script"Gary Wu1-4/+93
2018-08-01Update demo.sh to make ipv4-oam-address optionalMarco Platania1-3/+3
Change-Id: If204432dcd98309edf9509d92e8f0c740deef7e0 Issue-ID: INT-602 Signed-off-by: Marco Platania <platania@research.att.com>
2018-08-01Upgrade all VMs to ubuntu 16.04Gary Wu1-10/+10
Change-Id: I8c32faa17b1a963e94c32718a1e7f4f9f066dd15 Issue-ID: INT-605 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-08-01Improve the way to deploy DCAE under proxyAbirATTAR1-4/+64
Change-Id: I34a1690e34f2875d61b67bf097c077d86c883cbf Issue-ID: DCAEGEN2-654 Signed-off-by: Abir EL ATTAR <abir.el_attar@nokia.com>
2018-07-31Made docker install agnostic to ubuntu versionGary Wu17-17/+17
This is the first step toward gracefully upgrading all VMs to ubuntu 16.04. Change-Id: If2b7c57b43165bd99984e76eba5f29fd8bfc6df0 Issue-ID: INT-606 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-07-31Bug fix in robot VM install scriptGary Wu2-6/+6
Change-Id: I057181b9da353ab51b7bd4ce2275b67c3ea89ef2 Issue-ID: INT-605 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-08-01Add back music configs inside OOF HEAT scriptRuoyu Ying1-4/+93
Add back music configs as MUSIC is not ready to a run as a service. Change-Id: I9e6cde04dcd2bdb3d2cb00513b96addd8cb0370e Issue-ID: OPTFRA-306 Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com>
2018-07-31Merge "Remove demo, testuite/properties repos in robot VM"Marco Platania11-69/+673
2018-07-30Incorporate changes from OOM robot resourcesGary Wu1-0/+4
Change-Id: Ia34e7a3cbb6d494c9ce8eda6918b79f394a2ce3c Issue-ID: INT-605 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-07-30Remove demo, testuite/properties repos in robot VMGary Wu11-69/+673
No longer clone demo and testsuite/properties repos in robot VM. Instead, use demo repo content within testsuite container, and pass properties directly from heat template boot/ directory. Change-Id: I9e472f9b6cea47dc2faebd091d95be9e89aff667 Issue-ID: INT-605 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-07-27vFW general improvementsVictor Morales9-6/+7
Change-Id: I670457bef90a893a13c8c579eba4d27ff33dfa54 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: INT-603
2018-07-23Add URL to Nexus repo in Heat templatesMarco Platania22-20/+78
Change-Id: I574eb63ae1b2c57f19bd02a482ee16c65cd0b744 Issue-ID: INT-592 Signed-off-by: Marco Platania <platania@research.att.com>
2018-07-19Deprecate use of sites/raw for vnf HEAT templatesGary Wu43-222/+199
Replace the use of sites/raw in vnf HEAT templates with zipped script artifacts Change-Id: I93c331c0f4753e8bf661e5a577463ab38bd116f5 Issue-ID: INT-592 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-07-19Fix vnf script groupIdsGary Wu4-4/+4
Change-Id: I5411f69a8c438d2588678bb7f2613c4303217f26 Issue-ID: INT-592 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-07-19Package and deploy VNF scriptsGary Wu10-0/+357
The deployment of VNF scripts to sites/raw was deprecated. This packages up those scripts ad Maven artifacts. Change-Id: I7ba52c9c75c7c76676634cbfb7d915c0a5a2956f Issue-ID: INT-592 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-07-19Add missing HTTP_PROXY variables to env templateGary Wu1-0/+4
Change-Id: Ide7fd2c89dc6eaf04d1b9430783a20670a324a89 Issue-ID: OOM-1275 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-07-19Merge "Clean up script for OOF HEAT based deployment"Gary Wu1-154/+62
2018-07-17Bug fix on HEAT template HTTP_PROXYgwu21-20/+22
Various boot scripts should have been checking for "no_proxy" but were checking for " " instead. This fixes the issue. Also add default values for HTTP_PROXY variables. Change-Id: I5245018a7bb9c33b84ac3096d8a9c0986b2e976c Issue-ID: OOM-1275 Signed-off-by: gwu <gary.i.wu@huawei.com>
2018-07-18Clean up script for OOF HEAT based deploymentRuoyu Ying1-154/+62
Removed configuration for MUSIC, removed unused certification and fixed hard coded values Change-Id: I665d3f40f1836ba448ad8ee59971be5debb304e5 Issue-ID: OPTFRA-300 Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com>
2018-07-17Merge "Improve the way to deploy onap via proxy"Marco Platania42-7/+784