*** sai_p has quit IRC | 00:21 | |
openstackgerrit | zhongshengping proposed openstack/puppet-monasca master: Add release support https://review.openstack.org/574117 | 00:41 |
---|---|---|
mnaser | tobasco: im not sure what the best way to go about doing that right now | 00:41 |
openstackgerrit | zhubingbing proposed openstack/puppet-openstack-guide master: Add puppet-glare to Puppet OpenStack Modules https://review.openstack.org/575659 | 00:43 |
*** gregoryo has joined #puppet-openstack | 00:49 | |
*** owalsh_ is now known as owalsh | 01:17 | |
openstackgerrit | Lars Kellogg-Stedman proposed openstack/puppet-keystone master: [WIP] update support for openidc in puppet-keystone https://review.openstack.org/575147 | 01:22 |
*** armaan_ has joined #puppet-openstack | 01:46 | |
*** armaan has quit IRC | 01:46 | |
openstackgerrit | Merged openstack/puppet-keystone stable/queens: authtoken cannot manage python-memcache on RedHat https://review.openstack.org/575170 | 02:04 |
*** armaan_ has quit IRC | 02:24 | |
*** armaan has joined #puppet-openstack | 02:25 | |
*** Kvisle has quit IRC | 02:38 | |
openstackgerrit | Merged openstack/puppet-keystone master: Package<| tag == 'keystone-package'|> -> File<| title == '/etc/apache2/sites-available' |> https://review.openstack.org/575168 | 02:45 |
*** armaan has quit IRC | 02:54 | |
*** armaan has joined #puppet-openstack | 03:00 | |
*** Kvisle has joined #puppet-openstack | 03:16 | |
*** skramaja has joined #puppet-openstack | 03:19 | |
openstackgerrit | Alex Schultz proposed openstack/puppet-mistral master: Include authtoken configuration for api https://review.openstack.org/576336 | 03:36 |
mwhahaha | mnaser, tobasco -^ we broke tripleo with some cleanup bits in mistral | 03:37 |
mnaser | mwhahaha: dang. Sorry. Last thing you needed was more gate resets | 03:41 |
mnaser | +2 from me | 03:41 |
mwhahaha | pretty much | 03:41 |
mwhahaha | it's breaking the world | 03:41 |
mnaser | mwhahaha: given it’s actually breaking you pretty badly.. do you want to self approve? I’m okay with it considering we don’t have much mistral consumers beyond tripleo | 03:42 |
mnaser | I’d be okay with that | 03:42 |
mwhahaha | yea i will when it passes ci | 03:42 |
mnaser | Okay cool | 03:43 |
mnaser | I’ll keep an eye out too | 03:43 |
*** ykarel|pto has joined #puppet-openstack | 04:01 | |
openstackgerrit | Merged openstack/puppet-oslo master: Remove sqlite_db option https://review.openstack.org/575664 | 04:02 |
openstackgerrit | zhulingjie proposed openstack/puppet-nova master: Remove the duplicated "for" https://review.openstack.org/576346 | 04:12 |
*** ykarel|pto is now known as ykarel | 04:26 | |
*** jaosorior has joined #puppet-openstack | 04:32 | |
*** markvoelker has quit IRC | 05:01 | |
*** agurenko has joined #puppet-openstack | 05:51 | |
openstackgerrit | Merged openstack/puppet-mistral master: Include authtoken configuration for api https://review.openstack.org/576336 | 06:17 |
*** armaan has quit IRC | 06:17 | |
*** armaan has joined #puppet-openstack | 06:18 | |
*** ykarel_ has joined #puppet-openstack | 06:33 | |
ykarel_ | mwhahaha, hi | 06:35 |
ykarel_ | mwhahaha, how idempotency in handled in puppet providers? | 06:35 |
ykarel_ | mwhahaha, like keystone_role, if same keystone_role is created twice, how it's handled | 06:36 |
*** ykarel has quit IRC | 06:36 | |
*** ykarel_ is now known as ykarel | 06:36 | |
ykarel | mnaser, ^^ | 06:36 |
jaosorior | ykarel: it all depends on the provider :D All the instances in the catalog are fetched in the prefetch function: https://github.com/openstack/puppet-keystone/blob/master/lib/puppet/provider/keystone_role/openstack.rb | 06:58 |
tobasco | mwhahaha: that sucks, sorry about that, it was removing a deprecated behaviour though so I didn't fuck up right? :) | 06:58 |
jaosorior | and the missing ones (which are not provided by the prefetch function) are persisted via the create function | 06:58 |
jaosorior | ykarel: it all depends on the role's name too, that's how it knows if a role was created or not | 06:59 |
*** markvoelker has joined #puppet-openstack | 07:01 | |
*** tesseract has joined #puppet-openstack | 07:02 | |
*** martin_85 has joined #puppet-openstack | 07:04 | |
ykarel | jaosorior, if i run this twice, second attempt fails:- sudo puppet apply --modulepath=/usr/share/openstack-puppet/modules/ -e "keystone_role { 'Yatin': ensure => present,}" | 07:04 |
jaosorior | ykarel: then there's a bug in the provider :D | 07:04 |
ykarel | :) | 07:05 |
jaosorior | ykarel: it is also quite tricky, because apparently roles are case insensitive in keystone | 07:05 |
ykarel | yes, many other resources in openstack are case insensitive | 07:05 |
jaosorior | ykarel: this is extremely problematic, becasue role checks are case sensitive, and the puppet providers are also case sensitive (AFAIK) | 07:05 |
*** rcernin has quit IRC | 07:05 | |
ykarel | hmm | 07:06 |
*** amoralej|off is now known as amoralej | 07:06 | |
jaosorior | it's bad | 07:06 |
jaosorior | anyway, it would sure be nice to fix the role issue. | 07:06 |
ykarel | jaosorior, any idea how it can be handled now, it's affecting multiple projects | 07:07 |
jaosorior | ykarel: what is affecting multiple projects? the member/Member issue? | 07:07 |
ykarel | jaosorior, yes | 07:07 |
jaosorior | or the role check in the provider not working? | 07:07 |
openstackgerrit | Merged openstack/puppet-neutron master: Remove deprecated rabbit params https://review.openstack.org/570307 | 07:08 |
jaosorior | ykarel: well, IMO it's a keystone bug, and a very old one it seems. We should get decision from the keystone team saying "roles are case sensitive" or that they're not. And then we can fix the puppet-provider to match that | 07:08 |
jaosorior | so, instead of checking the name as-is in the provider, we should always do resource[:name).lower() or something of the sort. | 07:09 |
jaosorior | but yeah, first we need a statement of how stuff should be. | 07:09 |
ykarel | jaosorior, yup doing something similar | 07:09 |
ykarel | proposing a patch for review | 07:09 |
jaosorior | ykarel: lets get a statement of how things should be before having a patch | 07:10 |
ykarel | jaosorior, from whom to receivce stament? | 07:10 |
jaosorior | the keystone team | 07:10 |
ykarel | jaosorior, as per comment it's case sensitive due to mysql | 07:11 |
ykarel | jaosorior, see comment from lance in https://review.openstack.org/#/c/576056/ | 07:11 |
jaosorior | ykarel: * insensitive | 07:11 |
tobasco | zigo: if you have some time over, what do you think is causing this http://logs.openstack.org/90/571990/3/check/puppet-openstack-integration-4-scenario001-tempest-debian-stable/7f087c2/logs/puppet.txt.gz#_2018-06-18_20_53_53 | 07:12 |
tobasco | ceph mimic packages are working on ubuntu but not stretch, the stretch dist in the repo is there but cant see any stretch specific packages | 07:13 |
tobasco | can see changes here https://review.openstack.org/#/c/571990/ | 07:13 |
zigo | tobasco: Well, it's broken then ! | 07:14 |
zigo | tobasco: Did you ask ceph upstream? | 07:14 |
jaosorior | ykarel: ok, I see the comment. Yeah, if projects and users are also case-insensitive. It's probably the best idea to persist that in puppet. | 07:14 |
zigo | tobasco: FYI, I'm currently trying to finish fixing scenario002 and 004, so it's really not the time to break stuff more ! :) | 07:14 |
zigo | tobasco: My scheduling for keystone looks like working, now there's packaging issues in ironic & bgpvpn, it seems. | 07:15 |
zigo | Shouldn't be hard to fix. | 07:15 |
jaosorior | ykarel: FWIW this is the name that should be lower https://github.com/openstack/puppet-keystone/blob/master/lib/puppet/provider/keystone_role/openstack.rb#L54 and this is the check that should be normalized https://github.com/openstack/puppet-keystone/blob/master/lib/puppet/provider/keystone_role/openstack.rb#L66 | 07:15 |
openstackgerrit | yatin proposed openstack/puppet-keystone master: Handle role creation as they are case insensitive https://review.openstack.org/576393 | 07:16 |
ykarel | jaosorior, ^^ | 07:16 |
jaosorior | ykarel: looks good to me. | 07:16 |
jaosorior | ykarel: thanks for the patch. | 07:16 |
ykarel | jaosorior, yeah we need this | 07:16 |
tobasco | zigo: just wanted your expertise on deb packaging if you think it's a package issue or a conflict with some current stretch packages, dont spend time on it :) | 07:17 |
zigo | tobasco: How can I try? Just put mimic instead of luminous in the repo name? | 07:18 |
* zigo has a quick look | 07:18 | |
tobasco | yeah s/debian-luminous/debian-mimic/g | 07:19 |
zigo | tobasco: If you look at https://download.ceph.com/debian-mimic/dists/stretch/main/binary-amd64/ then you'll see there's nothing in there. | 07:23 |
zigo | Just ceph-deploy, nothing more. | 07:23 |
zigo | So indeed, there's no upstream support for it yet. | 07:23 |
* zigo ends investigation | 07:24 | |
zigo | :) | 07:24 |
tobasco | aight, I compared the tree structure to the luminous repo but I assume you looked in the files | 07:25 |
tobasco | then I know where i can push for fix | 07:25 |
tobasco | ty | 07:25 |
openstackgerrit | Merged openstack/puppet-vitrage master: Replace port 35357 with 5000 for "auth_url" https://review.openstack.org/570641 | 07:31 |
*** jpena|off is now known as jpena | 07:33 | |
*** tosky has joined #puppet-openstack | 07:34 | |
*** martin_85 has quit IRC | 07:36 | |
*** markvoelker has quit IRC | 07:36 | |
*** martin_85 has joined #puppet-openstack | 07:36 | |
tobasco | zigo: seems like there is some drama about not being able to compile ceph on debian https://marc.info/?l=ceph-devel&m=152889341826073&w=2 | 07:56 |
tobasco | and that's the reason its not available for stretch | 07:56 |
zigo | tobasco: Well, that's a very wrong reason, I agree with the user being frustrated. | 07:58 |
zigo | tobasco: OF COURSE there will be no update of GCC / C++ in Stretch ... | 07:58 |
zigo | tobasco: IMO, you should continue to use Luminous on Debian, at least until Buster is out. | 08:02 |
zigo | tobasco: What I believe Ceph maintainers fail to understand, is that they should be working on Ceph directly in Debian testing, and stop their work on trying to do backports. | 08:02 |
* zigo goes back to fixing ironic | 08:02 | |
tobasco | I'll fix Ceph Mimic support and then build in some support so we can choose version between luminous/mimic and we can test both of them in CI, just spread them out between different jobs | 08:05 |
tobasco | keeping debian on luminous | 08:05 |
*** armaan has quit IRC | 08:12 | |
*** armaan has joined #puppet-openstack | 08:13 | |
openstackgerrit | Thomas Goirand proposed openstack/puppet-openstack-integration master: Debian noop test https://review.openstack.org/576416 | 08:15 |
*** pma has joined #puppet-openstack | 08:19 | |
*** markvoelker has joined #puppet-openstack | 08:33 | |
*** rmart04 has joined #puppet-openstack | 08:36 | |
*** armaan has quit IRC | 08:40 | |
*** armaan has joined #puppet-openstack | 08:41 | |
*** derekh has joined #puppet-openstack | 08:44 | |
*** jaosorior has quit IRC | 08:49 | |
*** gregoryo has quit IRC | 08:53 | |
*** shardy has joined #puppet-openstack | 08:56 | |
openstackgerrit | Christoph Manns proposed openstack/puppet-horizon stable/queens: Add a new parameter named cache_server_url https://review.openstack.org/576439 | 09:02 |
*** markvoelker has quit IRC | 09:06 | |
*** jaosorior has joined #puppet-openstack | 09:15 | |
openstackgerrit | Juan Antonio Osorio Robles proposed openstack/puppet-keystone stable/pike: apache wsgi: Exchange defaults for workers and threads https://review.openstack.org/576453 | 09:28 |
*** salmankhan has joined #puppet-openstack | 09:32 | |
openstackgerrit | Juan Antonio Osorio Robles proposed openstack/puppet-keystone stable/ocata: apache wsgi: Exchange defaults for workers and threads https://review.openstack.org/576457 | 09:37 |
*** dtantsur|afk is now known as dtantsur | 09:46 | |
*** markvoelker has joined #puppet-openstack | 10:03 | |
*** dtantsur is now known as dtantsur|brb | 10:20 | |
*** markvoelker has quit IRC | 10:37 | |
*** armaan has quit IRC | 10:38 | |
*** armaan has joined #puppet-openstack | 10:39 | |
*** armaan has quit IRC | 10:39 | |
*** armaan has joined #puppet-openstack | 10:40 | |
*** gfidente has joined #puppet-openstack | 10:47 | |
*** gfidente has quit IRC | 10:47 | |
*** gfidente has joined #puppet-openstack | 10:47 | |
*** morazi has quit IRC | 10:52 | |
*** ykarel has quit IRC | 10:56 | |
*** ykarel has joined #puppet-openstack | 10:56 | |
*** salmankhan has quit IRC | 10:59 | |
*** salmankhan has joined #puppet-openstack | 10:59 | |
*** salmankhan has quit IRC | 11:06 | |
*** jpena is now known as jpena|lunch | 11:07 | |
*** salmankhan has joined #puppet-openstack | 11:08 | |
*** shardy is now known as shardy_afk | 11:14 | |
openstackgerrit | zhangzhaoshan proposed openstack/puppet-neutron master: Replace port 35357 with 5000 for "auth_url" https://review.openstack.org/576488 | 11:24 |
*** jtomasek has quit IRC | 11:32 | |
*** markvoelker has joined #puppet-openstack | 11:34 | |
*** shardy_afk is now known as shardy | 11:35 | |
*** armaan has quit IRC | 11:37 | |
*** armaan has joined #puppet-openstack | 11:38 | |
*** morazi has joined #puppet-openstack | 11:39 | |
*** dtantsur|brb is now known as dtantsur | 11:44 | |
*** amoralej is now known as amoralej|lunch | 11:57 | |
*** jpena|lunch is now known as jpena | 12:00 | |
*** markvoelker has quit IRC | 12:01 | |
*** markvoelker has joined #puppet-openstack | 12:02 | |
*** trown|outtypewww is now known as trown | 12:07 | |
*** rnoriega has quit IRC | 12:13 | |
*** lhinds has quit IRC | 12:13 | |
*** rnoriega has joined #puppet-openstack | 12:14 | |
*** rnoriega has quit IRC | 12:14 | |
*** lhinds has joined #puppet-openstack | 12:15 | |
*** rnoriega has joined #puppet-openstack | 12:16 | |
openstackgerrit | Tobias Urdin proposed openstack/puppet-neutron master: Remove deprecated parameters https://review.openstack.org/575976 | 12:17 |
openstackgerrit | Lars Kellogg-Stedman proposed openstack/puppet-keystone master: [WIP] update support for openidc in puppet-keystone https://review.openstack.org/575147 | 12:21 |
*** jistr is now known as jistr|mtg | 12:28 | |
*** armaan has quit IRC | 12:43 | |
*** armaan has joined #puppet-openstack | 12:43 | |
*** amoralej|lunch is now known as amoralej | 12:52 | |
*** armaan has quit IRC | 12:59 | |
*** jtomasek has joined #puppet-openstack | 12:59 | |
*** armaan has joined #puppet-openstack | 12:59 | |
*** atoth has joined #puppet-openstack | 13:35 | |
*** skramaja has quit IRC | 13:36 | |
openstackgerrit | wes hayutin proposed openstack/puppet-openstack-integration master: add tripleo undercloud jobs to puppet jobs all https://review.openstack.org/576524 | 13:41 |
*** jistr|mtg is now known as jistr | 13:42 | |
*** salmankhan has quit IRC | 13:57 | |
*** salmankhan has joined #puppet-openstack | 14:00 | |
*** owalsh is now known as owalsh_brb | 14:06 | |
*** dpawlik has quit IRC | 14:17 | |
*** armaan has quit IRC | 14:18 | |
*** armaan has joined #puppet-openstack | 14:18 | |
*** armaan has quit IRC | 14:22 | |
*** armaan has joined #puppet-openstack | 14:22 | |
*** owalsh_brb is now known as owalsh | 14:26 | |
tobasco | good news, got ceph mimic working for centos and ubuntu | 14:44 |
tobasco | mnaser: can we tag stable/luminous for puppet-ceph? | 14:44 |
mnaser | tobasco: we could, i'd just like to hear input from mwhahaha about what he thinks | 14:45 |
mwhahaha | i recommended it :D | 14:45 |
mnaser | he's a lot more experienced in the transitions | 14:45 |
mnaser | oh | 14:45 |
tobasco | unfourtunately debian stretch will probably not get ceph mimic support, so we must support multiple versions in CI (which we also should and spread them out) | 14:45 |
mwhahaha | or just drop debian for master puppet-ceph | 14:45 |
mnaser | doesnt puppet-openstack-integration deploy with ceph though | 14:46 |
tobasco | could we add a environment var which we pass with zuul's "vars" to select ceph version? then spread it out so we test mimic and luminous | 14:46 |
mnaser | we already have *a lot* of jobs right now | 14:46 |
mnaser | between 3 distros, 4 scenarios and multiple puppet versions :\ | 14:46 |
tobasco | im talking about just spreading out ceph versions on current jobs | 14:46 |
mnaser | oh hmm | 14:47 |
tobasco | but perhaps that not acceptable, i mean the majority is probably still running luminous | 14:47 |
tobasco | and probably will for a while | 14:47 |
tobasco | or we could just keep luminous for everything right now | 14:47 |
tobasco | and just ceph mimic for ubuntu 18.04 which hopefully will work right away, same packages as for xenial | 14:48 |
mnaser | tobasco: what i'd like to do is keep luminous and add mimic for next cycle.. i'd imagine that would make things easier | 14:48 |
mwhahaha | is mimic a long term reease? | 14:48 |
mnaser | yes | 14:48 |
mnaser | they changend the whole thing | 14:48 |
mwhahaha | of course they did | 14:48 |
mnaser | used to be lts every other one | 14:48 |
mnaser | now everyone is an lts | 14:48 |
mwhahaha | shouldn't debian have minic packages? or is ceph not shipping debian packages | 14:48 |
mnaser | zigo: ^ yeah could we just not use the upstream ceph packages? | 14:48 |
tobasco | there is some drama on the ceph mailing list about stretch support | 14:48 |
mwhahaha | i thought we used the upstream pachages | 14:49 |
tobasco | talked with him earlier, and after reading mailing list stretch does not supply the new gcc + c++17 that ceph devs want to compile with | 14:49 |
* zigo reads the backlog | 14:49 | |
mnaser | i dunno what we use in debian, but in centos we use storage sig | 14:49 |
mnaser | and ubuntu we use uca | 14:49 |
mwhahaha | pretty sure we're using the ceph for ubuntu | 14:49 |
mnaser | so we've relied on the version shipped by the 'distro' | 14:49 |
mwhahaha | not uca | 14:49 |
tobasco | yeah, some awesome guy in storage sig built release candicate packages for mimic which worked almost right away | 14:49 |
mnaser | oh? maybe | 14:50 |
tobasco | gonna confirm that they worked for us and then they prob will be released in some day(s) | 14:50 |
tobasco | for debian-based we use official download.ceph.com packages | 14:50 |
tobasco | i had to poke some people to get that ball rolling | 14:50 |
zigo | The issue is, Ceph requires C++17, and there's no way this will be available in Debian. | 14:50 |
zigo | In mean, not in stable. | 14:50 |
tobasco | canonical's ceph packages does not work with puppet-ceph | 14:50 |
mnaser | tobasco: you're doing some really cool work. thank you | 14:50 |
zigo | mwhahaha: I can confirm, we're using Ceph's ubuntu repo. | 14:51 |
tobasco | mnaser: thanks, hopefully ceph was the only blocker and ubuntu 18.04 will pass when using ceph mimic :) | 14:51 |
tobasco | but yeah can confirm it works on xenial and centos 7 as well | 14:52 |
zigo | I've been working on Ceph packages for Debian, and it's really not easy to do. | 14:52 |
zigo | There's so many binaries, etc. | 14:52 |
zigo | For now, we're probably better off using Ceph's debian repo for luminous, and hope for the best. | 14:52 |
mnaser | zigo: im happy to see how much progress you did | 14:52 |
tobasco | i browsed through their build tools and it was massive | 14:52 |
zigo | When buster will be out, or even frozen, then maybe we can switch to luminous. | 14:52 |
zigo | mnaser: Thanks ! :) | 14:53 |
zigo | I've just found out an issue with barbican. | 14:53 |
tobasco | zigo: couldn't the c++17 stuff we provided as some extra repo, i mean backported from buster? | 14:53 |
tobasco | s/we/be/g | 14:53 |
zigo | tobasco: I really don't want to spend time on attempting to build c++17 for stretch, that's really a lot of work. | 14:53 |
tobasco | totally understand, perhaps somebody else has been backporting that stuff? | 14:54 |
zigo | I have never seen any of the C++ / gcc stuff being backported and uploaded to official Debian repos. | 14:54 |
tobasco | also this patch is needed for ceph mimic https://review.openstack.org/#/c/576247/ | 14:54 |
zigo | Sage is dreaming regarding this. | 14:54 |
*** dtantsur is now known as dtantsur|afk | 14:54 | |
tobasco | ^ works with luminous | 14:54 |
zigo | So, no, it wont happen. | 14:54 |
tobasco | got it, well not much we can do, luminous is new anyways will be here for a forseeable future | 14:55 |
tobasco | lets hope it'll be better in the next deb release | 14:55 |
zigo | Yeah, and I'm really fine with using luminous for now. | 14:55 |
zigo | I think it's fine until buster. | 14:55 |
tobasco | i agree | 14:56 |
zigo | What I don't understand is how they could have some Xenial packages... | 14:56 |
zigo | FYI, Buster will be frozen early next year. | 14:56 |
zigo | So that's just 6 months from now. | 14:56 |
*** martin_85 has quit IRC | 14:56 | |
zigo | When the next stable is frozen, I always completely foccus on it. | 14:56 |
zigo | As if it was released... | 14:56 |
zigo | This way, we get good stuff in. | 14:56 |
openstackgerrit | wes hayutin proposed openstack/puppet-openstack-integration master: WIP: add tripleo undercloud jobs to puppet intragration https://review.openstack.org/576542 | 14:56 |
openstackgerrit | wes hayutin proposed openstack/puppet-openstack-integration master: WIP: add tripleo undercloud jobs to puppet intragration https://review.openstack.org/576542 | 15:04 |
openstackgerrit | wes hayutin proposed openstack/puppet-openstack-integration master: WIP: add tripleo undercloud jobs to puppet intragration https://review.openstack.org/576542 | 15:05 |
openstackgerrit | Lars Kellogg-Stedman proposed openstack/puppet-keystone master: [WIP] update support for openidc in puppet-keystone https://review.openstack.org/575147 | 15:07 |
openstackgerrit | wes hayutin proposed openstack/puppet-openstack-integration master: WIP: add tripleo undercloud jobs to puppet intragration https://review.openstack.org/576542 | 15:10 |
*** dpawlik has joined #puppet-openstack | 15:11 | |
openstackgerrit | wes hayutin proposed openstack/puppet-openstack-integration master: WIP: add tripleo undercloud jobs to puppet intragration https://review.openstack.org/576542 | 15:11 |
openstackgerrit | wes hayutin proposed openstack/puppet-openstack-integration master: WIP: add tripleo undercloud jobs to puppet intragration https://review.openstack.org/576542 | 15:14 |
*** dpawlik has quit IRC | 15:16 | |
openstackgerrit | wes hayutin proposed openstack/puppet-openstack-integration master: WIP: add tripleo undercloud jobs to puppet intragration https://review.openstack.org/576542 | 15:17 |
tobasco | mwhahaha: how can you override the branch select by zuul-cloner (or what pulls module deps)? like | 15:18 |
mwhahaha | it's a giant pain | 15:18 |
* mwhahaha goes digs up the code | 15:18 | |
tobasco | like "if zuul_project != puppet-ceph && ceph_version == luminous" then select stable/luminous | 15:19 |
tobasco | ok ty :) | 15:19 |
mwhahaha | tobasco: https://github.com/openstack/puppet-openstack-integration/blob/bde052c8e488485925017e5a1806dee5b397c2aa/playbooks/prepare-node-integration.yaml#L7-L31 | 15:19 |
tobasco | mwhahaha: does that only apply to selecting p-o-i or can i check ZUUL_PROJECT and override somehow there? | 15:27 |
mwhahaha | i think we run that on everything | 15:27 |
mwhahaha | that's shared i think | 15:27 |
mwhahaha | not completely sure so we'd have to just look if there's somewhere else you're trying to wedge that into | 15:27 |
tobasco | hm i can't wrap my head around how that works, but i'll give it a shot and hopefully people can help out :) | 15:28 |
openstackgerrit | Alex Schultz proposed openstack/puppet-neutron master: Add tripleo jobs https://review.openstack.org/576560 | 15:29 |
openstackgerrit | Tobias Urdin proposed openstack/puppet-openstack-integration master: Add support to select ceph version https://review.openstack.org/576562 | 15:33 |
tobasco | mwhahaha: first attempt ^ | 15:33 |
openstackgerrit | Alex Schultz proposed openstack/puppet-openstack-integration master: Add tripleo undercloud jobs to puppet intragration https://review.openstack.org/576542 | 15:35 |
mwhahaha | tobasco: it's worth a shot | 15:37 |
*** agurenko has quit IRC | 15:38 | |
*** ykarel is now known as ykarel|away | 15:43 | |
zigo | tobasco: It's super nice to be able to select the version anyway ! | 15:54 |
*** ykarel|away has quit IRC | 15:54 | |
openstackgerrit | Merged openstack/puppet-keystone master: Handle role creation as they are case insensitive https://review.openstack.org/576393 | 15:56 |
openstackgerrit | Alex Schultz proposed openstack/puppet-nova master: Add tripleo jobs https://review.openstack.org/576569 | 15:57 |
openstackgerrit | Alex Schultz proposed openstack/puppet-keystone master: Add tripleo jobs https://review.openstack.org/576570 | 15:58 |
openstackgerrit | Alex Schultz proposed openstack/puppet-neutron master: Remove deprecated parameters https://review.openstack.org/575976 | 16:02 |
openstackgerrit | Alex Schultz proposed openstack/puppet-mistral master: Add tripleo jobs https://review.openstack.org/576571 | 16:05 |
openstackgerrit | Thomas Goirand proposed openstack/puppet-openstack-integration master: WIP: Debian noop test https://review.openstack.org/576416 | 16:15 |
mwhahaha | ok so i think it's time to evaulate what we want to do for the puppet jobs | 16:15 |
mwhahaha | we have waaaay to many jobs | 16:15 |
mwhahaha | we have 20 scenario jobs per change | 16:16 |
mwhahaha | seems a bit excessive | 16:16 |
mwhahaha | should we drop the puppet-4 jobs and switch the puppet-5 jobs to voting? | 16:16 |
*** armaan has quit IRC | 16:18 | |
*** armaan has joined #puppet-openstack | 16:19 | |
*** rmart04 has quit IRC | 16:22 | |
*** armaan has quit IRC | 16:32 | |
*** armaan has joined #puppet-openstack | 16:32 | |
*** gfidente has quit IRC | 16:43 | |
*** dpawlik has joined #puppet-openstack | 16:59 | |
*** derekh has quit IRC | 17:00 | |
*** homeski has quit IRC | 17:01 | |
*** homeski has joined #puppet-openstack | 17:01 | |
openstackgerrit | Alex Schultz proposed openstack/puppet-openstack-integration master: Update integration jobs https://review.openstack.org/576587 | 17:03 |
*** dpawlik has quit IRC | 17:03 | |
*** tesseract has quit IRC | 17:08 | |
openstackgerrit | Alex Schultz proposed openstack/puppet-openstack-integration master: Update integration jobs https://review.openstack.org/576587 | 17:09 |
*** salmankhan has quit IRC | 17:10 | |
*** trown is now known as trown|lunch | 17:27 | |
*** amoralej is now known as amoralej|off | 17:53 | |
*** shardy has quit IRC | 17:54 | |
*** trown|lunch is now known as trown | 18:28 | |
openstackgerrit | Tobias Urdin proposed openstack/puppet-openstack-integration master: Add support to select ceph version https://review.openstack.org/576562 | 18:32 |
openstackgerrit | Alex Schultz proposed openstack/puppet-openstack-integration master: Update integration jobs https://review.openstack.org/576587 | 18:38 |
openstackgerrit | Alex Schultz proposed openstack/puppet-openstack-integration master: Update integration jobs https://review.openstack.org/576587 | 18:41 |
tobasco | mwhahaha: i like your proposed approach to decrease the amount of jobs, one thing we need to become better at is probably inform deployers about supported use-cases we can probably help to solve issues and support most use-cases but need docs... | 18:42 |
openstackgerrit | Alex Schultz proposed openstack/puppet-openstack-integration master: Update integration jobs https://review.openstack.org/576587 | 18:45 |
mwhahaha | i hate regexes | 18:45 |
mwhahaha | so we had the scenarios which outline the use cases we actually test | 18:45 |
*** atoth has quit IRC | 18:51 | |
openstackgerrit | Alex Schultz proposed openstack/puppet-openstack-integration master: Update integration jobs https://review.openstack.org/576587 | 19:04 |
openstackgerrit | Alex Schultz proposed openstack/puppet-openstack-integration master: Update integration jobs https://review.openstack.org/576587 | 19:05 |
openstackgerrit | Alex Schultz proposed openstack/puppet-openstack-integration master: Update integration jobs https://review.openstack.org/576587 | 19:10 |
openstackgerrit | Alex Schultz proposed openstack/puppet-openstack-integration master: DNM: testing zuul change https://review.openstack.org/576618 | 19:10 |
*** dpawlik has joined #puppet-openstack | 19:15 | |
openstackgerrit | Alex Schultz proposed openstack/puppet-openstack-integration master: Update integration jobs https://review.openstack.org/576587 | 19:15 |
*** dpawlik has quit IRC | 19:16 | |
*** dpawlik has joined #puppet-openstack | 19:16 | |
openstackgerrit | Alex Schultz proposed openstack/puppet-openstack-integration master: Update scenario004 branches https://review.openstack.org/576620 | 19:17 |
openstackgerrit | Alex Schultz proposed openstack/puppet-openstack-integration master: Update integration jobs https://review.openstack.org/576587 | 19:18 |
openstackgerrit | Alex Schultz proposed openstack/puppet-openstack-integration master: Update scenario004 branches https://review.openstack.org/576620 | 19:18 |
mwhahaha | fun with zuul | 19:18 |
*** dpawlik has quit IRC | 19:23 | |
openstackgerrit | Alex Schultz proposed openstack/puppet-swift master: Add tripleo jobs https://review.openstack.org/576625 | 19:37 |
openstackgerrit | Alex Schultz proposed openstack/puppet-zaqar master: Add tripleo jobs https://review.openstack.org/576626 | 19:38 |
openstackgerrit | Alex Schultz proposed openstack/puppet-ironic master: Add tripleo jobs https://review.openstack.org/576627 | 19:38 |
openstackgerrit | Alex Schultz proposed openstack/puppet-heat master: Add tripleo jobs https://review.openstack.org/576628 | 19:39 |
openstackgerrit | Alex Schultz proposed openstack/puppet-glance master: Add tripleo jobs https://review.openstack.org/576629 | 19:40 |
*** salmankhan has joined #puppet-openstack | 19:53 | |
openstackgerrit | Alex Schultz proposed openstack/puppet-cinder master: Add tripleo jobs https://review.openstack.org/576631 | 19:54 |
openstackgerrit | Alex Schultz proposed openstack/puppet-neutron master: Add tripleo jobs https://review.openstack.org/576560 | 19:55 |
openstackgerrit | Alex Schultz proposed openstack/puppet-keystone master: Add tripleo jobs https://review.openstack.org/576570 | 19:56 |
openstackgerrit | Alex Schultz proposed openstack/puppet-nova master: Add tripleo jobs https://review.openstack.org/576569 | 19:58 |
openstackgerrit | Alex Schultz proposed openstack/puppet-mistral master: Add tripleo jobs https://review.openstack.org/576571 | 19:58 |
openstackgerrit | Alex Schultz proposed openstack/puppet-swift master: Add tripleo jobs https://review.openstack.org/576625 | 19:59 |
openstackgerrit | Alex Schultz proposed openstack/puppet-zaqar master: Add tripleo jobs https://review.openstack.org/576626 | 19:59 |
openstackgerrit | Alex Schultz proposed openstack/puppet-ironic master: Add tripleo jobs https://review.openstack.org/576627 | 19:59 |
openstackgerrit | Alex Schultz proposed openstack/puppet-heat master: Add tripleo jobs https://review.openstack.org/576628 | 20:00 |
openstackgerrit | Alex Schultz proposed openstack/puppet-glance master: Add tripleo jobs https://review.openstack.org/576629 | 20:00 |
openstackgerrit | Alex Schultz proposed openstack/puppet-neutron master: Remove deprecated parameters https://review.openstack.org/575976 | 20:05 |
*** salmankhan has quit IRC | 20:22 | |
*** guimaluf has quit IRC | 20:35 | |
*** jtomasek has quit IRC | 20:43 | |
*** guimaluf has joined #puppet-openstack | 20:48 | |
*** armaan has quit IRC | 20:50 | |
*** armaan has joined #puppet-openstack | 20:51 | |
*** trown is now known as trown|outtypewww | 21:01 | |
*** guimaluf has quit IRC | 21:22 | |
*** dpawlik has joined #puppet-openstack | 21:24 | |
*** dpawlik has quit IRC | 21:28 | |
*** morazi has quit IRC | 21:52 | |
*** rcernin has joined #puppet-openstack | 22:12 | |
openstackgerrit | Alex Schultz proposed openstack/puppet-openstack-integration stable/queens: Switch queens p-o-i to use Queens stuff https://review.openstack.org/576658 | 22:16 |
openstackgerrit | Alex Schultz proposed openstack/puppet-openstack-integration stable/queens: Switch queens p-o-i to use Queens stuff https://review.openstack.org/576658 | 22:20 |
openstackgerrit | Merged openstack/puppet-keystone stable/pike: apache wsgi: Exchange defaults for workers and threads https://review.openstack.org/576453 | 22:24 |
*** owalsh_ has joined #puppet-openstack | 22:40 | |
*** owalsh has quit IRC | 22:42 | |
*** owalsh has joined #puppet-openstack | 22:42 | |
*** owalsh_ has quit IRC | 22:45 | |
*** tosky has quit IRC | 23:45 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!