aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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>
2018-06-06Sync docker image versions from manifestGary Wu1-1/+1
Sync docker image versions from manifest commit 8caa3e82d2e42735135e44b08b690d01182c6b76 Change-Id: I35ffbebee88f1c56c496bc3d4e20590cbed04ae2 Issue-ID: USECASEUI-125 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-06-06Merge "Change release version"Gary Wu2-4/+4
2018-06-06Change release versionSystem Administrator2-4/+4
This patch is to change the release version of multi vim Change-Id: Ib1c97c61f2697d59ee8cc58d22558cb4667f2875 Issue-ID: MULTICLOUD-241 Signed-off-by: Xinhui Li <lxinhui@vmware.com>
2018-06-05Remove docker tags for unreleased componentsLusheng Ji2-4/+0
Issue-ID: DCAEGEN2-499 Change-Id: I50452c65087e83db9f129ccbbf4263af738a2d83 Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-06-05Sync docker image versions from manifestGary Wu1-1/+1
Sync docker image versions from manifest commit 410327d0a3d4b8b5c489438aa325ce46db298ee2 Change-Id: I4e0e1faca5a9ca4f23fa8dbae38eab238bbc9283 Issue-ID: INT-524 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-06-05Sync docker image versions from manifestGary Wu1-1/+1
Sync docker image versions from manifest commit 790ef2b3b4aad73d9fb776b08aa15f5e40dcfcd4 Change-Id: Ie4f71b4643d0f5f4a4b0b3b3c59d27cbe1c79ec9 Issue-ID: CIMAN-132 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-06-05Sync docker image versions from manifestGary Wu1-1/+1
Sync docker image versions from manifest commit fa290e17ced19e893b3f7cf8e070f459c3aeea07 Change-Id: I913455b5699be38a87f920173cc2e0dcb9c08f46 Issue-ID: AAF-349 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-06-05Sync docker image versions from manifestGary Wu1-1/+1
Sync docker image versions from manifest commit 076730db5e2f9f277c91f57b782f5aab64329a0e Change-Id: Id6bf5fc87709f3c5aee104a639ef8ca6c740733f Issue-ID: INT-520 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-06-05Sync docker image versions from manifestGary Wu1-2/+2
Sync docker image versions from docker manifest commit 4c7d20e30fb2e5165b0d155c8d6de787662d467c Change-Id: Ie19c0268a2673e5e3a0187d070484e97f5e571bc Issue-ID: AAI-1204 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-06-05Sync docker image versions from manifestGary Wu1-1/+1
Sync docker image versions from docker manifest commit bceee2e6a6aac08d6c8dc6e41d541c6067f41015 Change-Id: I084b9653651883b8acf9a9ab19194d5f2771ac80 Issue-ID: SO-601 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-06-05Update for OOM DMaaP PortBrian Freeman5-3/+12
Issue-ID: INT-522 Change-Id: I7d29fee829312559554dd8c95b39dce1aabe0f3b Signed-off-by: Brian Freeman <bf1936@att.com>
2018-06-05Add aai-search service in MSB init scriptYang Xu1-0/+2
Issue-ID: INT-521 Change-Id: I867220b0b427ada0b31e1fdd2b65120f506bed93 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
2018-06-05Sync docker image versions from manifestGary Wu1-17/+17
Sync docker image versions from docker manifest commit a6e05c8c18624a1794abb1d3a3ab879a7a06bcfe Change-Id: Iba0667ba969e0a9dae799a76df6bd3d657e439b3 Issue-ID: INT-504 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>