Re: [Openstack] Changing port status

2014-05-20 Thread Gary Kotton
Hi, In general there plaguing is responsible for setting the port status. So for example if you are using the OVS plugin, when the OVS agent attaches the virtual port to the integration bridge it will notify the service and the port status will be set. Thanks Gary From: Shital Patil mailto:shit

Re: [Openstack] Is there any way to get the user's activities?

2014-05-20 Thread LIU Yulong
Hi all, How to enable ceilometer list? I got ceilometer not implemented error. NotImplementedError: Events not implemented. I've got some error: 2014-05-19 10:16:58.037 1011 ERROR wsme.api [-] Server-side error: "Events not implemented.". Detail: Traceback (most recent call last): Fi

Re: [Openstack] HEAT and MySQL 5.6

2014-05-20 Thread Clint Dilks
Hi > Does anyone have any suggestions as to how I get a working heat database? > > As a follow up to this I ending up installing heat on another system with the default MySQL Server, mysql-server-5.1.73-3.el6_5.x86_64. It appears that 5.1 still has issues with the creation of indexes but reports

Re: [Openstack] IceHouse Neutron L3 - Connectivity issue

2014-05-20 Thread Martinx - ジェームズ
Cool! The problem seems to be: GRE (VXLAN too?) tunnel of Data Network (between Instance and its namespace router) doesn't work with default mtu=1500. ??? It was fixed and there are two solutions for this problem (as I'm seeing... I didn't patched ovs_lib.py), as follows: 1- (Easie

[Openstack] problem in install keystone on ubuntu in VirtualBox

2014-05-20 Thread hawkwang
Hey Gurus, I have problem in install keystone on ubuntu 12.04 in VirtualBox. I just run - sudo apt-get -y install keystone python-keyring But I got following error messages: -- Reading package lists... Done Building dependency t

Re: [Openstack] Changing port status

2014-05-20 Thread Shital Patil
Thanks a lot for answer So for port state to change from DOWN to ACTIVE do I have to do some changes in physical networks? I am fairly new to openstack and have very basic knowledge on openstack networking so please suggest me a way to achieve this On Tue, May 20, 2014 at 5:27 PM, Gary Kotton wr

Re: [Openstack] HEAT and MySQL 5.6

2014-05-20 Thread Clint Dilks
Hi Clint, thanks for the response. No, in researching the issue, I found that all of these columns should be > varchar(64). I seem to have lost track of the patches though. We should > definitely fix this in juno, since MySQL 5.6 is starting to arrive in > the distros. > It looks like I have bigg

Re: [Openstack] HEAT and MySQL 5.6

2014-05-20 Thread Clint Byrum
Excerpts from Clint Dilks's message of 2014-05-20 14:30:40 -0700: > Hi, > > I seem to be hitting a known issue with HEAT MySQL 5.6 and UTF8 > > ERROR: (OperationalError) (1071, 'Specified key was too long; max key > length is 767 bytes') 'CREATE INDEX ix_software_config_tenant ON > software_confi

Re: [Openstack] Mailing list email posts not going through

2014-05-20 Thread Stefano Maffulli
On 05/20/2014 02:11 PM, Stefano Maffulli wrote: >> I've posted to this list a couple times with some questions but I don't >> see my own posts in my inbox. Is there a hold-back or review period >> I should expect before my questions are posted to the list, or is this >> simply configured not to se

[Openstack] HEAT and MySQL 5.6

2014-05-20 Thread Clint Dilks
Hi, I seem to be hitting a known issue with HEAT MySQL 5.6 and UTF8 ERROR: (OperationalError) (1071, 'Specified key was too long; max key length is 767 bytes') 'CREATE INDEX ix_software_config_tenant ON software_config (tenant)' () So based off https://bugs.launchpad.net/heat/+bug/1316646 I have

Re: [Openstack] Looking for some help with swift

2014-05-20 Thread Clint Dilks
Hi Mayur > *have you created files test.txt and test2.txt?* > > 404 mostly for these things. > > I think this should be the reason; may be I am wrong, > > > Thanks for the feedback, but yes I did make sure the files existed before trying to upload them. Hugo's feedback in relation to how I should

Re: [Openstack] Looking for some help with swift

2014-05-20 Thread Clint Dilks
On Tue, May 20, 2014 at 5:32 PM, Kuo Hugo wrote: > Hi Clint, > > No it's not necessary to separate a cluster into several zones in general. > The region and zone information will be invoked by ring-builder to assign > partitions as-unique-as possible. > If you do have several nodes be placed in a

Re: [Openstack] Getting eventing information

2014-05-20 Thread Narayanan, Krishnaprasad
Hi Diego, Thanks for sharing the information about your platform that displays information about VM events. I am currently using Woorea’s Java SDK for performing VM related operations and hope I can make use of the RabbitMQ Java APIs for obtaining information from the OpenStack message queue.

[Openstack] cinder - httplib.BadStatusLine

2014-05-20 Thread Sergey Motovilovets
Hello everyone. I'm testing Icehouse on Ubuntu 14.04 nodes, and seems like it works ok, except for one thing - cinder randomly gives me unpleasant surprises which from a perspective of nova appears as: ... Max retries exceeded with url: /v1/a5286f8e7e2440ab9e8fcc120d59b872/volumes/fc10ef37-43ce-4

[Openstack] Mailing list email posts not going through

2014-05-20 Thread Phillip Guerin
I've posted to this list a couple times with some questions but I don't see my own posts in my inbox. Is there a hold-back or review period I should expect before my questions are posted to the list, or is this simply configured not to send to the author? Thanks for your time, Phillip Guerin Sof

Re: [Openstack] IceHouse Neutron L3 - Connectivity issue

2014-05-20 Thread Martinx - ジェームズ
Diego, No, ssh can't connect to an Instance and also, if I login into that Instance via SPICE Console, I can't run "apt-get update", it froze too... Tks, Thiago On 20 May 2014 13:35, Diego Parrilla Santamaría < diego.parrilla.santama...@gmail.com> wrote: > Is SSH the only protocol failing? Hav

Re: [Openstack] IceHouse Neutron L3 - Connectivity issue

2014-05-20 Thread McCann, Jack
We ran into an issue (change of default behavior) with GRE/VxLAN tunnel fragmentation when we moved to the 3.13 kernel. One workaround for this issue is to set "options:df_default=false" on the ovs tunnels, see [1]. Fragmenting those packets is not ideal, but it would be interesting to see if this

Re: [Openstack] rdo havana to icehouse: instances stuck in 'resized or migrated'

2014-05-20 Thread Julie Pichon
On 20/05/14 17:08, Dimitri Maziuk wrote: > On 05/20/2014 03:59 AM, Julie Pichon wrote: >> On 19/05/14 18:14, Dimitri Maziuk wrote: >>> On 05/19/2014 11:15 AM, Julie Pichon wrote: I had a chat with a Nova developer who pointed me to the following patch at https://review.openstack.org/

Re: [Openstack] Wrong Status at the Dashboard - IceHouse Horizon - Ubuntu 14.04

2014-05-20 Thread Julie Pichon
On 20/05/14 17:13, Martinx - ジェームズ wrote: > Hey Julie, > > The command `nova quota-show --tenant-id ` didn't worked with > IceHouse, maybe it have changed?! > > Look: > > --- > root@psuaa-1:~# nova quota-show --tenant-id 75cdaa9153264d1eb5f86c9207f57010 > usage: nova [--version] [--debug] [--os-

Re: [Openstack] Getting eventing information

2014-05-20 Thread Diego Parrilla Santamaría
Hi Krishnaprasad, we decided to build our own activity listener and gather all the events of the platform to perform usage and billing processes. You can have a look at how it looks in our platform at https://docs.stackops.net/activity-plugin-en.html or just register for the service in our website

Re: [Openstack] IceHouse Neutron L3 - Connectivity issue

2014-05-20 Thread Diego Parrilla Santamaría
Is SSH the only protocol failing? Have you checked MTU size in your infrastructure? Regards Diego -- Diego Parrilla *CEO* *www.stackops.com | * diego.parri...@stackops.com | +34 91 005-2164 | skype:diegoparrilla On Tue, May 20, 2014 at 6:0

Re: [Openstack] Fwd: Issue with Horizon

2014-05-20 Thread vibhu
After continuous use of Horizon.From time to time it starts misbehaving and any click on any panel for example on "Instances" takes it to "Login Page".Subsequent logins and clicking on any panel yields the same result. -- vibhu On Mon, May 19, 2014 at 8:30 PM, sylecn wrote: > Sorry. I think I

Re: [Openstack] Wrong Status at the Dashboard - IceHouse Horizon - Ubuntu 14.04

2014-05-20 Thread Martinx - ジェームズ
Hey Julie, The command `nova quota-show --tenant-id ` didn't worked with IceHouse, maybe it have changed?! Look: --- root@psuaa-1:~# nova quota-show --tenant-id 75cdaa9153264d1eb5f86c9207f57010 usage: nova [--version] [--debug] [--os-cache] [--timings] [--timeout ] [--os-auth-token O

Re: [Openstack] IceHouse Neutron L3 - Connectivity issue

2014-05-20 Thread Martinx - ジェームズ
Apparently we're all facing the same issue. The fact is, Neutron is too much complex... Back with Havana, we faced this: https://bugs.launchpad.net/neutron/+bug/1252900 But now, with Ubuntu 14.04 + IceHouse, seems to be a different problem. "Neutron + GRE or VXLAN", is very hard to stabilize and

Re: [Openstack] rdo havana to icehouse: instances stuck in 'resized or migrated'

2014-05-20 Thread Dimitri Maziuk
On 05/20/2014 03:59 AM, Julie Pichon wrote: > On 19/05/14 18:14, Dimitri Maziuk wrote: >> On 05/19/2014 11:15 AM, Julie Pichon wrote: >>> >>> I had a chat with a Nova developer who pointed me to the following patch >>> at https://review.openstack.org/#/c/84755/ , recently merged in Havana >>> and i

Re: [Openstack] IceHouse Neutron L3 - Connectivity issue

2014-05-20 Thread Jason Bishop
that happened to me too. maybe same root cause? see http://ubuntuforums.org/showthread.php?t=2223789 cheers jason On Mon, May 19, 2014 at 10:59 PM, Martinx - ジェームズ wrote: > I managed to login into a Ubuntu Instance via `SPICE Console` and there is > more network outages from within it, take

Re: [Openstack] Getting eventing information

2014-05-20 Thread Sandy Walsh
On 5/20/2014 7:32 AM, Narayanan, Krishnaprasad wrote: Hallo all, In our project, I need information about the VM related operations such as creation, deletion, resizing, migration, reboot, etc. In one of my earlier emails dated on 16th April 2014, I received replies from the forum about the ava

Re: [Openstack] [Keystone] Extending Keystone JSON documents with custom attributes, safe?

2014-05-20 Thread Phillip Guerin
To be a bit more succinct, if I PATCH existing Keystone JSON documents (projects, roles, users, etc) with my own custom JSON attributes, can I expect this to be a safe practice? Meaning, I'd like to add my own custom attributes and be able to query them back at a later time when I look up the

Re: [Openstack] Changing port status

2014-05-20 Thread Gary Kotton
Hi, At the moment you are able to dynamically add and remove a nic from an instance if and only if you are using Neutron. This is currently supported by libvirt. The code for Vmware is up in review for Juno and in development for the XenAPI. The port will become active when the backend networking

[Openstack] Changing port status

2014-05-20 Thread Shital Patil
Hi, I was searching on a way to add multiple interfaces for an instance launched on openstack. I found this concept of ports created within neutron network. I could create port but its status is always down so - 1- What would I need to do to make port status active 2- Is this the right way to add

[Openstack] Getting eventing information

2014-05-20 Thread Narayanan, Krishnaprasad
Hallo all, In our project, I need information about the VM related operations such as creation, deletion, resizing, migration, reboot, etc. In one of my earlier emails dated on 16th April 2014, I received replies from the forum about the availability of YAGI and StackTach to provide information

Re: [Openstack] openstack - Ceilometer error - [root@compute1 ceilometer]# ceilometer meter-list Error communicating with http://controller:8777 [Errno 111] Connection refused

2014-05-20 Thread Eoghan Glynn
What's your configured database connection? (in /etc/ceilometer/ceilometer.conf) If its a sqlalchemy-based URL (e.g. mysql or postgres) have you run ceilometer-dbsync? (either directly, or a side-effect of the installation process) - Original Message - > Hi All, > > ps -fe | grep cei

Re: [Openstack] openstack - Ceilometer error - [root@compute1 ceilometer]# ceilometer meter-list Error communicating with http://controller:8777 [Errno 111] Connection refused

2014-05-20 Thread dhanesh1212121212
Hi All, ps -fe | grep ceilometer-api No process is running. status is showing its dead. Api Error log. [root@controller ceilometer]# tailf api.log 2014-05-20 14:42:39.476 10768 WARNING keystoneclient.middleware.auth_token [-] Configuring auth_uri to point to the public identity endpoint is re

Re: [Openstack] VMware VCDdriver without vCenter

2014-05-20 Thread Gary Kotton
Hi, It was discussed at the recent summit to deprecate the ESX driver. In Icehouse there was a deprecation warning added to the code - https://github.com/openstack/nova/blob/master/nova/virt/vmwareapi/driver.py#L103 We need to discuss how we are going to do the migration path. Please note that th

Re: [Openstack] rdo havana to icehouse: instances stuck in 'resized or migrated'

2014-05-20 Thread Julie Pichon
On 19/05/14 18:14, Dimitri Maziuk wrote: > On 05/19/2014 11:15 AM, Julie Pichon wrote: >> >> I had a chat with a Nova developer who pointed me to the following patch >> at https://review.openstack.org/#/c/84755/ , recently merged in Havana >> and included in the latest RDO Havana packages. Resize s

[Openstack] VMware VCDdriver without vCenter

2014-05-20 Thread ZIBA Romain
Hello everyone, I have read that ESXdriver will disappear in Openstack Juno version. If I have only one ESXI with no vCenter server, will I be able to use the Openstack VCDdriver? Thanks beforehand. ___ Mailing list: http://lists.openstack.org/cg

Re: [Openstack] OEL Support

2014-05-20 Thread Alfredo De Luca
Thanks Tim. It looks like they support Openstack on their platform. Regards Alfredo On 19/05/2014 12:43 AM, "Tim Bell" wrote: > > > There was an Oracle announcement regarding OVM/OEL.. > http://online.wsj.com/article/PR-CO-20140513-907525.html > > > > Tim > _

Re: [Openstack] openstack - Ceilometer error - [root@compute1 ceilometer]# ceilometer meter-list Error communicating with http://controller:8777 [Errno 111] Connection refused

2014-05-20 Thread Eoghan Glynn
> Hi All, > > Please find the error iam getting after finishing the ceilometer > configuration in controller and compute. > > Error: > > [root@compute1 ceilometer]# ceilometer meter-list > Error communicating with http://controller:8777 [Errno 111] Connection > refused > > I have started all

[Openstack] openstack - Ceilometer error - [root@compute1 ceilometer]# ceilometer meter-list Error communicating with http://controller:8777 [Errno 111] Connection refused

2014-05-20 Thread dhanesh1212121212
Hi All, Please find the error iam getting after finishing the ceilometer configuration in controller and compute. Error: [root@compute1 ceilometer]# ceilometer meter-list Error communicating with http://controller:8777 [Errno 111] Connection refused I have started all the services. I noticed 87