contrail-installer icon indicating copy to clipboard operation
contrail-installer copied to clipboard

contrail-webui-bundle not avalaible for Ubuntu 14.04

Open simarbir opened this issue 10 years ago • 2 comments

When contrail.sh is executed for trusty in default mode, contrail-webui-bundle is not installed as apt-get install cannot find the package. After checking launchpad, it seems that this package is yet to be published for Ubuntu 14.04.

This issue is similar to Issue #19

simarbir avatar Sep 20 '14 02:09 simarbir

Could anyone give an update regarding the availability of contrail-webui-bundle for Ubuntu 14.04. "Contrail.sh start" fails to start webui related services:

2014-11-19 14:04:43 ++ sudo service contrail-webui-webserver start 2014-11-19 14:04:43 contrail-webui-webserver: unrecognized service 2014-11-19 14:04:43 ++ sudo service contrail-webui-jobserver start 2014-11-19 14:04:43 contrail-webui-jobserver: unrecognized service 2014-11-19 14:04:43 Waiting for webui to start... 2014-11-19 14:04:43 ++ echo 'Waiting for webui to start...' 2014-11-19 14:04:43 ++ timeout 90 sh -c 'while ! http_proxy= curl -s http://localhost:8080; do sleep 1; done' stack@ubuntu-devstack-opencontrail:~/contrail-installer$ 2014-11-19 14:06:13 ++ echo 'webui did not start'

2014-11-19 14:06:13 webui did not start

Many thanks.

ludovichazard avatar Nov 19 '14 13:11 ludovichazard

You actually need contrail-web-core and contrail-web-controller packages.. They are uploaded, but wrongly set as precise (12.4).. we are changing it and re-uploading..

thanks,

Raj

On Nov 19, 2014, at 5:12 AM, ludovichazard [email protected] wrote:

Could anyone give an update regarding the availability of contrail-webui-bundle for Ubuntu 14.04. "Contrail.sh start" fails to start webui related services:

2014-11-19 14:04:43 ++ sudo service contrail-webui-webserver start 2014-11-19 14:04:43 contrail-webui-webserver: unrecognized service 2014-11-19 14:04:43 ++ sudo service contrail-webui-jobserver start 2014-11-19 14:04:43 contrail-webui-jobserver: unrecognized service 2014-11-19 14:04:43 Waiting for webui to start... 2014-11-19 14:04:43 ++ echo 'Waiting for webui to start...' 2014-11-19 14:04:43 ++ timeout 90 sh -c 'while ! http_proxy= curl -s http://localhost:8080; do sleep 1; done' stack@ubuntu-devstack-opencontrail:~/contrail-installer$ 2014-11-19 14:06:13 ++ echo 'webui did not start'

2014-11-19 14:06:13 webui did not start

Many thanks.

— Reply to this email directly or view it on GitHub.

rajreddy avatar Nov 20 '14 06:11 rajreddy