[Openstack] [OPENSTACK] [HORIZON] Changing theme

2016-07-18 Thread BIKRAMADITYA SAHOO
Hi, I am unable to change the theme for my openstack horizon. I tried with the this and various other tutorial but i am still unable to achieve my goal. I also want to have a custom "splash" (a complete custom login) and i am unable to find any good tutorial. I tried "local_settings.py" with fol

Re: [Openstack] Second NIC down in cirros image (Liberty)

2016-07-18 Thread Neil Jerram
Hi Daniel, It's because /etc/network/interfaces on CirrOS only starts eth0. To make a customized CirrOS that does DHCP on eth1 as well as eth0, you can: - add these lines to /etc/network/interfaces: auto eth1 iface eth1 inet dhcp - snapshot the instance after making that change - thereafter,

Re: [Openstack] Installing Openstack Liberty with Openvswitch support

2016-07-18 Thread Jose Manuel Ferrer Mosteiro
I had the same problem and I solved it creating bridges . I have the Management bridge (osm) and the External bridge (ose) . local_ip is the tunnel interface ip. Management bridge could be used: https://github.com/paradigmadigital/ansible-openstack-vcenter/blob/develop/etc_ansible/roles/networ

[Openstack] nova drop port after VMs was evacuated through host-evacuate and failed compute was started again

2016-07-18 Thread Yura Poltoratskiy
Hello. Recently my compute was failed and I run host-evacuate, the VMs was started properly, but after failed compute was started again, nova was dropped ports of VMs which was evacuated with next log in nova-compute.log: 2016-07-15 03:29:59.013 4617 INFO nova.network.neutronv2.api [req-c76160e4-

Re: [Openstack] [openstack-dev] Naming polls - and some issues

2016-07-18 Thread Ian Y. Choi
Thank you, Joshua and Serguei! Yep. I might have missed his mentions in this thread. I am now anticipating his new e-mails for P and Q votes. With many thanks, /Ian Joshua Hesketh wrote on 7/18/2016 1:03 PM: Hello Ian, My understanding of it is that you need to receive a new link. Monty

Re: [Openstack] Openstack Mitaka Neutron LBaaS Question

2016-07-18 Thread Jose Manuel Ferrer Mosteiro
There are lbaas packages in Ubuntu 16.04 so you don't need to pipinstall anything. I tried to install lbaasv2 but horizon does not manage it so I finally installed lbaasv1. I use OpenVSwitch. Look for "lbaas" in this file: https://github.com/paradigmadigital/ansible-openstack-vcenter/blob/mi

Re: [Openstack] Naming polls - and some issues

2016-07-18 Thread Monty Taylor
On 07/12/2016 04:40 AM, Monty Taylor wrote: > Hey all! > > The poll emails for the P and Q naming have started to go out - and > we're experiencing some difficulties. Not sure at the moment what's > going on ... but we'll keep working on the issues and get ballots to > everyone as soon as we can.

Re: [Openstack] add existing instance to nova scheduler server group

2016-07-18 Thread Chris Friesen
On 07/15/2016 06:03 PM, Frank Ritchie wrote: Hi all, Is it possible with the OpenStack or Nova CLI to add an existing instance to an existing Nova Scheduler server group? No. This has been proposed a number of times over the years but has never been accepted. I believe the problem is mainly

[Openstack] UDP issues?

2016-07-18 Thread Ken D'Ambrosio
Hey, all. We're trying to track down some UDP fragmentation issues, and I'm trying to fully grasp exactly what goes on. The tool I'm using is "iperf." My first confusion is that when I point iperf (client) to a host behind a floating IP, that simply doesn't work. Any ideas what the issue is

Re: [Openstack] UDP issues?

2016-07-18 Thread Kaustubh Kelkar
-Original Message- From: Ken D'Ambrosio [mailto:k...@jots.org] Sent: Monday, July 18, 2016 5:43 PM To: Openstack Subject: [Openstack] UDP issues? Hey, all. We're trying to track down some UDP fragmentation issues, and I'm trying to fully grasp exactly what goes on. The tool I'm using

Re: [Openstack] UDP issues?

2016-07-18 Thread Rick Jones
On 07/18/2016 02:43 PM, Ken D'Ambrosio wrote: Hey, all. We're trying to track down some UDP fragmentation issues, and I'm trying to fully grasp exactly what goes on. The tool I'm using is "iperf." My first confusion is that when I point iperf (client) to a host behind a floating IP, that simpl

Re: [Openstack] Reaching VXLAN tenant networks from outside (without floating IPs)

2016-07-18 Thread Gustavo Randich
Right Blair, we've considered provider vlans, but we wanted to leverage the low cost of private IPs (from a hardware switch perspective), taking into account that we'll have thousands of VMs not needing external access. On Sunday, 17 July 2016, Blair Bethwaite wrote: > On 30 June 2016 at 05:17,

Re: [Openstack] [Openstack-operators] Reaching VXLAN tenant networks from outside (without floating IPs)

2016-07-18 Thread Erik McCormick
I've recently gone through provisioning Midonet (open source version) with the intent of tying their vxlan gateway in with my Cumulus switches. This approach should be usable with pretty much any vxlan-capable switch. If you're open to straying from the well travelled OVS/LB path, you may want to c

Re: [Openstack] [Heat] Heat-stack deletion and re-creation

2016-07-18 Thread ESWAR RAO
Hi All, Below are some observations: (1) Delete existing stack (2) Re-create heat stack again with same stack-name and with same template as part of some kind of healing But , when heat-engine is trying to create stack, there's again DELETE operation on same stack-name and creation is getting FA