[Openstack] Compute node on virtualized Openstack

2016-02-15 Thread Gustavo Fiore
Hello, I'm new with Openstack. I'd like to know if this scenario is possible. I have an Openstack installation running on KVM so the nodes are VMs. Now I'd like to add a physical host as compute node. Is this possible? If possible I guess I need to connect the physical host to the openvswitch on th

Re: [Openstack] Compute node on virtualized Openstack

2016-02-15 Thread Ignazio Cassano
Hi Gustavo, yes you must add a physical host as compute node. You can use either linux bridge or openvswitch. We used openvswitch with openstack kilo and linux bridge with openstack liberty for trying both scenarios. We followed docs.openstack.org: it was very helpfull. Regards 2016-02-15 10:24 GM

[Openstack] Virtual Firewall Appliance

2016-02-15 Thread Georgios Dimitrakakis
Hi! Can anyone suggest me of a virtual firewall appliance which is compatible with OpenStack? Best regards, G. ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe

Re: [Openstack] Virtual Firewall Appliance

2016-02-15 Thread Mark Presti
Brocades v5400 or V5600 Sent from my iPhone > On Feb 15, 2016, at 12:56 PM, Georgios Dimitrakakis > wrote: > > Hi! > > Can anyone suggest me of a virtual firewall appliance which is compatible > with OpenStack? > > Best regards, > > G. > > >

Re: [Openstack] Virtual Firewall Appliance

2016-02-15 Thread Mark Presti
Also, this Fortinet FW is a great choice. http://www.fortinet.com/products/fortigate/virtual-appliances.html Sent from my iPhone > On Feb 15, 2016, at 12:56 PM, Georgios Dimitrakakis > wrote: > > Hi! > > Can anyone suggest me of a virtual firewall appliance which is compatible > with Open

[Openstack] Understanding Heat Templates and more

2016-02-15 Thread Shinobu Kinjo
Is there any pointers to understanding heat templates like 1. Which YAMLs read fist, when overcloud deployment starts. 2. Dependencies of each templates. *and* more hopefuly -; Rgrds, Shinobu ___ Mailing list: http://lists.openstack.org/cgi-bin/mail

Re: [Openstack] Understanding Heat Templates and more

2016-02-15 Thread Anthony T CHOW
Shinobu, Not exactly what you are asking but this URL is very informative about heat: https://developer.rackspace.com/blog/openstack-orchestration-in-depth-part-1-introduction-to-heat/ anthony. From: Shinobu Kinjo [mailto:shinobu...@gmail.com] Sent: Monday, February 15, 2016 3:40 PM To: OpenSta

Re: [Openstack] Understanding Heat Templates and more

2016-02-15 Thread Shinobu Kinjo
Thank you, Anthhony! Yeah, that's useful. But I've already knew how to create heat template to deploy stack - meaning how to define resource, properties, type. What I really want to know is what actually happens after running "openstack overcloud deploy". Do you know? Rgds, Shinobu On Tue, Feb

Re: [Openstack] Virtual Firewall Appliance

2016-02-15 Thread Martinx - ジェームズ
For running it as an Instance? You can try: - PFSense; - Zentyal; However, you'll need to make use of the Neutron feature called "port_security_enabled = false" for the vNIC attached to the "internal" subnet (behind the firewall). Just a curiosity, why don't you use the Neutron native firewall

Re: [Openstack] Understanding Heat Templates and more

2016-02-15 Thread Anthony T CHOW
Shinobu, Are you doing this in the context of TripleO? http://docs.openstack.org/developer/tripleo-docs/advanced_deployment/template_deploy.html Go to IRC on freenode.net channel #heat may give you more detail on what are looking for. Anthony. From: Shinobu Kinjo [mailto:shinobu...@gmail.com]

[Openstack] Error while launching instance | unexpected error ['NoneType' object has no attribute 'status_code']

2016-02-15 Thread John Depp
Hello Team, While trying to spawn a new CentOS instance on openstack, the following error is being logged : *url_helper.py[WARNING]: Calling 'http://169.254.169.254/2009-04-04/meta-data/instance-id ' failed [0/120s]: unexpected error ['N

Re: [Openstack] [OpenStack] [CINDER] how to get updated pool info when multi users create volumes on pool configured?

2016-02-15 Thread Dilip Sunkum Manjunath
Hi Xing, Thanks for replay, I tried because the use case was to support both in single pool. I was thinking in same as to read the volume type in scheduler, however since it is a new requirement that affects everyone it might not be good to change now. I shall try with the other approach