aboutsummaryrefslogtreecommitdiffstats
path: root/heat
AgeCommit message (Collapse)AuthorFilesLines
2018-08-08Merge "Refactor vCPE vG-MUX and vG image creation process"Marco Platania8-123/+468
2018-08-08Merge "Refactor vCPE vBRG and vBNG image creation process"Marco Platania8-79/+425
2018-08-07Refactor vCPE vG-MUX and vG image creation processPraneta Paithankar8-123/+468
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 Jacobs8-79/+425
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-06Bug fix on boot scripts locationGary Wu2-212/+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 Platania25-252/+166
- 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 Wu41-1101/+1545
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/+3309
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-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-31Merge "Remove demo, testuite/properties repos in robot VM"Marco Platania3-12/+0
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 Wu3-12/+0
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-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 Wu24-138/+140
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-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-17Bug fix on HEAT template HTTP_PROXYgwu1-0/+2
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-17Merge "Improve the way to deploy onap via proxy"Marco Platania2-1/+312
2018-07-16Improve the way to deploy onap via proxyAbirATTAR2-1/+312
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 Platania2-6/+6
2018-07-12Fix vGMUX building from snapshot dependency issuesEnyinna Ochulor2-12/+12
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 Jacobs2-6/+6
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-11Merge "Fix vCPE VNF vBRG image build issue"Marco Platania2-12/+12
2018-07-10Fix vCPE VNF vBRG image build issueMariah Jacobs2-12/+12
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 Paithankar2-12/+12
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-11Update scale out Heat template for CasablancaMarco Platania4-14/+24
- Separate API version from script version Change-Id: Ia811a95b632f376c71070142d90fec3405e5813d Issue-ID: INT-526 Signed-off-by: Marco Platania <platania@research.att.com>
2018-06-08Point install/init scripts to released aritfactsMarco Platania12-34/+34
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-06Replace docker version tags for OOFDileep Ranganathan3-5/+19
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 Wu3-0/+6
Change-Id: Iff34709c4f44d1e519b9dcbf9f4abbb48afcc11c 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-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 Wu1-2/+2
2018-06-06Change release versionSystem Administrator1-2/+2
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 Freeman2-0/+7
Issue-ID: INT-522 Change-Id: I7d29fee829312559554dd8c95b39dce1aabe0f3b Signed-off-by: Brian Freeman <bf1936@att.com>