aboutsummaryrefslogtreecommitdiffstats
path: root/boot/oof_install.sh
AgeCommit message (Collapse)AuthorFilesLines
2018-08-02Refactor ONAP HEAT template config scriptsGary Wu1-82/+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 Platania1-44/+3
- 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-02Remove unnecessary install of JDKGary Wu1-3/+1
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-07-31Made docker install agnostic to ubuntu versionGary Wu1-1/+1
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-16Improve the way to deploy onap via proxyAbirATTAR1-0/+15
Issue-ID: OOM-1275 Change-Id: I0d77bcfe1e9ca183b3ba1aa56fff713db33b677b Signed-off-by: Abir EL ATTAR <abir.el_attar@nokia.com>
2018-05-21Retrieve boot scripts from new demo artifact zipGary Wu1-3/+2
Remove use of the raw repo. Remove nexus_repo parameter. Add new nexus_artifact_repo parameter with default value. Change-Id: Ib502a77010258c2a7a642cd375094b336d046174 Issue-ID: INT-504 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-04-25Fix order of operations in OOF initMarco Platania1-3/+5
- Clone the OOF repo before rebooting the VM (clone operation was previously unreachable in Openstack labs) Change-Id: I019645fea5ab262168aedaa4c36ae56c96f65e8e Issue-ID: INT-444 Signed-off-by: Marco Platania <platania@research.att.com>
2018-04-18Update OOF installation scriptsMarco Platania1-0/+3
Change-Id: Ieba914164b62c461466c57c05921f391ea16fe3d Issue-ID: INT-444 Signed-off-by: Marco Platania <platania@research.att.com>
2018-04-05Fix issues in ONAP install scriptsMarco Platania1-1/+13
- Rename container in AAI script - Rename container in VID script - Update VM flavor for OOF - Update OOF install script Change-Id: I5ea91b99e840c35cae8ad876c8b4f7d14ff50128 Issue-ID: INT-444 Signed-off-by: Marco Platania <platania@research.att.com>
2018-03-22Add skeleton for new VMs in HeatMarco Platania1-0/+94
- Add MUSIC, AAF, OOF VMs in Heat - Update DNS configuration - Add init/install scripts for the new VMs - The Heat template and the scripts must be completed Change-Id: I270598a954a6f70ed2c72b4d01bd81dcea13f848 Issue-ID: INT-444 Signed-off-by: Marco Platania <platania@research.att.com>