You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 7
Next »
Setup
https://github.com/electrocucaracha/vagrant-onap
Going through Victor Morales' excellent port to Vagrant (which includes DCAE) - currently bringing up the 5th VM after 45 min (under full build/docker image load)
Progress
OSX - hanging on 4th (after dns, message_router, sdc) AAI vm trying to ssh into the box - tomcat is not up on 8181 - will verify that 1.1.0-SNAPSHOT is building properly on the box - or revert to 1.0.0 artifacts
Windows fails on init of message_router
Redhat 7.3 (VM under VMWare) - triple level - in progress
sudo vi /etc/yum.repos.d/virtualbox.repo yum install VirtualBox-5.1 rpm -i ../vagrant_1.9.5_x86_64.rpm |
---|
Still failing on same AAI provisioning - looking into why the war is not up
==> aai: curl: (7) Failed to connect to 10.0.3.1 port 8181: Connection refused ==> aai: + RES=0 ==> aai: + [[ 0 -lt 5 ]] ==> aai: ++ curl http://10.0.3.1:8181/sdc1/rest/healthCheck ==> aai: ++ grep -c OK ==> aai: ==> aai: ==> aai: % ==> aai: ==> aai: T ==> aai: otal % Received % Xferd Average Speed Time Time Time Current ==> aai: Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:20 --:--:-- 0 ==> aai: curl: (7) Failed to connect to 10.0.3.1 port 8181: Connection refused [root@obrien-b2 onap_vagrant]# vboxmanage list vms "vagrant-onap_dns_1498085699254_6659" {b3733b56-e44e-4bed-96ee-f86938480205} "vagrant-onap_message_router_1498085842770_54635" {317c2b21-06fc-44d7-b861-489524d89aa6} "vagrant-onap_sdc_1498086020558_16812" {b54ba2f6-bd34-4230-b8e4-c6d797171aa5} "vagrant-onap_aai_1498088815841_51407" {40a646db-da07-4ac1-8020-d7f88da9ecc4} |
---|