Re: [Openstack] Reverse proxy component

2016-10-19 Thread Uwe Sauter
Hi Jose, slightly off topic but this is the configuration I have in production where Nginx is used as remote. Replace everything within <>. "YOUR OPENSTACK IP/HOSTNAME" means the IP that your Openstack installation thinks is external, while "YOUR DOMAIN(s)" means what the revproxy should

Re: [Openstack-operators] Triple-O: number of concurrent installations

2016-03-01 Thread Uwe Sauter
iple-O. > > Having said that, yes, the Undercloud provisions the Overcloud and > therefore making the change in "nova.conf" prior to provisioning the > Overcloud would accomplish what you're looking for. > > On Tue, Mar 1, 2016 at 1:52 AM, Uwe Sauter <uwe.saute

Re: [Openstack-operators] Triple-O: number of concurrent installations

2016-02-29 Thread Uwe Sauter
> David Moreau Simard > Senior Software Engineer | Openstack RDO > > dmsimard = [irc, github, twitter] > > > On Mon, Feb 29, 2016 at 10:52 AM, Uwe Sauter <uwe.sauter...@gmail.com> wrote: >> Hi all, >> >> I'm searching for a setting in Triple-O where I

[Openstack-operators] Triple-O: number of concurrent installations

2016-02-29 Thread Uwe Sauter
Hi all, I'm searching for a setting in Triple-O where I can limit the number of concurrent / parallel installations. I'm facing the issue that deployments hang or even fail due to bandwidth limit in the provisioning network. I think that I can work around this issue if I can limit the number of

Re: [Openstack] error creating instance

2015-06-30 Thread Uwe Sauter
Hi, I know that my situation is not 100% compatible with your's (I have tenant VLANs and a flat external network) but for comparison this is my demo setup: [root@os484001 openstack]# neutron net-list

Re: [Openstack] error creating instance

2015-06-29 Thread Uwe Sauter
for the selected VLAN IDs. Hope that helps, Uwe Am 29.06.2015 um 14:26 schrieb Uwe Sauter: Your configuration on host compute5 is missing the bridge mapping. Am 29.06.2015 um 14:19 schrieb Yngvi Páll Þorfinnsson: OK Uwe On the controller node , this is present in the [ml2_type_vlan] /etc

Re: [Openstack] error creating instance

2015-06-29 Thread Uwe Sauter
of the openstack neutron agent managing openvswitch Andreas On Mo, 2015-06-29 at 13:40 +0200, Uwe Sauter wrote: Hi, I ran into a similar problem. Make sure that you include the [ml2_type_vlan] tenant_network_type = vlan network_vlan_ranges = physnet1:1501:1509 on your controller

Re: [Openstack] error creating instance

2015-06-29 Thread Uwe Sauter
agent managing openvswitch Andreas On Mo, 2015-06-29 at 13:40 +0200, Uwe Sauter wrote: Hi, I ran into a similar problem. Make sure that you include the [ml2_type_vlan] tenant_network_type = vlan network_vlan_ranges = physnet1:1501:1509 on your controller network (as the controller

Re: [Openstack] error creating instance

2015-06-29 Thread Uwe Sauter
Hi, I ran into a similar problem. Make sure that you include the [ml2_type_vlan] tenant_network_type = vlan network_vlan_ranges = physnet1:1501:1509 on your controller network (as the controller needs this info to make a proper decission on which VLAN IDs are available for tenant networks).

Re: [Openstack] error creating instance

2015-06-29 Thread Uwe Sauter
-Original Message- From: Uwe Sauter [mailto:uwe.sauter...@gmail.com] Sent: 29. júní 2015 11:43 To: openstack@lists.openstack.org Subject: Re: [Openstack] error creating instance Oh, and one other thing: please do a # neutron agent-list and for each entry with agent_type==Open

Re: [Openstack] error creating instance

2015-06-29 Thread Uwe Sauter
Oh, and one other thing: please do a # neutron agent-list and for each entry with agent_type==Open vSwitch agent do a # neutron agent-show ID of that entry and provide that information. This way we can see the actual running configuration… Uwe Am 29.06.2015 um 13:01 schrieb

Re: [Openstack] error creating instance

2015-06-29 Thread Uwe Sauter
file of openvswitch itself. But what is required is the logfile of the openstack neutron agent managing openvswitch Andreas On Mo, 2015-06-29 at 13:40 +0200, Uwe Sauter wrote: Hi, I ran into a similar problem. Make sure that you include the [ml2_type_vlan] tenant_network_type = vlan

Re: [Openstack] error creating instance

2015-06-29 Thread Uwe Sauter
doing this task root@controller2:/# keystone user-create --name neutron --pass netpass Conflict occurred attempting to store user - Duplicate Entry (HTTP 409) best regards Yngvi -Original Message- From: Uwe Sauter [mailto:uwe.sauter...@gmail.com] Sent: 29. júní 2015 16:11

Re: [Openstack] network question on openstack installation

2015-06-29 Thread Uwe Sauter
Yngvi Páll Þorfinnsson yngv...@siminn.is: OK, I was just following the manual when creating the external network, I really don‘t know what it would imply to create it as shared ? From: Uwe Sauter [mailto:uwe.sauter...@gmail.com] Sent: 29. júní 2015 22:43 To: Yngvi Páll Þorfinnsson; YANG LI Cc

Re: [Openstack] network question on openstack installation

2015-06-29 Thread Uwe Sauter
network and everything still works. will this cause issue later on? eutron net-create --provider:network_type=vlan —provider:segmentation_id=vlan id --provider:physical_network=physnet1 --router:external=true public Thanks, Yang On Jun 27, 2015, at 11:17 AM, Uwe Sauter uwe.sauter

Re: [Openstack] network question on openstack installation

2015-06-29 Thread Uwe Sauter
configuing the external network as a VLAN ? Best regards Yngvi From: Yngvi Páll Þorfinnsson Sent: 29. júní 2015 21:57 To: Uwe Sauter; YANG LI Cc: openstack@lists.openstack.org Subject: Re: [Openstack] network question on openstack installation OK, I only found one fresh error Compute node; nova

Re: [Openstack] network question on openstack installation

2015-06-29 Thread Uwe Sauter
@controller2:/# -Original Message- From: Uwe Sauter [mailto:uwe.sauter.dehttp://uwe.sauter.de@gmail.com] Sent: 29. júní 2015 20:45 To: Yngvi Páll Þorfinnsson; YANG LI Cc: openstack@lists.openstack.orgmailto:openstack@lists.openstack.org Subject: Re: [Openstack] network question on openstack

Re: [Openstack] network question on openstack installation

2015-06-29 Thread Uwe Sauter
[alembic.migration] Running upgrade 544673ac99ab - juno, juno root@controller2:/# -Original Message- From: Uwe Sauter [mailto:uwe.sauter...@gmail.com] Sent: 29. júní 2015 20:45 To: Yngvi Páll Þorfinnsson; YANG LI Cc: openstack@lists.openstack.org Subject: Re: [Openstack] network question

Re: [Openstack] network question on openstack installation

2015-06-29 Thread Uwe Sauter
Páll Þorfinnsson Sent: 29. júní 2015 21:57 To: Uwe Sauter; YANG LI Cc: openstack@lists.openstack.orgmailto:openstack@lists.openstack.org Subject: Re: [Openstack] network question on openstack installation OK, I only found one fresh error Compute node; nova-compute.log ( as usually when I create

Re: [Openstack] network question on openstack installation

2015-06-29 Thread Uwe Sauter
the external network as a VLAN ? Best regards Yngvi From: Yngvi Páll Þorfinnsson Sent: 29. júní 2015 21:57 To: Uwe Sauter; YANG LI Cc: openstack@lists.openstack.org Subject: Re: [Openstack] network question on openstack installation OK, I only found one fresh error Compute node; nova-compute.log

Re: [Openstack] network question on openstack installation

2015-06-29 Thread Uwe Sauter
-manage --config-file /etc/neutron/neutron.conf \ # --config-file /etc/neutron/plugins/ml2/ml2_plugin.ini I mean, how many config files is necessary to have in the cmd ? best regards Yngvi -Original Message- From: Uwe Sauter [mailto:uwe.sauter...@gmail.com] Sent: 29. júní 2015

Re: [Openstack] network question on openstack installation

2015-06-29 Thread Uwe Sauter
:35 To: 'Uwe Sauter'; 'YANG LI' Cc: 'openstack@lists.openstack.org' Subject: RE: [Openstack] network question on openstack installation It's taking up to 5 minutes to finish root@compute5:/# nmap -sO 172.22.14.14 Starting Nmap 6.40 ( http://nmap.org ) at 2015-06-29 23:28 GMT Warning: 172.22.14.14

Re: [Openstack] network question on openstack installation

2015-06-29 Thread Uwe Sauter
dpt:68 I tried once more to create an instance, but if failed as well Best regards Yngvi From: Uwe Sauter [mailto:uwe.sauter...@gmail.com] Sent: 29. júní 2015 23:01 To: Yngvi Páll Þorfinnsson; YANG LI Cc: openstack@lists.openstack.org Subject: RE: [Openstack] network question on openstack

Re: [Openstack] network question on openstack installation

2015-06-27 Thread Uwe Sauter
Hi Yang, it depends on whether your provider network is tagged or untagged. If it is untagged (the switch port is an access port) then you don't specify the VLAN ID for the external network (as it will get tagged by the switch). If the provider network is tagged (the switch port is a trunk

Re: [Openstack] [neutron] Which node should run dnsmasq?

2015-06-12 Thread Uwe Sauter
To answer a part of my own question: dnsmasq is running on the controller node because there is a libvirt service running. Which got installed as a dependency of the Virtualization host package group… so no one to blame but myself. Am 12.06.2015 um 14:07 schrieb Uwe Sauter: Gary, Thanks

Re: [Openstack] [neutron] Which node should run dnsmasq?

2015-06-12 Thread Uwe Sauter
? Uwe Am 12.06.2015 um 14:07 schrieb Uwe Sauter: Gary, Thanks. That brings up the question why there are dnsmasq processes running on my controller node (which has neutron-server running) and not on the networking node (neutron-dhcp-agent neutron-l3-agent neutron-metadata-agent

Re: [Openstack] [neutron] Which node should run dnsmasq?

2015-06-12 Thread Uwe Sauter
, Uwe Am 12.06.2015 um 13:58 schrieb Gary Kotton: Hi, The DHCP agent runs the dnsmasq process. That is done on the network node. Thanks Gary On 6/12/15, 2:35 PM, Uwe Sauter uwe.sauter...@gmail.com wrote: Hi, == TL;DR == Which neutron service manages the DNSMASQ processes? Does this run

[Openstack] [neutron] Which node should run dnsmasq?

2015-06-12 Thread Uwe Sauter
Hi, == TL;DR == Which neutron service manages the DNSMASQ processes? Does this run on the controller node or the networking node? == Long story == I have a five node Juno installation (1 controller, 1 storage, 1 network and 2 compute nodes). I followed the Juno Red Hat installation guide [1]

Re: [Openstack] [Swift] tmp directory causing Swift slowdown

2015-05-01 Thread Uwe Sauter
Am 01.05.2015 um 02:21 schrieb Samuel Merritt: It seems like 1430268763.41931.data would be in the same allocation group as objects/757/a94/bd77129a1cae9e32381776e322efca94, and bd77129a1cae9e32381776e322efca94 would be in the same allocation group as objects/757/a94, and so on. Thus,

Re: [Openstack-operators] [neutron] multiple external networks on the same host NIC

2015-04-28 Thread Uwe Sauter
. 58461 Wilmington, Delaware 19801-2230 Toll-free: (844) 4-AQORN-NOW ext. 101 International: +1 302-387-4660 Direct: +1 916-246-2072 On Mon, Apr 27, 2015 at 10:22 AM, Uwe Sauter uwe.sauter...@gmail.com wrote: if I understood Georges answer correctly he suggested one bridge (br-join, either

Re: [Openstack-operators] [neutron] multiple external networks on the same host NIC

2015-04-27 Thread Uwe Sauter
Am 27.04.2015 um 16:36 schrieb Mike Spreitzer: Uwe Sauter uwe.sauter...@gmail.com wrote on 04/25/2015 04:17:35 PM: Or instead of using Linux bridges you could use a manually created OpenVSwitch bridge. This allows you to add internal ports that could be used by Neutron like any other

Re: [Openstack-operators] [neutron] multiple external networks on the same host NIC

2015-04-27 Thread Uwe Sauter
Am 27.04.2015 um 17:23 schrieb gustavo panizzo (gfa): you can only have one flat network per bridge. I didn't know that. Well, than the only idea that comes to *my* mind is to have cascading bridges like George suggested. It won't matter if you use Linux bridges or OVS. I heard that OVS

Re: [Openstack-operators] [neutron] multiple external networks on the same host NIC

2015-04-27 Thread Uwe Sauter
if I understood Georges answer correctly he suggested one bridge (br-join, either OVS or linux bridge) to connect other bridges via patch links, one for each external network you'd like to create. These second level bridges are then used for the Neutron configuration:

Re: [Openstack] No valid host was found. : code 500

2015-04-09 Thread Uwe Sauter
Am 09.04.2015 um 14:20 schrieb ousmane sanogo: 2015-04-09 13:22:49.902 4842 TRACE nova.compute.manager [instance: dd4fbbce-17c2-4224-9a61-c4f3b2685648] NovaException: Unexpected vif_type=binding_failed This is your error. Probably your Neutron configuration is not correct. Regards,

Re: [Openstack] How specify image api version at server side?

2015-03-26 Thread Uwe Sauter
Hi Su, if you configured use_syslog=True then this probably will only log to Syslog (e.g. /var/log/messages). You should set this to False to get back /var/log/glance/api.conf Regards, Uwe Am 26.03.2015 um 05:26 schrieb Su Zhang: Thanks for your response Lars! I checked the log,

Re: [Openstack] compute node secure message flood rootwrap.conf ovs-ofctl dump-flows br-int table=22

2015-03-24 Thread Uwe Sauter
Hi, is it possible to disable the logging of this particular command for /var/log/neutron/openvswitch-agent.log ? Given the high frequency it makes it really hard and annoying to read the logs for debugging purposes. Regards, Uwe Am 24.03.2015 um 13:52 schrieb Lars Kellogg-Stedman:

Re: [Openstack] Horizion login failing.

2015-03-24 Thread Uwe Sauter
Hi, are all relevant services running? Not only Apache but also mod_wsgi that is required for Horizon. Can you access Keystone? What about firewall/iptables? Regards, Uwe Am 24.03.2015 um 20:54 schrieb Ken D'Ambrosio: Hey, all. I've done a Juno deploy via Juju, and every time I

Re: [Openstack] what are the services required to setup for openstack storage node(cinder)

2015-03-22 Thread Uwe Sauter
As shown in the output of vgs there is no volume group named stack-volumes-lvmdriver-1 on your setup but your configuration requires that. Am 22.03.2015 um 15:03 schrieb Kamsali, RaghavendraChari (Artesyn): When am installing cinder-volume as a saperate node as storage am getting error as

Re: [Openstack] Instance in error state

2015-02-19 Thread Uwe Sauter
Hi, did you set debug = yes in your nova.conf on the host(s) where your instance gets launched? Am 19.02.2015 um 10:24 schrieb Janki Chhatbar: Hi all I am 3 node architecture non-devstack setup of OpenStack. Wheneve I launch an instance, it goes into error state. What could be the

[Openstack] Service debug settings / white-/blacklist for debug messages

2015-02-19 Thread Uwe Sauter
Hi all, Example is for nova but I think this is eligible for every OpenStack service. Currently I have debug = True in nova.conf which creates a lot of semaphore messages like: 2015-02-19 13:15:15.780 3796 DEBUG nova.openstack.common.lockutils [req-f0eb99db-a4a4-475c-b154-281bc1348b2c ]

[Openstack] Fwd: How to reset neutron (to clear leftovers from incorrect configuration)

2015-01-15 Thread Uwe Sauter
: Uwe Sauter uwe.sauter...@gmail.com Antwort an: uwe.sauter...@gmail.com An: openstack@lists.openstack.org Hi all, I'd like to get your comments on how to correctly clean a defective neutron configuration so I can start over with a new config. I'm currently running on CentOS 7 but try to keep

[Openstack] How to reset neutron (to clear leftovers from incorrect configuration)

2015-01-13 Thread Uwe Sauter
Hi all, I'd like to get your comments on how to correctly clean a defective neutron configuration so I can start over with a new config. I'm currently running on CentOS 7 but try to keep it as generic as possible (but the distro affects the service and package names…) Compute hosts

Re: [Openstack] What's physical network for?

2014-12-14 Thread Uwe Sauter
Hi, I presume that you upgraded from an older version that used nova-network (now called legacy networking). Using neutron means that VMs aren't connected to br0 directly any more as there is a whole virtual networking infrastructure in place. To give a small overview: On a compute node a VM

Re: [Openstack] What's physical network for?

2014-12-14 Thread Uwe Sauter
other help about this issue? Can someone confirm if I can get rid of the directives in both configs? I suppose I cannot because they get in effect when started the ovs plugin. Thank you in advance. El dom, 14 de dic 2014 a las 8:40 , Uwe Sauter uwe.sauter...@gmail.com escribió: Hi, I

Re: [Openstack] failing to boot instance message: No valid host was found. There are not enough hosts available.

2014-12-08 Thread Uwe Sauter
Hi, Loaded: not-found (Reason: No such file or directory) this usually means that you did not install openstack-nova-compute. Regards, Uwe ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to :

Re: [Openstack] failing to boot instance message: No valid host was found. There are not enough hosts available.

2014-12-08 Thread Uwe Sauter
on paste.openstack.org http://paste.openstack.org/show/146997/ Preview by Yahoo Regards Neelu On Monday, 8 December 2014 2:29 PM, Uwe Sauter uwe.sauter...@gmail.com wrote: Hi, Loaded: not-found (Reason: No such file or directory) this usually means

Re: [Openstack] Cannot launch instance: No valid host was found: Port failed to bind on host

2014-11-28 Thread Uwe Sauter
Hi Andreas, it seems I screwed up my installation (not only Neutron). I'm in the progress of resetting everything to the not-yet-configured state. I'll try to adapt your config example and will report back once I come to that point again. Thanks again and have a nice weekend, Uwe Am

Re: [Openstack] Cannot launch instance: No valid host was found: Port failed to bind on host

2014-11-26 Thread Uwe Sauter
/neutron/rootwrap.conf ovs-ofctl dump-flows br-int table=23 Any other ideas? Thanks, Uwe Am 26.11.2014 um 13:49 schrieb George Mihaiescu: You have to install the neutron-openvswitch-agent on the compute nodes as well. On 26 Nov 2014 06:57, Uwe Sauter uwe.sauter...@gmail.com

Re: [Openstack] Cannot launch instance: No valid host was found: Port failed to bind on host

2014-11-26 Thread Uwe Sauter
Hi Andreas, on each host /etc/neutron/plugin.ini is a symlink to /etc/neutron/plugins/ml2/ml2_conf.ini. Content on the controller node: [ml2] mechanism_drivers = openvswitch tenant_network_types = gre type_drivers = gre,vlan [ml2_type_flat] [ml2_type_vlan] network_vlan_ranges =

Re: [Openstack] Cannot launch instance: No valid host was found: Port failed to bind on host

2014-11-26 Thread Uwe Sauter
Hi Andreas, can you elaborate why you have [agent] sections in your config. I read somewhere a few days ago, that these aren't necessary with Juno and they are not mentioned in the Juno docs. Meanwhile I found out that neutron-openvswitch-agent.service crashed on the network node (see my mail

Re: [Openstack] Cannot launch instance: No valid host was found: Port failed to bind on host

2014-11-26 Thread Uwe Sauter
Hi all, does anyone know why neutron-openvswitch-agent.service keeps crashing? Nov 26 17:25:40 os483601.localnet systemd[1]: Starting OpenStack Neutron Open vSwitch Agent... Nov 26 17:25:40 os483601.localnet systemd[1]: Started OpenStack Neutron Open vSwitch Agent. Nov 26 17:25:41

Re: [Openstack] Nova DB sync Operational error

2014-11-26 Thread Uwe Sauter
Hi, this is a (mostly) working Juno nova.conf (up to end of chapter 8, block storage, on CentOS 7): http://paste.openstack.org/show/139106/ I'm currently struggling with Neutron issues but database connection is working fine. Hope this helps, Uwe Am 26.11.2014 um 22:56 schrieb Amit