Re: [Openstack] OpenVSwitch inside Instance no ARP passthrough

2018-02-01 Thread Volodymyr Litovka
Hi Mathias, I'm not so fluent with OVS, but I would recommend to join bridges using special "ports" like Port ovsbr1-patch Interface ovsbr1-patch type: patch options: {peer=ovsbr2-patch} and vice versa, keeping "native" configuration of "port OVSbr1" and "port OVSbr2" A

Re: [Openstack] Openstack neutron with ASR1k

2018-02-01 Thread Jeremy Stanley
On 2018-02-01 14:58:46 -0500 (-0500), Satish Patel wrote: > Interesting survey but if i am not wrong Fuel is end of life and they > stopped development right? [...] Sure, but that doesn't mean people aren't still running environments deployed with it. -- Jeremy Stanley signature.asc Description

Re: [Openstack] Openstack neutron with ASR1k

2018-02-01 Thread Satish Patel
Interesting survey but if i am not wrong Fuel is end of life and they stopped development right? On Thu, Feb 1, 2018 at 2:21 PM, Jeremy Stanley wrote: > On 2018-02-01 19:15:51 +0400 (+0400), Fawaz Mohammed wrote: >> TripleO (Supported on CentOS and RHEL) and Juju (Supported on >> Ubuntu) [1] are

Re: [Openstack] Openstack neutron with ASR1k

2018-02-01 Thread Jeremy Stanley
On 2018-02-01 19:21:03 + (+), Jeremy Stanley wrote: > On 2018-02-01 19:15:51 +0400 (+0400), Fawaz Mohammed wrote: > > TripleO (Supported on CentOS and RHEL) and Juju (Supported on > > Ubuntu) [1] are the most used OpenStack deployment tools. > [...] > > Most used in what sense? That statis

Re: [Openstack] Openstack neutron with ASR1k

2018-02-01 Thread Jeremy Stanley
On 2018-02-01 19:15:51 +0400 (+0400), Fawaz Mohammed wrote: > TripleO (Supported on CentOS and RHEL) and Juju (Supported on > Ubuntu) [1] are the most used OpenStack deployment tools. [...] Most used in what sense? That statistic seems to contradict the results of the official OpenStack User Surve

Re: [Openstack] Openstack neutron with ASR1k

2018-02-01 Thread Satish Patel
Thanks! any specific version of TripleO i should use or openstack version for production? On Thu, Feb 1, 2018 at 11:54 AM, Fawaz Mohammed wrote: > Yes, you can do that. > > On Feb 1, 2018 8:49 PM, "Satish Patel" wrote: >> >> Is it ok if i create undercloud on VMware because its easier to take >

Re: [Openstack] Openstack neutron with ASR1k

2018-02-01 Thread Fawaz Mohammed
Yes, you can do that. On Feb 1, 2018 8:49 PM, "Satish Patel" wrote: > Is it ok if i create undercloud on VMware because its easier to take > snapshot and clone etc. > > ~S > > On Thu, Feb 1, 2018 at 11:38 AM, Fawaz Mohammed > wrote: > > In case your undercloud is dead, there will no be any impa

Re: [Openstack] Openstack neutron with ASR1k

2018-02-01 Thread Satish Patel
Is it ok if i create undercloud on VMware because its easier to take snapshot and clone etc. ~S On Thu, Feb 1, 2018 at 11:38 AM, Fawaz Mohammed wrote: > In case your undercloud is dead, there will no be any impact in your > overcloud, but you will not be able to perform day 2 operations on your

Re: [Openstack] Openstack neutron with ASR1k

2018-02-01 Thread Fawaz Mohammed
In case your undercloud is dead, there will no be any impact in your overcloud, but you will not be able to perform day 2 operations on your tripleO environment, such as scale-out / scale-in the infrastructure, update / upgrade your overcloud. For that, it's recommended to backup the undercloud at

Re: [Openstack] Openstack neutron with ASR1k

2018-02-01 Thread Satish Patel
You have a point there! Got it, One more question what will happened if deploy my cloud and second day my undercloud (TripleO) node is dead? is it going to impact my overcloud production? because all recipe cooked inside undercloud and now its no more. Do you think i need to keep backup of unde

Re: [Openstack] Openstack neutron with ASR1k

2018-02-01 Thread Fawaz Mohammed
On TripleO deployment, it's a challenge to use VMs for any overclode role (controller, compute or storage). As undercloud uses BMC / IPMI to control the power if bare metal during the deployment. --- Regards, Fawaz Mohammed On Feb 1, 2018 8:07 PM, "Satish Patel" wrote: Thanks for info i will ke

Re: [Openstack] Openstack neutron with ASR1k

2018-02-01 Thread Satish Patel
Thanks for info i will keep in mind, Can we use VM for controller node? or 1 physical and 2 VM controller node, just a thought On Thu, Feb 1, 2018 at 10:45 AM, Fawaz Mohammed wrote: > For TripleO deployment, you'll need: > A separate node or VM as UnderCloud. > 3 control nodes for HA, 2 controll

Re: [Openstack] Openstack neutron with ASR1k

2018-02-01 Thread Fawaz Mohammed
For TripleO deployment, you'll need: A separate node or VM as UnderCloud. 3 control nodes for HA, 2 controllers can't form HA by default, this is to avoid split-brain scenarios. For compute nodes, I recommend to have 2 x 10G ports, one for O&M and the other one for tenants. And a separate 1G for BM

Re: [Openstack] tripleO Error No valid host was found

2018-02-01 Thread Satish Patel
You have a point +1 But i am confused where i didn't tell undercloud what kind of VM i am going to use for overcloud then how does undercloud find out i am using 2 vCPU and 2GB memory vm? On VMware i don't have any ipmitool etc where undercloud inspect my hardware. That is what i am trying to un

Re: [Openstack] Openstack neutron with ASR1k

2018-02-01 Thread Satish Patel
We are CentOS7 shop that is why i have started playing with TripleO on my VMware environment to get familiar. what do you suggest for 20 node cluster? we don't have any storage requirement all we need CPU and Memory to run our application, currently all application running on VMware and i want to m

Re: [Openstack] tripleO Error No valid host was found

2018-02-01 Thread Lars Brune
Hi Satish, so the problem seems to be the following: You are telling the under cloud to use these flavors with: (undercloud) [stack@tripleo instance]$ openstack overcloud deploy --templates --control-scale 1 --compute-scale 1 --control-flavor control --compute-flavor compute Your flavor for

Re: [Openstack] Openstack neutron with ASR1k

2018-02-01 Thread Fawaz Mohammed
Hi Satish, TripleO (Supported on CentOS and RHEL) and Juju (Supported on Ubuntu) [1] are the most used OpenStack deployment tools. >From the deployment perspectives, you need to know your cloud setup and the required plugins to decide which deployment you will choose. As each tool has a pre-integ

Re: [Openstack] tripleO Error No valid host was found

2018-02-01 Thread Satish Patel
Hi Lars, I am following this article https://www.linuxtechi.com/deploy-tripleo-overcloud-controller-computes-centos-7/ (undercloud) [root@tripleo ~]# openstack flavor list +--+---+--+--+---+---+---+ | ID

Re: [Openstack] OpenVSwitch inside Instance no ARP passthrough

2018-02-01 Thread Benjamin Diaz
Mathias, Just to clarify: Which interface in which VM are you pinging from, and which interface in which VM are you pinging to? Also, if i recall correctly, in Mitaka, besides disabling port security, you had to disable ARP spoofing prevention for a scenario like this to work. In ml2_conf.ini:

Re: [Openstack] OpenVSwitch inside Instance no ARP passthrough

2018-02-01 Thread Mathias Strufe (DFKI)
Dear Benjamin, Volodymyr, good question ;) ... I like to experiment with some kind of "Firewall NFV" ... but in the first step, I want to build a Router VM between two networks (and later extend it with some flow rules) ... OpenStack, in my case, is more a foundation to build a "test environme

Re: [Openstack] OpenVSwitch inside Instance no ARP passthrough

2018-02-01 Thread Benjamin Diaz
Dear Mathias, Could you attach a diagram of your network configuration and of what you are trying to achieve? Are you trying to install OVS inside a VM? If so, why? Greetings, Benjamin On Thu, Feb 1, 2018 at 8:30 AM, Volodymyr Litovka wrote: > Dear Mathias, > > if I correctly understand your c

Re: [Openstack] Openstack neutron with ASR1k

2018-02-01 Thread Satish Patel
Hi Fawaz, Great so you think I'm doing right thing to use ASR1k for my L3 function? I'm using DVR on my lab with 3 node cluster and it's kinda complicated to troubleshoot sometime. We are planning to build 20 node cluster for start and started playing with tripleo to deploy and having lots o

Re: [Openstack] OpenVSwitch inside Instance no ARP passthrough

2018-02-01 Thread Volodymyr Litovka
Dear Mathias, if I correctly understand your configuration, you're using bridges inside VM and it configuration looks a bit strange: 1) you use two different bridges (OVSbr1/192.168.120.x and OVSbr2/192.168.110.x) and there is no patch between them so they're separate 2) while ARP requests f