openstackgerrit | Petr Malik proposed openstack/trove: Fix leaked mocks in the 'LimitsControllerTest' https://review.openstack.org/186108 | 00:16 |
---|---|---|
*** flwang1 has quit IRC | 00:37 | |
*** flwang has joined #openstack-trove | 00:51 | |
*** radez is now known as radez_g0n3 | 01:33 | |
*** serverascode has quit IRC | 01:36 | |
*** erkules_ has joined #openstack-trove | 01:40 | |
*** mattgriffin has joined #openstack-trove | 01:42 | |
*** erkules has quit IRC | 01:43 | |
*** _amrith_ is now known as amrith | 01:43 | |
*** pmackinn_ has quit IRC | 01:43 | |
*** serverascode has joined #openstack-trove | 01:44 | |
*** shakamunyi_ has joined #openstack-trove | 01:46 | |
*** shakamunyi_ has quit IRC | 01:46 | |
*** erkules_ has quit IRC | 01:50 | |
*** erkules_ has joined #openstack-trove | 01:51 | |
*** johnma has quit IRC | 01:57 | |
*** tobe has joined #openstack-trove | 02:03 | |
*** shakamunyi has joined #openstack-trove | 02:26 | |
*** shakamunyi has quit IRC | 02:33 | |
*** chlong has quit IRC | 02:39 | |
*** mattgriffin has quit IRC | 02:40 | |
*** danritchie has quit IRC | 02:45 | |
*** mattgriffin has joined #openstack-trove | 02:55 | |
*** mattgriffin has quit IRC | 03:00 | |
*** mattgriffin has joined #openstack-trove | 03:07 | |
*** mattgriffin has quit IRC | 03:13 | |
*** chlong has joined #openstack-trove | 03:22 | |
*** bhunter71 has quit IRC | 03:42 | |
*** david-lyle has quit IRC | 04:24 | |
*** david-lyle has joined #openstack-trove | 04:25 | |
*** exploreshaifali has joined #openstack-trove | 04:26 | |
*** danritchie has joined #openstack-trove | 04:34 | |
*** danritchie has quit IRC | 04:38 | |
*** exploreshaifali has quit IRC | 04:51 | |
*** Longgeek has joined #openstack-trove | 05:07 | |
*** tobe has quit IRC | 05:08 | |
*** johnma has joined #openstack-trove | 05:11 | |
*** nosnos has joined #openstack-trove | 05:12 | |
*** Longgeek has quit IRC | 05:13 | |
*** nosnos has quit IRC | 05:37 | |
*** tobe has joined #openstack-trove | 05:37 | |
*** Longgeek has joined #openstack-trove | 05:52 | |
*** tobe has quit IRC | 06:13 | |
*** tobe has joined #openstack-trove | 06:38 | |
*** sgotliv has joined #openstack-trove | 07:50 | |
*** chlong has quit IRC | 07:56 | |
*** erkules_ is now known as erkules | 08:29 | |
*** erkules has quit IRC | 08:29 | |
*** erkules has joined #openstack-trove | 08:29 | |
*** vkmc has quit IRC | 08:45 | |
*** vkmc has joined #openstack-trove | 08:45 | |
*** kbyrne has joined #openstack-trove | 08:53 | |
*** blinky_ghost has joined #openstack-trove | 09:35 | |
tobe | When is the meeting of trove? I would like to join all all of you :) | 09:43 |
blinky_ghost | vkmc: good morning :) can you test your script? :) | 09:55 |
blinky_ghost | I* | 09:55 |
*** danritchie has joined #openstack-trove | 10:00 | |
*** danritchie has quit IRC | 10:05 | |
vkmc | tobe, its tomorrow at 18UTC in #openstack-meeting-alt | 10:12 |
vkmc | tobe, looking forward to see you there! | 10:12 |
vkmc | blinky_ghost, sure, there is another branch in the git repo that add the fixes for centos | 10:12 |
blinky_ghost | vkmc: thanks, what's the branch name? | 10:13 |
vkmc | blinky_ghost, copr-kilo | 10:14 |
tobe | Great! Thanks @vkmc | 10:14 |
vkmc | blinky_ghost, I'm still testing it though, I'm going to merge the changes to the master branch once I make sure it is working as expected | 10:15 |
blinky_ghost | vkmc: Ok thanks | 10:16 |
blinky_ghost | vkmc: I'm doing some tests here with a cloud-init based vm, I see that the guest starts the command /usr/bin/python2 /usr/bin/trove-guestagent --config-file /usr/share/trove/trove-dist.conf --config-file /etc/trove/trove-guestagent.conf --config-file /etc/trove/guest_info. But the file that is being generated on the guest is: /etc/trove/conf.d/guest_info.conf, so I guess is that why I see TRACE oslo_messaging.rpc.dispatcher ModelNotFoundErr | 10:57 |
blinky_ghost | or: InstanceServiceStatus Not Found error and it fails. Am I thinking right? :) | 10:57 |
vkmc | blinky_ghost, how did you load the image? | 10:57 |
blinky_ghost | vkmc: I loaded an centos7 qcow2 image using glance, then I run cloud init to install trove | 10:59 |
vkmc | blinky_ghost, you need to update the trove datastore with the image you loaded to glance | 10:59 |
vkmc | blinky_ghost, if you are using my script, that should be done as load_trove_image -s mysql -v centos5.5 -p mariadb-galera-server -i <glance-id> | 11:00 |
vkmc | you don't need cloudinit if you are using a prebaked imag | 11:00 |
vkmc | e | 11:00 |
*** Longgeek_ has joined #openstack-trove | 11:01 | |
blinky_ghost | vkmc: done that also, everything runs ok, the vm is spwaned the service starts, I can reach the controller, however I see that error, because I think the guest_info location is wrong | 11:01 |
*** Longgeek has quit IRC | 11:01 | |
blinky_ghost | vkmc: yes I know, I was just doing some tests before I have your image to test | 11:01 |
vkmc | if you created the image using copr-kilo, you should specify in trove-taskmanager.conf injected_config_location "/etc/trove/conf.d" | 11:02 |
blinky_ghost | vkmc: ok, so in the guest it will start like this: /usr/bin/python2 /usr/bin/trove-guestagent --config-file /usr/share/trove/trove-dist.conf --config-file /etc/trove/trove-guestagent.conf --config-file /etc/trove/conf.d/guest_info.conf. Correct? | 11:04 |
vkmc | --config-file /etc/trove/conf.d/trove-guestagent.conf | 11:04 |
vkmc | yeah, that is how the .service file looks like | 11:04 |
blinky_ghost | ok | 11:06 |
blinky_ghost | vkmc: guess not if I change the location guestagent doesn't start | 11:32 |
vkmc | blinky_ghost, what are you getting in the taskmanager? | 11:35 |
blinky_ghost | vkmc: you mean in the logs? | 11:36 |
vkmc | blinky_ghost, yes | 11:37 |
blinky_ghost | vkmc: on taskmanager: 2015-06-02 11:40:29.009 3430 TRACE trove.openstack.common.periodic_task BadRequest: Malformed request URL: URL's project_id 'services' doesn't match Context's project_id '8d55aabb875c44459540668f5b95bc98' (HTTP 400) (Request-ID: req-ebcc3e91-7d18-4e1e-ad57-9276e4f67284) | 11:42 |
blinky_ghost | vkmc: on conductor: 2015-06-02 11:42:11.783 3719 TRACE oslo_messaging.rpc.dispatcher ModelNotFoundError: InstanceServiceStatus Not Found | 11:43 |
blinky_ghost | vkmc: I don't understand why doesn't use /etc/trove/guest_info instead of /etc/trove/conf.d/guest_info.conf although I force it taskmanager :/ | 11:45 |
vkmc | it should be the other way round | 11:49 |
vkmc | you should put /etc/trove/conf.d/guest_info.conf in the taskmanager.conf | 11:50 |
*** tomblank has joined #openstack-trove | 11:51 | |
blinky_ghost | vkmc: done that, the problem is that guest uses /etc/trove/guest_info however If I force in systemd on the guest to /etc/trove/conf.d/guest_info.conf it doesn't start. | 11:52 |
vkmc | blinky_ghost, check conf.d permissions | 11:52 |
vkmc | blinky_ghost, trove user should be able to read from there | 11:53 |
blinky_ghost | vkmc: Ok I'll test thank you for your patience :) | 11:53 |
vkmc | blinky_ghost, no, its ok, I'm sorry you are finding some blockers with this... its frustrating | 11:55 |
vkmc | s/some/so many | 11:55 |
*** tomblank has quit IRC | 11:56 | |
blinky_ghost | vkmc: Ok so in taskmanager I should have: | 11:57 |
blinky_ghost | guest_config = /etc/trove/conf.d/trove-guestagent.conf | 11:57 |
blinky_ghost | guest_info = /etc/trove/conf.d/guest_info | 11:57 |
blinky_ghost | injected_config_location = /etc/trove | 11:57 |
blinky_ghost | cloudinit_location = /etc/trove/cloudinit | 11:57 |
blinky_ghost | ? | 11:57 |
vkmc | blinky_ghost, http://paste.openstack.org/show/256085/ this is on a working environment | 12:05 |
vkmc | using the copr-kilo repo image | 12:06 |
*** tobe has quit IRC | 12:07 | |
*** pmackinn_ has joined #openstack-trove | 12:16 | |
vkmc | hey guys, do we support another backup mechanism for mysql other than percona xtrabackup? | 12:37 |
dougshelley66 | vkmc, there is a mysql dump based strategy | 12:38 |
dougshelley66 | guestagent.strategies.backup.mysql_impl.MySQLDump | 12:40 |
vkmc | dougshelley66, thanks :) | 12:40 |
amrith | vkmc, the guest specifies config path as a directory, not a file | 12:49 |
amrith | it loads multiple files from there | 12:49 |
amrith | unlike the controller services which each take a file. | 12:49 |
amrith | blinky_ghost ^^ | 12:49 |
vkmc | amrith, which configuration parameter are you referring to? | 12:50 |
*** _crobertsrh is now known as crobertsrh | 12:51 | |
*** johnma has quit IRC | 13:17 | |
openstackgerrit | Matthew Van Dijk proposed openstack/trove-specs: MongoDB user management commands https://review.openstack.org/184826 | 13:17 |
*** amrith is now known as _amrith_ | 13:23 | |
*** radez_g0n3 is now known as radez | 13:28 | |
*** mattgriffin has joined #openstack-trove | 13:31 | |
*** ErickHeinrich has joined #openstack-trove | 13:41 | |
*** ErickHeinrich has quit IRC | 13:41 | |
*** bhunter71 has joined #openstack-trove | 13:46 | |
*** k4n0 has quit IRC | 13:59 | |
*** csoukup has joined #openstack-trove | 14:00 | |
*** tomblank has joined #openstack-trove | 14:07 | |
blinky_ghost | vkmc: so I changed the guestagent location no I'm having this error on the guest: "exception during message handling: could not find pkg mysql55" | 14:15 |
*** radez is now known as radez_g0n3 | 14:23 | |
*** radez_g0n3 is now known as radez | 14:26 | |
*** _amrith_ is now known as amrith | 14:33 | |
*** sriram_tesora has joined #openstack-trove | 14:36 | |
amrith | vkmc, the default is to launch the guest agent with the --config-dir option | 14:39 |
*** sriram_tesora has quit IRC | 14:41 | |
blinky_ghost | amrith: any explanation for my error? on the guest? | 14:42 |
*** johnma has joined #openstack-trove | 14:42 | |
*** coolsvap|afk has quit IRC | 14:45 | |
amrith | blinky_ghost, to be perfectly honest I have not been following it closely because I have been concerned about the end point you would arrive at. Making a trove guest image is not straightforward and debugging a failed one is not trivial. Given that, I haven't been following along. Sorry | 14:45 |
*** coolsvap|afk has joined #openstack-trove | 14:48 | |
pmackinn_ | blinky_ghost, which distro is the guestagent? | 14:50 |
blinky_ghost | pmackinn_: centos 7 | 14:50 |
*** sriram_tesora has joined #openstack-trove | 14:51 | |
*** exploreshaifali has joined #openstack-trove | 14:51 | |
*** sgotliv_ has joined #openstack-trove | 14:51 | |
*** sgotliv has quit IRC | 14:52 | |
*** exploreshaifali has quit IRC | 14:52 | |
pmackinn_ | blinky_ghost, and what repos have you enabled in your guestagent? anything beyond base and/or epel? | 14:53 |
*** ashleighfarnham has joined #openstack-trove | 14:53 | |
blinky_ghost | pmackinn_: I've enabled rdo repos | 14:53 |
*** radez is now known as radez_g0n3 | 14:54 | |
pmackinn_ | blinky_ghost, try registering the package in the datastore as "mariadb-galera-server" | 14:56 |
blinky_ghost | pmackinn_ ok, thanks I'll test | 14:57 |
vkmc | pmackinn_, blinky_ghost is deploying Trove with Packstack | 14:59 |
vkmc | pmackinn_, using the kilo-copr repo right now | 14:59 |
blinky_ghost | trove-manage --config-file /etc/trove/trove.conf datastore_version_update mariadb-galera-server mysql-5.5 mariadb-galera-server glance_image_ID mysql-server-5.5 1? | 14:59 |
openstackgerrit | Matthew Van Dijk proposed openstack/trove-specs: MongoDB database management commands https://review.openstack.org/183166 | 14:59 |
pmackinn_ | vkmc, mine? | 15:00 |
vkmc | blinky_ghost, use the load_trove_image script, its easier for you | 15:00 |
vkmc | pmackinn_, yes | 15:00 |
pmackinn_ | sudo ./load_trove_image.sh -s mysql -v 5.5 -p mariadb-galera-server -i XXXXXXXXXXXXX | 15:02 |
*** john_f_ has quit IRC | 15:17 | |
blinky_ghost | pmackinn_: it seems to be working now :) thanks | 15:18 |
blinky_ghost | pmackinn_: although I see some errors in the guestagent logs | 15:18 |
pmackinn_ | blinky_ghost, :-) | 15:19 |
blinky_ghost | pmackinn_: 4 days with this thank god :P | 15:19 |
vkmc | blinky_ghost, that's great news | 15:19 |
blinky_ghost | vkmc: sure thank you for your help, so I was using the wrong datastore, the guest_info location was wrong, also the 401 errors I changed from admin user to trove user with admin role | 15:21 |
vkmc | blinky_ghost, good to know... I'm working on writing some sort of blog post to make things easier for people using Packstack to deploy Trove | 15:23 |
vkmc | I'll add your comments | 15:23 |
vkmc | also... take in mind that the instance you have now working might not be sane enough... keep us posted so we can add the required fixes | 15:24 |
blinky_ghost | 1518 TRACE trove.guestagent.datastore.mysql.service Stderr: u"\x07/usr/bin/mysqladmin: connect to server at 'localhost' failed\nerror: 'Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)'\nCheck that mysqld is running and that the socket: '/var/lib/mysql/mysql.sock' exists!\n" | 15:24 |
blinky_ghost | vkmc:the db is up but i see some errors | 15:25 |
vkmc | blinky_ghost, check 'sudo systemctl -l status mariadb' | 15:26 |
blinky_ghost | Active: active (running) since Tue 2015-06-02 15:17:20 UTC; 9min ago | 15:26 |
blinky_ghost | vkmc: I'll paste the logs a sec | 15:27 |
blinky_ghost | vkmc: can you take a look please? http://paste.openstack.org/show/256611/ | 15:29 |
blinky_ghost | vkmc, pmackinn_, although those errors I can log on successfully from my pc to db | 15:33 |
*** danritchie has joined #openstack-trove | 15:34 | |
*** barra204 has joined #openstack-trove | 15:35 | |
*** jaredrohe has joined #openstack-trove | 15:35 | |
*** shakamunyi has joined #openstack-trove | 15:35 | |
*** danritchie has quit IRC | 15:39 | |
*** jaredrohe has quit IRC | 15:40 | |
*** jaredrohe has joined #openstack-trove | 15:40 | |
pmackinn_ | blinky_ghost, yeah a perms issue we're investigating | 15:42 |
*** openstackgerrit has quit IRC | 15:42 | |
*** openstackgerrit has joined #openstack-trove | 15:43 | |
blinky_ghost | pmackinnn, vkmc, anyway I've used centos qcow2 image with this cloudinit if it helps: http://paste.openstack.org/show/256654/ | 15:46 |
vkmc | blinky_ghost, you shouldn't use cloudinit if you are using a prebaked image | 15:48 |
blinky_ghost | vkmc: I wasn't using a prebaked image, I was waiting for you to finish your script, so I just downloaded an "official" centos7 qcow2 http://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud.qcow2 and applied cloudinit. | 15:50 |
vkmc | blinky_ghost, oooooh now I understand you, I though you were using kilo-copr version of the image builder | 15:53 |
blinky_ghost | vkmc: I've also tried to create an image using your script but I couldn't logon to the VM to see what was happening so I tested it that way and it seems to work | 15:54 |
vkmc | blinky_ghost, if you are using Horizon, you can get a VNC console from the instances panel and access to it using trove user | 15:54 |
blinky_ghost | vkmc: no, I was waiting for you to merge it to master :) | 15:54 |
vkmc | blinky_ghost, we are going to remove that in the future for security reasons, but now its good enough for debugging | 15:55 |
vkmc | blinky_ghost, k k, sorry about that :) | 15:55 |
blinky_ghost | vkmc: cool I didn't know that | 15:55 |
blinky_ghost | vkmc: anyway the instructions on https://www.rdoproject.org/forum/discussion/1010/creation-of-trove-compatible-images-for-rdo need to be corrected because you need to use another datastore "mariadb-galera-server", not "mysql" | 15:57 |
blinky_ghost | vkmc: at least for centos 7 of course :) | 15:58 |
vkmc | blinky_ghost, sure thing | 15:58 |
blinky_ghost | vkmc: can I ask another thing if you don't mind? :) Is it possible to create mariadb galera clusters using trove? like creating 3 mariadb instances that sync each other? | 16:01 |
dougshelley66 | blinky_ghost, Provisioning Mysql/Maria/Percona clusters hasn't been implemented in Trove yet | 16:02 |
blinky_ghost | dougshelley66, ok what cluster options do I have? Mysql master-slave? | 16:03 |
dougshelley66 | blinky_ghost, yes master-slave replication is supported for mysql & percona | 16:04 |
dougshelley66 | using mysql asynch replication | 16:04 |
blinky_ghost | dougshelley66: with trove cluster-create? | 16:05 |
dougshelley66 | there is a blueprint that is underway for mysql clustering - https://blueprints.launchpad.net/trove/+spec/support-pxc-5.5-and-5.6 | 16:05 |
dougshelley66 | blinky_ghost, no - replication is enabled using trove create ... --replica_of | 16:05 |
*** tomblank has quit IRC | 16:06 | |
blinky_ghost | dougshelley66: ok, so what does trove cluster-create do? what kind of cluster? | 16:06 |
dougshelley66 | blinky_ghost, as of today clustering is implemented for MongoDB | 16:08 |
blinky_ghost | dougshelley66: ok thanks :) | 16:08 |
*** tomblank has joined #openstack-trove | 16:10 | |
*** bhunter71 has quit IRC | 16:31 | |
*** bhunter71 has joined #openstack-trove | 16:33 | |
sushilkm | hey all reviewers | 16:34 |
sushilkm | needed ur help for https://review.openstack.org/#/c/167733/ | 16:34 |
*** jaredrohe has quit IRC | 16:34 | |
sushilkm | the vertica int tests patchset | 16:34 |
sushilkm | it has been waiting for long | 16:34 |
*** jaredrohe has joined #openstack-trove | 16:38 | |
*** tomblank has quit IRC | 16:43 | |
ashleighfarnham | vgnbkr can you look at sushilkm's review? Looks like he responded to your comments. | 16:45 |
*** IanGovett has joined #openstack-trove | 16:54 | |
*** IanGovett1 has joined #openstack-trove | 16:59 | |
*** IanGovett has quit IRC | 17:01 | |
*** johnma has quit IRC | 17:03 | |
*** johnma has joined #openstack-trove | 17:03 | |
*** sgotliv_ has quit IRC | 17:04 | |
amrith | vkmc, yt? | 17:07 |
amrith | vkmc, please take a look at https://review.openstack.org/#/c/182910/1. I'd like to WF+1 this | 17:08 |
*** IanGovett has joined #openstack-trove | 17:09 | |
*** IanGovett has quit IRC | 17:09 | |
*** IanGovett1 has quit IRC | 17:11 | |
*** jaredrohe has quit IRC | 17:16 | |
*** jaredrohe has joined #openstack-trove | 17:17 | |
*** mattgriffin has quit IRC | 17:20 | |
vkmc | amrith, sure thing | 17:27 |
openstackgerrit | amrith proposed openstack/trove-specs: Allow users to specify backup encryption key https://review.openstack.org/185950 | 17:35 |
openstackgerrit | Merged openstack/trove-specs: Add backup and restore to the Redis datastore https://review.openstack.org/182910 | 17:48 |
openstackgerrit | Merged openstack/trove-specs: Configuration Groups for Cassandra https://review.openstack.org/180750 | 17:50 |
*** pmackinn_ is now known as _pmackinn | 17:50 | |
*** jaredrohe has quit IRC | 17:58 | |
*** jaredrohe has joined #openstack-trove | 17:59 | |
*** radez_g0n3 is now known as radez | 18:02 | |
*** jaredrohe has quit IRC | 18:02 | |
*** jaredrohe has joined #openstack-trove | 18:02 | |
*** openstackgerrit has quit IRC | 18:09 | |
*** openstackgerrit has joined #openstack-trove | 18:10 | |
openstackgerrit | Matthew Van Dijk proposed openstack/trove-specs: MongoDB user management commands https://review.openstack.org/184826 | 18:19 |
openstackgerrit | amrith proposed openstack/trove: correct api schema for instance patch https://review.openstack.org/186992 | 18:25 |
*** blinky_ghost has quit IRC | 18:26 | |
openstackgerrit | Matthew Van Dijk proposed openstack/trove-integration: Use mongodb 3 instead of 2.4 https://review.openstack.org/186904 | 18:28 |
*** mattgriffin has joined #openstack-trove | 18:38 | |
*** PeterSchwaller has joined #openstack-trove | 18:46 | |
*** openstackgerrit has quit IRC | 18:56 | |
*** openstackgerrit has joined #openstack-trove | 18:56 | |
*** sgotliv has joined #openstack-trove | 19:06 | |
openstackgerrit | Merged openstack/trove-specs: MongoDB database management commands https://review.openstack.org/183166 | 19:10 |
openstackgerrit | Matthew Van Dijk proposed openstack/trove: Enable authentication in the MongoDB guest agent https://review.openstack.org/187734 | 19:22 |
*** crobertsrh is now known as _crobertsrh | 19:22 | |
openstackgerrit | Matthew Van Dijk proposed openstack/trove: Enable authentication in the MongoDB guest agent https://review.openstack.org/187734 | 19:28 |
*** sgotliv has quit IRC | 19:48 | |
openstackgerrit | Peter Stachowski proposed openstack/trove-integration: Allow specifying devstack branch in redstack https://review.openstack.org/178264 | 19:49 |
*** openstackgerrit has quit IRC | 20:10 | |
*** openstackgerrit has joined #openstack-trove | 20:10 | |
*** amrith is now known as _amrith_ | 20:22 | |
vkmc | hey folks, how can I debug replication? | 20:46 |
vkmc | I'm getting TroveError: An error occurred while deleting a bad replication snapshot from instance in the taskmanager.log | 20:47 |
vkmc | and there are no more information than that | 20:47 |
*** _pmackinn has quit IRC | 20:52 | |
dougshelley66 | vkmc, it looks like the master snapshot failed | 20:53 |
dougshelley66 | you may want to look in the master guestagent log and see why the backup failed | 20:53 |
vkmc | dougshelley66, oh, the tail wasn't enough | 20:57 |
vkmc | thanks :D | 20:57 |
*** shakamunyi_ has joined #openstack-trove | 21:03 | |
*** shakamunyi__ has joined #openstack-trove | 21:04 | |
*** shakamunyi__ is now known as tylerdurden | 21:05 | |
*** tylerdurden has quit IRC | 21:08 | |
*** shakamunyi_ has quit IRC | 21:08 | |
*** radez is now known as radez_g0n3 | 21:11 | |
*** radez_g0n3 is now known as radez | 21:14 | |
*** johnma_ has joined #openstack-trove | 21:17 | |
*** johnma has quit IRC | 21:17 | |
*** johnma_ is now known as johnma | 21:17 | |
*** jaredrohe has quit IRC | 21:31 | |
*** mattgriffin has quit IRC | 21:37 | |
*** mattgriffin has joined #openstack-trove | 21:40 | |
*** radez is now known as radez_g0n3 | 21:59 | |
*** johnma has quit IRC | 22:05 | |
*** tylerhannan has quit IRC | 22:06 | |
*** jaredrohe has joined #openstack-trove | 22:22 | |
*** ashleighfarnham has quit IRC | 22:26 | |
*** sriram_tesora has quit IRC | 22:37 | |
*** tylerhannan has joined #openstack-trove | 22:39 | |
*** tosky_ has joined #openstack-trove | 22:46 | |
*** bhunter71 has quit IRC | 22:57 | |
*** tosky_ has quit IRC | 22:57 | |
*** jeraldv has joined #openstack-trove | 23:16 | |
*** csoukup has quit IRC | 23:18 | |
*** chlong has joined #openstack-trove | 23:22 | |
*** mattgriffin has quit IRC | 23:25 | |
*** jeraldv has quit IRC | 23:39 | |
*** barra204 has quit IRC | 23:57 | |
*** shakamunyi has quit IRC | 23:57 | |
openstackgerrit | Sharika Pongubala proposed openstack/trove-specs: Adding licensing support for clusters and instances https://review.openstack.org/187817 | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!