aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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-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
2018-07-16Improve the way to deploy onap via proxyAbirATTAR42-7/+784
Issue-ID: OOM-1275 Change-Id: I0d77bcfe1e9ca183b3ba1aa56fff713db33b677b Signed-off-by: Abir EL ATTAR <abir.el_attar@nokia.com>
2018-07-16Merge "Fix subnet to use dhcp not preload"Marco Platania4-12/+17
2018-07-16Merge "Update vCPE vBNG vpp to released version"Marco Platania3-8/+8
2018-07-12Fix vGMUX building from snapshot dependency issuesEnyinna Ochulor4-33/+33
The vgmux env, yaml, install script, and hc2vpp patch files were edited to remove snapshot dependencies. Change-Id: Ibfdef8cf35013c4fea8254437d12098a0bb82575 Issue-ID: INT-525 Signed-off-by: Enyinna Ochulor <enyinna.ochulor@intel.com>
2018-07-12Update vCPE vBNG vpp to released versionMariah Jacobs3-8/+8
Maintain consistency across VNFs with the snapshot dependency build fix. Checkout vpp released code rather than stable branch. Modify heat and env template parameters to specify release tag is checked out. Issue-ID: INT-525 Change-Id: I190f47053a593040fe0cbfbda1da2fbef839e3fc Signed-off-by: Mariah Jacobs <mariah.jacobs@intel.com>
2018-07-12Fix subnet to use dhcp not preloadBrian Freeman4-12/+17
Issue-ID: TEST-104 Change-Id: I9d44f9617ca02546dbe9d7355ec4ded5eaba5d23 Signed-off-by: Brian Freeman <bf1936@att.com>
2018-07-11Fix vDHCP CPE_PUBLIC configBrian Freeman1-5/+10
Issue-ID: TEST-104 Change-Id: I9f2fcbe1f929240045b971dfff854423df254cbc Signed-off-by: Brian Freeman <bf1936@att.com>
2018-07-11Merge "Fix vCPE VNF vBRG image build issue"Marco Platania3-16/+16
2018-07-10Fix vCPE VNF vBRG image build issueMariah Jacobs3-16/+16
Checkout hc2vpp and vpp released code rather than stable branches. Modify heat and env template parameters to specify release tag is checked out. The buildable vBRG image is no longer dependent on snapshot artifacts. Issue-ID: INT-525 Change-Id: Ic13ce1c11138856a0958ec8af0c2c9f293f206f9 Signed-off-by: Mariah Jacobs <mariah.jacobs@intel.com>
2018-07-10Fix VPP vCPE VNF vGW image build issuePraneta Paithankar3-17/+17
The honeycomb software of VPP vCPE vGW image can not built. The builds were dependent on snapshot artifacts. These artifacts have now disappeared from upstream fd.io nexus. vGW heat template files i.e. base_vcpe_vgw.env and base_vcpe_vgw.yaml are modified. Now heat templates work with release tag of vpp and hc2vpp repositories. v_gw_install.sh is modified accordingly. Issue-ID: INT-525 Change-Id: I61d9d313ff619729b54cbda959d5daeec557c5b6 Signed-off-by: Praneta Paithankar <praneta.paithankar@intel.com>
2018-06-26Version bump demo artifacts to 1.3.0-SNAPSHOTGary Wu18-5227/+12
Also remove deprecated ONAP template Change-Id: I6d1b927e00fe1297121fe60c742a5a00964c139d Issue-ID: INT-506 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-06-14Switch policy branch back to masterGary Wu2-2/+2
Change-Id: Id5e4c399d0cf43e07293a75c052272b020bb7988 Issue-ID: INT-506 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-06-13Remove docker version parameter for AAI sparkyGary Wu3-6/+0
Change-Id: I12239a1f2e3eda97b75b1f68598be3af7b895f16 Issue-ID: INT-529 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-06-13Fix version issue with AAI sparky componentsGary Wu2-2/+2
Change-Id: Ifb3f6f212119ebdc8a9702d1c9e78814a48721f2 Issue-ID: INT-529 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-06-11Merge "Update scale out Heat template for Casablanca"Gary Wu10-32/+37
2018-06-11Merge "Implement sequencing for faults only"Marco Platania7-28/+73
2018-06-11Update scale out Heat template for CasablancaMarco Platania10-32/+37
- Separate API version from script version Change-Id: Ia811a95b632f376c71070142d90fec3405e5813d Issue-ID: INT-526 Signed-off-by: Marco Platania <platania@research.att.com>
2018-06-10Implement sequencing for faults onlyGokul Singaraju7-28/+73
Issue-ID: CERT-14 Change-Id: I3f78eb87cc4c6fba3e4fb8d2fe91d31187b4f7f7 Signed-off-by: Gokul Singaraju <gs244f@att.com>
2018-06-08Point install/init scripts to released aritfactsMarco Platania15-37/+37
Change-Id: Ib13ea785ff19ff2e16ef7ce4debf6bafb8340c42 Issue-ID: UCA-37 Signed-off-by: Marco Platania <platania@research.att.com> (cherry picked from commit f51c4ed1634c1fad68ce7430d56e3af28a659770)
2018-06-08Update to use 1.2.1 release demo artifactsGary Wu2-2/+2
Change-Id: I6b377ba099902d0391893a39447ac3086d26ab57 Issue-ID: INT-506 Signed-off-by: Gary Wu <gary.i.wu@huawei.com> (cherry picked from commit 995654ad4d923af5ad3639ae352beb5c6d29f65b)
2018-06-07Merge "Add documentation for Change Management"Gary Wu1-0/+36
2018-06-07Add documentation for Change ManagementArthur Martella1-0/+36
Change-Id: Ic20de32d6f1fbf0acf765bad40acba454ddf4c18 Issue-ID: SO-602 Signed-off-by: Arthur Martella <am153x@att.com>
2018-06-07Version bump demo master to 1.3.0-SNAPSHOTGary Wu16-35/+17
Also remove the call to upload boot scripts Change-Id: I80957bb289aea65cd2e7f7f219680192d9c42ff2 Issue-ID: INT-506 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-06-07Add script for Change ManagementMarco Platania1-0/+49
Change-Id: Id59d701913d18cdb0cf0bfdcc79cd79563db4aa4 Issue-ID: SO-602 Signed-off-by: Marco Platania <platania@research.att.com>
2018-06-07Update README fileMarco Platania1-1/+1
Change-Id: Ia8f0b3692eb29b97b283ae0b68e29b85259b5d5c Issue-ID: INT-138 Signed-off-by: Marco Platania <platania@research.att.com>
2018-06-06Replace docker version tags for OOFDileep Ranganathan4-18/+35
Replace docker version tags to read from HEAT template Change-Id: Iacdaa2956e1a7a889cd00f440d81d248f56337af Issue-ID: OPTFRA-257 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com> Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-06-06Remove hardcoded sniroemulator docker versionGary Wu4-2/+9
Change-Id: Iff34709c4f44d1e519b9dcbf9f4abbb48afcc11c Issue-ID: INT-504 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-06-06Removed openstack/ from openstack-ocata image nameGary Wu1-2/+2
Change-Id: If5a95602bc61a5b5133ccbf845abeb07e0e7922b Issue-ID: INT-504 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-06-06Sync docker image versions from manifestGary Wu1-1/+1
Sync docker image versions from manifest commit e644b420ed58abcaa4152e4a4e3fd410d14ddc53 Change-Id: I9d97f4b04d9b9df8ea91847c66d98522ef75a858 Issue-ID: MUSIC-79 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-06-06Update README file for Beijing ReleaseMarco Platania1-10/+118
Change-Id: Ide54cff489aaa44c351276c4e3ac1c198e91ba12 Issue-ID: INT-308 Signed-off-by: Marco Platania <platania@research.att.com>
2018-06-06Sync docker image versions from manifestGary Wu1-1/+1
Sync docker image versions from manifest commit 3d9fbf05ee4de3eed5e415c5c57ea4d723df98a0 Change-Id: I8fc9f90c43585dc82c98085d2f46142402a7ac93 Issue-ID: AAF-330 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>