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
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
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
- 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?
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
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
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
___
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
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.
__
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
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
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
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
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
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
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
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
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
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
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
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
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
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
>
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.
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 :
>
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
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
27 matches
Mail list logo