Tuesday, 2018-06-19

*** sai_p has quit IRC00:21
openstackgerritzhongshengping proposed openstack/puppet-monasca master: Add release support  https://review.openstack.org/57411700:41
mnasertobasco: im not sure what the best way to go about doing that right now00:41
openstackgerritzhubingbing proposed openstack/puppet-openstack-guide master: Add puppet-glare to Puppet OpenStack Modules  https://review.openstack.org/57565900:43
*** gregoryo has joined #puppet-openstack00:49
*** owalsh_ is now known as owalsh01:17
openstackgerritLars Kellogg-Stedman proposed openstack/puppet-keystone master: [WIP] update support for openidc in puppet-keystone  https://review.openstack.org/57514701:22
*** armaan_ has joined #puppet-openstack01:46
*** armaan has quit IRC01:46
openstackgerritMerged openstack/puppet-keystone stable/queens: authtoken cannot manage python-memcache on RedHat  https://review.openstack.org/57517002:04
*** armaan_ has quit IRC02:24
*** armaan has joined #puppet-openstack02:25
*** Kvisle has quit IRC02:38
openstackgerritMerged openstack/puppet-keystone master: Package<| tag == 'keystone-package'|> -> File<| title == '/etc/apache2/sites-available' |>  https://review.openstack.org/57516802:45
*** armaan has quit IRC02:54
*** armaan has joined #puppet-openstack03:00
*** Kvisle has joined #puppet-openstack03:16
*** skramaja has joined #puppet-openstack03:19
openstackgerritAlex Schultz proposed openstack/puppet-mistral master: Include authtoken configuration for api  https://review.openstack.org/57633603:36
mwhahahamnaser, tobasco -^ we broke tripleo with some cleanup bits in mistral03:37
mnasermwhahaha: dang. Sorry. Last thing you needed was more gate resets03:41
mnaser+2 from me03:41
mwhahahapretty much03:41
mwhahahait's breaking the world03:41
mnasermwhahaha: 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 tripleo03:42
mnaserI’d be okay with that03:42
mwhahahayea i will when it passes ci03:42
mnaserOkay cool03:43
mnaserI’ll keep an eye out too03:43
*** ykarel|pto has joined #puppet-openstack04:01
openstackgerritMerged openstack/puppet-oslo master: Remove sqlite_db option  https://review.openstack.org/57566404:02
openstackgerritzhulingjie proposed openstack/puppet-nova master: Remove the duplicated "for"  https://review.openstack.org/57634604:12
*** ykarel|pto is now known as ykarel04:26
*** jaosorior has joined #puppet-openstack04:32
*** markvoelker has quit IRC05:01
*** agurenko has joined #puppet-openstack05:51
openstackgerritMerged openstack/puppet-mistral master: Include authtoken configuration for api  https://review.openstack.org/57633606:17
*** armaan has quit IRC06:17
*** armaan has joined #puppet-openstack06:18
*** ykarel_ has joined #puppet-openstack06:33
ykarel_mwhahaha, hi06: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 handled06:36
*** ykarel has quit IRC06:36
*** ykarel_ is now known as ykarel06:36
ykarelmnaser, ^^06:36
jaosoriorykarel: 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.rb06:58
tobascomwhahaha: that sucks, sorry about that, it was removing a deprecated behaviour though so I didn't fuck up right? :)06:58
jaosoriorand the missing ones (which are not provided by the prefetch function) are persisted via the create function06:58
jaosoriorykarel: it all depends on the role's name too, that's how it knows if a role was created or not06:59
*** markvoelker has joined #puppet-openstack07:01
*** tesseract has joined #puppet-openstack07:02
*** martin_85 has joined #puppet-openstack07:04
ykareljaosorior, 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
jaosoriorykarel: then there's a bug in the provider :D07:04
ykarel:)07:05
jaosoriorykarel: it is also quite tricky, because apparently roles are case insensitive in keystone07:05
ykarelyes, many other resources in openstack are case insensitive07:05
jaosoriorykarel: this is extremely problematic, becasue role checks are case sensitive, and the puppet providers are also case sensitive (AFAIK)07:05
*** rcernin has quit IRC07:05
ykarelhmm07:06
*** amoralej|off is now known as amoralej07:06
jaosoriorit's bad07:06
jaosorioranyway, it would sure be nice to fix the role issue.07:06
ykareljaosorior, any idea how it can be handled now, it's affecting multiple projects07:07
jaosoriorykarel: what is affecting multiple projects? the member/Member issue?07:07
ykareljaosorior, yes07:07
jaosorioror the role check in the provider not working?07:07
openstackgerritMerged openstack/puppet-neutron master: Remove deprecated rabbit params  https://review.openstack.org/57030707:08
jaosoriorykarel: 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 that07:08
jaosoriorso, instead of checking the name as-is in the provider, we should always do resource[:name).lower() or something of the sort.07:09
jaosoriorbut yeah, first we need a statement of how stuff should be.07:09
ykareljaosorior, yup doing something similar07:09
ykarelproposing a patch for review07:09
jaosoriorykarel: lets get a statement of how things should be before having a patch07:10
ykareljaosorior, from whom to receivce stament?07:10
jaosoriorthe keystone team07:10
ykareljaosorior, as per comment it's case sensitive due to mysql07:11
ykareljaosorior, see comment from lance in https://review.openstack.org/#/c/576056/07:11
jaosoriorykarel: * insensitive07:11
tobascozigo: 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_5307:12
tobascoceph mimic packages are working on ubuntu but not stretch, the stretch dist in the repo is there but cant see any stretch specific packages07:13
tobascocan see changes here https://review.openstack.org/#/c/571990/07:13
zigotobasco: Well, it's broken then !07:14
zigotobasco: Did you ask ceph upstream?07:14
jaosoriorykarel: 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
zigotobasco: FYI, I'm currently trying to finish fixing scenario002 and 004, so it's really not the time to break stuff more ! :)07:14
zigotobasco: My scheduling for keystone looks like working, now there's packaging issues in ironic & bgpvpn, it seems.07:15
zigoShouldn't be hard to fix.07:15
jaosoriorykarel: 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#L6607:15
openstackgerrityatin proposed openstack/puppet-keystone master: Handle role creation as they are case insensitive  https://review.openstack.org/57639307:16
ykareljaosorior, ^^07:16
jaosoriorykarel: looks good to me.07:16
jaosoriorykarel: thanks for the patch.07:16
ykareljaosorior, yeah we need this07:16
tobascozigo: 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
zigotobasco: How can I try? Just put mimic instead of luminous in the repo name?07:18
* zigo has a quick look07:18
tobascoyeah s/debian-luminous/debian-mimic/g07:19
zigotobasco: 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
zigoJust ceph-deploy, nothing more.07:23
zigoSo indeed, there's no upstream support for it yet.07:23
* zigo ends investigation07:24
zigo:)07:24
tobascoaight, I compared the tree structure to the luminous repo but I assume you looked in the files07:25
tobascothen I know where i can push for fix07:25
tobascoty07:25
openstackgerritMerged openstack/puppet-vitrage master: Replace port 35357 with 5000 for "auth_url"  https://review.openstack.org/57064107:31
*** jpena|off is now known as jpena07:33
*** tosky has joined #puppet-openstack07:34
*** martin_85 has quit IRC07:36
*** markvoelker has quit IRC07:36
*** martin_85 has joined #puppet-openstack07:36
tobascozigo: seems like there is some drama about not being able to compile ceph on debian https://marc.info/?l=ceph-devel&m=152889341826073&w=207:56
tobascoand that's the reason its not available for stretch07:56
zigotobasco: Well, that's a very wrong reason, I agree with the user being frustrated.07:58
zigotobasco: OF COURSE there will be no update of GCC / C++ in Stretch ...07:58
zigotobasco: IMO, you should continue to use Luminous on Debian, at least until Buster is out.08:02
zigotobasco: 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 ironic08:02
tobascoI'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 jobs08:05
tobascokeeping debian on luminous08:05
*** armaan has quit IRC08:12
*** armaan has joined #puppet-openstack08:13
openstackgerritThomas Goirand proposed openstack/puppet-openstack-integration master: Debian noop test  https://review.openstack.org/57641608:15
*** pma has joined #puppet-openstack08:19
*** markvoelker has joined #puppet-openstack08:33
*** rmart04 has joined #puppet-openstack08:36
*** armaan has quit IRC08:40
*** armaan has joined #puppet-openstack08:41
*** derekh has joined #puppet-openstack08:44
*** jaosorior has quit IRC08:49
*** gregoryo has quit IRC08:53
*** shardy has joined #puppet-openstack08:56
openstackgerritChristoph Manns proposed openstack/puppet-horizon stable/queens: Add a new parameter named cache_server_url  https://review.openstack.org/57643909:02
*** markvoelker has quit IRC09:06
*** jaosorior has joined #puppet-openstack09:15
openstackgerritJuan Antonio Osorio Robles proposed openstack/puppet-keystone stable/pike: apache wsgi: Exchange defaults for workers and threads  https://review.openstack.org/57645309:28
*** salmankhan has joined #puppet-openstack09:32
openstackgerritJuan Antonio Osorio Robles proposed openstack/puppet-keystone stable/ocata: apache wsgi: Exchange defaults for workers and threads  https://review.openstack.org/57645709:37
*** dtantsur|afk is now known as dtantsur09:46
*** markvoelker has joined #puppet-openstack10:03
*** dtantsur is now known as dtantsur|brb10:20
*** markvoelker has quit IRC10:37
*** armaan has quit IRC10:38
*** armaan has joined #puppet-openstack10:39
*** armaan has quit IRC10:39
*** armaan has joined #puppet-openstack10:40
*** gfidente has joined #puppet-openstack10:47
*** gfidente has quit IRC10:47
*** gfidente has joined #puppet-openstack10:47
*** morazi has quit IRC10:52
*** ykarel has quit IRC10:56
*** ykarel has joined #puppet-openstack10:56
*** salmankhan has quit IRC10:59
*** salmankhan has joined #puppet-openstack10:59
*** salmankhan has quit IRC11:06
*** jpena is now known as jpena|lunch11:07
*** salmankhan has joined #puppet-openstack11:08
*** shardy is now known as shardy_afk11:14
openstackgerritzhangzhaoshan proposed openstack/puppet-neutron master: Replace port 35357 with 5000 for "auth_url"  https://review.openstack.org/57648811:24
*** jtomasek has quit IRC11:32
*** markvoelker has joined #puppet-openstack11:34
*** shardy_afk is now known as shardy11:35
*** armaan has quit IRC11:37
*** armaan has joined #puppet-openstack11:38
*** morazi has joined #puppet-openstack11:39
*** dtantsur|brb is now known as dtantsur11:44
*** amoralej is now known as amoralej|lunch11:57
*** jpena|lunch is now known as jpena12:00
*** markvoelker has quit IRC12:01
*** markvoelker has joined #puppet-openstack12:02
*** trown|outtypewww is now known as trown12:07
*** rnoriega has quit IRC12:13
*** lhinds has quit IRC12:13
*** rnoriega has joined #puppet-openstack12:14
*** rnoriega has quit IRC12:14
*** lhinds has joined #puppet-openstack12:15
*** rnoriega has joined #puppet-openstack12:16
openstackgerritTobias Urdin proposed openstack/puppet-neutron master: Remove deprecated parameters  https://review.openstack.org/57597612:17
openstackgerritLars Kellogg-Stedman proposed openstack/puppet-keystone master: [WIP] update support for openidc in puppet-keystone  https://review.openstack.org/57514712:21
*** jistr is now known as jistr|mtg12:28
*** armaan has quit IRC12:43
*** armaan has joined #puppet-openstack12:43
*** amoralej|lunch is now known as amoralej12:52
*** armaan has quit IRC12:59
*** jtomasek has joined #puppet-openstack12:59
*** armaan has joined #puppet-openstack12:59
*** atoth has joined #puppet-openstack13:35
*** skramaja has quit IRC13:36
openstackgerritwes hayutin proposed openstack/puppet-openstack-integration master: add tripleo undercloud jobs to puppet jobs all  https://review.openstack.org/57652413:41
*** jistr|mtg is now known as jistr13:42
*** salmankhan has quit IRC13:57
*** salmankhan has joined #puppet-openstack14:00
*** owalsh is now known as owalsh_brb14:06
*** dpawlik has quit IRC14:17
*** armaan has quit IRC14:18
*** armaan has joined #puppet-openstack14:18
*** armaan has quit IRC14:22
*** armaan has joined #puppet-openstack14:22
*** owalsh_brb is now known as owalsh14:26
tobascogood news, got ceph mimic working for centos and ubuntu14:44
tobascomnaser: can we tag stable/luminous for puppet-ceph?14:44
mnasertobasco: we could, i'd just like to hear input from mwhahaha about what he thinks14:45
mwhahahai recommended it :D14:45
mnaserhe's a lot more experienced in the transitions14:45
mnaseroh14:45
tobascounfourtunately 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
mwhahahaor just drop debian for master puppet-ceph14:45
mnaserdoesnt puppet-openstack-integration deploy with ceph though14:46
tobascocould 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 luminous14:46
mnaserwe already have *a lot* of jobs right now14:46
mnaserbetween 3 distros, 4 scenarios and multiple puppet versions :\14:46
tobascoim talking about just spreading out ceph versions on current jobs14:46
mnaseroh hmm14:47
tobascobut perhaps that not acceptable, i mean the majority is probably still running luminous14:47
tobascoand probably will for a while14:47
tobascoor we could just keep luminous for everything right now14:47
tobascoand just ceph mimic for ubuntu 18.04 which hopefully will work right away, same packages as for xenial14:48
mnasertobasco: what i'd like to do is keep luminous and add mimic for next cycle.. i'd imagine that would make things easier14:48
mwhahahais mimic a long term reease?14:48
mnaseryes14:48
mnaserthey changend the whole thing14:48
mwhahahaof course they did14:48
mnaserused to be lts every other one14:48
mnasernow everyone is an lts14:48
mwhahahashouldn't debian have minic packages? or is ceph not shipping debian packages14:48
mnaserzigo: ^ yeah could we just not use the upstream ceph packages?14:48
tobascothere is some drama on the ceph mailing list about stretch support14:48
mwhahahai thought we used the upstream pachages14:49
tobascotalked with him earlier, and after reading mailing list stretch does not supply the new gcc + c++17 that ceph devs want to compile with14:49
* zigo reads the backlog14:49
mnaseri dunno what we use in debian, but in centos we use storage sig14:49
mnaserand ubuntu we use uca14:49
mwhahahapretty sure we're using the ceph for ubuntu14:49
mnaserso we've relied on the version shipped by the 'distro'14:49
mwhahahanot uca14:49
tobascoyeah, some awesome guy in storage sig built release candicate packages for mimic which worked almost right away14:49
mnaseroh? maybe14:50
tobascogonna confirm that they worked for us and then they prob will be released in some day(s)14:50
tobascofor debian-based we use official download.ceph.com packages14:50
tobascoi had to poke some people to get that ball rolling14:50
zigoThe issue is, Ceph requires C++17, and there's no way this will be available in Debian.14:50
zigoIn mean, not in stable.14:50
tobascocanonical's ceph packages does not work with puppet-ceph14:50
mnasertobasco: you're doing some really cool work. thank you14:50
zigomwhahaha: I can confirm, we're using Ceph's ubuntu repo.14:51
tobascomnaser: thanks, hopefully ceph was the only blocker and ubuntu 18.04 will pass when using ceph mimic :)14:51
tobascobut yeah can confirm it works on xenial and centos 7 as well14:52
zigoI've been working on Ceph packages for Debian, and it's really not easy to do.14:52
zigoThere's so many binaries, etc.14:52
zigoFor now, we're probably better off using Ceph's debian repo for luminous, and hope for the best.14:52
mnaserzigo: im happy to see how much progress you did14:52
tobascoi browsed through their build tools and it was massive14:52
zigoWhen buster will be out, or even frozen, then maybe we can switch to luminous.14:52
zigomnaser: Thanks ! :)14:53
zigoI've just found out an issue with barbican.14:53
tobascozigo: couldn't the c++17 stuff we provided as some extra repo, i mean backported from buster?14:53
tobascos/we/be/g14:53
zigotobasco: 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
tobascototally understand, perhaps somebody else has been backporting that stuff?14:54
zigoI have never seen any of the C++ /  gcc stuff being backported and uploaded to official Debian repos.14:54
tobascoalso this patch is needed for ceph mimic https://review.openstack.org/#/c/576247/14:54
zigoSage is dreaming regarding this.14:54
*** dtantsur is now known as dtantsur|afk14:54
tobasco^ works with luminous14:54
zigoSo, no, it wont happen.14:54
tobascogot it, well not much we can do, luminous is new anyways will be here for a forseeable future14:55
tobascolets hope it'll be better in the next deb release14:55
zigoYeah, and I'm really fine with using luminous for now.14:55
zigoI think it's fine until buster.14:55
tobascoi agree14:56
zigoWhat I don't understand is how they could have some Xenial packages...14:56
zigoFYI, Buster will be frozen early next year.14:56
zigoSo that's just 6 months from now.14:56
*** martin_85 has quit IRC14:56
zigoWhen the next stable is frozen, I always completely foccus on it.14:56
zigoAs if it was released...14:56
zigoThis way, we get good stuff in.14:56
openstackgerritwes hayutin proposed openstack/puppet-openstack-integration master: WIP: add tripleo undercloud jobs to puppet intragration  https://review.openstack.org/57654214:56
openstackgerritwes hayutin proposed openstack/puppet-openstack-integration master: WIP: add tripleo undercloud jobs to puppet intragration  https://review.openstack.org/57654215:04
openstackgerritwes hayutin proposed openstack/puppet-openstack-integration master: WIP: add tripleo undercloud jobs to puppet intragration  https://review.openstack.org/57654215:05
openstackgerritLars Kellogg-Stedman proposed openstack/puppet-keystone master: [WIP] update support for openidc in puppet-keystone  https://review.openstack.org/57514715:07
openstackgerritwes hayutin proposed openstack/puppet-openstack-integration master: WIP: add tripleo undercloud jobs to puppet intragration  https://review.openstack.org/57654215:10
*** dpawlik has joined #puppet-openstack15:11
openstackgerritwes hayutin proposed openstack/puppet-openstack-integration master: WIP: add tripleo undercloud jobs to puppet intragration  https://review.openstack.org/57654215:11
openstackgerritwes hayutin proposed openstack/puppet-openstack-integration master: WIP: add tripleo undercloud jobs to puppet intragration  https://review.openstack.org/57654215:14
*** dpawlik has quit IRC15:16
openstackgerritwes hayutin proposed openstack/puppet-openstack-integration master: WIP: add tripleo undercloud jobs to puppet intragration  https://review.openstack.org/57654215:17
tobascomwhahaha: how can you override the branch select by zuul-cloner (or what pulls module deps)? like15:18
mwhahahait's a giant pain15:18
* mwhahaha goes digs up the code15:18
tobascolike "if zuul_project != puppet-ceph && ceph_version == luminous" then select stable/luminous15:19
tobascook ty :)15:19
mwhahahatobasco: https://github.com/openstack/puppet-openstack-integration/blob/bde052c8e488485925017e5a1806dee5b397c2aa/playbooks/prepare-node-integration.yaml#L7-L3115:19
tobascomwhahaha: does that only apply to selecting p-o-i or can i check ZUUL_PROJECT and override somehow there?15:27
mwhahahai think we run that on everything15:27
mwhahahathat's shared i think15:27
mwhahahanot completely sure so we'd have to just look if there's somewhere else you're trying to wedge that into15:27
tobascohm 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
openstackgerritAlex Schultz proposed openstack/puppet-neutron master: Add tripleo jobs  https://review.openstack.org/57656015:29
openstackgerritTobias Urdin proposed openstack/puppet-openstack-integration master: Add support to select ceph version  https://review.openstack.org/57656215:33
tobascomwhahaha: first attempt ^15:33
openstackgerritAlex Schultz proposed openstack/puppet-openstack-integration master: Add tripleo undercloud jobs to puppet intragration  https://review.openstack.org/57654215:35
mwhahahatobasco: it's worth a shot15:37
*** agurenko has quit IRC15:38
*** ykarel is now known as ykarel|away15:43
zigotobasco: It's super nice to be able to select the version anyway !15:54
*** ykarel|away has quit IRC15:54
openstackgerritMerged openstack/puppet-keystone master: Handle role creation as they are case insensitive  https://review.openstack.org/57639315:56
openstackgerritAlex Schultz proposed openstack/puppet-nova master: Add tripleo jobs  https://review.openstack.org/57656915:57
openstackgerritAlex Schultz proposed openstack/puppet-keystone master: Add tripleo jobs  https://review.openstack.org/57657015:58
openstackgerritAlex Schultz proposed openstack/puppet-neutron master: Remove deprecated parameters  https://review.openstack.org/57597616:02
openstackgerritAlex Schultz proposed openstack/puppet-mistral master: Add tripleo jobs  https://review.openstack.org/57657116:05
openstackgerritThomas Goirand proposed openstack/puppet-openstack-integration master: WIP: Debian noop test  https://review.openstack.org/57641616:15
mwhahahaok so i think it's time to evaulate what we want to do for the puppet jobs16:15
mwhahahawe have waaaay to many jobs16:15
mwhahahawe have 20 scenario jobs per change16:16
mwhahahaseems a bit excessive16:16
mwhahahashould we drop the puppet-4 jobs and switch the puppet-5 jobs to voting?16:16
*** armaan has quit IRC16:18
*** armaan has joined #puppet-openstack16:19
*** rmart04 has quit IRC16:22
*** armaan has quit IRC16:32
*** armaan has joined #puppet-openstack16:32
*** gfidente has quit IRC16:43
*** dpawlik has joined #puppet-openstack16:59
*** derekh has quit IRC17:00
*** homeski has quit IRC17:01
*** homeski has joined #puppet-openstack17:01
openstackgerritAlex Schultz proposed openstack/puppet-openstack-integration master: Update integration jobs  https://review.openstack.org/57658717:03
*** dpawlik has quit IRC17:03
*** tesseract has quit IRC17:08
openstackgerritAlex Schultz proposed openstack/puppet-openstack-integration master: Update integration jobs  https://review.openstack.org/57658717:09
*** salmankhan has quit IRC17:10
*** trown is now known as trown|lunch17:27
*** amoralej is now known as amoralej|off17:53
*** shardy has quit IRC17:54
*** trown|lunch is now known as trown18:28
openstackgerritTobias Urdin proposed openstack/puppet-openstack-integration master: Add support to select ceph version  https://review.openstack.org/57656218:32
openstackgerritAlex Schultz proposed openstack/puppet-openstack-integration master: Update integration jobs  https://review.openstack.org/57658718:38
openstackgerritAlex Schultz proposed openstack/puppet-openstack-integration master: Update integration jobs  https://review.openstack.org/57658718:41
tobascomwhahaha: 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
openstackgerritAlex Schultz proposed openstack/puppet-openstack-integration master: Update integration jobs  https://review.openstack.org/57658718:45
mwhahahai hate regexes18:45
mwhahahaso we had the scenarios which outline the use cases we actually test18:45
*** atoth has quit IRC18:51
openstackgerritAlex Schultz proposed openstack/puppet-openstack-integration master: Update integration jobs  https://review.openstack.org/57658719:04
openstackgerritAlex Schultz proposed openstack/puppet-openstack-integration master: Update integration jobs  https://review.openstack.org/57658719:05
openstackgerritAlex Schultz proposed openstack/puppet-openstack-integration master: Update integration jobs  https://review.openstack.org/57658719:10
openstackgerritAlex Schultz proposed openstack/puppet-openstack-integration master: DNM: testing zuul change  https://review.openstack.org/57661819:10
*** dpawlik has joined #puppet-openstack19:15
openstackgerritAlex Schultz proposed openstack/puppet-openstack-integration master: Update integration jobs  https://review.openstack.org/57658719:15
*** dpawlik has quit IRC19:16
*** dpawlik has joined #puppet-openstack19:16
openstackgerritAlex Schultz proposed openstack/puppet-openstack-integration master: Update scenario004 branches  https://review.openstack.org/57662019:17
openstackgerritAlex Schultz proposed openstack/puppet-openstack-integration master: Update integration jobs  https://review.openstack.org/57658719:18
openstackgerritAlex Schultz proposed openstack/puppet-openstack-integration master: Update scenario004 branches  https://review.openstack.org/57662019:18
mwhahahafun with zuul19:18
*** dpawlik has quit IRC19:23
openstackgerritAlex Schultz proposed openstack/puppet-swift master: Add tripleo jobs  https://review.openstack.org/57662519:37
openstackgerritAlex Schultz proposed openstack/puppet-zaqar master: Add tripleo jobs  https://review.openstack.org/57662619:38
openstackgerritAlex Schultz proposed openstack/puppet-ironic master: Add tripleo jobs  https://review.openstack.org/57662719:38
openstackgerritAlex Schultz proposed openstack/puppet-heat master: Add tripleo jobs  https://review.openstack.org/57662819:39
openstackgerritAlex Schultz proposed openstack/puppet-glance master: Add tripleo jobs  https://review.openstack.org/57662919:40
*** salmankhan has joined #puppet-openstack19:53
openstackgerritAlex Schultz proposed openstack/puppet-cinder master: Add tripleo jobs  https://review.openstack.org/57663119:54
openstackgerritAlex Schultz proposed openstack/puppet-neutron master: Add tripleo jobs  https://review.openstack.org/57656019:55
openstackgerritAlex Schultz proposed openstack/puppet-keystone master: Add tripleo jobs  https://review.openstack.org/57657019:56
openstackgerritAlex Schultz proposed openstack/puppet-nova master: Add tripleo jobs  https://review.openstack.org/57656919:58
openstackgerritAlex Schultz proposed openstack/puppet-mistral master: Add tripleo jobs  https://review.openstack.org/57657119:58
openstackgerritAlex Schultz proposed openstack/puppet-swift master: Add tripleo jobs  https://review.openstack.org/57662519:59
openstackgerritAlex Schultz proposed openstack/puppet-zaqar master: Add tripleo jobs  https://review.openstack.org/57662619:59
openstackgerritAlex Schultz proposed openstack/puppet-ironic master: Add tripleo jobs  https://review.openstack.org/57662719:59
openstackgerritAlex Schultz proposed openstack/puppet-heat master: Add tripleo jobs  https://review.openstack.org/57662820:00
openstackgerritAlex Schultz proposed openstack/puppet-glance master: Add tripleo jobs  https://review.openstack.org/57662920:00
openstackgerritAlex Schultz proposed openstack/puppet-neutron master: Remove deprecated parameters  https://review.openstack.org/57597620:05
*** salmankhan has quit IRC20:22
*** guimaluf has quit IRC20:35
*** jtomasek has quit IRC20:43
*** guimaluf has joined #puppet-openstack20:48
*** armaan has quit IRC20:50
*** armaan has joined #puppet-openstack20:51
*** trown is now known as trown|outtypewww21:01
*** guimaluf has quit IRC21:22
*** dpawlik has joined #puppet-openstack21:24
*** dpawlik has quit IRC21:28
*** morazi has quit IRC21:52
*** rcernin has joined #puppet-openstack22:12
openstackgerritAlex Schultz proposed openstack/puppet-openstack-integration stable/queens: Switch queens p-o-i to use Queens stuff  https://review.openstack.org/57665822:16
openstackgerritAlex Schultz proposed openstack/puppet-openstack-integration stable/queens: Switch queens p-o-i to use Queens stuff  https://review.openstack.org/57665822:20
openstackgerritMerged openstack/puppet-keystone stable/pike: apache wsgi: Exchange defaults for workers and threads  https://review.openstack.org/57645322:24
*** owalsh_ has joined #puppet-openstack22:40
*** owalsh has quit IRC22:42
*** owalsh has joined #puppet-openstack22:42
*** owalsh_ has quit IRC22:45
*** tosky has quit IRC23:45

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!