aboutsummaryrefslogtreecommitdiffstats
path: root/boot
AgeCommit message (Collapse)AuthorFilesLines
2019-01-03fix installation bail problemwrider1-1/+12
The dcae2_install script would bail due to "set -e" when docker network is not configured. This fix added additional clean up checking. Issue-ID: DCAEGEN2-1007 Change-Id: I5fa551fad498e311bfebe038416a7444b635d934 Signed-off-by: wrider <lji@research.att.com>
2018-11-15Version bump demo casablanca to 1.3.1-SNAPSHOTGary Wu1-1/+1
Change-Id: Ida5174750437e32c128c7ce505a28f25f04f2ec6 Issue-ID: INT-722 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-10-22Fix misspelling of security group parameterGary Wu1-16/+16
Change-Id: I442ac088f3a089ffadd878c2af4b5848065ae0f5 Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-10-19Fix driver startup in OOMDenes Nemeth1-1/+1
Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com> Issue-ID: VFC-1159 Change-Id: Ibefd567b0f29d84e5d3c5f7cfd7dd5f77fb4dc2b
2018-10-11Add pike plugin v1 api for demoHuang Haibin1-1/+2
Change-Id: Ib31671980e885c3329c2cff3daaec6a3ac9fa377 Issue-ID: MULTICLOUD-276 Signed-off-by: Huang Haibin <haibin.huang@intel.com>
2018-10-09Merge "Add pike plugin for demo"Marco Platania2-0/+5
2018-10-09Add v1 service endpoints of MultiCloud servicesBin Yang1-0/+3
Change-Id: I7df8a111d02a42c62954501b968a30cf92654399 Issue-ID: MULTICLOUD-374 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2018-10-09Add pike plugin for demoHuang Haibin2-0/+5
Change-Id: I2980a581aae94d9bec80b2cef741c02860cd0d92 Issue-ID: MULTICLOUD-276 Signed-off-by: Huang Haibin <haibin.huang@intel.com>
2018-10-08Add SO resolution to DNS configMarco Platania2-0/+2
Change-Id: I73239e94d504a209bac020eedd9c0330e397209f Issue-ID: INT-669 Signed-off-by: Marco Platania <platania@research.att.com>
2018-09-28unify AAF and non-AAF credentials for healthcheckJorge Hernandez1-4/+4
To allows easy transitions from AAF to non-AAF operations. Change-Id: Id16662101fb3797fb1d47fb3dcb89cdb31a8d4d0 Signed-off-by: Jorge Hernandez <jh1730@att.com> Issue-ID: POLICY-1156 Signed-off-by: Jorge Hernandez <jh1730@att.com>
2018-09-26Fix DCAE deployment in HeatMarco Platania1-5/+2
Change-Id: If5be263616df3e0e726d8a111862fa017d0b8fa6 Issue-ID: INT-669 Signed-off-by: Marco Platania <platania@research.att.com>
2018-09-25Sync robot_properties between HEAT and OOMGary Wu1-3/+29
Change-Id: Iec96eaef5191f39592db69d3f3a38309af3abe8e Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-09-24Update AAI credentials for robot testsuiteGary Wu1-2/+2
Change-Id: Ibd6db4403916b2324bdef69468bb5ed0eee2e9c9 Issue-ID: INT-668 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-09-18Add cds option to Robot demo scriptYang Xu1-0/+7
Change-Id: I536a34b16f507ab6eb7a0a5c0b99abc895134e62 Issue-ID: CCSDK-537 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
2018-09-18Merge "Remove deprecated R1 code"Gary Wu1-745/+40
2018-09-18exclude datarouter from heatBrian Freeman1-1/+1
Issue-ID: INT-664 Change-Id: I66cc60f4db323e44beb765a0a58fe885998961ec Signed-off-by: Brian Freeman <bf1936@att.com>
2018-09-18Remove deprecated R1 codeLusheng Ji1-745/+40
Issue-ID: DCAEGEN2-499 Change-Id: I8dd791c09a8f45412319f4a1d0f0fb919028b011 Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-09-14Add portal option to ete test scriptGary Wu1-1/+1
Change-Id: I06a9a03af82e2601955d9871f2443e66f9759dc2 Issue-ID: PORTAL-388 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-09-12use https for robot framework and vfw scriptJorge Hernandez1-1/+1
Change-Id: I3a41f8ce087c63279b5d324d485d335f6d6cdc69 Signed-off-by: Jorge Hernandez <jh1730@att.com> Issue-ID: POLICY-1112 Signed-off-by: Jorge Hernandez <jh1730@att.com>
2018-09-10Change DCAE collector portMarco Platania1-1/+1
- 8080 --> 8081 Change-Id: I4ac69b877c8b7db2fe9c5f1073d1d02ccac4e43f Issue-ID: INT-584 Signed-off-by: Marco Platania <platania@research.att.com>
2018-09-04Update APPC PasswordBrian Freeman1-1/+1
Issue-ID: INT-645 Change-Id: I7fb6d1d7849ac236c7c88d794c6852dc700c14be Signed-off-by: Brian Freeman <bf1936@att.com>
2018-09-03Refactor MC WindRiver plugin namespaceBin Yang2-10/+11
Workaround the constraints of ISTIO which prohibits the usage of _ in the namespace Change-Id: If5d0ae33b4f7d47cc9f1234e92dbeef81fdeadd3 Issue-ID: MULTICLOUD-335 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2018-08-29Retrieve demo artifacts via nexus REST APIGary Wu1-2/+1
This supports the use of SNAPSHOT demo artifacts in the vnf HEAT templates. Change-Id: I980c879819b1a396c985c7a2af1885b28e4f150a Issue-ID: INT-592 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-08-28Updates for SO integration & sec_groupBrian Freeman2-1/+18
Issue-ID: INT-621 Change-Id: Iad87a8ce5cb0058a82e6b96c84c6e5411ce08b2f Signed-off-by: Brian Freeman <bf1936@att.com>
2018-08-14Merge "Add vfc-db docker to vfc_vm_init.sh"Marco Platania1-5/+9
2018-08-14Add vfc-db docker to vfc_vm_init.shfujinhua1-5/+9
Change-Id: I5f0c441cd6f07eae1d4958fc96264412f6afe261 Issue-ID: VFC-976 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
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-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-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/+212
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-06Refactor ONAP HEAT template config, part 3Marco Platania5-40/+40
- 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 Wu22-1260/+0
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 Wu20-2178/+0
Change-Id: I5f95acc7c67d48ea1f7f9e819d6c9e742e4b52cc Issue-ID: INT-605 Signed-off-by: Gary Wu <gary.i.wu@huawei.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-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-30Remove demo, testuite/properties repos in robot VMGary Wu8-57/+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-19Merge "Clean up script for OOF HEAT based deployment"Gary Wu1-154/+62
2018-07-17Bug fix on HEAT template HTTP_PROXYgwu20-20/+20
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-16Improve the way to deploy onap via proxyAbirATTAR40-6/+472
Issue-ID: OOM-1275 Change-Id: I0d77bcfe1e9ca183b3ba1aa56fff713db33b677b Signed-off-by: Abir EL ATTAR <abir.el_attar@nokia.com>
2018-06-07Version bump demo master to 1.3.0-SNAPSHOTGary Wu1-1/+1
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-06Replace docker version tags for OOFDileep Ranganathan1-13/+16
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>