[Openstack] neutron, l2population, linuxbridge and multiple ips

2016-06-18 Thread Joerg Streckfuss
Dear list, I'm trying set up an isolated network for testing clustermanagers like keepalived on linux and carp on openbsd. This means there are ips which are bound to multiple ports. The main problem is when I try to configure new ip-addresses inside the vms and _not_ in neutron, these ips are

Re: [Openstack] heat: Property error

2016-02-06 Thread Joerg Streckfuss
Am 06.02.2016 um 13:38 schrieb Joerg Streckfuss: ERROR: Property error: : resources.heat_subnet_01.properties.cidr: : "10.10.10.0/24" does not validate net_cidr (constraint not found) Okey, i fixed it. Just install python-croniter and restart heat service did it. It'

[Openstack] heat: Property error

2016-02-06 Thread Joerg Streckfuss
Dear lists, I'm doing my first steps with openstack heat. My Setup is a 3-node (one controller, two compute nodes) setup on CentOS 7 with Openstack Liberty. I setup neutron with self-service networks option using Linux-Bridge. I tried to initiate a very simple heat-stack, which setups only one

Re: [Openstack] OpenStack Liberty - can't ping router gateway ip

2016-01-29 Thread Joerg Streckfuss
Dear list, i found the mistake by myself. i just had an inconsistent mapping in the section [linux_bridge] in the configuration option 'physical_interface_mappings'. changed it to the correct settings. Now everything works as expected. Am 29.01.2016 um 15:16 schrieb Joerg

[Openstack] OpenStack Liberty - can't ping router gateway ip

2016-01-29 Thread Joerg Streckfuss
Dear list, i got problems with a virtual router gateway ip. I setup a 3-node openstack-setup (one controller, two compute nodes), using liberty on centos7 carefully following the instructions under http://docs.openstack.org/liberty/install-guide-rdo/. I'm using self-service networks with one

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

2015-11-16 Thread Joerg Streckfuss
using on the config files. On Sat, Nov 14, 2015 at 4:59 AM, Joerg Streckfuss mailto:openst...@dirtyhack.org>> wrote: Hi Tom, I tested connecting to mysql via shell without problems: [root@controller ~]# mysql -h localhost -u glance -p Enter password: Welcome to the

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

2015-11-14 Thread Joerg Streckfuss
connections due to being out of connection slots. Just mentioning it that there can be other reasons MYSQL might reject a connection other than username/password. Good luck. Tom Walsh ExpressHosting.net On Fri, Nov 13, 2015 at 12:11 PM, Joerg Streckfuss mailto:openst...@dirtyhack.org>> w

[Openstack] glance image service: 500 Internal Server Error

2015-11-13 Thread Joerg Streckfuss
Dear list, i tried to install the image service on centos7 from openstack liberty. When i try to create an image i got the folliwing error: # glance image-create --name "cirros" \ --file cirros-0.3.4-x86_64-disk.img \ --disk-format qcow2 --container-format bare \ --visibility public --

Re: [Openstack] Openstack Identity: could not create service endpoint

2015-11-13 Thread Joerg Streckfuss
Oh yes, you're right. My repos are still at kilo configuration. Thanks Am 13.11.2015 um 02:06 schrieb Matt Kassawara: Sure you're installing Liberty packages? On Thu, Nov 12, 2015 at 3:26 PM, Joerg Streckfuss mailto:openst...@dirtyhack.org>> wrote: Dear list, i have

[Openstack] Openstack Identity: could not create service endpoint

2015-11-12 Thread Joerg Streckfuss
Dear list, i have tried to install the keystone service (liberty) on centos 7 following the docs under: http://docs.openstack.org/liberty/install-guide-rdo/keystone-install.html When I try to create the service endpoint by doing # openstack service create \ --name keystone --description "Ope

[Openstack] Documentaiton Status Openstack Liberty

2015-10-29 Thread Joerg Streckfuss
Dear list, i've just made my first openstack experiences with a three node testsetup and openstack kilo. The whole environment was virtualized, so I had to use nested virtualization. Now I have 3 real servers and I want to repeat my setup but with an actual release of openstack liberty. My s

Re: [Openstack] Nova Instance failed to spawn

2015-04-13 Thread Joerg Streckfuss
eae9fb1c98f45894a4e60d8736619. Good luck! -------- walterxj *From:* Joerg Streckfuss <mailto:openst...@dirtyhack.org> *Date:* 2015-04-13 16:15 *To:* openstack <mailto:openstack@lists.openstack.org> *Subject:* [Openstack] Nova Instance failed to spawn Dear list,

[Openstack] Nova Instance failed to spawn

2015-04-13 Thread Joerg Streckfuss
Dear list, I'm testing an openstack setup (openstack juno) based on the following architektur: I have a 3 node cluster with one controller node, one compute node and one network network. All nodes are vms running CentOS 7 on a fedora 21 host. I setup the cluster following this guide http://do