Re: [Openstack] Integrating Ceph Jewel as Storage Backend for OpenStack Newton

2017-03-07 Thread Esteban Freire
Hi Evan, Thanks for your answer :) Yes, I have defined similar permissions and users. After performing some tests, I realized that Glance was not able to read ceph.conf file because I did not have the right variables defined. Now, I can confirm that the Glance (Newton) integration with Ceph

Re: [Openstack] Trove is skipped in Newton

2017-03-07 Thread Mark Kirkwood
I haven't tried to get Trove working with latest versions - but experience with previous (Kilo, Liberty, Mitaka) ones suggests that the creation of guest images requires painstaking determination and error checking - as the supplied docs are - somewhat - lacking...(read between the lines here).

Re: [Openstack] Quota Exceeded when no Instances are running

2017-03-07 Thread Belmiro Moreira
Hi Georgios, probably the problem is related with quotas. For some reason they were not sync when you deleted the instances. To confirm this, you can increase your quota and then check you can create new instances. If you are using Newton you can use "nova-manage project quota_usage_refresh" to fi

Re: [Openstack] Trove is skipped in Newton

2017-03-07 Thread Amrith Kumar
> -Original Message- > From: Evgeniy Ivanov [mailto:e601...@gmail.com] > Sent: Monday, March 6, 2017 11:13 PM > To: openstack@lists.openstack.org > Subject: [Openstack] Trove is skipped in Newton > > Hello everybody, > > I found some interesting info about Trove in Newton. I'm able to dep

Re: [Openstack] Trove is skipped in Newton

2017-03-07 Thread Amrith Kumar
Yes, the documentation cannot (unfortunately) cover each and every possible deployment scenario that one finds out there. In the case of Trove where guest images contain software like databases, the project cannot legally distribute guest images. Where we provide tools to build images then those

Re: [Openstack] Trove is skipped in Newton

2017-03-07 Thread Evgeniy Ivanov
Amrith Kumar, Thanks for your reply. > [Amrith Kumar] I don't quite understand where Tesora got involved in this Tesora as a contributor did more then 60% for Trove, didn't they? So, if you as a major contributor of Trove and you don't want to write documentations, why don't you opensource th

Re: [Openstack] Trove is skipped in Newton

2017-03-07 Thread Amrith Kumar
> -Original Message- > From: Evgeniy Ivanov [mailto:e601...@gmail.com] > Sent: Tuesday, March 7, 2017 3:34 AM > To: Amrith Kumar ; > openstack@lists.openstack.org > Subject: Re: [Openstack] Trove is skipped in Newton > > Amrith Kumar, > > Thanks for your reply. > > > [Amrith Kumar] I d

[Openstack] libvirtError: internal error: Unable to add port tapxx to OVS

2017-03-07 Thread Avi Cohen (A)
Hello, I get this error whenever I try to launch a VM (log is attached) I have last dev-stack installed on bare-metal (fedora24) Who can assist ? Regards avi 2017-03-07 14:08:28.284 TRACE nova.compute.manager ^[[01;35m[instance: 416d0d89-c786-435c-8fd1-85acd857b220] ^[[00mTraceback (most recent

[Openstack] [Heat] Dynamically create OS::Nova:Server "networks" property

2017-03-07 Thread Lars-Erik Helander
I have tried in numerous ways to compose a proper value for the “networks” property of OS::Nova::Server but with no success. Basically I have two “inputs” that together shall result in the complete networks lists, e.g. List1 : “[{port: foo1}, {port: foo2}]” List2 : “[{network: foo3}, {p

Re: [Openstack] Query Reg. Mirantis Community Version

2017-03-07 Thread Simon Pasquier
Hello Raja, If you're using Fuel, I would recommend you to use the StackLight plugins for monitoring. You can download the plugins and their user guides here [1]. Best regards, Simon [1] https://www.mirantis.com/software/fuel-plugins/ On Tue, Mar 7, 2017 at 4:55 AM, Raja T Nair wrote: > Thanks

Re: [Openstack] libvirtError: internal error: Unable to add port tapxx to OVS

2017-03-07 Thread Trinath Somanchi
Did you create ovs bridge 'br-int'?? In controller and compute nodes ?? Get Outlook for iOS From: Avi Cohen (A) Sent: Tuesday, March 7, 2017 7:19:03 PM To: openstack@lists.openstack.org Subject: [Openstack] libvirtError: internal error: Una

Re: [Openstack] Quota Exceeded when no Instances are running

2017-03-07 Thread Georgios Dimitrakakis
Hello Belmiro, thanks a lot for your help! Indeed using "nova-manage project quota_usage_refresh" has restored the quotas back to normal! Appreciated your time! All the best, G. On Tue, 7 Mar 2017 11:01:22 +0100, Belmiro Moreira wrote: Hi Georgios, probably the problem is related with quo

Re: [Openstack] libvirtError: internal error: Unable to add port tapxx to OVS

2017-03-07 Thread Avi Cohen (A)
Yes - it is created by the controller (distributed controller) From: Trinath Somanchi [mailto:trinath.soman...@nxp.com] Sent: Tuesday, 07 March, 2017 6:14 PM To: openstack@lists.openstack.org; Avi Cohen (A) Subject: Re: [Openstack] libvirtError: internal error: Unable to add port tapxx to OVS Di

Re: [Openstack] Trove is skipped in Newton

2017-03-07 Thread Mark Kirkwood
Actually I completely agree with you regarding doing it in devstack 1st. However, the next step will be doing one's own deployment via puppet or similar and creating guest images. Which gets us back to the original issues at the start of the thread. regards Mark On 08/03/17 03:33, Amrith

Re: [Openstack] Trove is skipped in Newton

2017-03-07 Thread Mark Kirkwood
Hi, Looking at the trove bug you filed, I'd be tempted to work with Xenial but consider either: 1/ Hacking the guestagent to use /var/lib/mysql or 2/ Removing (or changing) the line in systemd pre start that checks for /var/lib/mysql/mysql I made a comment in the bug to the effect of 1/ bu

Re: [Openstack] Trove is skipped in Newton

2017-03-07 Thread Lana Brindley
>> >> So, if you as a major contributor of Trove and you don't want to write >> documentations, why don't you opensource the book? (Openstack Trove) >> and make life easer for operators ? >> > > [Amrith Kumar] Apart from being factually incorrect, your comment is quite > funny. All of the docu

[Openstack] [kolla][ubuntu][libvirt] Is libvirt 2.5.0 in ubuntu cloud archive ocata repo bust

2017-03-07 Thread Jeffrey Zhang
Kolla deploy ubuntu gate is red now. here is the related bug[0]. libvirt failed to access the console.log file when booting instance. After made some debugging, i got following. # how console.log works nova create a empty console.log with nova:nova ( this is another bug workaround actually[1]), t

Re: [Openstack] libvirtError: internal error: Unable to add port tapxx to OVS

2017-03-07 Thread Trinath Somanchi
Can you give architectural and functional details of your setup. Like, network topology and configuration. / Trinath From: Avi Cohen (A) [mailto:avi.co...@huawei.com] Sent: Tuesday, March 07, 2017 10:37 PM To: Trinath Somanchi ; openstack@lists.openstack.org Subject: RE: [Openstack] libvirtError