Re: [openstack-dev] [Trove] Proposal to add Amrith Kumar to trove-core

2014-08-26 Thread Denis Makogon
+1. Congratulations, Amrith. Best regards, Denis M. вторник, 26 августа 2014 г. пользователь Sergey Gotliv написал: > Strong +1 from me! > > > > -Original Message- > > From: Nikhil Manchanda [mailto:nik...@manchanda.me ] > > Sent: August-26-14 3:48 AM > > To: OpenStack Development Mailin

[openstack-dev] [magnetodb] Backup procedure for Cassandra backend

2014-08-29 Thread Denis Makogon
CF’s for given keyspace Useful links http://www.datastax.com/documentation/cassandra/2.0/cassandra/tools/toolsNodetool_r.html Best regards, Denis Makogon ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [magnetodb] Backup procedure for Cassandra backend

2014-08-29 Thread Denis Makogon
tools/toolsCompact.html, we just need take into account that it's possible that sstable was already compacted and force compaction wouldn't give valuable benefits. Best regards, Denis Makogon > > On Fri, Aug 29, 2014 at 2:01 PM, Denis Makogon > wrote: > >> Hello,

Re: [openstack-dev] Not able to create volume backup using cinder

2014-09-02 Thread Denis Makogon
Hello, Vinod. Sorry but dev. mailing list is not for usage questions. But it seems that you don't have launched cindre-backup service (see Service cinder-backup could not be found.). Take a look at https://github.com/openstack/cinder/blob/master/bin/cinder-backup. Best regards, Denis Ma

Re: [openstack-dev] Attach an USB disk to VM [nova]

2014-09-14 Thread Denis Makogon
Agreed with Max. With nova you can use file injection mechanism. You just need to build a dictionary of file paths and file content. But I do agree that it's not the same as you want. But it's more than valid way to inject files. Best regards, Denis Makogon понедельник, 15 сентя

Re: [openstack-dev] How to inject files inside VM using Heat [heat]

2014-09-15 Thread Denis Makogon
Thanks in advance. > > Regards > Fipuzzles > > ___ > OpenStack-dev mailing list > OpenStack-dev@lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > > Best regards, Denis Makogon ___

Re: [openstack-dev] [Trove] configuration groups using overrides file

2013-11-25 Thread Denis Makogon
already > have. > > This will allow the guest to be agnostic of the type of config file and > less logic in the guest. > > > -Craig > > > > > On Wed, Nov 13, 2013 at 1:19 PM, Denis Makogon wrote: > >> I would like to see this functionality in the next w

Re: [openstack-dev] [Hacking] License headers in empty files

2013-11-28 Thread Denis Makogon
Good question, Roman. I'm also interested in this. Are there any best-practices of header usage ? Should we place headers whereven it needs ? 2013/11/28 Roman Prykhodchenko > Hi folks, > > according to our hacking rules all source files should contain the Apache > license header in the beginnin

Re: [openstack-dev] Working with Vagrant and packstack

2013-11-30 Thread Denis Makogon
Agreed with Matt, openstack-dev channel designed for developers discusions. Please find a better place for asking such questions (forums, blogs, etc.) 2013/11/30 Matt Riedemann > > > On Friday, November 29, 2013 2:16:23 AM, Peeyush Gupta wrote: > >> Hi all, >> >> I have been trying to set up an

[openstack-dev] [trove]

2013-12-18 Thread Denis Makogon
Greetings, OpenStack DBaaS community. I'd like to start discussion around a new feature in Trove. The feature I would like to propose covers manipulating database log files. Main idea. Give user an ability to retrieve database log file for any purposes. Goals to achieve. Suppos

Re: [openstack-dev] [trove] Delivering datastore logs to customers

2013-12-20 Thread Denis Makogon
s try to focus on the "deliver >> to swift" first option. >> >> [1] >> http://eavesdrop.openstack.org/meetings/trove/2013/trove.2013-12-18-18.13.log.txt >> >> On Wed, Dec 18, 2013 at 5:24 AM, Denis Makogon wrote: >> >>> Greetin

[openstack-dev] [trove] Dropping connectivity from guesagent to Trove back-end

2013-12-20 Thread Denis Makogon
Goodday, OpenStack DВaaS community. I'd like to start conversation about dropping connectivity from In-VM guestagent and Trove back-end. Since Trove has conductor service which interacts with agents via MQ service, we could let it deal with any back-end required operations initialize

Re: [openstack-dev] [trove] Dropping connectivity from guesagent to Trove back-end

2013-12-20 Thread Denis Makogon
datastore specific logic, which requires back-end connectivity. It would be nice to have consistent instance states for each datastore types and version. Are there any objections about letting conductor deal with it ? Best regards, Denis Makogon 2013/12/20 Tim Simpson > Hi Denis, > >

Re: [openstack-dev] [trove] Dropping connectivity from guesagent to Trove back-end

2013-12-20 Thread Denis Makogon
; https://review.openstack.org/#/c/59410/5 > > Thanks, > > Tim > > -- > *From:* Denis Makogon [dmako...@mirantis.com] > *Sent:* Friday, December 20, 2013 8:58 AM > *To:* OpenStack Development Mailing List (not for usage questions) > *Subjec

Re: [openstack-dev] [trove] Dropping connectivity from guesagent to Trove back-end

2013-12-20 Thread Denis Makogon
Tim, let's make conductor reporting that root enabled until we could be able to teach trove how to manage its own extensions. Because extensions are too complicated, as you said. So, it's really would be better to give conductor an ability to handle root reporting. Best regards, Den

Re: [openstack-dev] [trove] Dropping connectivity from guesagent to Trove back-end

2013-12-20 Thread Denis Makogon
t;> instance there's no question. >> >> Phase 2 of the document above is to make conductor the source of truth >> for information about an instance, so taskman will start asking conductor >> instead of fetching the database information directly. So I think the next &g

Re: [openstack-dev] [trove] Delivering datastore logs to customers

2013-12-23 Thread Denis Makogon
figuretion, that each file inside container would contain timestamp, and i'm not going to limit user with specific number of allowed files inside Swift. I hope, i answered all your questions. [1] https://wiki.openstack.org/wiki/TroveDBInstanceLogOperation#API_Calls Best regards, Denis Makogo

Re: [openstack-dev] [OpenStack-dev] [Trove] Implementing unit-tests and int-tests for heat based instance

2014-01-14 Thread Denis Makogon
is to improve test coverage (int and units). 3. Patch for trove should be dependent on https://review.openstack.org/#/c/63636/ and https://review.openstack.org/#/c/63102/ because this patches are changing codebase (relared to heat). Thanks for making Trove better. Best regards, Denis Makogon. 2014

Re: [openstack-dev] [Trove] how to list available configuration parameters for datastores

2014-01-22 Thread Denis Makogon
Goodday to all. #3 looks more than acceptable. /datastores//configuration/parameters. According to configuration parameters design, a configuration set must be associated to exactly one datastore. Best regards, Denis Makogon. 2014/1/22 Michael Basnight > On Jan 22, 2014, at 10:19 AM, Ka

Re: [openstack-dev] [Trove] how to list available configuration parameters for datastores

2014-01-23 Thread Denis Makogon
of > #1 > /datastores//configuration/parameters > > maybe: > #2 > /datastores//parameters > > #3 > /datastores//configurationparameters > > > > > On Wed, Jan 22, 2014 at 2:27 PM, Denis Makogon > wrote: > >> Goodday to all. >> >> #3 looks m

Re: [openstack-dev] [Trove][Discussion] Are we using troveclient/tools/install_venv_common.py ?

2014-01-24 Thread Denis Makogon
salts: [novaclient] https://github.com/openstack/python-novaclient/tree/master/tools [heatclient] - [glanceclient] - [swiftclient] - [cinderclient] https://github.com/openstack/python-cinderclient/tree/master/tools [neutronclient] - Best regards, Denis Makogon. 2014/1/24 Nilakhya Chatterjee > H

Re: [openstack-dev] [Trove] how to list available configuration parameters for datastores

2014-01-24 Thread Denis Makogon
ies. Best regards, Denis Makogon. 2014/1/24 Craig Vyvial > Looks like there is a "short cut" if you know the datastore version and > you want to look it up. > > Exist today in the code: > /datastores//versions/ > /datastores/versions/ > > Add these paths: >

[openstack-dev] [Trove] API extention update in order to support multi-databases integration

2014-02-03 Thread Denis Makogon
ql.py [2] https://review.openstack.org/70742 <https://review.openstack.org/70742> <https://review.openstack.org/70742> Best regards, Denis Makogon Mirantis, Inc. Kharkov, Ukraine www.mirantis.com www.mirantis.ru dmako...@mirantis.com ___ Open

Re: [openstack-dev] [Trove] API extention update in order to support multi-databases integration

2014-02-03 Thread Denis Makogon
nt conversation. > > ** This is a side note for whoever added it, but I am also confused why > MongoDB and Cassandra cannot support the users API according to the > compatibility matrix. MongoDB has user/role management and even has a > superuser which is equivalent to the mysql ro

[openstack-dev] [Trove] Security groups provisioning flow update

2014-02-04 Thread Denis Makogon
roposed implementation here [4]. [1] https://wiki.openstack.org/wiki/Trove/DatastoreCompatibilityMatrix [2] http://redis.io/topics/config [3] https://wiki.openstack.org/wiki/Oslo/Config [4] https://review.openstack.org/#/c/50944/ <https://review.openstack.org/#/c/50944/> Best regards, Denis Makog

[openstack-dev] [Trove] Backup/Restore encryption/decryption issue

2014-02-05 Thread Denis Makogon
a.org/wiki/Key_derivation_function [4] http://en.wikipedia.org/wiki/PBKDF2 [5] https://gist.github.com/denismakogon/8823279 [6] https://blueprints.launchpad.net/trove/+spec/backup-encryption Best regards, Denis Makogon Mirantis, Inc. Kharkov, Ukraine www.mirantis.com www.mirantis.ru dmako...@mi

Re: [openstack-dev] [Trove] Backup/Restore encryption/decryption issue

2014-02-11 Thread Denis Makogon
ink that adding implementation of new RFC to crypto is a good idea, it would be easy to re-use it in barbican later and then i will use barbican functionality in trove for security improvement. Best regards, Denis Makogon Mirantis, Inc. Kharkov, Ukraine www.mirantis.com www.mirantis.ru dmako...@miranti

Re: [openstack-dev] [Trove] Trove-Gate timeouts

2014-02-16 Thread Denis Makogon
five days. Best regards Denis Makogon. Sent from an iPad On Mon, Feb 17, 2014 at 6:33 AM, Craig Vyvial wrote: > Trovesters, > > One reason for the longer running test was that for the configuration > groups i added a creation of a new instance. This is to test a new instance &g

Re: [openstack-dev] [infra] reverify/recheck

2014-02-17 Thread Denis Makogon
dicating which bugs might have caused a failure." So, i guess we should investigate Gary's problem. Best regards, Denis Makogon. On Mon, Feb 17, 2014 at 2:53 PM, Sylvain Bauza wrote: > Hi Gary, > > That's normal, this command has been removed since Dec'13, see >

Re: [openstack-dev] Devstack Error

2014-02-25 Thread Denis Makogon
Hi, Trinath. Ideal solution is to rebuild your dev. environnment. But for the future discussions and questions please use IRC #openstack-dev to ask any question about setting up development environment (devstack). Best regards, Denis Makogon. On Tue, Feb 25, 2014 at 5:53 PM, Ben Nemec

Re: [openstack-dev] How do I mark one option as deprecating another one ?

2014-02-26 Thread Denis Makogon
the new option is present ("[blaa]/foo" above) it will override any deprecated options present. If the new option is not present and multiple deprecated options are present, the option corresponding to the first element of deprecated_opts will be chosen. I hope

[openstack-dev] [TROVE] Trove replication meeting

2014-02-27 Thread Denis Makogon
ev to let all interested be informed about time and link to hangout chat. Best regards, Denis Makogon. ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] openstack java sdk

2014-02-28 Thread Denis Makogon
Hello, Rash. Here [1], you could try this one. But we cannot give any warranties about stability of this SDK. [1] https://github.com/woorea/openstack-java-sdk Best regards, Denis Makogon. On Fri, Feb 28, 2014 at 12:43 PM, rash g wrote: > Hello, > I am working on a project

Re: [openstack-dev] [Trove] Flavors per datastore

2014-03-05 Thread Denis Makogon
Hey, Danies. Datastore has a set of flavor that allowed to be used while instance provisioning with the given datastore. Best regards, Denis Makogon On Wed, Mar 5, 2014 at 5:28 PM, Daniel Salinas wrote: > After reading this I feel it requires me to ask the question: > > Do fla

[openstack-dev] [all][oslo.messaging] Multi-versioning RPC Service API support

2014-11-19 Thread Denis Makogon
t; [2] https://bugs.launchpad.net/oslo.messaging/+bug/1050374 Kind regards, Denis Makogon ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

[openstack-dev] [project-config][infra] Advanced way to run specific jobs against code changes

2014-12-11 Thread Denis Makogon
Good day Stackers. I’d like to raise question about implementing custom pipelines for Zuul. For those of you how’s pretty familiar with project-config and infra itself it wouldn’t be a news that for now Zuul layout supports only few pipelines types [1]

Re: [openstack-dev] [CI][TripleO][Ironic] check-tripleo-ironic-xxx fails

2014-12-26 Thread Denis Makogon
On Fri, Dec 26, 2014 at 11:01 AM, Adam Gandelman wrote: > This is fallout from a new upstream release of pip that went out earlier > in the week. It looks like no formal bug ever got filed, tho the same > problem discovered in devstack and trove's integration testing repository. > Added some com

Re: [openstack-dev] [cinder bug commit] How to commit a bug which depends on another bug that have not been merged?

2015-01-07 Thread Denis Makogon
Hello liuxinguo. On Wed, Jan 7, 2015 at 9:13 AM, liuxinguo wrote: > Hi all, > > > > · I have commit a bug and it is not yet merged. Now I want to > commit another bug but this bug is depends on the previous one which have > not been merged? > > · So how should I do? Should I com

Re: [openstack-dev] [Keystone] Should region name be case insensitive?

2015-01-07 Thread Denis Makogon
Hello Zhou. On Wed, Jan 7, 2015 at 10:39 AM, Zhou, Zhenzan wrote: > Hi, > > > > I meet such an issue when using glance/nova client deployed with Devstack > to talk with a cloud deployed with TripleO: > > > > [minicloud@minicloud allinone]$ glance image-list > > public endpoint for image serv

Re: [openstack-dev] [trove] confused about trove-guestagent need nova's auth info

2015-01-11 Thread Denis Makogon
Hello to all. On Sunday, January 11, 2015, Mark Kirkwood wrote: > On 18/12/14 14:30, 乔建 wrote: > >> When using trove, we need to configure nova’s user information in the >> configuration file of trove-guestagent, such as >> >> lnova_proxy_admin_user >> >> lnova_proxy_admin_pass >> >> lnova_proxy

Re: [openstack-dev] [Openstack] Openstack Havana installation using devstack

2015-01-15 Thread Denis Makogon
On Thu, Jan 15, 2015 at 2:36 PM, abhishek jain wrote: > I'm also facing the same trouble. > On Jan 15, 2015 12:05 PM, "masoom alam" wrote: > >> No >> >> I want Havana purposefully. >> >> Thanks >> >> On Thu, Jan 15, 2015 at 10:45 AM, iKhan wrote: >> >>> Go with stable/icehouse then. >>> >>> On

[openstack-dev] [oslo.messaging] Performance testing. Initial steps.

2015-01-15 Thread Denis Makogon
://www.huyng.com/posts/python-performance-analysis/ Kind regards, Denis Makogon IRC: denis_makogon dmako...@mirantis.com __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ

[openstack-dev] [Trove][Cassandra] Cassandra clustering implementation progress

2015-01-16 Thread Denis Makogon
Hello to All. I'd like to notify those of you who's interested in clustering implementation in Trove that i've made big progress with Cassandra clustering implementation. There are couple patches that may be useful for those of you who want to verify given implementation: - python-troveclient

Re: [openstack-dev] oslo_log/oslo_config initialization

2015-01-21 Thread Denis Makogon
On Wed, Jan 21, 2015 at 12:16 PM, Qiming Teng wrote: > Hi, > > In the oslo_log 0.1.0 release, the setup() function demands for a conf > parameter, but I have failed to find any hint about setting this up. > > The problem is cfg.CONF() returns None, so the following code fails: > > conf = cfg.CO

[openstack-dev] [Trove][Heat] Use cases required for Trove

2014-04-25 Thread Denis Makogon
et/heat/+spec/handle-update-for-security-groups https://blueprints.launchpad.net/heat/+spec/update-cinder-volume Best regards, Denis Makogon dmako...@mirantis.com www.mirantis.com ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lis

Re: [openstack-dev] [Trove][Heat] Use cases required for Trove

2014-04-25 Thread Denis Makogon
On Fri, Apr 25, 2014 at 8:44 PM, Clint Byrum wrote: > Excerpts from Zane Bitter's message of 2014-04-25 10:05:31 -0700: > > On 25/04/14 08:30, Denis Makogon wrote: > > > Hello Trove/Heat community. > > > > > > I'd like to start thread related to re

[openstack-dev] [TROVE] Resource management in Trove

2014-04-28 Thread Denis Makogon
Good day, Trove community I'd like to start thread related to orchestration based resource management. At current state Heat support in Trove is nothing else than experimental. Trove should be able to fully support Trove as resource management driver. *Why is it so important?* Because Tro

[openstack-dev] [Trove] Resource management in Trove

2014-04-28 Thread Denis Makogon
Good day, Trove community I'd like to start thread related to orchestration based resource management. At current state Heat support in Trove is nothing else than experimental. Trove should be able to fully support Trove as resource management driver. *Why is it so important?* Because Trove

Re: [openstack-dev] [Trove] Pluggable conductor manager

2014-04-28 Thread Denis Makogon
Good day, Boden. I think you should file the blueprint for it and put it into BP meeting agenda. Best regards, Denis Makogon On Mon, Apr 28, 2014 at 9:50 PM, boden wrote: > Guys, > I have a few small features / enhancements I'd like to suggest. I'm > willing to contrib

Re: [openstack-dev] Monitoring as a Service

2014-05-04 Thread Denis Makogon
-instance monitoring will be the great value-add to upstream Ceilometer. As for me, it's a good chance to integrate well-known production ready monitoring systems that have tons of specific plugins (like Nagios etc.) Best regards, Denis Makogon воскресенье, 4 мая 2014 г. пользователь John Gri

Re: [openstack-dev] [Trove] Proposal to add Craig Vyvial to trove-core

2014-05-06 Thread Denis Makogon
+1 On Tue, May 6, 2014 at 5:06 PM, Peter Stachowski wrote: > +1 > > -Original Message- > From: Nikhil Manchanda [mailto:nik...@manchanda.me] > Sent: May-06-14 5:32 AM > To: OpenStack Development Mailing List (not for usage questions) > Subject: [openstack-dev] [Trove] Proposal to add Cr

[openstack-dev] [Trove][Notifications] Notifications refactoring

2014-05-23 Thread Denis Makogon
s.launchpad.net/trove/+spec/ceilometer-integration> Best regards, Denis Makogon www.mirantis.com dmako...@mirantis.com ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

[openstack-dev] [Trove] Heat integration

2014-06-11 Thread Denis Makogon
-interface [TROVE BUG-REPORT SPACE] https://bugs.launchpad.net/trove/+bug/1276228 https://bugs.launchpad.net/trove/+bug/1325512 https://bugs.launchpad.net/trove/+bug/1328464 Best regards, Denis Makogon ___ OpenStack-dev mailing list OpenStack-dev@li

[openstack-dev] [Trove] Datastore integration testing

2014-06-11 Thread Denis Makogon
rested in building another gates, before building another image/integration-tests gate please ensure that chosen datastore passing all integration tests. Best regards, Denis Makogon ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists

Re: [openstack-dev] 1302376 : bug or feature

2014-04-04 Thread Denis Makogon
Goodday Shweta, it's a definitely a bug, thanks for registering the bug-report. Best regards, Denis Makogon On Fri, Apr 4, 2014 at 1:04 PM, Shweta shweta wrote: > Hi all, > > I've logged a bug in trove. I'm a little unsure if this is a bug or > feature. Pl

Re: [openstack-dev] [Openstack] No one replying on tempest issue?Please share your experience

2014-09-23 Thread Denis Makogon
same operation as Tempest by hands on your >> environment like the following ? >> >> [1] $ cinder create 1 >> [2] $ cinder snapshot-create >> > [3] cinder snapshot-show (see if snapshot was baked properly) > [3] $ cinder create --snapshot-id 1 >> [4] $ cinder show >> >> Please check whether the status of created volume at [3] is "available" >> or not. >> >> Thanks >> Ken'ichi Ohmichi >> >> ___ >> Mailing list: >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack >> Post to : openst...@lists.openstack.org >> Unsubscribe : >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack >> > > > ___ > OpenStack-dev mailing list > OpenStack-dev@lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > > Best regards, Denis Makogon. ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [Trove] Trove Blueprint Meeting on 13 October canceled

2014-10-12 Thread Denis Makogon
regular Trove meeting on Wednesday! > > Thanks, > Nikhil > > ___ > OpenStack-dev mailing list > OpenStack-dev@lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > Best regards, Denis Makogon ___ OpenStack-d

Re: [openstack-dev] [Trove] Proposal to add Iccha Sethi to trove-core

2014-10-30 Thread Denis Makogon
+1 On Thu, Oct 30, 2014 at 3:02 PM, Tim Simpson wrote: > +1 > > > From: Nikhil Manchanda [nik...@manchanda.me] > Sent: Thursday, October 30, 2014 3:47 AM > To: OpenStack Development Mailing List (not for usage questions) > Subject: [openstack-dev] [Trove]

[openstack-dev] [Trove] Guest RPC API improvements. Messages, topics, queues, consumption.

2014-10-31 Thread Denis Makogon
messages would be lost. 4. Fast-fail during provisioning. 5. Other minor/major improvements. Thoughts? P.S.: I’d like to discuss this topic during upcoming Paris summit (during contribution meetup at Friday). Best regards, Denis Makogon

Re: [openstack-dev] [Trove] Guest RPC API improvements. Messages, topics, queues, consumption.

2014-10-31 Thread Denis Makogon
t; instance. This way you'll never have more queues in rabbit than are needed. > > I do agree that it may work. But as for me, it'll be more safe if taskmanager will handle topic initializing(when instance gets created) and canceling (when instance gets deleted). > Thanks, &g

[openstack-dev] [Trove] Clustering API next steps

2014-11-17 Thread Denis Makogon
Good day, Stackers/Trovers. During Paris Design Summit Clustering session [1] we, as community, came up with need of changing existing clustering API. By changing an API i mean deprecating existing clustering action because of its close connection to MongoDB datastore. There were no disagreement

[openstack-dev] [oslo.messaging] ZeroMQ driver maintenance next steps

2014-11-17 Thread Denis Makogon
Good day, Stackers. During Paris Design summit oslo.messaging session was raised good question about maintaining ZeroMQ driver in upstream (see section “dropping ZeroMQ support in oslo.messaging” at [1]) . As we all know, good thoughts are comming always after. I’d like to propose several improve

Re: [openstack-dev] Zero MQ remove central broker. Architecture change.

2014-11-17 Thread Denis Makogon
On Mon, Nov 17, 2014 at 4:26 PM, Russell Bryant wrote: > On 11/17/2014 05:44 AM, Ilya Pekelny wrote: > > Hi, all! > > > > We want to discuss opportunity of implementation of the p-2-p messaging > > model in oslo.messaging for ZeroMQ driver. > > On a related note, have you looked into AMQP 1.0 at

Re: [openstack-dev] [oslo.messaging] ZeroMQ driver maintenance next steps

2014-11-17 Thread Denis Makogon
On Mon, Nov 17, 2014 at 4:26 PM, James Page wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Hi Denis > > On 17/11/14 07:43, Denis Makogon wrote: > > During Paris Design summit oslo.messaging session was raised good > > question about maintaining

Re: [openstack-dev] [oslo.messaging] ZeroMQ driver maintenance next steps

2014-11-17 Thread Denis Makogon
On Mon, Nov 17, 2014 at 5:12 PM, Eric Windisch wrote: > > > On Mon, Nov 17, 2014 at 8:43 AM, Denis Makogon > wrote: > >> Good day, Stackers. >> >> >> During Paris Design summit oslo.messaging session was raised good >> question about maintaining Zer

Re: [openstack-dev] [oslo.messaging] ZeroMQ driver maintenance next steps

2014-11-17 Thread Denis Makogon
понедельник, 17 ноября 2014 г. пользователь Mehdi Abaakouk написал: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Le 2014-11-17 15:26, James Page a écrit : > >> This was discussed in the oslo.messaging summit session, and >> re-enabling zeromq support in devstack is definately on my to

Re: [openstack-dev] [oslo.messaging] ZeroMQ driver maintenance next steps

2014-11-17 Thread Denis Makogon
понедельник, 17 ноября 2014 г. пользователь James Page написал: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > On 17/11/14 09:01, Denis Makogon wrote: > > I'm not sure I understand you statement about them not being > > "gate"-able - the functiona

Re: [openstack-dev] [oslo.messaging] ZeroMQ driver maintenance next steps

2014-11-17 Thread Denis Makogon
вторник, 18 ноября 2014 г. пользователь Mehdi Abaakouk написал: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > > > Le 2014-11-17 22:53, Doug Hellmann a écrit : > > That’s a good goal, but that’s not what I had in mind for in-tree functional tests. >>> An interesting idea

Re: [openstack-dev] [trove] how to trigger a recheck of reddwarf CI?

2014-06-29 Thread Denis Makogon
Hello, Mat. You need to log into https://rdjenkins.dyndns.org/job/Trove-Gate/ (Auth system uses Launchpad OpenID). Then you need to find certaun job you need to click "Retrigger". The End. FYI i already retrigged your job. You're welcome. Best regards, Denis Makogon On Sun,

Re: [openstack-dev] [trove] guestagent config for overriding managers

2014-07-02 Thread Denis Makogon
nly then you can use options. There should be another way to deal with it. As i already said, we should take a look at stevedore. Best regards, Denis Makogon On Wed, Jul 2, 2014 at 7:34 AM, Craig Vyvial wrote: > If you want to override the trove guestagent managers its looks really > nasty

Re: [openstack-dev] [Openstack] [Trove] Trove instance got stuck in BUILD state

2014-07-07 Thread Denis Makogon
on in error, please notify the sender and delete all copies of > this message. Persistent Systems Ltd. does not accept any liability for > virus infected mails. > > ___ > OpenStack-dev mailing list > OpenStack-dev@lists.open

Re: [openstack-dev] [Openstack] [Trove] Trove instance got stuck in BUILD state

2014-07-07 Thread Denis Makogon
On Mon, Jul 7, 2014 at 3:40 PM, Amrith Kumar wrote: > Denis Makogon (dmako...@mirantis.com) writes: > > > > | Those docs are useless, since they are not reflecting significant step – > > | creating custom Trove images. You need to create image with Trove > > | inst

Re: [openstack-dev] [Openstack] [Trove] Trove instance got stuck in BUILD state

2014-07-07 Thread Denis Makogon
Mark, there are also no documentation about service tuning(no description of service related options, sample configs in Trove repo is not enough). So, I think we should extend your list of significant things to document. Thanks, Denis M. вторник, 8 июля 2014 г. пользователь Mark Kirkwood написал:

Re: [openstack-dev] [Trove] Postgresql Anyone working on DBaaS?

2014-07-10 Thread Denis Makogon
Hello Mark. There are several patches for Postgresql are hanging at the review queue. Here's useful link: https://blueprints.launchpad.net/trove/+spec/postgresql-support Contact point: Kevin Conway (you can ping him in IRC and ask if he needs any help) Best regards, Denis Makogon O

Re: [openstack-dev] What projects need help?

2014-07-10 Thread Denis Makogon
://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > And, of course. Welcome, dear friend. Best regards, Denis Makogon ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

[openstack-dev] [TROVE] Guest prepare call polling mechanism issue

2014-07-21 Thread Denis Makogon
/models.py#L420-L429 [5] - https://github.com/openstack/trove/blob/master/trove/taskmanager/models.py#L217-L256 [6] - https://github.com/openstack/trove/blob/master/trove/taskmanager/models.py#L254-L266 [7] - https://review.openstack.org/#/c/97194/ Thoughts? Best regards, Denis Makogon

[openstack-dev] [Trove] Guest prepare call polling mechanism issue

2014-07-23 Thread Denis Makogon
] - https://github.com/openstack/trove/blob/master/trove/taskmanager/models.py#L217-L256 [6] - https://github.com/openstack/trove/blob/master/trove/taskmanager/models.py#L254-L266 [7] - https://review.openstack.org/#/c/97194/ Thoughts? Best regards, Denis Makogon

[openstack-dev] [Trove] Neutron integration test job

2014-07-23 Thread Denis Makogon
/108966 [4] - POC. https://gist.github.com/denismakogon/76d9bd3181781097c39b Best regards, Denis Makogon ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [Trove] Neutron integration test job

2014-07-23 Thread Denis Makogon
On Wed, Jul 23, 2014 at 8:12 PM, Kyle Mestery wrote: > On Wed, Jul 23, 2014 at 7:28 AM, Denis Makogon > wrote: > > Hello, Stackers. > > > > > > > > For those of you who’s interested in Trove just letting you know, that > for > > now Trove can work

Re: [openstack-dev] [Trove] Guest prepare call polling mechanism issue

2014-07-23 Thread Denis Makogon
FAILED state) so the logs surfaced this as a DNS error. This change should > help us avoid such issues. > > Thanks, > > Tim > > > -- > *From:* Denis Makogon [dmako...@mirantis.com] > *Sent:* Wednesday, July 23, 2014 7:30 AM > *To:* OpenStack Development Mailing Li

Re: [openstack-dev] [Trove] Guest prepare call polling mechanism issue

2014-07-23 Thread Denis Makogon
On Thu, Jul 24, 2014 at 1:01 AM, Nikhil Manchanda wrote: > > Tim Simpson writes: > > > To summarize, this is a conversation about the following LaunchPad > > bug: https://launchpad.net/bugs/1325512 > > and Gerrit review: https://review.openstack.org/#/c/97194/6 > > > > You are saying the function

Re: [openstack-dev] [oslo.cfg] Dynamically load in options/groups values from the configuration files

2014-07-24 Thread Denis Makogon
ve a set of registered options per their groups. It's the best variant of dynamic option loading, but i'm open for discussion. Best regards, Denis Makogon > Thanks a lot! > > -- > Best wishes! > Baohua > > ___ >

Re: [openstack-dev] [Trove] Neutron integration test job

2014-07-24 Thread Denis Makogon
On Thu, Jul 24, 2014 at 12:32 PM, Nikhil Manchanda wrote: > > > On Wed, Jul 23, 2014 at 7:28 AM, Denis Makogon > wrote: > > [...] > >> > >> Add Neutron-based configuration for DevStack to let folks try it > > This makes sense to tackle; now that the n

[openstack-dev] [Trove][stevedore] Datastore configuration opts refactoring. Stevedore integration.

2014-07-24 Thread Denis Makogon
tore/redis/manager.py [5] https://github.com/openstack/trove/blob/master/trove/guestagent/datastore/cassandra/manager.py [6] https://github.com/openstack/trove/blob/master/trove/guestagent/datastore/mongodb/manager.py#L96-L160 Best regards, Denis Makogon ___

[openstack-dev] [Glance][Trove] Metadata Catalog

2014-07-24 Thread Denis Makogon
nce-Metadata [2] https://review.openstack.org/#/c/98554/11 [3] https://review.openstack.org/#/c/82123/ Best regards, Denis Makogon ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listi

Re: [openstack-dev] [Glance][Trove] Metadata Catalog

2014-07-24 Thread Denis Makogon
reviewing metadata spec right now. If there would be some kind of a gap or missing abilities - i would leave comments. But for the cursory glance - it looks exactly what we need, except our own(Trove) specific things. Thanks, Denis M. > Thank you, > Arnaud > > On Jul 24, 2014, at 6:

Re: [openstack-dev] [Trove] Should we stop using wsgi-intercept, now that it imports from mechanize? this is really bad!

2014-07-26 Thread Denis Makogon
Best regards, Denis Makogon суббота, 26 июля 2014 г. пользователь Thomas Goirand написал: > Hi, > > Trove is using wsgi-intercept. So it ended in the > global-requirements.txt. It was ok until what's below... > > I was trying to fix this bug: > https://bugs.debian.org/c

Re: [openstack-dev] [Trove] Dynamic extension loading using stevedore -- BP ready for review

2014-07-28 Thread Denis Makogon
acy code which is not maintainable. Because WSGI ReST framework was dropped off from oslo-incubator(during IceHouse release) and Trove will migrate into Pecan before K2. So, i'd like to freeze all refactoring/re-implementation around lagacy WSGI code until Pecan support

[openstack-dev] [Trove][Monitoring][Ceilometer] Trove monitoring feature. Database metrics.

2014-07-28 Thread Denis Makogon
] http://www.hyperic.com/products/mysql-monitoring [6] http://dev.mysql.com/doc/refman/5.6/en/show-slave-status.html Best regards, Denis Makogon ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/m

Re: [openstack-dev] [Trove] Dynamic extension loading using stevedore -- BP ready for review

2014-07-28 Thread Denis Makogon
On Mon, Jul 28, 2014 at 6:40 PM, boden wrote: > > On 7/28/2014 8:40 AM, Denis Makogon wrote: > >> >> >> >> On Fri, Jul 25, 2014 at 9:00 PM, boden > <mailto:bo...@linux.vnet.ibm.com>> wrote: >> >> Gents, >> As we discussed at

[openstack-dev] [Trove] Configuration Groups CLI improvements

2014-07-30 Thread Denis Makogon
configuration-create. To avoid text duplication i filed BP and wrote spec for it BP: https://blueprints.launchpad.net/trove/+spec/configuration-improvements Wiki: https://wiki.openstack.org/wiki/Trove/ConfigurationShellImprovements Any early feedbacks are appreciated. Best regards, Denis Makogon

[openstack-dev] [Trove] Datastore/Versions API improvements

2014-07-30 Thread Denis Makogon
Unauthorized (code 401) which seems weird since user is authorized. This is definitely a bug. And it comes from [2]. [1] https://github.com/openstack/trove/blob/master/trove/common/auth.py#L72-L87 [2] https://github.com/openstack/trove/blob/master/trove/common/wsgi.py#L316-L318 Best regards, Denis

[openstack-dev] [Trove] Specs improvements. Review request.

2014-07-30 Thread Denis Makogon
end of the Friday to submit them for monday blueprint review. Best regards, Denis Makogon ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [Trove] Backup/restore namespace config move has leftovers

2014-08-01 Thread Denis Makogon
is there something I'm missing? > > You're not missing anything, you are right. I'd suggest to file a bug report and fix given issue. Best regards, Denis Makogon > Cheers > > Mark > > ___ > OpenStack-dev mail

[openstack-dev] [Trove] V1 Client improvements

2014-08-01 Thread Denis Makogon
- Make ignored API available through V1 client (will take certain efforts to add CLI representation of this calls, same for Trove site - will need to add integration tests to verify that given endpoints are accessible via V1 client) Thoughts? Best regards, Denis Makogon

Re: [openstack-dev] [Trove] Backup/restore namespace config move has leftovers

2014-08-01 Thread Denis Makogon
Sent from my iPhone > On Aug 2, 2014, at 8:04, Mark Kirkwood wrote: > >> On 01/08/14 21:35, Denis Makogon wrote: >> >> I'd suggest to file a bug >> report and fix given issue. > > Done. > > https://bugs.launchpad.net/trove/+bug/1351545 >

Re: [openstack-dev] [Trove] Backup/restore namespace config move has leftovers

2014-08-02 Thread Denis Makogon
суббота, 2 августа 2014 г. пользователь Mark Kirkwood написал: > On 02/08/14 18:24, Denis Makogon wrote: > > Mark, we don't have to add backup/restore namespace options to datastores >> that does't support backup/restore feature. >> You should take a look how bac

Re: [openstack-dev] Step by step OpenStack Icehouse Installation Guide

2014-08-03 Thread Denis Makogon
s.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > > Best regards, Denis Makogon ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

[openstack-dev] [Trove] Service configuration options modification

2014-08-04 Thread Denis Makogon
. Thoughts? Best regards, Denis Makogon ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [Trove] Datastore/Versions API improvements

2014-08-05 Thread Denis Makogon
On Tue, Aug 5, 2014 at 11:06 PM, Craig Vyvial wrote: > > > > On Wed, Jul 30, 2014 at 10:10 AM, Denis Makogon > wrote: > >> Hello, Stackers. >> >> >> >> I’d like to gather Trove team around question related to >> Datastores/Version A

  1   2   >