[Openstack] [Heat] AutoScaling and Load balancing

2014-02-27 Thread Jon Kon
Hi all, I am using Devstack and I want to add a load balancer to the AutoScaling group. I want to autoscale IPsec VPN servers, which works fine. But now, I need a load balancer, which shares out the requests between the VPN servers. I read the template guide of Heat, but I don't know, how the te

Re: [Openstack] Openstack Havana - cinder multibackend

2014-02-27 Thread Fiorenza Meini
Il 26/02/2014 19:08, Swapnil Kulkarni ha scritto: Did you follow steps similar to [1], if yes you should be able to see the backends listed as types in horizon dashboard, just select type while you create and you can create volumes specifying volume type in cinder create CLI. k$ cinder help crea

Re: [Openstack] [Heat] AutoScaling and Load balancing

2014-02-27 Thread Steven Dake
On 02/27/2014 01:37 AM, Jon Kon wrote: Hi all, I am using Devstack and I want to add a load balancer to the AutoScaling group. I want to autoscale IPsec VPN servers, which works fine. But now, I need a load balancer, which shares out the requests between the VPN servers. I read the template gu

Re: [Openstack] Python Design Patterns in OpenStack

2014-02-27 Thread Dustin J. Mitchell
- Original Message - > Hi, guys: > I am learning Python and Design Patterns, I want to know how Design Patterns > can be used in real world project especially python project. > > I know OpenStack is developed using python. So is there some materials of > Design Patterns used in OpenStack?

Re: [Openstack] [Heat] AutoScaling and Load balancing

2014-02-27 Thread Steven Hardy
On Thu, Feb 27, 2014 at 09:37:14AM +0100, Jon Kon wrote: > Hi all, > > I am using Devstack and I want to add a load balancer to the AutoScaling > group. I want to autoscale IPsec VPN servers, which works fine. But now, I > need a load balancer, which shares out the requests between the VPN serve

Re: [Openstack] [Heat/Ceilometer/Havana]: Auto scaling no longer occurring after some time

2014-02-27 Thread Steven Hardy
On Mon, Feb 24, 2014 at 04:46:17AM -0500, Eoghan Glynn wrote: > > Hi Juha, > > Are you using Havana? > > If so, your alarm resource templates seem to be missing setting the > "repeat_actions" attribute to true. Continuous notification was required > in order for the Heat autoscaling cooldown log

Re: [Openstack] {keystone] Keystone and Apache mod_auth_mellon

2014-02-27 Thread Miller, Mark M (EB SW Cloud - R&D - Corvallis)
Hello, I have been reading Keystone blueprints that hint about using Apache2 with mod_auth_mellon as a SAML front end. Does anyone have any documentation as to how to set up Apache2 and mod_auth_mellon as a front end for Keystone? Regards, Mark ___

Re: [Openstack] nova network creation error!

2014-02-27 Thread VieuxGeek DuSystem
Why have you got two database connection in your nova.conf? connection = mysql://nova:123456789@controller/nova connection=mysql://nova:123456789@localhost/nova Stef 2014-02-27 10:34 GMT+01:00 grkim : > hi, > > I tried it. It's working. MySQL databases is running one same (localhost) > serve

[Openstack] Amysta and OpenStack Usage & Billing

2014-02-27 Thread Yard Kam
I noticed a potentially interesting use-case presentation related to IaaS Chargeback and Billing topics to be covered during the next OpenStack Summit (May 12-16, in Atlanta). For more detail: https://www.openstack.org/vote-atlanta/Presentation/usage-management-and-billing-for-openstack Yard. __

[Openstack] [Congress]Design doc for Data sources

2014-02-27 Thread Rajdeep Dua
Updated the Neutron tables based on the example. It will be great if we have similar file for keystone and nova as well https://docs.google.com/document/d/1K9RkQuBSPN7Z2TmKfok7mw3E24otEGo8Pnsemxd5544/edit Thanks Rajdeep ___ Mailing list: http://lists.op

Re: [Openstack] ldap + sql in keystone (multi-domain)

2014-02-27 Thread Adam Young
On 02/27/2014 02:07 AM, Sandro CAZZANIGA wrote: Le 27/02/2014 06:42, Martinx - ? a écrit : A bit off-topic but, I'm wondering here... Don't you guys think that it would be great to have some kind of "LDAP as a Service", just live Trove, but for LDAP, of course? So, each tenant will have its

Re: [Openstack] {keystone] Keystone and Apache mod_auth_mellon

2014-02-27 Thread Adam Young
On 02/27/2014 11:36 AM, Miller, Mark M (EB SW Cloud - R&D - Corvallis) wrote: Hello, I have been reading Keystone blueprints that hint about using Apache2 with mod_auth_mellon as a SAML front end. Does anyone have any documentation as to how to set up Apache2 and mod_auth_mellon as a front end

[Openstack] Image Network+SWAP

2014-02-27 Thread Georgios Dimitrakakis
Hi! I 've created a CentOS image using the guide here: http://docs.openstack.org/image-guide/content/centos-image.html I have succesfully booted the image in OpenStack and created a new VM. My problem is that the swap indicated in horizon at the flavor that I am using for the VM is not corre

Re: [Openstack] Image Network+SWAP

2014-02-27 Thread Dimitri Maziuk
On 02/27/2014 03:28 PM, Georgios Dimitrakakis wrote: > Hi! > > I 've created a CentOS image using the guide here: > http://docs.openstack.org/image-guide/content/centos-image.html > > I have succesfully booted the image in OpenStack and created a new VM. > > My problem is that the swap indicated

[Openstack] ?????? Python Design Patterns in OpenStack

2014-02-27 Thread ?e???d
Thanks Dustin, Actually, my friends learn design patterns from the source code like Java design patterns in Android. They also learn it from some technical blogs! But after searching "openstack design patterns" in google, there is no useful information. I am wondering whether the openstack d

Re: [Openstack] Python Design Patterns in OpenStack

2014-02-27 Thread Mayur Patil
Hi, If you really ready to jump for Design patterns for openstack, this one is nice http://zqfan.github.io/openstack/2013/07/07/design-pattern-in-openstack/ But recommended advice by most programmers First learn the Python properly & then Design patterns which will help to jump quickly

[Openstack] linuxbridge and vxlan set up

2014-02-27 Thread Li Ma
Hi all, I'm trying to build a testbed for Linux Bridge + VXLAN + ML2 plugin, 1 controller, 1 network, 1 compute node. Right now, the fixed IPs are all working well because I can ping each other inside the namespace on the network node, but floating IPs are not working. I cannot reach instances via

Re: [Openstack] linuxbridge and vxlan set up

2014-02-27 Thread Veera B
Hi , Did you add the following lines in neutron.conf core_plugin = neutron.plugins.ml2.plugin.Ml2Plugin service_plugins = neutron.services.l3_router.l3_router_plugin.L3RouterPlugin Add above mentioned service plugins. And check ypur network node is reachable from outside world (i.e br-ex). Rega

Re: [Openstack] libvirt error when trying to create instance

2014-02-27 Thread Veera Reddy
Hi, Check whether br100 is created in compute node. Nova.conf network_manager=nova.network.manager.FlatDHCPManager firewall_driver=nova.virt.libvirt.firewall.IptablesFirewallDriver network_size=254 allow_same_net_traffic=False multi_host=True send_arp_for_ha=True share_dhcp_address=True force_dhc

Re: [Openstack] 回复: Python Design Patterns in OpenStack

2014-02-27 Thread Craig Jellick
I think you should take a look a this talk: http://blip.tv/pycon-us-videos-2009-2010-2011/the-lack-of-design-patterns-in-python-2091776 TL;DR: Things that require design patterns in a language like java are so simple in python that they aren't really discussed explicitly. /Craig J From: 卐天卍 <54l

Re: [Openstack] [Openstack-operators] linuxbridge and vxlan set up

2014-02-27 Thread Narayan Desai
We're using vxlan as transport with nova-network. We have a technical need to use VXlan, but weren't happy with the state of neutron for a production deploy yet. We basically setup a vxlan interface as the master interface for VlanManager, and then used dot1q tagging for tenant isolation. It is a

Re: [Openstack] libvirt error when trying to create instance

2014-02-27 Thread Raphael Ribeiro
Hello Veera, thanks for answer. Checked ifconfig br100 br100 Link encap:Ethernet HWaddr 00:14:4f:ca:f7:b5 inet addr:10.0.0.1 Bcast:10.0.0.255 Mask:255.255.255.0 inet6 addr: fe80::214:4fff:feca:f7b5/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric

Re: [Openstack] libvirt error when trying to create instance

2014-02-27 Thread Raphael Ribeiro
sorry, correct link: http://paste.debian.net/84511/ 2014-02-28 2:19 GMT-03:00 Raphael Ribeiro : > Hello Veera, thanks for answer. > > Checked > > ifconfig br100 > br100 Link encap:Ethernet HWaddr 00:14:4f:ca:f7:b5 > inet addr:10.0.0.1 Bcast:10.0.0.255 Mask:255.255.255.0 >

[Openstack] Need unique ID for every Network Service

2014-02-27 Thread Srikanth Kumar Lingala
Hi- In the existing Neutron, we have FWaaS, LBaaS, VPNaaS ...etc. In FWaaS, each Firewall has its own UUID. It is good to have a unique ID [UUID] for LBaaS also. Please share your comments on the above. Regards, Srikanth. ___ Mailing list: http://lists.

Re: [Openstack] libvirt error when trying to create instance

2014-02-27 Thread Ritesh Nanda
Hello , Once check kvm-ok command to see kvm is supported or virtualization technology is enabled from bios. Regards, Ritesh Nanda On Fri, Feb 28, 2014 at 12:22 AM, Raphael Ribeiro wrote: > sorry, correct link: http://paste.debian.net/84511/ > > > 2014-02-28 2:19 GMT-03:00 Raphael Ribeiro : >

Re: [Openstack] libvirt error when trying to create instance

2014-02-27 Thread Veera Reddy
Hi, How this libvirt.xml is generating from nova. There are 2 graphics xml node in libvirt.xml. Remove Regards, Veera. On Fri, Feb 28, 2014 at 10:52 AM, Raphael Ribeiro wrote: > sorry, correct link: http://paste.debian.net/84511/ > > > 2014-02-28 2:19 GMT-03:00 Raphael Ribeiro : > > Hello

Re: [Openstack] Need unique ID for every Network Service

2014-02-27 Thread Veera Reddy
Hi, Good idea to have unique id for each entry of network functions. So that we can configure multiple network function with different configuration. Regards, Veera. On Fri, Feb 28, 2014 at 11:23 AM, Srikanth Kumar Lingala < [email protected]> wrote: > Hi- > > In the existing Ne