aboutsummaryrefslogtreecommitdiffstats
path: root/boot/openo_serv.sh
AgeCommit message (Collapse)AuthorFilesLines
2018-07-17Bug fix on HEAT template HTTP_PROXYgwu1-1/+1
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 proxyAbirATTAR1-0/+8
Issue-ID: OOM-1275 Change-Id: I0d77bcfe1e9ca183b3ba1aa56fff713db33b677b Signed-off-by: Abir EL ATTAR <abir.el_attar@nokia.com>
2017-09-20Fix docker installation in OPEN-O VMMarco Platania1-1/+1
Change-Id: Ib636ec64cf2d634bb4db5fff651d18d165fb6bf2 Issue-ID: INT-213 Signed-off-by: Marco Platania <platania@research.att.com>
2017-09-20Add install scripts for OPEN-O componentMarco Platania1-0/+98
- Modify vnfsdk_vm_init.sh - Modify msb_vm_init.sh - Rename vnfsdk_install.sh to openo_install.sh - Rename vnfsdk_serv.sh to openo_serv.sh - Add mvim_vm_init.sh, vfc_vm_init.sh, and vfc_vm_init.sh Change-Id: Ie7927356f542166c1dfe808b37b14fca5b1accb0 Issue-ID: INT-213 Signed-off-by: Marco Platania <platania@research.att.com>