aboutsummaryrefslogtreecommitdiffstats
path: root/heat/ONAP
AgeCommit message (Collapse)AuthorFilesLines
2018-09-04AAF Sample CA changeInstrumental2-3/+12
Issue-ID: AAF-420 Change-Id: I59b6b83e3e3804e09a98659c198d319c9b784689 Signed-off-by: Instrumental <jonathan.gathman@att.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-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-28Updates for SO integration & sec_groupBrian Freeman1-0/+2
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-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-14Merge "Add vfc-db docker to vfc_vm_init.sh"Marco Platania3-0/+6
2018-08-14Add vfc-db docker to vfc_vm_init.shfujinhua3-0/+6
Change-Id: I5f0c441cd6f07eae1d4958fc96264412f6afe261 Issue-ID: VFC-976 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
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-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 Platania1-1/+4
- 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-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-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-06-26Version bump demo artifacts to 1.3.0-SNAPSHOTGary Wu8-5217/+2
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-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-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>
2018-06-05Sync docker image versions from manifestGary Wu1-5/+5
Sync docker image versions from docker manifest commit d53a3a7352e76fa0305f90fb28d3f9be224554bf Change-Id: I317f82301a4470536eaa1d6fbbd647871f16091f Issue-ID: INT-504 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-06-04Update appc docker versionsGary Wu1-1/+1
Sync docker image versions from docker manifest commit 60307ecad5a5f59009d77413b706efc9f26a2012 Change-Id: I1187c883002902100f9404f4a06d4b53c196310f Issue-ID: APPC-967 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-06-04Update exernalapi/nbi to 2.0.0Gary Wu1-1/+1
Sync docker image versions from docker manifest commit a59c75d12f8f9260ed87fc0f65ee72d0de82a2cb Change-Id: I8abcb0fe321276e60255cc05c21df6dd0eb5cba9 Issue-ID: EXTAPI-103 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-06-04Update manifests for CCSDK, SDNCGary Wu1-2/+2
Sync dcae docker image versions from docker manifest commit 857966881f67cd2f5b321ef8e5f8b474313a02f7 Change-Id: Ie7dd73a14619c9ccd729cf9eebda229bb834fb9b Issue-ID: CCSDK-291 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-06-04Update Manifest for HolmesGary Wu1-2/+2
Sync from docker manifest commit b9898b31b0582f3e5e7d79f267a0d5c5037d001f Change-Id: I6ce0ee0b619931d83a7b8292949cf7b6d7fba2d1 Issue-ID: HOLMES-132 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-05-31Update testsuite docker image versionGary Wu2-2/+2
Sync from docker manifest commit c533c4bb56148b708a935f60a5ee3aeaea840a0a Change-Id: I776ca6adf7174fdd9db155b738f6a43c3a7cf80a Issue-ID: INT-500 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>