I was able to compile and install a all-in-one node by following the
instruction https://github.com/Juniper/contrail-installer
I build from R3.0, and devstack Liberty version.
Host is a VM with Ubuntu 14.04.5, with 3.19.0-69-generic kernel.
After installation, couple of issues:
1. I got error at apiSrv,
"authservice object has no attribute validate_user_token"
I work around by stop the process, add parameter "--auth keystone" and
restart the process.
Not sure it's the right work around or not. But apiSrv seems to up and
running, with the following message:
WARNING:keystoneclient.middleware.auth_token:Configuring auth_uri to point
to the public identity endpoint is required; clients may not be able to
authenticate against an admin endpoint 127.0.0.1 - - [2016-10-04 00:08:42]
"GET /obj-perms HTTP/1.1" 200 3375 0.107086
WARNING:keystoneclient.middleware.auth_token:This middleware module is
deprecated as of v0.10.0 in favor of keystonemiddleware.auth_token - please
update your WSGI pipeline to reference the new middleware package.
Seems like a middleware version issue, but does it affect the
functionality so far?
2. the analytics node service are not up propely, having issue connecting
to cassandra database.
Have to edit configuration to change the port from 9160 to 9042 to make
it work.
Wondering why this isn't be done from installation script, nobody care
to update it or I'm doing the wrong change here?
3. Seems like all the services are up and running. At least I was able to
connect to most of the Introspect port and play with it.
But on Web UI, nothing shows up. None of the node are reported.
The only error message I found on web UI process is:
10/04/2016 12:15:13 AM - error: In postProcessAnalyticsNodeSummaryJSON:
JSON Parse error:TypeError: Cannot read property 'length' of null
Did anyone have this problem before?
Thanks.
M.B.
_______________________________________________
Dev mailing list
[email protected]
http://lists.opencontrail.org/mailman/listinfo/dev_lists.opencontrail.org