[Openstack] lbaas kilo ha

2015-11-16 Thread Yngvi Páll Þorfinnsson
Hi all I'm running Openstack Kilo with Neutron configured in HA, i.e. two network nodes. (all serves are Ubuntu 14.04 LTS). I've now configured lbaas as well, but I'm not able to configured it as HA service. Is this not possible in Kilo? i.e have lbaas in HA mode ? Best regards Yngvi ___

[Openstack] No IP assigned to Instances

2015-11-16 Thread Silvia Fichera
Hi all, I'm going to integrate Opendaylight with Openstack via Devstack. In a server I have 5 VMs: VM1: eth0 10.30.3.231 eth1 10.0.0.1 This is my OpenStack Controller+compute. VM2: eth0 10.30.3.232 eth1 10.0.0.2 Compute node VM3: eth0 10.30.3.233 eth

Re: [Openstack] OpenStack Network Configuration Problems

2015-11-16 Thread Andreas Scheuring
What you need is a flat "provider network" Basically you need to follow these steps: - Create an ovs bridge - Update your openvswitch agent configuration file with bridgemapping=physnet1:where physnet1 can be any name. - Now create a provider network of type "flat", with the physical network

Re: [Openstack] No IP assigned to Instances

2015-11-16 Thread Janki Chhatbar
Hi SilviaCould you check flows in ovs bridges. If you are using GRE tunnels, there should be only 1 bridge - br-int in compute and Neutron node each. You will need to configure IP of the end point for ‎tunnel.Than

[Openstack] RDO Multi-node installation question

2015-11-16 Thread Satish Patel
I have installed controller node and its working great.. with --allinone option. Later i have added one more node1 with editing answerfile and re-run packstack and that is went fine. CONFIG_COMPUTE_HOSTS=controller_ip,node1_ip Now i want to add one more node then should i keep remove node1 from

Re: [Openstack] RDO Multi-node installation question

2015-11-16 Thread Remo Mattei
This depends what you plan to do usually if you want to just install a new compute node exclude the others since they already have the info. Remo Inviato da iPhone > Il giorno 16 nov 2015, alle ore 16:25, Satish Patel ha > scritto: > > I have installed controller node and its working great.

[Openstack] Unavailable console type rdp-html5.

2015-11-16 Thread Satish Patel
I got following error on controller node when i launch new instance. What is this?? MessageUnavailable console type rdp-html5.Code400DetailsCreatedNov. 16, 2015, 2:43 p.m. ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack P

Re: [Openstack] glance image service: 500 Internal Server Error

2015-11-16 Thread Joerg Streckfuss
Hi Tom, many thanks for your help. I just found my mistake. The connecting string for the database was placed in section default but it has to be in section database. Joerg Am 14.11.2015 um 17:46 schrieb Tom Walsh: Jeorg, The fact that your database is empty means that you have a different

[Openstack] [OSSN 0059] Trusted VM can be powered on untrusted hosts

2015-11-16 Thread Nathan Kinder
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Trusted VM can be powered on untrusted hosts - --- ### Summary ### A trusted VM that has been launched earlier on a trusted host can still be powered on from the same host even after the trusted host is compromised. ### Affected Services / Software

[Openstack] [DefCore] Request for comments: Is booting Linux VM required for OpenStack interoperability?

2015-11-16 Thread Egle Sigler
Hello Everyone, DefCore committee would like to hear your input on this issue: https://review.openstack.org/#/c/244782/ The issue is not really vendor specific. At the heart of the issue is this question: for interoperability reasons, should certified OpenStack powered compute clouds be able to

[Openstack] Trouble connecting to a new VM

2015-11-16 Thread Tyler Couto
Hi, I’m setting up a proof of concept openstack instance for a private cloud. I have two machines – the first is the controller and network node, and the second is a compute node. I started a VM on the compute node and assigned a floating ip on my internal subnet. Now I can’t ping it or connect

[Openstack] Unexpected vif_type=binding_failed

2015-11-16 Thread Satish Patel
I have 1 controller and 2 compute nodes, I have installed RDO and its working great! (JUNO). When i installed compute node first one installed without error and working great! but second compute node i am getting following error. I have re-install OS multiple time but error not going away.. Please

Re: [Openstack] Unexpected vif_type=binding_failed

2015-11-16 Thread Satish Patel
Its weird.. I have two flat network on different DataCenter, if i attach subnet X to VM it works!! but if i attach subnet Y to VM it throwing error "Unexpected vif_type=binding_failed" I have use following command to create subnet. Am i doing something wrong? neutron net-create site0 --provider:

Re: [Openstack] Unexpected vif_type=binding_failed

2015-11-16 Thread Satish Patel
Nevermond found the issue. forgot to run following command on second node. mapping extnet5:br-ex openstack-config --set /etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini ovs bridge_mappings extnet5:br-ex On Mon, Nov 16, 2015 at 10:59 PM, Satish Patel wrote: > Its weird.. > > I have two

Re: [Openstack] No IP assigned to Instances

2015-11-16 Thread Janki Chhatbar
Hi Check for flows in both the bridges. Check if DHCP agent is running. I faced the same issue but I was using GRE tunnels and manual installation. Thanks Janki