[opencontrail-dev] cassandra server switchover

2016-11-28 Thread Suresh Kumar S
Hi, 

In the contrail-collector config file, we can specify multiple cassandra 
servers. 
What is the purpose of it ? 


contrail-collecter.conf snippet 

# IP address and port to be used to connect to cassandra. 
# Multiple IP:port strings separated by space can be provided 
# cassandra_server_list=127.0.0.1:9042 

Does contrail support server switchover, I mean when the current server is not 
reachable, will it switch to the new server(mentioned in the config) ? 

Thanks 
suresh 
___
Dev mailing list
Dev@lists.opencontrail.org
http://lists.opencontrail.org/mailman/listinfo/dev_lists.opencontrail.org


Re: [opencontrail-dev] Unable to login to contrail dashboard

2016-11-28 Thread Rahul Sharma
Hi Mani,
How did you install it?  There are no feature packages (repo),  eg 
contrail-web-controller or the path to this is not set in your 
contrail-web-core config.global.js webui conf file.

Rahul

From: Douglas Lardo
Sent: Tuesday 29 November 00:27
Subject: Re: [opencontrail-dev] Unable to login to contrail dashboard
To: Manikantha Srinivas Tadi
Cc: dev@lists.opencontrail.org

Try leaving the domain (globe icon) blank.

Doug

On Mon, Nov 28, 2016 at 12:40 AM, Manikantha Srinivas Tadi 
> wrote:

Hi All,

I am unable to login to contrail dashboard , My dev environment is setup with 
following

 Contrail : master
 Openstack : Stable/mitaka

Attaching the screenshot, Please help to resolve this issue.

Regards
Manikanta

___
Dev mailing list
Dev@lists.opencontrail.org
http://lists.opencontrail.org/mailman/listinfo/dev_lists.opencontrail.org



--

Doug Lardo // Riot Games // c: 818.620.7046 // summoner: Riot Antares

Q: Why is this email 5 sentences or less? A: http://five.sentenc.es

___
Dev mailing list
Dev@lists.opencontrail.org
http://lists.opencontrail.org/mailman/listinfo/dev_lists.opencontrail.org


[opencontrail-dev] CI Update (Re: CI will be offline for Thu)

2016-11-28 Thread Karl Klashinsky
CI is back up, but we are seeing failures for all R3* reviews.
This breakage is not related to the upgrade, FYI.

Working on fixing the R3* issues.

> On Nov 23, 2016, at 10:27 AM, Karl Klashinsky  wrote:
> 
> I will be taking advantage of the Thanksgiving holiday to upgrade gerrit
> software (i.e., http://review.opencontrail.org). 
> 
> This requires some downtime, as I will take full backups etc before starting
> the backup, in case I need to roll back.
> 
> I will be taking our opencontrail.org sites offline, starting early Thu 
> morning (PST).
> 
> --
> Klash
> 
> 
> ___
> Dev mailing list
> Dev@lists.opencontrail.org
> http://lists.opencontrail.org/mailman/listinfo/dev_lists.opencontrail.org

--
Klash


___
Dev mailing list
Dev@lists.opencontrail.org
http://lists.opencontrail.org/mailman/listinfo/dev_lists.opencontrail.org


Re: [opencontrail-dev] [Users] taskset cpu affinity not considered when starting vrouter-dpdk eventhough its set in contrail-vrouter-dpdk.ini

2016-11-28 Thread Rajagopalan Sivaramakrishnan
For MPLS-over-UDP, the NIC does RSS. For MPLS-over-GRE, vrouter-dpdk hashes and 
distributes the packets across CPU cores in software. It doesn’t need a 
separate interface (such as pkt3) with DPDK. The kernel module needs it as it 
uses the Linux RPS functionality, which requires an interface.

Raja

From: kevin parrikar 
Date: Thursday, November 24, 2016 at 9:08 AM
To: Raja Sivaramakrishnan 
Cc: dev , "" 

Subject: Re: [Users] taskset cpu affinity not considered when starting 
vrouter-dpdk eventhough its set in contrail-vrouter-dpdk.ini

Wow!! thanks Raja,

Never thought about that

after checking the logs its clear now, 5 threads are not assigned to any CPU 
and rest are all pinned 1:1   :)

Regarding distribution of packets to to those cores,in kernel mode vrouter 
there is pkt3 interface to do packet distribution,in DPDK-vrouter i dont see 
that interface in vif --list,how is it achieved in DPDK-Vrouter with out this 
interface .


Thanks again

On Thu, Nov 24, 2016 at 12:27 AM, Rajagopalan Sivaramakrishnan 
> wrote:
Hi Kevin,
The forwarding threads with vrouter-dpdk use the cores specified in the 
testbed file. Other threads in vrouter-dpdk (which don’t consume as much CPU) 
can run on any core. Please see “—lcores” argument in 
/var/log/contrail/contrail-vrouter-dpdk-stdout.log.

Raja

From: Users 
>
 on behalf of kevin parrikar 
>
Date: Tuesday, November 22, 2016 at 11:28 AM
To: dev >, 
">" 
>
Subject: [Users] taskset cpu affinity not considered when starting vrouter-dpdk 
eventhough its set in contrail-vrouter-dpdk.ini

Hello All,
I have contrail with DPDK  up and running but i think taskset set in 
"contrail-vrouter-dpdk.ini" is not considered and its using default cpu 
affinity of "fff" on compute nodes
taskset -c -p `pidof contrail-vrouter-dpdk`
pid 46767's current affinity list: 0-47

Version:

3.0.2.0-51


configuration:

cat /etc/contrail/supervisord_vrouter_files/contrail-vrouter-dpdk.ini
[program:contrail-vrouter-dpdk]
command=taskset  1,5,6,7  /usr/bin/contrail-vrouter-dpdk --no-daemon 
--vr_mpls_labels 5000 --vr_flow_entries=2097152 --vdev 
"eth_bond_bond1,mode=0,xmit_policy=l34,socket_id=0,mac=00:11:0a:6d:06:94,slave=:08:00.0,slave=:81:00.1"
 --vlan_tci "14" --vlan_fwd_intf_name "bond1" --socket-mem 1024,1024
priority=410
autostart=True
killasgroup=True
stdout_capture_maxbytes=1MB
redirect_stderr=True
stdout_logfile=/var/log/contrail/contrail-vrouter-dpdk-stdout.log
stderr_logfile=/var/log/contrail/contrail-vrouter-dpdk-stderr.log
exitcodes=0
loglevel=debug


on Contrail.log i dont see taskset being used to start dpdk-vrouter and hence i 
suppose the issue is  in "vrouter-pre-start.sh" .Could this be a bug.

if i manually execute above command then taskset gives proper result.

Thanks for any help

Regards,
Kevin

___
Dev mailing list
Dev@lists.opencontrail.org
http://lists.opencontrail.org/mailman/listinfo/dev_lists.opencontrail.org