Release ONE Technical FAQ: Difference between revisions

From OSM Public Wiki
Jump to: navigation, search
m (Garciadeblas moved page Release 1 Technical FAQ to Release ONE Technical FAQ)
No edit summary
 
Line 1: Line 1:
To be completed as soon as questions are sent.
'''Q'''. After following the steps carefully as stated in [OSM Release One] web page, I tried to instantiate the Network Service. All seems correct until the last phase, when I get an error in the UI. I connected to the SO-ub container, opened the SO CLI and run commands below:
$ lxc exec SO-ub -- bash
root@SO-ub:~# /usr/rift/rift-shell -r -i /usr/rift -a /usr/rift/.artifacts -- rwcli --rift_var_root /usr/rift/var/rift      (user: admin; pwd: admin)
rift# show ns-instance-opdata nsr
 
The last command allows getting a more comprehensive view about what it is happening. In the last operational-events field, namely "ns-field", details say: "Connection error: not possible to contact OPENMANO-SERVER (openmanod)". I do not know how to fix the problem. I have checked all the previous steps and they seem they are correct.
 
'''A'''. First, please check connectivity to RO container. Can you ping the RO IP address (configured in SO) from SO-ub container? If not, then make sure that openmano is up and running on the RO container.
$ lxc exec RO -- bash
root@SO-ub:~# service openmano status
root@SO-ub:~# OPENMANO_TENANT=osm openmano datacenter-list
 
 
----

Latest revision as of 14:51, 21 March 2017

Q. After following the steps carefully as stated in [OSM Release One] web page, I tried to instantiate the Network Service. All seems correct until the last phase, when I get an error in the UI. I connected to the SO-ub container, opened the SO CLI and run commands below:

$ lxc exec SO-ub -- bash
root@SO-ub:~# /usr/rift/rift-shell -r -i /usr/rift -a /usr/rift/.artifacts -- rwcli --rift_var_root /usr/rift/var/rift       (user: admin; pwd: admin)
rift# show ns-instance-opdata nsr

The last command allows getting a more comprehensive view about what it is happening. In the last operational-events field, namely "ns-field", details say: "Connection error: not possible to contact OPENMANO-SERVER (openmanod)". I do not know how to fix the problem. I have checked all the previous steps and they seem they are correct.

A. First, please check connectivity to RO container. Can you ping the RO IP address (configured in SO) from SO-ub container? If not, then make sure that openmano is up and running on the RO container.

$ lxc exec RO -- bash
root@SO-ub:~# service openmano status
root@SO-ub:~# OPENMANO_TENANT=osm openmano datacenter-list