*** aimon has quit IRC | 00:02 | |
*** Hunner has quit IRC | 00:05 | |
*** _morgan has joined #puppet-openstack | 00:06 | |
*** Hunner has joined #puppet-openstack | 00:07 | |
*** Hunner has quit IRC | 00:07 | |
*** Hunner has joined #puppet-openstack | 00:07 | |
*** xarses has quit IRC | 00:18 | |
*** aimon has joined #puppet-openstack | 00:33 | |
*** xarses has joined #puppet-openstack | 00:39 | |
*** xingchao has joined #puppet-openstack | 00:41 | |
*** xingchao has quit IRC | 00:46 | |
*** mdorman has quit IRC | 00:53 | |
*** tiswanso_ has joined #puppet-openstack | 01:13 | |
*** tiswanso_ has joined #puppet-openstack | 01:14 | |
*** tiswanso_ has quit IRC | 01:24 | |
*** tiswanso has joined #puppet-openstack | 01:25 | |
*** ducttape_ has joined #puppet-openstack | 01:26 | |
*** ducttape_ has quit IRC | 01:44 | |
openstackgerrit | Timothy Swanson proposed openstack/puppet-neutron: Update Cisco ML2 classes and templates https://review.openstack.org/197181 | 01:57 |
---|---|---|
*** sergmelikyan has joined #puppet-openstack | 01:59 | |
*** ducttape_ has joined #puppet-openstack | 02:42 | |
*** fedexo has joined #puppet-openstack | 02:45 | |
*** sergmelikyan has quit IRC | 02:46 | |
*** tiswanso has quit IRC | 02:58 | |
*** ducttape_ has quit IRC | 03:09 | |
*** ducttape_ has joined #puppet-openstack | 03:14 | |
*** richm has quit IRC | 03:15 | |
*** ducttape_ has quit IRC | 03:27 | |
*** logan2 has quit IRC | 03:47 | |
*** logan2 has joined #puppet-openstack | 03:55 | |
*** jasondotstar has quit IRC | 04:06 | |
*** aimon_ has joined #puppet-openstack | 04:07 | |
openstackgerrit | Merged openstack/puppet-nova: Move os_region_name config option https://review.openstack.org/209324 | 04:08 |
*** aimon has quit IRC | 04:10 | |
*** sergmelikyan has joined #puppet-openstack | 04:26 | |
*** michchap has quit IRC | 04:30 | |
*** michchap has joined #puppet-openstack | 04:50 | |
*** sergmelikyan has quit IRC | 05:07 | |
*** fedexo has quit IRC | 05:16 | |
*** fedexo has joined #puppet-openstack | 05:17 | |
*** blkperl has joined #puppet-openstack | 06:07 | |
*** dkaigarodsev_ has quit IRC | 06:56 | |
openstackgerrit | Gilles Dubreuil proposed openstack/puppet-keystone: Keystone Role/Group resource provider https://review.openstack.org/211444 | 07:04 |
*** jpena has joined #puppet-openstack | 07:05 | |
openstackgerrit | Gilles Dubreuil proposed openstack/puppet-keystone: Keystone Role/Group resource provider https://review.openstack.org/211444 | 07:08 |
*** dgurtner has joined #puppet-openstack | 07:12 | |
openstackgerrit | Gilles Dubreuil proposed openstack/puppet-keystone: Resource keystone_group for Keystone V3 API https://review.openstack.org/202409 | 07:25 |
*** xingchao has joined #puppet-openstack | 07:34 | |
*** gildub has quit IRC | 07:46 | |
*** gfidente^2nd has joined #puppet-openstack | 07:51 | |
*** gfidente has quit IRC | 07:58 | |
*** gfidente^2nd is now known as gfidente | 07:59 | |
*** gfidente has quit IRC | 07:59 | |
*** gfidente has joined #puppet-openstack | 07:59 | |
*** jistr has joined #puppet-openstack | 08:04 | |
openstackgerrit | Yanis Guenane proposed openstack/puppet-neutron: Reflect provider change in puppet-openstacklib https://review.openstack.org/209875 | 08:13 |
degorenko | spredzy, hi! o/ | 08:35 |
*** fedexo has quit IRC | 08:37 | |
openstackgerrit | Merged openstack/puppet-neutron: ml2: Fix typo with ml2_srvio/supported_pci_vendor_devs param. https://review.openstack.org/210060 | 08:37 |
spredzy | degorenko, hey | 08:47 |
openstackgerrit | Yanis Guenane proposed openstack/puppet-neutron: Reflect provider change in puppet-openstacklib https://review.openstack.org/209875 | 08:47 |
*** jasondotstar has joined #puppet-openstack | 08:57 | |
degorenko | spredzy, can we inherit type *_config from openstack_config for all components? | 09:02 |
degorenko | spredzy, if yes, then i have tests :D | 09:03 |
spredzy | degorenko, if I understand correctly your question this is what https://review.openstack.org/#/q/status:open+branch:master+topic:inifile_proxy_provider,n,z is all about | 09:03 |
*** ToMiles has quit IRC | 09:04 | |
spredzy | each let's {neutron,nova}_config will inherit from openstack_config | 09:04 |
spredzy | s/let's// | 09:04 |
spredzy | it applies to all modues that have a _config provider | 09:04 |
degorenko | spredzy, yes, but it only for provider | 09:04 |
degorenko | i'm talking about types | 09:04 |
degorenko | can we do this? | 09:04 |
degorenko | for this file https://review.openstack.org/#/c/209877/4/lib/puppet/type/sahara_config.rb | 09:05 |
degorenko | for example | 09:05 |
spredzy | well type openstack_config is not mean to be called directly | 09:05 |
spredzy | atm you just can't do it as it has no param/property | 09:06 |
spredzy | This behavior was done on purpose | 09:06 |
spredzy | If I understand correctly, you'd like to move the param/property to openstack_config and have the {neutron,nova} type inherit from it | 09:06 |
degorenko | spredzy, i have tests for https://review.openstack.org/#/c/202574/ but when openstack_config type has params/properties | 09:07 |
degorenko | spredzy, yes, is it possible? | 09:07 |
degorenko | spredzy, if no, i will try to find way how to test provider without type (for this provider, no child) | 09:08 |
spredzy | Well thing is if it has param/properties you can actually create it Puppet::Type.new(:openstack_config) and do stuff with it | 09:09 |
degorenko | yes | 09:09 |
spredzy | the tricky part here was that it is not supposed to be called directly as a type | 09:09 |
openstackgerrit | Yanis Guenane proposed openstack/puppet-neutron: Reflect provider change in puppet-openstacklib https://review.openstack.org/209875 | 09:12 |
*** gfidente has quit IRC | 09:14 | |
*** dtalmage_ has quit IRC | 09:22 | |
*** dtalmage_ has joined #puppet-openstack | 09:23 | |
*** linkedinyou has quit IRC | 09:31 | |
*** dgurtner has quit IRC | 09:31 | |
*** jtomasek has joined #puppet-openstack | 09:32 | |
*** linkedinyou has joined #puppet-openstack | 09:34 | |
openstackgerrit | Denis Egorenko proposed openstack/puppet-glance: Add ability to specify number of workers for glance-registry service https://review.openstack.org/211243 | 09:38 |
*** dgurtner has joined #puppet-openstack | 09:39 | |
*** gfidente has joined #puppet-openstack | 10:15 | |
openstackgerrit | Yanis Guenane proposed openstack/puppet-swift: Reflect provider change in puppet-openstacklib https://review.openstack.org/209878 | 10:21 |
openstackgerrit | Yanis Guenane proposed openstack/puppet-swift: Fix ordering issue related to swift.conf https://review.openstack.org/211489 | 10:21 |
*** dgurtner has quit IRC | 10:32 | |
openstackgerrit | Yanis Guenane proposed openstack/puppet-swift: Reflect provider change in puppet-openstacklib https://review.openstack.org/209878 | 10:40 |
*** dgurtner has joined #puppet-openstack | 11:07 | |
*** dgurtner has quit IRC | 11:07 | |
*** dgurtner has joined #puppet-openstack | 11:07 | |
*** gchamoul is now known as gchamoul|Afk | 11:08 | |
*** saneax has joined #puppet-openstack | 11:23 | |
*** ddmitriev has joined #puppet-openstack | 11:44 | |
openstackgerrit | Yanis Guenane proposed openstack/puppet-neutron: Reflect provider change in puppet-openstacklib https://review.openstack.org/209875 | 11:51 |
*** paramite has joined #puppet-openstack | 11:52 | |
openstackgerrit | Yanis Guenane proposed openstack/puppet-tempest: Reflect provider change in puppet-openstacklib https://review.openstack.org/209879 | 12:00 |
*** openstackgerrit_ has joined #puppet-openstack | 12:03 | |
*** paramite is now known as paramite|afk | 12:05 | |
*** paramite|afk is now known as paramite | 12:07 | |
*** jayg|g0n3 is now known as jayg | 12:09 | |
*** ducttape_ has joined #puppet-openstack | 12:09 | |
openstackgerrit | Matthew Mosesohn proposed openstack/puppet-keystone: Update get_endpoint to use credentials auth_url first https://review.openstack.org/207890 | 12:15 |
*** gfidente has quit IRC | 12:16 | |
*** saneax has quit IRC | 12:17 | |
*** saneax has joined #puppet-openstack | 12:18 | |
iurygregory | good morning people | 12:20 |
openstackgerrit | Yanis Guenane proposed openstack/puppet-tempest: Reflect provider change in puppet-openstacklib https://review.openstack.org/209879 | 12:20 |
*** dgurtner has quit IRC | 12:20 | |
*** dgurtner has joined #puppet-openstack | 12:20 | |
*** paramite is now known as paramite|afk | 12:25 | |
*** xingchao_ has joined #puppet-openstack | 12:25 | |
*** saneax has quit IRC | 12:30 | |
*** ducttape_ has quit IRC | 12:31 | |
*** paramite|afk is now known as paramite | 12:33 | |
*** saneax has joined #puppet-openstack | 12:34 | |
*** jpena is now known as jpena|lunch | 12:39 | |
*** gchamoul|Afk is now known as gchamoul | 12:43 | |
openstackgerrit | Yanis Guenane proposed openstack/puppet-ceilometer: Use openstack/ namespace for fixtures modules https://review.openstack.org/211541 | 12:46 |
openstackgerrit | Yanis Guenane proposed openstack/puppet-cinder: Use openstack/ namespace for fixtures modules https://review.openstack.org/211542 | 12:48 |
*** richm has joined #puppet-openstack | 12:49 | |
openstackgerrit | Yanis Guenane proposed openstack/puppet-designate: Use openstack/ namespace for fixtures modules https://review.openstack.org/211544 | 12:49 |
openstackgerrit | Yanis Guenane proposed openstack/puppet-glance: Use openstack/ namespace for fixtures modules https://review.openstack.org/211546 | 12:50 |
openstackgerrit | Yanis Guenane proposed openstack/puppet-gnocchi: Use openstack/ namespace for fixtures modules https://review.openstack.org/211547 | 12:50 |
*** openstackgerrit_ has quit IRC | 12:51 | |
openstackgerrit | Yanis Guenane proposed openstack/puppet-heat: Use openstack/ namespace for fixtures modules https://review.openstack.org/211548 | 12:51 |
openstackgerrit | Gael Chamoulaud proposed openstack/puppet-swift: WIP: Add support for swift-object-expirer service https://review.openstack.org/211549 | 12:52 |
openstackgerrit | Yanis Guenane proposed openstack/puppet-ironic: Use openstack/ namespace for fixtures modules https://review.openstack.org/211550 | 12:52 |
openstackgerrit | Yanis Guenane proposed openstack/puppet-keystone: Use openstack/ namespace for fixtures modules https://review.openstack.org/211552 | 12:53 |
openstackgerrit | Yanis Guenane proposed openstack/puppet-manila: Use openstack/ namespace for fixtures modules https://review.openstack.org/211553 | 12:53 |
*** darkxploit has quit IRC | 12:54 | |
openstackgerrit | Yanis Guenane proposed openstack/puppet-neutron: Use openstack/ namespace for fixtures modules https://review.openstack.org/211556 | 12:55 |
openstackgerrit | Yanis Guenane proposed openstack/puppet-nova: Use openstack/ namespace for fixtures modules https://review.openstack.org/211557 | 12:56 |
openstackgerrit | Yanis Guenane proposed openstack/puppet-sahara: Use openstack/ namespace for fixtures modules https://review.openstack.org/211559 | 12:56 |
*** openstackgerrit_ has joined #puppet-openstack | 12:57 | |
openstackgerrit | Yanis Guenane proposed openstack/puppet-swift: Use openstack/ namespace for fixtures modules https://review.openstack.org/211560 | 12:57 |
openstackgerrit | Yanis Guenane proposed openstack/puppet-trove: Use openstack/ namespace for fixtures modules https://review.openstack.org/211561 | 12:58 |
openstackgerrit | Yanis Guenane proposed openstack/puppet-tuskar: Use openstack/ namespace for fixtures modules https://review.openstack.org/211562 | 12:58 |
spredzy | Fairly easy set of review ^ | 13:03 |
spredzy | reviews* | 13:03 |
spredzy | If core and non core could review :) | 13:04 |
*** ducttape_ has joined #puppet-openstack | 13:04 | |
*** gfidente has joined #puppet-openstack | 13:11 | |
*** tiswanso has joined #puppet-openstack | 13:14 | |
*** ferest has joined #puppet-openstack | 13:18 | |
*** ferest has quit IRC | 13:22 | |
*** ducttape_ has quit IRC | 13:27 | |
*** sergmelikyan has joined #puppet-openstack | 13:29 | |
openstackgerrit | Matthew Mosesohn proposed openstack/puppet-keystone: Update get_endpoint to use credentials auth_url first https://review.openstack.org/207890 | 13:33 |
degorenko | spredzy, heeey! :D i've prepared tests! | 13:37 |
degorenko | spredzy, should i upload a new patch or i can update your patch? | 13:39 |
spredzy | degorenko, \o/ | 13:39 |
spredzy | degorenko, go ahead and update mine | 13:39 |
degorenko | spredzy, ok! | 13:39 |
*** gfidente has quit IRC | 13:42 | |
openstackgerrit | Denis Egorenko proposed openstack/puppet-openstacklib: Allow the use of an ensure_absent_val param https://review.openstack.org/202574 | 13:42 |
degorenko | spredzy, take a look :) ^ | 13:43 |
*** jpena|lunch is now known as jpena | 13:45 | |
*** ducttape_ has joined #puppet-openstack | 13:47 | |
mattymo_ | have any of you set up beaker for running acceptance tests? | 13:47 |
mattymo_ | I have an openstack tenant I can use, but running rake beaker it doesn't find my vagrantfile with info | 13:48 |
spredzy | degorenko, looking in a minute | 13:48 |
spredzy | mattymo, did you follow https://github.com/puppetlabs/beaker/wiki/Openstack-Support ? | 13:49 |
mattymo_ | spredzy, where do you put this hosts file? | 13:50 |
spredzy | Beaker will build the Vagrant file based on the default.yml or whatever node description file you tell it to run against | 13:50 |
spredzy | spec/acceptance/nodesets/ | 13:50 |
spredzy | bundle exec rake beaker will run what it find in default.yml by default | 13:50 |
spredzy | mattymo, ^ | 13:50 |
mattymo_ | I got the idea that it uses default.yml, but the link to hypervisor and confs was kind of unclear | 13:51 |
mattymo_ | and spredzy how can I tell rake to use a different hosts file becaused default.yml? | 13:52 |
mattymo_ | oops s/becaused/besides | 13:53 |
*** openstackgerrit_ has quit IRC | 13:55 | |
*** openstackgerrit_ has joined #puppet-openstack | 13:56 | |
*** saneax has quit IRC | 14:00 | |
spredzy | mattymo, I think something of this form: BEAKER_set=nodepool-centos7 bundle exec rake beaker | 14:00 |
*** chem has quit IRC | 14:01 | |
*** paramite has quit IRC | 14:03 | |
*** paramite has joined #puppet-openstack | 14:03 | |
mattymo_ | spredzy, thanks.. it seems to be working | 14:04 |
mattymo_ | I really want to be able to test locally instead of spamming patchsets on gerrit | 14:04 |
*** dfisher has joined #puppet-openstack | 14:07 | |
*** jistr is now known as jistr|mtg | 14:10 | |
*** openstackgerrit_ has quit IRC | 14:17 | |
*** openstackgerrit_ has joined #puppet-openstack | 14:18 | |
spredzy | degorenko, I have some questions about the test. First thanks and awesome as Jenkins said +1 | 14:21 |
spredzy | Question : Where do you specify that test_config is a child of openstack_config ? | 14:21 |
degorenko | spredzy, nowhere | 14:21 |
spredzy | how does that work then ? | 14:22 |
degorenko | spredzy, it assumes that child for provider :) | 14:22 |
degorenko | spredzy, one moment | 14:22 |
spredzy | because you created the type within that provider class it assumes it is a child for that provider ? | 14:23 |
degorenko | spredzy, first of all, https://review.openstack.org/#/c/209877/4/lib/puppet/type/sahara_config.rb hasn't inheritance from openstack_config type | 14:24 |
degorenko | spredzy, the second one, it supposes, that class which will be child will be tested in another test | 14:24 |
spredzy | correct the type has no inheritance, only the provider does | 14:24 |
degorenko | in this test it's simulation that we have some child | 14:24 |
*** prad_ has joined #puppet-openstack | 14:24 | |
*** prad_ is now known as pradk | 14:25 | |
degorenko | so, there is the whole situation (as i see): we have some provider (our openstack_config), which doesn't work without type class (for example, child sahara_config). We just simulate such class through let :type and use it | 14:26 |
degorenko | spredzy, ^ | 14:26 |
degorenko | spredzy, am i wrong? :) | 14:27 |
degorenko | also, our provider will be inherited - yes - and we should test it in next patches. I think so | 14:27 |
degorenko | if i'm wrong, correct me please :) | 14:28 |
openstackgerrit | Drew Fisher proposed openstack/puppet-glance: Remove POSIX users, groups, and file modes. https://review.openstack.org/211593 | 14:28 |
degorenko | spredzy, also, aobut child, we create child provider here: child_conf = Class.new(provider_class) and override file_path function as it in sahara_config or whatever else | 14:29 |
spredzy | degorenko, oo its really not about you being wrong. I am just trying to understand how that works :) | 14:30 |
degorenko | spredzy, sorry if i'm explaining not clear :( | 14:30 |
spredzy | degorenko, it looks good to me as I see the expects() things returning what we are looking for | 14:31 |
*** openstackgerrit_ has quit IRC | 14:31 | |
spredzy | ie. :absent, :present | 14:31 |
degorenko | :D | 14:31 |
spredzy | let's see if people have comment on that | 14:31 |
*** paramite is now known as paramite|afk | 14:31 | |
spredzy | again thank you for helping me out | 14:31 |
degorenko | spredzy, no problem :) | 14:40 |
*** sergmelikyan has quit IRC | 14:41 | |
openstackgerrit | Matthew Mosesohn proposed openstack/puppet-keystone: Update get_endpoint to use credentials auth_url first https://review.openstack.org/207890 | 14:41 |
*** paramite|afk is now known as paramite | 14:46 | |
degorenko | folks, please, review https://review.openstack.org/#/c/205987/ it's just rebase after merge conflict :) | 14:47 |
crinkle | morning | 14:49 |
*** mdorman has joined #puppet-openstack | 14:51 | |
iurygregory | morning | 14:56 |
*** angdraug has joined #puppet-openstack | 14:57 | |
*** gfidente has joined #puppet-openstack | 14:58 | |
*** gfidente has quit IRC | 14:58 | |
*** gfidente has joined #puppet-openstack | 14:58 | |
*** jistr|mtg is now known as jistr | 14:59 | |
*** IBerezovskiy has joined #puppet-openstack | 15:02 | |
openstackgerrit | Yanis Guenane proposed openstack/puppet-manila: Use openstack/ namespace for fixtures modules https://review.openstack.org/211553 | 15:05 |
*** jayg is now known as jayg|g0n3 | 15:10 | |
*** jayg|g0n3 is now known as jayg | 15:16 | |
*** saneax has joined #puppet-openstack | 15:18 | |
*** sergmelikyan has joined #puppet-openstack | 15:19 | |
*** darkxploit has joined #puppet-openstack | 15:23 | |
openstackgerrit | Merged openstack/puppet-sahara: Use openstack/ namespace for fixtures modules https://review.openstack.org/211559 | 15:42 |
openstackgerrit | Martin Mágr proposed openstack/puppet-cinder: DB purge cron job https://review.openstack.org/208939 | 15:48 |
*** aimon_ has quit IRC | 15:51 | |
*** jasondotstar has quit IRC | 16:00 | |
*** jistr has quit IRC | 16:01 | |
openstackgerrit | Colleen Murphy proposed openstack/puppet-keystone: Test whether depends-on is really working https://review.openstack.org/211648 | 16:04 |
*** xarses has quit IRC | 16:04 | |
mattymo_ | crinkle, thanks for helping with this | 16:06 |
*** openstackgerrit_ has joined #puppet-openstack | 16:08 | |
spredzy | crinkle, depends-on does work. Check https://review.openstack.org/#/c/209868/ it relies on it | 16:09 |
openstackgerrit | Vasyl Saienko proposed openstack/puppet-horizon: add api_versions parameter https://review.openstack.org/211650 | 16:09 |
crinkle | spredzy: yeah I was pretty sure we'd gotten it to work... | 16:10 |
crinkle | mattymo_: ^ | 16:10 |
spredzy | zuul_cloner is what takes care of it | 16:10 |
openstackgerrit | Vasyl Saienko proposed openstack/puppet-horizon: add api_versions parameter https://review.openstack.org/211650 | 16:11 |
spredzy | crinkle, mfisch if you guys have sometime for quick reviews https://review.openstack.org/#/q/status:open+branch:master+topic:fix_fixtures,n,z | 16:12 |
spredzy | It simply doing a s/stackforge/openstack/ in modules' .fixtures.yml file | 16:13 |
*** xingchao_ has quit IRC | 16:15 | |
openstackgerrit | Bradley Klein proposed openstack/puppet-monasca: Allow changing the checkConnectionWhileIdle flag for api https://review.openstack.org/211653 | 16:18 |
spredzy | crinkle, thank you | 16:19 |
*** xingchao_ has joined #puppet-openstack | 16:20 | |
*** mwoodson_ has joined #puppet-openstack | 16:21 | |
*** xarses has joined #puppet-openstack | 16:21 | |
degorenko | folks, anyone :) take a look https://review.openstack.org/205987 | 16:22 |
*** mwoodson has quit IRC | 16:22 | |
*** mwoodson_ is now known as mwoodson | 16:23 | |
openstackgerrit | Merged openstack/puppet-heat: Use openstack/ namespace for fixtures modules https://review.openstack.org/211548 | 16:25 |
mattymo_ | crinkle, I'm waiting for your patch to pass jenkins tests | 16:26 |
mattymo_ | I want to see with my own eyes) | 16:26 |
openstackgerrit | Merged openstack/puppet-designate: Use openstack/ namespace for fixtures modules https://review.openstack.org/211544 | 16:29 |
*** paramite has quit IRC | 16:30 | |
openstackgerrit | Merged openstack/puppet-glance: Use openstack/ namespace for fixtures modules https://review.openstack.org/211546 | 16:31 |
openstackgerrit | Merged openstack/puppet-gnocchi: Use openstack/ namespace for fixtures modules https://review.openstack.org/211547 | 16:32 |
openstackgerrit | Merged openstack/puppet-tuskar: Use openstack/ namespace for fixtures modules https://review.openstack.org/211562 | 16:32 |
spredzy | crinkle, last one for today https://review.openstack.org/#/c/211489/ | 16:34 |
openstackgerrit | Merged openstack/puppet-ceilometer: Use openstack/ namespace for fixtures modules https://review.openstack.org/211541 | 16:36 |
openstackgerrit | Merged openstack/puppet-neutron: Use openstack/ namespace for fixtures modules https://review.openstack.org/211556 | 16:38 |
*** gfidente has quit IRC | 16:38 | |
openstackgerrit | Merged openstack/puppet-cinder: Use openstack/ namespace for fixtures modules https://review.openstack.org/211542 | 16:38 |
openstackgerrit | Merged openstack/puppet-nova: Use openstack/ namespace for fixtures modules https://review.openstack.org/211557 | 16:39 |
*** aimon has joined #puppet-openstack | 16:39 | |
*** bklei has joined #puppet-openstack | 16:40 | |
openstackgerrit | Merged openstack/puppet-swift: Use openstack/ namespace for fixtures modules https://review.openstack.org/211560 | 16:41 |
mattymo_ | crinkle, I don't know why, but your patch failed to trigger jenkins | 16:41 |
mattymo_ | maybe you can upload a new patchset? | 16:41 |
mattymo_ | https://review.openstack.org/#/c/211648/ | 16:41 |
openstackgerrit | Merged openstack/puppet-keystone: Use openstack/ namespace for fixtures modules https://review.openstack.org/211552 | 16:41 |
openstackgerrit | Merged openstack/puppet-trove: Use openstack/ namespace for fixtures modules https://review.openstack.org/211561 | 16:43 |
*** darkxploit has quit IRC | 16:46 | |
crinkle | mattymo_: it's working on it http://zuul.openstack.org/ | 16:53 |
*** jpena has quit IRC | 16:53 | |
mattymo_ | crinkle, ok I got into the logs from zuul. it's there alright | 16:55 |
*** xingchao_ has quit IRC | 16:55 | |
mattymo_ | crinkle, fwiw I just got beaker working using the beaker openstack plugin | 16:55 |
*** xingchao_ has joined #puppet-openstack | 16:56 | |
*** xingchao_ has quit IRC | 16:57 | |
*** darkxploit has joined #puppet-openstack | 17:00 | |
openstackgerrit | Merged openstack/puppet-swift: Fix ordering issue related to swift.conf https://review.openstack.org/211489 | 17:13 |
*** rochaporto has joined #puppet-openstack | 17:13 | |
openstackgerrit | Merged openstack/puppet-ironic: Use openstack/ namespace for fixtures modules https://review.openstack.org/211550 | 17:13 |
openstackgerrit | Merged openstack/puppet-monasca: Allow changing the checkConnectionWhileIdle flag for api https://review.openstack.org/211653 | 17:17 |
*** rochaporto has quit IRC | 17:21 | |
*** ianw has quit IRC | 17:21 | |
*** morazi has joined #puppet-openstack | 17:23 | |
*** aimon has quit IRC | 17:33 | |
*** aimon has joined #puppet-openstack | 17:43 | |
crinkle | mattymo_: so i am pretty sure depends-on is working, you can see your commit in the git history http://logs.openstack.org/48/211648/1/check/gate-puppet-keystone-puppet-beaker-rspec-dsvm-trusty/12741d2/console.html#_2015-08-11_16_42_33_150 | 17:44 |
crinkle | mattymo_: so it must be an issue with your keystone patch | 17:45 |
vinsh | Would we expect that a catalog that fails to run due to a dependency cycle should cause the gate-puppet-swift-puppet-beaker-respec-dvsm-trusty to fail? | 17:48 |
vinsh | It seems to allow the failure/error and marks SUCCESS for me. http://logs.openstack.org/20/203220/8/check/gate-puppet-swift-puppet-beaker-rspec-dsvm-trusty/6e2423d/console.html.gz | 17:48 |
mattymo_ | crinkle, I'm noticing one more issue that maybe you know about | 17:49 |
mattymo_ | http://logs.openstack.org/90/207890/8/check/gate-puppet-keystone-puppet-beaker-rspec-dsvm-centos7/29a34e0/console.html#_2015-08-11_14_57_18_473 | 17:51 |
mattymo_ | the error is cut off | 17:51 |
openstackgerrit | Matthew Mosesohn proposed openstack/puppet-keystone: Update get_endpoint to use credentials auth_url first https://review.openstack.org/207890 | 17:54 |
mattymo_ | I was missing a " in openrc | 17:54 |
crinkle | the error isn't cut off, the clients really just say ERROR: openstack :( | 17:55 |
mattymo_ | that's gorgeous.. | 17:55 |
iurygregory | nice error message =X | 17:55 |
crinkle | vinsh: that's weird >.< | 17:55 |
vinsh | Yeah :) | 17:55 |
vinsh | i'm unsure how the heck I caused it to begin with. didn't hit it locally but I avoid using the ringbuilder code at all costs. | 17:56 |
*** derekh has joined #puppet-openstack | 17:56 | |
vinsh | Will have to look and resolve the cycle. | 17:56 |
crinkle | vinsh: thanks for checking the test output :) | 17:57 |
vinsh | yep! | 17:57 |
*** xingchao_ has joined #puppet-openstack | 17:58 | |
*** tiswanso has quit IRC | 18:00 | |
*** tiswanso has joined #puppet-openstack | 18:00 | |
mattymo_ | vinsh, crinkle we ran into this issue when building fuel docker containers | 18:04 |
vinsh | a dependency cycle issue? | 18:05 |
vinsh | or failure to fail on error? | 18:05 |
mattymo_ | we use puppet apply --detailed-exitcodes -d -v manifest.pp; [[ $? == 0 || $? == 2 ]] | 18:05 |
mattymo_ | my guess is that it's failing on exit code >2 and treating 1 as success. 0 means success and no changes, 2 means success and changes | 18:06 |
*** derekh has quit IRC | 18:06 | |
*** openstackgerrit_ has quit IRC | 18:06 | |
*** xingchao_ has quit IRC | 18:11 | |
mattymo_ | vinsh, it runs apply_manifest 3 times. first ignores failure. second catches. third tests exit 0. first was ok. second and third failed. weird it doesn't error out. the only other test about it listening on 8080 is okay | 18:15 |
vinsh | well, could be the exit code issue you mention | 18:16 |
mattymo_ | it's supposed to catch. I looked at beaker code and it defines which exit codes are okay.. it doesn't just compare >2 or anything | 18:16 |
mattymo_ | but it could be a side effect of the first being set to :catch_failures => false | 18:17 |
openstackgerrit | Vasyl Saienko proposed openstack/puppet-horizon: add new parameters for multidomain support https://review.openstack.org/211704 | 18:27 |
openstackgerrit | Matthew Mosesohn proposed openstack/puppet-keystone: Update get_endpoint to use credentials auth_url first https://review.openstack.org/207890 | 18:29 |
mattymo_ | crinkle, would you look at this if you have time? https://review.openstack.org/#/c/209965/ | 18:29 |
*** aimon_ has joined #puppet-openstack | 18:44 | |
*** aimon has quit IRC | 18:47 | |
*** aimon__ has joined #puppet-openstack | 18:47 | |
*** aimon_ has quit IRC | 18:49 | |
*** paramite has joined #puppet-openstack | 18:55 | |
*** jpena has joined #puppet-openstack | 18:58 | |
*** bklei_ has joined #puppet-openstack | 19:00 | |
*** bklei has quit IRC | 19:04 | |
*** xingchao_ has joined #puppet-openstack | 19:10 | |
*** xingchao_ has quit IRC | 19:15 | |
*** tiswanso has quit IRC | 19:26 | |
*** tiswanso has joined #puppet-openstack | 19:27 | |
*** paramite has quit IRC | 19:46 | |
*** jpena has quit IRC | 19:57 | |
openstackgerrit | Paul Belanger proposed openstack/puppet-modulesync-configs: Create sync-projects.sh script https://review.openstack.org/210528 | 20:06 |
openstackgerrit | Bradley Klein proposed openstack/puppet-monasca: Allow config of check idle connection for persister https://review.openstack.org/211736 | 20:07 |
pabelanger | spredzy: crinkle: EmilienM: First pass at msync using -infra way. http://paste.openstack.org/show/412608/ | 20:12 |
pabelanger | don't mind the 1git errors, I did that so not to create actual reviews | 20:12 |
pabelanger | time for some optimizations | 20:13 |
*** xingchao_ has joined #puppet-openstack | 20:13 | |
vinsh | I'm working to understand the beaker-rspec-dsvm tests.. I'm not clear on what manifest it uses to configure each service. | 20:17 |
*** xingchao_ has quit IRC | 20:17 | |
vinsh | I suppose its the "apply_manifest.pp.sclfj" that I don't get. | 20:18 |
vinsh | thats based on some other file I can't find. | 20:19 |
vinsh | "localhost $ scp /tmp/beaker20150806-22024-n912d5 ubuntu-14.04-amd64:/tmp/apply_manifest.pp.fAJgpn" | 20:20 |
vinsh | but what is that beaker file to begin with? | 20:20 |
vinsh | Someone clue me in please :) | 20:20 |
crinkle | vinsh: the manifest is defined inline in a variable called pp | 20:23 |
crinkle | the apply_manifest function takes the manifest string and creates that tempfile with it | 20:23 |
vinsh | for example: http://logs.openstack.org/20/203220/8/check/gate-puppet-swift-puppet-beaker-rspec-dsvm-trusty/6e2423d/console.html.gz | 20:25 |
vinsh | I don't see an apply_manifest function there... | 20:25 |
vinsh | or that string.. | 20:26 |
crinkle | vinsh: http://git.openstack.org/cgit/openstack/puppet-swift/tree/spec/acceptance/basic_swift_spec.rb#n106 | 20:26 |
vinsh | THAT was what I needed | 20:26 |
crinkle | :) | 20:26 |
vinsh | I couldn't understand the dependency loop the test was hitting without that part. Thank you very much. | 20:27 |
openstackgerrit | Paul Belanger proposed openstack/puppet-modulesync-configs: Create sync-projects.sh script https://review.openstack.org/210528 | 20:27 |
vinsh | I may try adjusting the basic_swift_spec.rb. | 20:28 |
pabelanger | okay, automated module sync is now working. https://review.openstack.org/#/c/210517/ and https://review.openstack.org/#/c/210528/ | 20:31 |
*** xarses has quit IRC | 20:33 | |
*** xarses has joined #puppet-openstack | 20:34 | |
*** rochaporto has joined #puppet-openstack | 20:36 | |
pabelanger | https://review.openstack.org/#/c/211744/ will trigger the sync | 20:38 |
*** jayg is now known as jayg|g0n3 | 20:53 | |
*** ianw has joined #puppet-openstack | 20:56 | |
*** rochaporto has quit IRC | 21:02 | |
*** rochaporto has joined #puppet-openstack | 21:02 | |
*** rochaporto has quit IRC | 21:02 | |
*** saneax has quit IRC | 21:07 | |
*** tiswanso has quit IRC | 21:07 | |
*** pradk has quit IRC | 21:16 | |
*** jtomasek has quit IRC | 21:17 | |
*** aimon__ has quit IRC | 21:24 | |
*** sergmelikyan has quit IRC | 21:35 | |
*** dgurtner has quit IRC | 21:48 | |
*** aimon has joined #puppet-openstack | 21:52 | |
*** bklei_ has quit IRC | 21:54 | |
*** tiswanso has joined #puppet-openstack | 22:06 | |
*** tiswanso has quit IRC | 22:10 | |
*** xingchao_ has joined #puppet-openstack | 22:16 | |
*** darkxploit has quit IRC | 22:18 | |
*** xingchao_ has quit IRC | 22:23 | |
openstackgerrit | Merged openstack/puppet-cinder: DB purge cron job https://review.openstack.org/208939 | 22:33 |
*** tiswanso has joined #puppet-openstack | 22:36 | |
*** tiswanso has quit IRC | 22:41 | |
openstackgerrit | Merged openstack/puppet-glance: Add ability to specify number of workers for glance-registry service https://review.openstack.org/211243 | 22:50 |
*** saneax has joined #puppet-openstack | 22:53 | |
*** dfisher has quit IRC | 22:54 | |
*** gildub has joined #puppet-openstack | 22:58 | |
openstackgerrit | Richard Megginson proposed openstack/puppet-glance: support for keystone v3 api - glance https://review.openstack.org/176150 | 23:08 |
*** ducttape_ has quit IRC | 23:09 | |
*** xarses has quit IRC | 23:11 | |
*** morazi has quit IRC | 23:16 | |
*** xarses has joined #puppet-openstack | 23:19 | |
openstackgerrit | Gilles Dubreuil proposed openstack/puppet-keystone: Keystone Role/Group resource provider https://review.openstack.org/211444 | 23:24 |
openstackgerrit | Gilles Dubreuil proposed openstack/puppet-keystone: Resource keystone_group for Keystone V3 API https://review.openstack.org/202409 | 23:24 |
openstackgerrit | Gilles Dubreuil proposed openstack/puppet-keystone: Keystone Role/Group resource provider https://review.openstack.org/211444 | 23:25 |
openstackgerrit | Gilles Dubreuil proposed openstack/puppet-keystone: Resource keystone_group_role for Keystone V3 API https://review.openstack.org/207755 | 23:25 |
openstackgerrit | Gilles Dubreuil proposed openstack/puppet-keystone: Resource keystone_trust for Keystone V3 API https://review.openstack.org/200996 | 23:32 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!