2015-06-10 02:58:26 |
Vinod Nair |
bug |
|
|
added bug |
2015-06-10 02:58:39 |
Vinod Nair |
tags |
|
lbaas |
|
2015-06-10 02:58:49 |
Vinod Nair |
nominated for series |
|
juniperopenstack/r2.20 |
|
2015-06-10 02:58:49 |
Vinod Nair |
bug task added |
|
juniperopenstack/r2.20 |
|
2015-06-10 02:58:49 |
Vinod Nair |
nominated for series |
|
juniperopenstack/r2.30 |
|
2015-06-10 02:58:49 |
Vinod Nair |
bug task added |
|
juniperopenstack/r2.30 |
|
2015-06-10 02:59:04 |
Vinod Nair |
bug task deleted |
juniperopenstack/r2.30 |
|
|
2015-06-10 02:59:13 |
Vinod Nair |
nominated for series |
|
juniperopenstack/trunk |
|
2015-06-10 02:59:13 |
Vinod Nair |
bug task added |
|
juniperopenstack/trunk |
|
2015-06-10 02:59:22 |
Vinod Nair |
juniperopenstack/r2.20: milestone |
|
r2.02 |
|
2015-06-10 02:59:34 |
Vinod Nair |
juniperopenstack/r2.20: milestone |
r2.02 |
r2.20-fcs |
|
2015-06-10 02:59:37 |
Vinod Nair |
juniperopenstack/trunk: milestone |
|
r2.30-fcs |
|
2015-06-10 02:59:49 |
Vinod Nair |
juniperopenstack/r2.20: assignee |
|
Rudra Rugge (rudrarugge) |
|
2015-06-10 03:00:07 |
Vinod Nair |
juniperopenstack/trunk: assignee |
|
Rudra Rugge (rudrarugge) |
|
2015-06-10 03:00:11 |
Vinod Nair |
juniperopenstack/r2.20: importance |
Undecided |
Critical |
|
2015-06-10 03:00:12 |
Vinod Nair |
juniperopenstack/trunk: importance |
Undecided |
Critical |
|
2015-06-10 03:00:56 |
Vinod Nair |
summary |
LBAAS: LBaas netns / haproxy.cfg is not getting created |
LBaas netns / haproxy.cfg is not getting created |
|
2015-06-10 06:47:11 |
Vinod Nair |
summary |
LBaas netns / haproxy.cfg is not getting created |
API server errors preventing creation of routing/ service instance |
|
2015-06-10 06:53:04 |
Vinod Nair |
description |
LBAAS netns and haproxy config is not getting created
version : 2.02 build 46 Juno 14.04
root@cs-scale-1:/opt/contrail/utils# neutron lb-vip-list
+--------------------------------------+------+----------+----------+----------------+--------+
| id | name | address | protocol | admin_state_up | status |
+--------------------------------------+------+----------+----------+----------------+--------+
| 0afa003c-585f-4aa4-963a-47afd6eb626b | VIP1 | 11.1.0.3 | HTTP | True | ACTIVE |
+--------------------------------------+------+----------+----------+----------------+--------+
root@cs-scale-1:/opt/contrail/utils# neutron port-list | grep 11.1.0.3
| 93264673-316e-4f01-a308-8eb0688ce5ef | 0afa003c-585f-4aa4-963a-47afd6eb626b | 02:93:26:46:73:31 | {"subnet_id": "624809fa-8d39-4165-ac5d-2f0c8dd275eb", "ip_address": "11.1.0.3"} |
http://10.87.141.10:8081/analytics/uves/service-instances
[]
Api.log on one of the config nodes is as below
tailf /var/log/contrail/contrail-api.log
06/09/2015 07:47:10 PM [cs-scale-1:contrail-api:Config:0]: __default__ [SYS_WARN]: VncApiError: Warning! InvalidRequestException(why='Keyspace names must be case-insensitively unique ("useragent" conflicts with "useragent")')
06/09/2015 07:47:10 PM [cs-scale-1:contrail-api:Config:0]: __default__ [SYS_WARN]: VncApiError: Warning! InvalidRequestException(why='Cannot add already existing column family "useragent_keyval_table" to keyspace "useragent"')
06/09/2015 07:47:10 PM [cs-scale-1:contrail-api:Config:0]: __default__ [SYS_WARN]: VncApiError: Warning! InvalidRequestException(why='Keyspace names must be case-insensitively unique ("config_db_uuid" conflicts with "config_db_uuid")')
06/09/2015 07:47:10 PM [cs-scale-1:contrail-api:Config:0]: __default__ [SYS_WARN]: VncApiError: Warning! InvalidRequestException(why='Cannot add already existing column family "obj_uuid_table" to keyspace "config_db_uuid"')
06/09/2015 07:47:10 PM [cs-scale-1:contrail-api:Config:0]: __default__ [SYS_WARN]: VncApiError: Warning! InvalidRequestException(why='Cannot add already existing column family "obj_fq_name_table" to keyspace "config_db_uuid"')
06/09/2015 07:47:10 PM [cs-scale-1:contrail-api:Config:0]: __default__ [SYS_NOTICE]: VncApiError: Cassandra connection ESTABLISHED
06/09/2015 07:47:10 PM [cs-scale-1:contrail-api:Config:0]: __default__ [SYS_NOTICE]: VncApiError: Connecting to zookeeper on 13.1.0.1:2181,13.1.0.2:2181,13.1.0.3:2181
06/09/2015 07:47:10 PM [cs-scale-1:contrail-api:Config:0]: __default__ [SYS_NOTICE]: VncApiError: Initializing RabbitMQ connection, urls ['pyamqp://guest:guest@13.1.0.10:5673//']
06/09/2015 07:47:10 PM [cs-scale-1:contrail-api:Config:0]: __default__ [SYS_ERR]: VncApiError: RabbitMQ connection down
06/09/2015 07:47:10 PM [cs-scale-1:contrail-api:Config:0]: __default__ [SYS_NOTICE]: VncApiError: RabbitMQ connection ESTABLISHED <Connection: amqp://guest@13.1.0.10:5673// at 0x7fb90219a150> |
LBAAS netns and haproxy config is not getting created. Looks like the api server error is the one preventing the ceration of routing / service instances..
api server log is as below
http://cmbu-sv02.englab.juniper.net/pxe/Standard/vin/contrail-api.log
version : 2.02 build 46 Juno 14.04
root@cs-scale-1:/opt/contrail/utils# neutron lb-vip-list
+--------------------------------------+------+----------+----------+----------------+--------+
| id | name | address | protocol | admin_state_up | status |
+--------------------------------------+------+----------+----------+----------------+--------+
| 0afa003c-585f-4aa4-963a-47afd6eb626b | VIP1 | 11.1.0.3 | HTTP | True | ACTIVE |
+--------------------------------------+------+----------+----------+----------------+--------+
root@cs-scale-1:/opt/contrail/utils# neutron port-list | grep 11.1.0.3
| 93264673-316e-4f01-a308-8eb0688ce5ef | 0afa003c-585f-4aa4-963a-47afd6eb626b | 02:93:26:46:73:31 | {"subnet_id": "624809fa-8d39-4165-ac5d-2f0c8dd275eb", "ip_address": "11.1.0.3"} |
http://10.87.141.10:8081/analytics/uves/service-instances
[]
Api.log on one of the config nodes is as below
tailf /var/log/contrail/contrail-api.log
06/09/2015 07:47:10 PM [cs-scale-1:contrail-api:Config:0]: __default__ [SYS_WARN]: VncApiError: Warning! InvalidRequestException(why='Keyspace names must be case-insensitively unique ("useragent" conflicts with "useragent")')
06/09/2015 07:47:10 PM [cs-scale-1:contrail-api:Config:0]: __default__ [SYS_WARN]: VncApiError: Warning! InvalidRequestException(why='Cannot add already existing column family "useragent_keyval_table" to keyspace "useragent"')
06/09/2015 07:47:10 PM [cs-scale-1:contrail-api:Config:0]: __default__ [SYS_WARN]: VncApiError: Warning! InvalidRequestException(why='Keyspace names must be case-insensitively unique ("config_db_uuid" conflicts with "config_db_uuid")')
06/09/2015 07:47:10 PM [cs-scale-1:contrail-api:Config:0]: __default__ [SYS_WARN]: VncApiError: Warning! InvalidRequestException(why='Cannot add already existing column family "obj_uuid_table" to keyspace "config_db_uuid"')
06/09/2015 07:47:10 PM [cs-scale-1:contrail-api:Config:0]: __default__ [SYS_WARN]: VncApiError: Warning! InvalidRequestException(why='Cannot add already existing column family "obj_fq_name_table" to keyspace "config_db_uuid"')
06/09/2015 07:47:10 PM [cs-scale-1:contrail-api:Config:0]: __default__ [SYS_NOTICE]: VncApiError: Cassandra connection ESTABLISHED
06/09/2015 07:47:10 PM [cs-scale-1:contrail-api:Config:0]: __default__ [SYS_NOTICE]: VncApiError: Connecting to zookeeper on 13.1.0.1:2181,13.1.0.2:2181,13.1.0.3:2181
06/09/2015 07:47:10 PM [cs-scale-1:contrail-api:Config:0]: __default__ [SYS_NOTICE]: VncApiError: Initializing RabbitMQ connection, urls ['pyamqp://guest:guest@13.1.0.10:5673//']
06/09/2015 07:47:10 PM [cs-scale-1:contrail-api:Config:0]: __default__ [SYS_ERR]: VncApiError: RabbitMQ connection down
06/09/2015 07:47:10 PM [cs-scale-1:contrail-api:Config:0]: __default__ [SYS_NOTICE]: VncApiError: RabbitMQ connection ESTABLISHED <Connection: amqp://guest@13.1.0.10:5673// at 0x7fb90219a150> |
|
2015-06-10 06:54:59 |
Vinod Nair |
tags |
lbaas |
api |
|
2015-06-10 06:57:20 |
Vinod Nair |
juniperopenstack/r2.20: assignee |
Rudra Rugge (rudrarugge) |
Hampapur Ajay (hajay) |
|
2015-06-10 06:57:31 |
Vinod Nair |
juniperopenstack/trunk: assignee |
Rudra Rugge (rudrarugge) |
Hampapur Ajay (hajay) |
|
2015-06-10 18:13:52 |
Sachin Bansal |
tags |
api |
api config |
|
2015-06-11 01:00:01 |
OpenContrail Admin |
information type |
Proprietary |
Public |
|
2015-06-13 19:06:25 |
Vinay Mahuli |
juniperopenstack/r2.20: status |
New |
In Progress |
|
2015-06-17 23:12:28 |
OpenContrail Admin |
juniperopenstack/r2.20: status |
In Progress |
Fix Committed |
|
2015-10-05 18:59:47 |
Sachin Bansal |
juniperopenstack/trunk: status |
New |
Fix Committed |
|