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 = external:202:20

[Openstack] tapXXX already exists on bridge brqXXX with linuxbridge ml2 plugin

2014-11-26 Thread Abhijeet Rastogi
Hi everyone, I'm using ML2 plugin with linuxbridges. My requirement is to use "flat" networks with public IPs (1.2.3.248/29) in the subnet. "physical_interface_mappings" in ML2:linuxbridge plugin is as simple as ['physnet1:eth0.4035']. Here, eth0.4035 is a 4035 vlan tagged interface on CentOS. Wh

Re: [Openstack] Documentation

2014-11-26 Thread Remo Mattei
What base are you using? RH or UB? Foreman is very good but needs a few changes if you are going to use 7 flavor. Remo Inviato da iPhone () > Il giorno 26/nov/2014, alle ore 01:36, Eshwar Rao > ha scritto: > > HI, > >I am looking for multi node installation on production server, is th

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

2014-11-26 Thread Andreas Scheuring
Hi Uwe, this is how my config for the ovs agent looks like. This one is working but some of the parameters might be duplicates to the default or not even required. I still have to figure this out. But at least it is working ;) Compute Node: [ovs] enable_tunneling = True tenant_network_type =

[Openstack] Juno: my_ip parameter in nova.conf does not take FQDN?

2014-11-26 Thread Christopher Paggen (cpaggen)
Good day, It appears that parameter my_ip in nova.conf on a compute node expects a dotted decimal IP address only. Supplying a FQDN results in an error: 2014-11-26 16:31:05.410 31879 TRACE nova.virt.libvirt.driver File "/usr/lib/python2.7/dist-packages/nova/objects/fields.py", line 313, in co

Re: [Openstack] tapXXX already exists on bridge brqXXX with linuxbridge ml2 plugin

2014-11-26 Thread Abhijeet Rastogi
Missed a detail. I'm using Juno and my nova.conf looks like this. http://paste.openstack.org/show/138893/ Let me know if any more details are needed. On Wed, Nov 26, 2014 at 8:05 PM, Abhijeet Rastogi wrote: > Hi everyone, > > I'm using ML2 plugin with linuxbridges. My requirement is to use > "fl

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 fro

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 os483601.localn

Re: [Openstack] Hypervisor Quota

2014-11-26 Thread Don Waterloo
On 25 November 2014 at 14:39, Georgios Dimitrakakis wrote: > Hi Don! > > Yes, maybe quota is not the right word. > > What I want is somehow to adjust the total number of vCPUs and the total > number of RAM that can be assigned to all VMs for a specific hypervisor. > Then Openstack based on these

Re: [Openstack] Hi everyone, how to enable the Spark Plugin in Sahara?

2014-11-26 Thread Sergey Lukjanov
Hi, Spark plugin is available only starting from the Juno release. To enable it, you need to edit "plugins" option in the sahara.conf file to make it looks like: plugins = vanilla,hdp,spark Thanks. On Wed, Nov 26, 2014 at 1:31 AM, Edward HUANG wrote: > Hi All, > I am trying to use the sahar

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

2014-11-26 Thread George Mihaiescu
Hi Uwe, Enable debug, restart the service and you should get more info. George On Wed, Nov 26, 2014 at 11:28 AM, Uwe Sauter wrote: > Hi all, > > does anyone know why neutron-openvswitch-agent.service keeps crashing? > > Nov 26 17:25:40 os483601.localnet systemd[1]: Starting OpenStack Neutron >

Re: [Openstack] Documentation

2014-11-26 Thread Scott Lowe
Please see my response below. On Nov 26, 2014, at 2:36 AM, Eshwar Rao wrote: > HI, > > I am looking for multi node installation on production server, is their any > proper documentation step by step to deployment ... Need very urgently. > > Thanks & regards, > Eshwar Eshwar, you can chec

Re: [Openstack] Nova DB sync Operational error

2014-11-26 Thread Jay Pipes
On 11/25/2014 05:10 PM, Amit Anand wrote: Hi all, Setup: 3 node, one controller, one compute and one network all separate machines. Juno install. Recreating my Juno install and this is the second time Ive gotten this error whne running "su -s /bin/sh -c "nova-manage db sync" nova" ( I got in in

Re: [Openstack] [Openstack-operators] Need help to create external network

2014-11-26 Thread Geo Varghese
Hi Britt, Yes it is. Today i successfully setup openstack in following environemnt 1) Full node installation 2) 2 node installation. With out your help, i couldn't do it. Really thankful to your help. On Wed, Nov 26, 2014 at 7:50 PM, Britt Houser (bhouser) wrote: > Are you talking about

Re: [Openstack] Nova DB sync Operational error

2014-11-26 Thread Jay Pipes
On 11/26/2014 02:21 PM, Amit Anand wrote: Hi Jay - I believe so below is the part that is in the nova.conf # The SQLAlchemy connection string used to connect to the # bare-metal database (string value) connection=mysql://nova:PASSWORD@controller/nova The PASSWORD is exactly the same what I have

Re: [Openstack] Nova DB sync Operational error

2014-11-26 Thread Geo Varghese
Hi Amit, Please open => /etc/nova/nova.conf Find a line with starting with "connection = " Please paste it here. That will help us to fix the issue. On Wed, Nov 26, 2014 at 11:55 PM, Jay Pipes wrote: > On 11/25/2014 05:10 PM, Amit Anand wrote: > >> Hi all, >> >> Setup: 3 node, one controller,

Re: [Openstack] Nova DB sync Operational error

2014-11-26 Thread Amit Anand
I mean it is exactly the same in nova.conf and the command line On Wed, Nov 26, 2014 at 2:21 PM, Amit Anand wrote: > Hi Jay - I believe so below is the part that is in the nova.conf > > # The SQLAlchemy connection string used to connect to the > # bare-metal database (string value) > connection

Re: [Openstack] Nova DB sync Operational error

2014-11-26 Thread Amit Anand
Same error - also tried with 127.0.0.1. Even crazier I removed all keystone nova (user, service, etc) and dropped the nova DB and recreated that, then recreated keystone nova with a new different password, updated nova.conf with new password and still get the same error (notice below now nova has t

Re: [Openstack] Nova DB sync Operational error

2014-11-26 Thread Amit Anand
HI Geo - Pasted above in the email chain but here it is again: # The SQLAlchemy connection string used to connect to the # bare-metal database (string value) connection=mysql://nova:PASSWORD@localhost/nova On Wed, Nov 26, 2014 at 2:17 PM, Geo Varghese wrote: > Hi Amit, > > Please open => /etc/

Re: [Openstack] Nova DB sync Operational error

2014-11-26 Thread Amit Anand
Hi Jay - I believe so below is the part that is in the nova.conf # The SQLAlchemy connection string used to connect to the # bare-metal database (string value) connection=mysql://nova:PASSWORD@controller/nova The PASSWORD is exactly the same what I have in the conf file and what I have in the nov

Re: [Openstack] Nova DB sync Operational error

2014-11-26 Thread Amit Anand
I tried and still same errors. I dont see how that would fix in any case as the guide says I need to put the password into the connection config? Tried below and same error: # The SQLAlchemy connection string used to connect to the # bare-metal database (string value) connection=mysql://nova:nova

Re: [Openstack] Nova DB sync Operational error

2014-11-26 Thread Jay Pipes
On 11/26/2014 02:36 PM, Amit Anand wrote: Same error - also tried with 127.0.0.1. Even crazier I removed all keystone nova (user, service, etc) and dropped the nova DB and recreated that, then recreated keystone nova with a new different password, updated nova.conf with new password and still get

Re: [Openstack] Nova DB sync Operational error

2014-11-26 Thread Geo Varghese
Amit, It should work. actually we have to give it like this. I faced this error earlier and fixed it by changing like this. can you paste the exact error here? On Thu, Nov 27, 2014 at 1:42 AM, Amit Anand wrote: > I tried and still same errors. I dont see how that would fix in any case > as th

Re: [Openstack] Nova DB sync Operational error

2014-11-26 Thread Jay Pipes
On 11/26/2014 03:36 PM, Amit Anand wrote: I also took a look at a command you ran and I tried it, would this be correct output (notice I didnt specify a DB in command)? Yep, that all looks correct to me. I'm a little unsure what else to investigate, frankly, Amit :( There's got to be *somethi

Re: [Openstack] Nova DB sync Operational error

2014-11-26 Thread Geo Varghese
Also verify from controller node mysql -u nova -p -h controller nova is working with password => nova On Thu, Nov 27, 2014 at 1:42 AM, Amit Anand wrote: > I tried and still same errors. I dont see how that would fix in any case > as the guide says I need to put the password into the connection

Re: [Openstack] Nova DB sync Operational error

2014-11-26 Thread George Mihaiescu
Make sure that nova.conf you edited it's actually being used, if you have a nova.conf in your root directory it will be used before the one in "/etc/nova/". You could start the db sync with strace and see what config file is actually used just to make sure. Also, if the nova.conf has wrong permiss

Re: [Openstack] Nova DB sync Operational error

2014-11-26 Thread Amit Anand
Geo Error logs are here: http://paste.openstack.org/show/139035/ When I run your command with password nova it fails - when I run it with the real password it works fine [root@controller ~]# mysql -u nova -p -h controller nova Enter password: I entered nova here ERROR 1045 (28000): Access denie

Re: [Openstack] Nova DB sync Operational error

2014-11-26 Thread Amit Anand
Jay, So this is the command that u sent, works just fine connect to Nova DB: [root@controller nova]# mysql -unova -hlocalhost -p -Dnova Enter password: Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 8 Server version: 5.5.40-MariaDB MariaDB Server Copyri

Re: [Openstack] Nova DB sync Operational error

2014-11-26 Thread Geo Varghese
Try this connection=mysql://nova:nova@controller/nova This will fix the issue. On Thu, Nov 27, 2014 at 1:06 AM, Amit Anand wrote: > Same error - also tried with 127.0.0.1. Even crazier I removed all > keystone nova (user, service, etc) and dropped the nova DB and recreated > that, then recreat

Re: [Openstack] Nova DB sync Operational error

2014-11-26 Thread Geo Varghese
Amit, Please tell me whats the real password? On Thu, Nov 27, 2014 at 2:12 AM, Amit Anand wrote: > Geo > > Error logs are here: > > http://paste.openstack.org/show/139035/ > > When I run your command with password nova it fails - when I run it with > the real password it works fine > > [root@co

Re: [Openstack] Nova DB sync Operational error

2014-11-26 Thread Amit Anand
Password is viimed1 On Wed, Nov 26, 2014 at 3:55 PM, Amit Anand wrote: > George > > Thanks. Yeah there no other nova.conf I went as far as to do a find in > case I put somewhere nothing turned up except the proper one. I did have a > nova.conf.orig (I always make a backup so i can always start

Re: [Openstack] Nova DB sync Operational error

2014-11-26 Thread Amit Anand
George Thanks. Yeah there no other nova.conf I went as far as to do a find in case I put somewhere nothing turned up except the proper one. I did have a nova.conf.orig (I always make a backup so i can always start over) and was hoping maybe you hit the nail on the head so I moved that out to my /

Re: [Openstack] Nova DB sync Operational error

2014-11-26 Thread Amit Anand
Im going to try building a new controller on a whole new nuc see if I get the same I will keep yall abreast if it works or not. In any case thank you very much for all your help!!! On Wed, Nov 26, 2014 at 3:56 PM, Amit Anand wrote: > > Password is viimed1 > > > > On Wed, Nov 26, 2014 at 3:55 PM,

Re: [Openstack] Nova DB sync Operational error

2014-11-26 Thread Amit Anand
Well created a new controller on a whole new machine and get all the way up until compute and get same error again. I have to think it something with my nova.conf but I cant figure it out. Ive pasted here so if anyone can take a look and see maybe what Im doing incorrect I would appreciate it... h

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 A

Re: [Openstack] Juno: my_ip parameter in nova.conf does not take FQDN?

2014-11-26 Thread Martinx - ジェームズ
Apparently, `my_ip` expects, both IPv4 or IPv6 address, not FQDN... I tried that too... Didn't worked. There are some configurations that doesn't work with FQDN, like for example: my_ip metadata_listen metadata_host ...? Here you can check my nova.conf: https://gist.githubusercontent.com/tmartin

Re: [Openstack] Nova DB sync Operational error

2014-11-26 Thread Amit Anand
Ok well figured it out!!! I guess its either me or the documentation. I basically got rid of the original nova.conf (that comes with the distro) and then I just made a new nova.conf with only the changes that are listed in the documentation (ie I created [database] [DEFAULT] etc sections listed th

Re: [Openstack] Nova DB sync Operational error

2014-11-26 Thread Narayanan, Krishnaprasad
Hi Amit, Can you verify the GRANTS allowed on the nova database? By GRANTS, I mean the privileges / permissions for the nova database. Regards, Krishnaprasad From: Amit Anand [mailto:aan...@viimed.com] Sent: Mittwoch, 26. November 2014 22:56 To: Jay Pipes Cc: openstack@lists.openstack.org Subjec

[Openstack] Dear All, a problem launching Vanilla Hadoop Cluster using Sahara

2014-11-26 Thread Edward HUANG
Dear All, I'm installing a private cloud computing environment on our lab, and we are using one physical server currently. We have registered images from http://docs.openstack.org/developer/sahara/userdoc/vanilla_plugin.html, with version 2.4.2. However, after we click launch cluster, it res

[Openstack] [Glance][Stable] Review request for stable/icehouse patch

2014-11-26 Thread Agrawal, Ankit
Hello All, I have submitted a back-port patch to stable/icehouse, for which I've cherry picked https://review.openstack.org/#/c/128301/ and made few additional changes. This is not 1:1 cherry pick from the one that landed to master as the retrying module is not available in the stable/icehouse.

Re: [Openstack] Need help to remove devstack and all related files completely

2014-11-26 Thread Tony Breeds
On Wed, Nov 26, 2014 at 07:17:38AM +, Hanan Liaqat wrote: > How to completely delete the devstack files so that i can clone devstack and > renew the devstaxck installation free of previous misconfigurations If you want a completely fresh install of everything. 1) reboot the system 2) clone de

Re: [Openstack] Need help to remove devstack and all related files completely

2014-11-26 Thread Mark Kirkwood
On 26/11/14 20:52, Tony Breeds wrote: On Wed, Nov 26, 2014 at 07:17:38AM +, Hanan Liaqat wrote: How to completely delete the devstack files so that i can clone devstack and renew the devstaxck installation free of previous misconfigurations If you want a completely fresh install of everyth

[Openstack] Documentation

2014-11-26 Thread Eshwar Rao
HI, I am looking for multi node installation on production server, is their any proper documentation step by step to deployment ... Need very urgently. Thanks & regards, Eshwar ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/o

Re: [Openstack] [openstack][glance][swift-backend][icehouse]

2014-11-26 Thread stuart . mclaren
You can control the maximum size of swift objects that glance creates using the following glance-api.conf parameters: swift_store_large_object_chunk_size = 200 swift_store_large_object_size = 5120 see glance-api.conf for a description. On Tue, 25 Nov 2014, Kuvaja, Erno wrote: Hi Subbareddy,

Re: [Openstack] Documentation

2014-11-26 Thread JuanFra Rodriguez Cardoso
You can start looking at these sites with production-ready guides: - https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/5/html/Installer_and_Foreman_Guide/index.html - http://docs.mirantis.com/openstack/fuel/fuel-5.1/reference-architecture.html Bests, --- J

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

2014-11-26 Thread Uwe Sauter
Hi all, I'm trying to setup Juno on five hosts (CentOS 7), following along the three-node setup guide as close as possible. My setup differs in that I have separate nodes for storage (cinder, glance) and network (neutron) and two compute hosts: Here's a list of the services that run on each host,

Re: [Openstack] [Openstack-operators] Need help to setup instance tunnel.

2014-11-26 Thread Geo Varghese
Hi Andreas, Thanks a lot. Now my both installation seems working. 1) 1 node complete installation 2) 2 node complete installation I was stuck in these steps due to some confussion in comcept for some days. Your mail help me to fix this. Thanks again for your great support. On Wed, Nov 26, 20

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

2014-11-26 Thread George Mihaiescu
You have to install the neutron-openvswitch-agent on the compute nodes as well. On 26 Nov 2014 06:57, "Uwe Sauter" wrote: > Hi all, > > I'm trying to setup Juno on five hosts (CentOS 7), following along the > three-node setup guide as close as possible. My setup differs in that I > have separate

[Openstack] missing volume_image_metadata in Juno Volumes disables snapshots

2014-11-26 Thread samuel
Hi all, We're having an issue with snapshots in Juno (cinder version: 2014.2; 1.el7.centos ) with volumes created as "empty volumes". The issue is that these volumes haven't got the key volume_image_metadata filled and whenever a snapshot is tried on these volumes, the following error appear: Me

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

2014-11-26 Thread Uwe Sauter
Hi George, it seems I missed to list that service for the compute hosts. These are the services running on those hosts: [root@os483401 ~]# systemctl list-units | grep -i open neutron-openvswitch-agent.service loaded active running OpenStack Neutron Open vSwitch Agent op

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

2014-11-26 Thread Andreas Scheuring
Hi Uwe, could you please provide the content of your /etc/neutron/plugin.ini of the compute and the network node? -- Andreas (irc: scheuran) On Wed, 2014-11-26 at 14:14 +0100, Uwe Sauter wrote: > Hi George, > > it seems I missed to list that service for the compute hosts. > These are the s