Thursday, 2015-09-10

*** CheKoLyN has joined #tripleo00:14
*** MasterPiece has quit IRC00:18
*** shadower has quit IRC00:23
*** shadower has joined #tripleo00:23
*** CheKoLyN has quit IRC00:29
slagleif anyone is around https://review.openstack.org/#/c/220077 and https://review.openstack.org/#/c/221814 need reviews to help out CI00:29
openstackgerritMerged openstack-infra/tripleo-ci: Fix tuskar-ui disablement  https://review.openstack.org/22181400:36
openstackgerritMerged openstack-infra/tripleo-ci: Bump trunk repository to one from 2015-09-09  https://review.openstack.org/22007700:36
bnemecslagle: You can thank my malfunctioning kilo install for the fact that I'm still around to approve those. :-)00:36
bnemecBut it's fixed now, so /me exits stage left00:37
*** olaph has joined #tripleo00:38
*** CheKoLyN has joined #tripleo00:42
*** w_ has joined #tripleo00:45
*** olaph has quit IRC00:45
*** olaph has joined #tripleo00:47
*** w_ has quit IRC00:50
openstackgerritEmilien Macchi proposed openstack/tripleo-specs: Containerize TripleO deployments blueprint  https://review.openstack.org/22200200:51
*** rlandy has quit IRC00:52
openstackgerritEmilien Macchi proposed openstack/tripleo-specs: Containerize TripleO deployments blueprint  https://review.openstack.org/22200200:52
*** alop has quit IRC01:00
*** shivrao has quit IRC01:12
*** julim has joined #tripleo01:23
*** shivrao has joined #tripleo01:39
*** shivrao_ has joined #tripleo01:42
*** shivrao has quit IRC01:44
*** shivrao_ is now known as shivrao01:44
*** Marga_ has quit IRC01:45
*** sthillma has quit IRC01:48
*** thrash is now known as thrash|g0ne02:16
*** yamahata has quit IRC02:20
*** CheKoLyN has quit IRC02:24
*** penick has quit IRC02:36
*** sdake_ has joined #tripleo02:56
*** sdake__ has joined #tripleo02:57
*** sdake has quit IRC02:58
*** rlandy has joined #tripleo02:58
*** sdake_ has quit IRC03:01
*** spzala has quit IRC03:05
openstackgerritEmilien Macchi proposed openstack/tripleo-specs: Containerize TripleO deployments blueprint  https://review.openstack.org/22200203:10
EmilienMsdake__, slagle, shardy ^03:12
openstackgerritEmilien Macchi proposed openstack/tripleo-specs: Containerize TripleO deployments blueprint  https://review.openstack.org/22200203:25
sdake__EmilienM looks interesting03:26
sdake__too tired at this time to provide a complete review03:26
EmilienMsdake__: it's really WIP03:26
sdake__question seems like dprince already has a plan in place to make a transition, is this work an extension of his?03:27
EmilienMplease forgive my ignorance if I missed someting03:27
EmilienMsdake__: this blueprint is because I don't like 100% dprince approach03:27
sdake__i would recommend baby steps, in other words dont use magnum :)03:27
EmilienMI want to discuss about design before merging patches03:27
sdake__which is wrong with dprinc's approach03:27
sdake__i am not familiar with the details03:28
EmilienMsdake__: I took a specific approach. First I identity 3 steps03:29
EmilienMand then, for each step a solution I like, then alternatives03:29
EmilienMbefore -1 my solutions I would like to review the actual problem we're solving03:29
sdake__containers make upgrades atomic03:30
*** sdake__ is now known as sdake03:30
sdakethat is the basic problem that is solved03:30
sdakekolla is 8k lines of code - also containers make things simple03:30
*** links has joined #tripleo03:30
sdakekolla does full ha deployment03:30
sdakein only 8k lines of code ;)03:30
EmilienMlol03:30
EmilienMsdake: so I went into magnum03:30
EmilienMand I like it03:31
EmilienMgood job guys03:31
EmilienMsdake: is it production ready?03:31
sdakemagnum depends on a feature to be implemented which is in progress before it can be deployed in a datacenter03:31
sdakeproduction ready is such abad term03:31
sdakethe only way something becomes production ready is for it to be hardened in the field03:31
EmilienMyeah03:31
*** shivrao has quit IRC03:31
sdakesince magnum hasn't been hardened in the field, how could it be production ready?03:32
sdakeI'd say its ready for production deployments once this security thing related to TLS is implemented03:32
sdakewhen using containers there is a technology called "super privileged containers"03:32
sdakeSPCs are not available in kubernetes03:32
sdakeas such magnum is a non starter for deploying openstack03:33
sdakekolla started out down the path of trying to deploy inside kubernetes03:33
sdakeit was too complex03:33
EmilienMsdake: you broke my brain for tonight03:33
sdakeand we could never make the system work reasonably03:33
sdakeso back to the problem of dprince's approach03:34
sdakethe last email i saw on it, seemed like a reasonable way to proceed03:34
sdakewhat technical issue was with it?03:34
EmilienMhe's tricking a lot of things in puppet-tripleo03:34
EmilienMto make puppet-openstack modules working03:35
sdakeyou mean things like not installing packaes or starting services etc?03:35
EmilienMyeah03:36
sdakein the container world, package install is done at container buidl time03:36
sdakein the container world, service start is done at container launch time03:36
EmilienMit makes sense03:36
EmilienMit's just how to deal with multiple configuration file for the same service03:36
sdakethese aren't things that can necessairly be done by puppet03:36
sdakeI think that is why he overrides them03:36
sdakemultipel config files is a solved problme03:36
EmilienMlike having multiple nova api containers on the same node with not the same files03:36
sdakeatleast for kolla03:37
sdakewhat is the use case for that?03:37
EmilienMrunning nova-api on the same host, one with osapi another with ec203:37
EmilienMthey won't have the same nova.conf03:37
sdakethey shoudl be different containers03:37
sdakebut anyway that is a solved problem03:38
EmilienMok03:38
EmilienMI'll let reviews happen03:38
EmilienMI'm sure I wrote a lot of ****03:38
sdakehttps://blueprints.launchpad.net/kolla/+spec/replace-config-external03:38
sdakethe use case you just described is solved - just a matter of making the patches tidy03:39
sdakeif that is the only objection :)03:39
sdakethe start vs install packages thing, that is just a artifact of how containers work03:39
sdakethat is why kolla's ansible code is unique - and not compatible with osad's ansible code03:40
EmilienMok03:41
sdakeif your concerned about the overrides, I dont know how else that can be solved and integrate with a container model03:41
sdakebut I dont have a horse in the tripleo race - so I don't care all that much :)03:42
EmilienMsdake: I'll check with ooo folks03:43
sdakethe one word of advice i can give is i've been working on deployment using containers nearly full time for about 1 year03:44
EmilienMsdake: I felt it was important to initiate a blueprint at least03:44
sdakeand you really really want to do bare metal, not magnum ;)03:44
EmilienMok03:44
EmilienMwow that's a great feedback, I would appreciate the words in Gerrit03:44
EmilienMif you don't mind03:44
sdakemagnum rocks, but it will present many problems which are unsolvable03:44
sdakethink less components not more ;)03:45
sdakekolla has 3 dependencies, docker, ansible, and inja203:45
sdake8000 liens of code03:45
sdakesimple tidy deploys openstack completely customizable03:45
sdakewith sane out of the box defaults03:46
sdakethe problem I have always seen with ooo is that it tries to integrate too many components at one time03:46
sdakeand the relationships aren't tidy03:46
sdakeanyway I am off to watch tv - take care03:46
EmilienMsdake: thx03:46
EmilienMsdake: I'll ask you to write your thoughts about magnum in gerrit03:47
EmilienMbut not tonight :P03:47
openstackgerritTzu-Mainn Chen proposed openstack/tripleo-specs: Spec for TripleO overcloud deployment library and API  https://review.openstack.org/21975404:02
*** shardy_ has joined #tripleo04:05
*** tzumainn has quit IRC04:06
*** shardy has quit IRC04:07
*** shardy_ has quit IRC04:11
*** shardy has joined #tripleo04:11
*** lazy_prince has joined #tripleo04:27
*** yamahata has joined #tripleo04:59
*** Marga_ has joined #tripleo05:01
*** stendulker has joined #tripleo05:01
*** Marga_ has quit IRC05:09
*** sdake_ has joined #tripleo05:12
*** sdake has quit IRC05:15
*** sdake_ has quit IRC05:16
*** sdake_ has joined #tripleo05:18
*** sdake_ is now known as sdake05:21
*** sdake_ has joined #tripleo05:29
*** sdake has quit IRC05:30
*** jerrygb has joined #tripleo05:53
*** sdake has joined #tripleo06:08
*** sdake_ has quit IRC06:11
*** jerrygb has quit IRC06:19
*** ukalifon has joined #tripleo06:20
*** jprovazn has joined #tripleo06:26
*** sdake has quit IRC06:28
*** sdake has joined #tripleo06:28
*** penick has joined #tripleo06:43
*** matbu has joined #tripleo06:44
*** jtomasek has joined #tripleo06:50
*** penick has quit IRC06:56
openstackgerritIan Wienand proposed openstack/diskimage-builder: Make README.rst a bit more generic  https://review.openstack.org/21804306:58
openstackgerritIan Wienand proposed openstack/diskimage-builder: doc: migrate from README.rst to Sphinx  https://review.openstack.org/19305106:58
openstackgerritIan Wienand proposed openstack/diskimage-builder: Handle install with pip -e  https://review.openstack.org/21956206:58
openstackgerritIan Wienand proposed openstack/diskimage-builder: Add DIB_KEEP_PACKAGE_CACHE variable  https://review.openstack.org/20832106:58
openstackgerritIan Wienand proposed openstack/diskimage-builder: Add DIB_USE_PACKAGE_CACHE variable  https://review.openstack.org/21143406:58
openstackgerritIan Wienand proposed openstack/diskimage-builder: Add #!/bin/bash to library functions  https://review.openstack.org/21810006:59
*** adrianopetrich_ is now known as adrianopetrich06:59
*** lsmola has joined #tripleo07:02
*** jcoufal has joined #tripleo07:07
openstackgerritDerek Higgins proposed openstack-infra/tripleo-ci: Get instack and deps from http://git.openstack.org  https://review.openstack.org/22147407:07
*** aufi has joined #tripleo07:09
*** yog_ has joined #tripleo07:23
openstackgerritNisha Agarwal proposed openstack/diskimage-builder: Add a new element hpdsa  https://review.openstack.org/22088807:23
*** StevenK has quit IRC07:59
*** mbound has joined #tripleo07:59
*** jistr has joined #tripleo08:01
openstackgerritGary Duan proposed openstack/diskimage-builder: Fix grub-efi-amd64-signed install failure  https://review.openstack.org/21961208:01
*** StevenK has joined #tripleo08:02
*** akrivoka has joined #tripleo08:07
*** gfidente is now known as gfidente|afk08:11
*** lucasagomes has joined #tripleo08:15
*** sdake has quit IRC08:17
*** jerrygb has joined #tripleo08:19
*** jerrygb has quit IRC08:24
*** jaosorior has joined #tripleo08:24
*** jcoufal has quit IRC08:25
*** ifarkas has joined #tripleo08:25
*** athomas has joined #tripleo08:25
*** mbound has quit IRC08:35
*** pelix has joined #tripleo08:36
openstackgerritDmitry Tantsur proposed openstack/diskimage-builder: Make sure dnf won't autoremove packages that we explicitly installed  https://review.openstack.org/22051308:44
openstackgerritDmitry Tantsur proposed openstack/diskimage-builder: Remove dnf workaround in ironic-agent  https://review.openstack.org/22054608:45
*** karume has joined #tripleo08:45
*** derekh has joined #tripleo08:51
*** karume has quit IRC08:54
openstackgerritJan Provaznik proposed openstack/tripleo-common: Catch and log all exceptions when removing a breakpoint  https://review.openstack.org/22207608:56
*** untriaged-bot has joined #tripleo09:00
untriaged-botUntriaged bugs so far:09:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/148836609:00
openstackLaunchpad bug 1488366 in tripleo "TripleO Deployments get stuck sometimes until a timeout is reached" [Undecided,New]09:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/149344509:00
openstackLaunchpad bug 1493445 in tripleo "When we deploy 1 controller, we set dhcp_agents_per_network to 3" [Undecided,In progress] - Assigned to Marios Andreou (marios-b)09:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/149344209:00
openstackLaunchpad bug 1493442 in tripleo "puppet-glance: No such file or directory - /etc/glance/glance-api.conf" [Critical,New]09:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/149290409:00
openstackLaunchpad bug 1492904 in diskimage-builder "elements/dkms/post-install.d/99-dkms may get executed after elements/ramdisk/post-install.d/99-build-ramdisk" [Undecided,In progress] - Assigned to Nisha Agarwal (agarwalnisha1980)09:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/148668909:00
openstackLaunchpad bug 1486689 in diskimage-builder "Ramdisk should consider the size unit when inspecting the amount of RAM" [Undecided,In progress] - Assigned to Brad Lodgen (lodgenbd)09:00
untriaged-bothttps://bugs.launchpad.net/os-collect-config/+bug/148251009:00
openstackLaunchpad bug 1482510 in heat "OS::Heat::SoftwareDeployment failed due SSL certificate verification error" [Medium,Triaged] - Assigned to Rico Lin (rico-lin)09:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/148844509:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/148896909:00
openstackLaunchpad bug 1488445 in diskimage-builder "ubuntu/ipa ramdisk cannot be boot successfully" [Undecided,In progress] - Assigned to Ligong Duan (duanlg)09:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/149280309:00
openstackLaunchpad bug 1488969 in bifrost "debian image w/ironic-agent failing to build" [Medium,Triaged] - Assigned to Julia Kreger (juliaashleykreger)09:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/148933909:00
openstackLaunchpad bug 1492803 in diskimage-builder "HP Proliant Gen9 Servers with Dynamic Smart Array Controllers storages cannot be deployed" [Undecided,In progress] - Assigned to Nisha Agarwal (agarwalnisha1980)09:00
openstackLaunchpad bug 1489339 in diskimage-builder "Met the "pkg-map failed"issue for building ubuntu/IPA and debian/IPA ramdisk" [Undecided,In progress] - Assigned to Ye-hong Fang (hongyefang)09:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/148817609:00
openstackLaunchpad bug 1488176 in tripleo "(tripleo heat templates) Not configuring neutron mechanism drivers in any puppet based deploys" [Undecided,In progress] - Assigned to Marios Andreou (marios-b)09:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/149128009:00
openstackLaunchpad bug 1491280 in diskimage-builder "built ubuntu iso image failed as processing package grub-efi-amd64 has error " [Undecided,In progress] - Assigned to Ligong Duan (duanlg)09:00
untriaged-bothttps://bugs.launchpad.net/tuskar/+bug/148706709:00
openstackLaunchpad bug 1487067 in tuskar "Replace 'nova_overcloud_config.yml' with 'nova_overcloud_config.yaml'" [Undecided,New] - Assigned to Wang Wei (wangw-fnst)09:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/147180209:00
openstackLaunchpad bug 1471802 in diskimage-builder "ironic-agent element hardcodes interfaces names for DHCP." [Undecided,Fix committed] - Assigned to Om Kumar (om-kumar)09:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/149058409:00
openstackLaunchpad bug 1490584 in diskimage-builder "ramdisk-image-create ironic-agent fails when using source-install" [Undecided,Fix committed] - Assigned to John Trowbridge (trown)09:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/148696709:00
openstackLaunchpad bug 1486967 in diskimage-builder "Config drive creation fails in UEFI boot mode for whole disk image" [Undecided,In progress] - Assigned to Shivanand Tendulker (stendulker)09:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/149280409:00
openstackLaunchpad bug 1492804 in diskimage-builder "ramdisk-functions replace the contents of /etc/modprobe.d/blacklist.conf with "blacklist evbug" only" [Undecided,In progress] - Assigned to Nisha Agarwal (agarwalnisha1980)09:00
*** untriaged-bot has quit IRC09:00
*** regebro has joined #tripleo09:02
*** mbound has joined #tripleo09:07
*** mcornea has joined #tripleo09:12
*** bnemec has quit IRC09:13
*** bnemec has joined #tripleo09:14
*** jcoufal has joined #tripleo09:18
*** jerrygb has joined #tripleo09:20
*** paramite has joined #tripleo09:23
*** penick has joined #tripleo09:24
*** jerrygb has quit IRC09:26
*** dtantsur is now known as dtantsur|brb09:32
*** dtantsur|brb is now known as dtantsur09:33
*** mbound has quit IRC09:38
openstackgerritDerek Higgins proposed openstack-infra/tripleo-ci: [WIP]Use forked delorean  https://review.openstack.org/22209109:38
*** mbound has joined #tripleo09:39
*** dtantsur is now known as dtantsur|brb09:44
*** matbu has quit IRC09:49
*** matbu has joined #tripleo09:50
*** penick has quit IRC10:07
*** matbu has quit IRC10:08
*** matbu has joined #tripleo10:10
openstackgerritDerek Higgins proposed openstack-infra/tripleo-ci: Remove puppet-glance cherry-pick  https://review.openstack.org/22210710:10
*** lazy_prince has quit IRC10:29
*** akrivoka has quit IRC10:33
openstackgerritDerek Higgins proposed openstack-infra/tripleo-ci: [WIP] Delorean go faster stripes  https://review.openstack.org/22209110:33
*** mbound has quit IRC10:40
spredzyWhile following https://repos.fedorapeople.org/repos/openstack-m/docs/master/basic_deployment/basic_deployment_cli.html when I get to Register Nodes section, I have an error with no conductor service registered which supports pxe_ssh10:42
spredzyderekh, jistr gfidente|afk does that ring a bell ?10:42
*** rhallisey has joined #tripleo10:44
derekhspredzy: it doesn't but I'm not sure how uptodate those instructions are, these are the ones slagle has been working on since the move of everything to upstream10:45
derekhspredzy: http://docs.openstack.org/developer/tripleo-docs/10:45
derekhspredzy: I havn't tried them but iirc slagle said yesterday they were good10:45
spredzyderekh, ack thanks will try with those ones10:46
derekhspredzy: sorry, a lot is moving around at the moment10:46
spredzyderekh, yep, I can see that, trying to play catchup :)10:47
openstackgerritDerek Higgins proposed openstack-infra/tripleo-ci: [WIP] Delorean go faster stripes  https://review.openstack.org/22209110:49
*** dtantsur|brb is now known as dtantsur10:51
openstackgerritRamakrishnan G proposed openstack/diskimage-builder: Add proliant-tools element  https://review.openstack.org/16375410:54
*** shardy_ has joined #tripleo11:05
*** shardy has quit IRC11:07
openstackgerritRamakrishnan G proposed openstack/diskimage-builder: Add proliant-tools element  https://review.openstack.org/16375411:10
*** shardy_ has quit IRC11:11
*** shardy has joined #tripleo11:12
*** akrivoka has joined #tripleo11:13
*** regebro has quit IRC11:18
*** regebro has joined #tripleo11:19
spredzyderekh, unfortunately same issue :/11:21
*** jerrygb has joined #tripleo11:21
spredzyslagle, ^ when you get on if you have any idea about the "no conductor service registered which supports pxe_ssh" when registring nodes11:22
slaglespredzy: is ironic-conductor running?11:22
spredzyslagle, yes11:23
slagleis there anything telling in the log?11:23
spredzyslagle, not really http://fpaste.org/265578/18843741/11:26
*** jerrygb has quit IRC11:26
slaglespredzy: what about the ironic logs at /var/log/ironic/?11:26
spredzyslagle, empty11:27
slagleoh, that's right, i have a delorean patch out to fix the ironic logs11:27
slaglespredzy: ok, can you check via journalctl?11:27
spredzyslagle, you can see the journalctl logs on the the link above11:28
spredzythey are open as a background task11:28
derekhslagle: lots of ci failures over only, the delorean server was mainly down ;-(11:28
derekhslagle: seems to be back now, rdo guys looking into it11:28
spredzyslagle, my bad : I see DriverLoadError: python-ironic-inspector-client Python module not found11:29
slaglespredzy: hmm, let me see where that's supposed to be coming from11:30
*** trown|outttypeww is now known as trown11:31
slaglederekh: ok. downloading from epel was also failing several ci jobs yesterday11:31
slaglederekh: we see this a lot in rdo ci11:31
slagleprobably need to pin epel to a specific mirror11:31
derekhslagle: yup, back after lunch, I'm trying some pinning inside the dolorean container11:32
*** morazi has joined #tripleo11:32
pino|workslagle: when you have few minutes, may i have a chat with you wrt using virt-dib in (now called) python-tripleoclient?11:34
pino|work(no hurry, feel free to schedule a morning coffee first)11:34
spredzyslagle, not sure if that helps http://fpaste.org/265584/14418849/11:35
slaglepino|work: sure, later today maybe. pretty booked up this morning11:36
pino|workslagle: oki - do i poke you later, or will you?11:36
slaglepino|work: i'll try to ping you when i have a few...if not, you can try me again11:40
pino|workoki, thanks11:40
*** jaosorior has quit IRC11:45
*** spzala has joined #tripleo11:46
*** MasterPiece has joined #tripleo11:48
*** regebro has quit IRC11:49
*** jayg|g0n3 is now known as jayg11:57
*** jistr is now known as jistr|mtg12:03
*** leanderthal has joined #tripleo12:03
*** jaosorior has joined #tripleo12:06
*** krain_ has joined #tripleo12:10
*** thrash|g0ne is now known as thrash12:11
*** stendulker has quit IRC12:13
*** dprince has joined #tripleo12:19
*** dprince has joined #tripleo12:20
*** Marga_ has joined #tripleo12:31
*** Marga_ has quit IRC12:31
*** Marga_ has joined #tripleo12:32
*** gfidente has joined #tripleo12:37
spredzyslagle, derekh after following dtantsur suggestion on #rdo I could get an overcloud deployer. However when I try to log into my controller node I am faced with Permission Denied http://fpaste.org/265609/88726144/12:39
*** egafford has joined #tripleo12:40
*** jerrygb has joined #tripleo12:40
slaglespredzy: try centos user12:40
spredzyslagle, working ty12:41
spredzyok so I managed to deploy an overcloud from scratch with instack instead of devtest :)12:41
slaglecool, thx for sticking with it12:42
slaglewe're going through a bit of a rough patch right now, trying to get everything fixed up with the switch over12:43
spredzyslagle, I have noted few stuffm issing in the doc - from my understanding-  I will redeploy from scratch and if those are really missing from the doc will send a review12:44
slaglethanks12:44
spredzyslagle, great job anyway ! I mean in less than a day I could get an overcloud up and running, while in devtest early day it took me quite some time12:45
*** jerrygb has quit IRC12:45
EmilienMslagle: do you have an URL for next agenda meeting?12:46
slagleEmilienM: i do!12:46
slagleEmilienM: https://wiki.openstack.org/wiki/Meetings/TripleO12:47
EmilienMslagle: thank you12:47
slagleEmilienM: the one off items there are still from this week12:47
slagleyou can delete those if you want to add a new one-off agenda item12:47
EmilienMok12:47
EmilienMslagle: I see you have a specs topic in regular agenda so I guess it's not useful to add the topic in one-off12:49
EmilienMslagle: I would like to initiate discussions about https://review.openstack.org/#/c/222002/12:49
slagleEmilienM: ok, yea, we give folks a chance to bring up specs during the meeting12:49
slagleget some initial feedback, ask for reviews, etc12:49
EmilienMok cool12:49
slagledprince: bnemec : review plz https://review.openstack.org/#/c/22147412:52
*** jistr|mtg is now known as jistr12:52
dprinceslagle: sent, thanks12:55
openstackgerritMerged openstack-infra/tripleo-ci: Get instack and deps from http://git.openstack.org  https://review.openstack.org/22147412:55
derekhslagle: while we're talking about the meeting, is there any reason we couldn't have it a few hour earlier? /me would love to go more often13:04
slaglederekh: i dont know of one. all we have to do is just propose a different time, and find something on the schedule13:07
*** lazy_prince has joined #tripleo13:08
derekhslagle: ok, I'll see whats available and mail the list to see what people think, I think the original time was to accommodate a bunch of people who no longer work on the project13:09
*** Goneri has joined #tripleo13:09
*** jprovazn has quit IRC13:11
slaglederekh: sounds good. i'm pretty much open any time on tuesdays during east coast us working hours13:12
derekhslagle: cool13:13
slagle1200-2100UTC or so13:13
openstackgerritDerek Higgins proposed openstack-infra/tripleo-ci: Delorean go faster stripes  https://review.openstack.org/22209113:13
derekhdprince: ^^ that takes a whole 7 minutes off the amount of time we do delorean stuff13:13
derekhslagle: ack13:13
dprincederekh: nice :)13:15
*** leanderthal has quit IRC13:15
derekhdprince: the estimate I gave you the other day was wrong, I told you we spend 7 or 8 minutes building packages, I forgot about the additional 5 minutes building the delorean image13:16
derekhslagle ^^ it also include using a delorean fork (only until we have looked at the repository layering thing you were talking about), then we wont need it because we'll only be building one package13:17
thrashslagle: for the acls we discussed yesterday... were you thinking that a new gerrit group would be created for tripleoclient?13:18
*** krain_ has quit IRC13:18
*** pradk has joined #tripleo13:19
*** links has quit IRC13:23
*** tzumainn has joined #tripleo13:31
openstackgerritDan Prince proposed openstack/tripleo-heat-templates: external loadbalancer: Add net_vip_map_external  https://review.openstack.org/22218913:31
therveshardy, Can you approve https://review.openstack.org/185879 ? There is a non-blocking test error but I'd be surprised if it's related13:31
slaglethrash: either that, or just keep 1 core team, with an understanding that if we give core on the client to some additional folks, they don't +2 on other repos13:33
slaglethrash: i need to send this to the list for discussion13:33
*** spzala has quit IRC13:33
slaglewill do so later today13:33
*** yog_ has quit IRC13:33
*** spzala has joined #tripleo13:33
shardytherve: agreed, done13:36
therveThank you!13:36
thrashslagle: thanks13:37
*** jprovazn has joined #tripleo13:39
*** jerrygb has joined #tripleo13:41
openstackgerritDan Prince proposed openstack/tripleo-heat-templates: external loadbalancer: Add net_vip_map_external  https://review.openstack.org/22218913:43
slaglethrash: d0ugal : who are you thinking for core rights on the client repos? just you two?13:44
*** jerrygb has quit IRC13:45
thrashslagle: I will leave that to akrivoka :)13:46
slaglewell i think it's more of a who was most active in the reviews and merges when it was under rdo?13:46
slaglethose are the people i'd propose adding to core13:47
*** MasterPiece has quit IRC13:48
openstackgerritMerged openstack/tripleo-image-elements: Add os-collect-config template for zaqar support  https://review.openstack.org/18587913:48
thrashslagle: that would be myself and d0ugal then13:53
*** paramite has quit IRC13:55
*** paramite has joined #tripleo14:00
*** lblanchard has joined #tripleo14:03
d0ugalslagle: https://github.com/rdo-management/python-rdomanager-oscplugin/graphs/contributors14:03
d0ugalslagle: that might give a good idea14:03
d0ugalor, a rough idea actually14:03
*** shardy_ has joined #tripleo14:05
slagleok, email sent14:06
*** shardy has quit IRC14:06
*** shardy_ has quit IRC14:10
*** shardy has joined #tripleo14:11
*** jerrygb has joined #tripleo14:15
trownd0ugal: thrash, is there a place to file bugs against python-tripleoclient? doesnt seem to be on launchpad14:21
trownor maybe slagle ^14:21
thrashtrown: I *think* it would just get filed under tripleo...14:21
trownI have some patches to put up, but wanted to file bugs first14:21
slagletrown: i'd use tripleo, unless you think it warrants a new project14:22
trownslagle: I can file under tripleo for now, but it is probably worth splitting, especially if there are going to be specific cores for it14:23
slaglewhat does the cores have to do with it?14:24
openstackgerritRob Pothier proposed openstack/tripleo-heat-templates: Port Cisco Nexus/UCSM ExtraConfig to AllNodes  https://review.openstack.org/21569414:24
trownslagle: for ironic, all of the subprojects have there own launchpads14:24
trownwell, it is just easier to have a dashboard for only the bugs you are responsible for14:24
slaglei guess maybe14:26
trownI am curious if the launchpad hooks will even work14:26
slaglefor process_bugs.py?14:28
trownis that what adds you as the owner of a bug just by putting a patch up with the bug id?14:30
trownand then sets it to "fix_committed" once the patch is merged?14:31
slagleno, it's for moving bugs to fix_released when you do a release14:32
slaglewhat you describe will work14:32
slaglewe already do that in tripleo14:32
slagleprocess_bugs.py does require a project though14:32
slaglei just do it manually most of the time when i do tripleo releases, since that are already a few projects under the tripleo project14:33
slaglei like reviewing them anyway to be sure14:33
slaglebut anyway, if you want a separate project, i think we could have one14:33
slaglewas just thinking of keeping things simple. but i suppose simple is relative in this case :)14:34
*** lazy_prince has quit IRC14:36
trownI am not really bothered either way, we could always change it later if needed14:36
*** spzala has quit IRC14:36
*** lazy_prince has joined #tripleo14:36
*** Marga_ has quit IRC14:47
*** aufi has quit IRC14:50
*** tserong has quit IRC14:53
dtantsurslagle, bnemec or anyone: could you please review/merge https://review.openstack.org/#/c/220513/ ? without it IPA can't be built14:55
dtantsurgreghaynes, it ^^ no longer depends on testing repo14:55
*** untriaged-bot has joined #tripleo15:00
untriaged-botUntriaged bugs so far:15:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/148836615:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/149344515:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/149344215:00
openstackLaunchpad bug 1488366 in tripleo "TripleO Deployments get stuck sometimes until a timeout is reached" [Undecided,New]15:00
openstackLaunchpad bug 1493445 in tripleo "When we deploy 1 controller, we set dhcp_agents_per_network to 3" [Undecided,In progress] - Assigned to Marios Andreou (marios-b)15:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/149290415:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/148668915:00
openstackLaunchpad bug 1493442 in tripleo "puppet-glance: No such file or directory - /etc/glance/glance-api.conf" [Critical,New]15:00
*** paramite has quit IRC15:00
openstackLaunchpad bug 1492904 in diskimage-builder "elements/dkms/post-install.d/99-dkms may get executed after elements/ramdisk/post-install.d/99-build-ramdisk" [Undecided,In progress] - Assigned to Nisha Agarwal (agarwalnisha1980)15:00
untriaged-bothttps://bugs.launchpad.net/os-collect-config/+bug/148251015:00
openstackLaunchpad bug 1486689 in diskimage-builder "Ramdisk should consider the size unit when inspecting the amount of RAM" [Undecided,In progress] - Assigned to Brad Lodgen (lodgenbd)15:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/148844515:00
openstackLaunchpad bug 1482510 in heat "OS::Heat::SoftwareDeployment failed due SSL certificate verification error" [Medium,Triaged] - Assigned to Rico Lin (rico-lin)15:00
openstackLaunchpad bug 1488445 in diskimage-builder "ubuntu/ipa ramdisk cannot be boot successfully" [Undecided,In progress] - Assigned to Ligong Duan (duanlg)15:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/148896915:00
openstackLaunchpad bug 1488969 in bifrost "debian image w/ironic-agent failing to build" [Medium,Triaged] - Assigned to Julia Kreger (juliaashleykreger)15:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/149280315:00
openstackLaunchpad bug 1492803 in diskimage-builder "HP Proliant Gen9 Servers with Dynamic Smart Array Controllers storages cannot be deployed" [Undecided,In progress] - Assigned to Nisha Agarwal (agarwalnisha1980)15:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/148933915:00
openstackLaunchpad bug 1489339 in diskimage-builder "Met the "pkg-map failed"issue for building ubuntu/IPA and debian/IPA ramdisk" [Undecided,In progress] - Assigned to Ye-hong Fang (hongyefang)15:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/148817615:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/149128015:00
untriaged-bothttps://bugs.launchpad.net/tuskar/+bug/148706715:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/147180215:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/149058415:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/148696715:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/149280415:00
openstackLaunchpad bug 1488176 in tripleo "(tripleo heat templates) Not configuring neutron mechanism drivers in any puppet based deploys" [Undecided,In progress] - Assigned to Marios Andreou (marios-b)15:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/149434915:00
openstackLaunchpad bug 1491280 in diskimage-builder "built ubuntu iso image failed as processing package grub-efi-amd64 has error " [Undecided,In progress] - Assigned to Ligong Duan (duanlg)15:00
openstackLaunchpad bug 1487067 in tuskar "Replace 'nova_overcloud_config.yml' with 'nova_overcloud_config.yaml'" [Undecided,New] - Assigned to Wang Wei (wangw-fnst)15:00
*** untriaged-bot has quit IRC15:00
openstackLaunchpad bug 1471802 in diskimage-builder "ironic-agent element hardcodes interfaces names for DHCP." [Undecided,Fix committed] - Assigned to Om Kumar (om-kumar)15:00
openstackLaunchpad bug 1490584 in diskimage-builder "ramdisk-image-create ironic-agent fails when using source-install" [Undecided,Fix committed] - Assigned to John Trowbridge (trown)15:00
openstackLaunchpad bug 1486967 in diskimage-builder "Config drive creation fails in UEFI boot mode for whole disk image" [Undecided,In progress] - Assigned to Shivanand Tendulker (stendulker)15:00
openstackLaunchpad bug 1492804 in diskimage-builder "ramdisk-functions replace the contents of /etc/modprobe.d/blacklist.conf with "blacklist evbug" only" [Undecided,In progress] - Assigned to Nisha Agarwal (agarwalnisha1980)15:00
openstackLaunchpad bug 1494349 in tripleo "[tripleoclient] DIB includes the "in-tree" elements by default" [Undecided,In progress] - Assigned to John Trowbridge (trown)15:00
*** Marga_ has joined #tripleo15:04
*** tserong has joined #tripleo15:06
*** tserong has joined #tripleo15:06
trowndtantsur: btw, I am able to get agent ramdisk on centos using https://review.openstack.org/#/c/222231/15:09
trowndtantsur: no dnf there15:09
thrashI think I did this right... https://review.openstack.org/#/c/222194/15:10
trownthrash: do you also want the to use the "publish-to-pypi" tool to do automatic releases?15:12
*** paramite has joined #tripleo15:12
thrashtrown: probably. :)15:13
thrashtrown: would make sense.15:14
trownthrash: I made a comment on the review15:14
thrashtrown: thanks15:14
trownlooks correct otherwise15:14
*** jistr is now known as jistr|mtg15:14
*** ifarkas is now known as ifarkas|afk15:14
d0ugalthrash: do you know how we get the proposal bot?15:15
d0ugalthrash: I was trying to find that before, but failed15:15
d0ugalthrash: (for bumping versions etc.)15:15
thrashd0ugal: I do not. I will take a look for it.15:15
d0ugalthrash: both tripleoclient and tripleo-common could do with it :)15:15
trownd0ugal: do you mean the global requirements one?15:16
thrashtrown: yes15:17
dtantsurtrown, yeah, dnf is a problem for Fedora15:17
d0ugaltrown: Yeah15:18
trownI think that is check-requirements in zuul/layout15:18
trowndtantsur: do you know if that is right ^, for keeping requirements sync'd15:18
bnemechttp://git.openstack.org/cgit/openstack/requirements/tree/projects.txt15:18
thrashd0ugal: I will add that.15:18
d0ugalthrash: Thanks!15:19
bnemectrown: thrash: ^15:19
thrashlooks like tripleo-common already has it15:19
trownoh15:19
thrashbnemec: so it goes there and in zuul/layout.yaml?15:20
thrashd0ugal: we want python3-jobs too yeah?15:20
bnemecthrash: I think it just needs to go there to get the proposal bot.  The check-requirements job is to verify the requirements in the project aren't wrong (using projects not in requirements and such).15:21
d0ugalthrash: yup15:21
thrashbnemec: ack15:21
bnemecd0ugal: thrash: Note https://review.openstack.org/#/c/220167/15:23
*** lblanchard has quit IRC15:25
bnemecI also don't think you need python3-jobs anymore.  python-jobs includes a py34 job: http://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/python-jobs.yaml#n34715:25
thrashbnemec: I swear I looked for that... :P15:25
bnemec:-)15:26
thrashbnemec: I will rebase my change on yours to add a couple of things.15:26
*** jistr|mtg is now known as jistr15:26
bnemecSounds good.15:26
openstackgerritRob Pothier proposed openstack/tripleo-heat-templates: Port Cisco Nexus/UCSM ExtraConfig to AllNodes  https://review.openstack.org/21569415:27
*** ukalifon has quit IRC15:27
*** rlandy has quit IRC15:29
*** spzala has joined #tripleo15:30
*** lblanchard has joined #tripleo15:30
*** rlandy has joined #tripleo15:30
thrashbnemec: d0ugal trown there we go... https://review.openstack.org/#/c/222194/15:31
thrashand for requirements: https://review.openstack.org/22225215:36
*** lazy_prince has quit IRC15:37
*** alop has joined #tripleo15:38
d0ugalthrash: good work15:42
*** trown is now known as trown|lunch15:44
derekhthe server hosting the delorean trunk that we all hit will be going down on monday for up to 24 hours15:47
derekhdo we need to mirror things for this period or suck it up ?15:48
derekhWe could mirror the current repo very quickly, I'm not sure how long it would take to find the places that need to be switched over too it15:49
openstackgerritMerged openstack/diskimage-builder: Make sure dnf won't autoremove packages that we explicitly installed  https://review.openstack.org/22051315:56
slaglebnemec: i'm not sure i like this all that much, or is any less hacky than anything else: https://review.openstack.org/#/c/222227/16:02
slagleseems to work though for recreating users (in case of requested password update), and recreating endpoints16:02
slaglei'm not sure how else to solve this issue, especially if someone were to request a different local_ip or something (short of deleting/recreating ctlplane)16:03
*** dtantsur is now known as dtantsur|afk16:04
bnemecHeh, just yesterday I changed the local_ip on one of my underclouds.16:05
bnemecBut I did my hacky delete everything "solution".16:05
*** haplomephistos has joined #tripleo16:11
*** paramite is now known as paramite|afk16:13
haplomephistosWhere would be a good place to ask some DHCP/openvswitch questions with regards to DHCP replies not getting to a baremetal host when deploying my overcloud from the undercloud?16:14
*** paramite|afk is now known as paramite16:15
haplomephistosDiscovery works great, and I can even see DHCP replies in the DHCP namespace and on the physical interface, but the baremetal nodes never receive it16:15
slaglelucasagomes: around? have a few mins to help with ^?16:21
lucasagomesslagle, hi there16:21
* lucasagomes reads16:21
lucasagomeshaplomephistos, hi there... hmmm so the difference of discovery and deploy is that discovery has it's own DHCP server and deploy we rely on neutron to provide the DHCP server for us16:23
lucasagomeshaplomephistos, just one thing, do you see anything odd in the firewall rules? Can you check iptables -L ?16:24
* lucasagomes remember once he saw something odd there16:24
*** mcornea has quit IRC16:28
*** jistr has quit IRC16:40
*** w_ has joined #tripleo16:50
*** olaph has quit IRC16:53
*** lsmola has quit IRC16:53
*** jaosorior has quit IRC16:53
*** ifarkas|afk has quit IRC16:54
*** jcoufal has quit IRC16:56
*** sthillma has joined #tripleo16:58
*** sthillma_ has joined #tripleo16:58
*** sthillma has quit IRC17:02
*** sthillma_ is now known as sthillma17:02
*** Marga_ has quit IRC17:03
*** Marga_ has joined #tripleo17:03
*** paramite has quit IRC17:05
*** derekh has quit IRC17:06
*** lucasagomes has quit IRC17:07
*** trown|lunch is now known as trown17:15
*** athomas has quit IRC17:25
*** w_ has quit IRC17:40
*** shivrao has joined #tripleo17:40
*** bvandenh has joined #tripleo17:44
*** julim has quit IRC17:46
*** SlickNik has joined #tripleo17:47
openstackgerritGiulio Fidente proposed openstack/tripleo-heat-templates: Make load balancer deployment optional via template param  https://review.openstack.org/22230517:48
gfidentedprince, ^^ that is just supposed to make deployment optional17:48
gfidentewithout top-level param17:48
*** Marga_ has quit IRC17:54
*** Marga_ has joined #tripleo17:54
dprincegfidente: cool, commented17:58
*** sthillma has quit IRC17:59
gfidentetks!18:00
*** pelix has quit IRC18:01
*** penick has joined #tripleo18:03
openstackgerritGiulio Fidente proposed openstack/tripleo-heat-templates: Make load balancer deployment optional via template param  https://review.openstack.org/22230518:03
*** sthillma has joined #tripleo18:03
openstackgerritDerek Higgins proposed openstack-infra/tripleo-ci: Remove devtest support  https://review.openstack.org/22172618:09
*** Marga_ has quit IRC18:14
*** Marga_ has joined #tripleo18:14
openstackgerritMerged openstack/tripleo-heat-templates: Set the nova scheduler ram_allocation_ration to 1.0  https://review.openstack.org/21894418:16
*** julim has joined #tripleo18:37
*** spzala has quit IRC18:37
*** julim_ has joined #tripleo18:39
*** akrivoka has quit IRC18:41
*** julim has quit IRC18:42
*** hashar has joined #tripleo18:59
*** penick_ has joined #tripleo19:00
*** derekh has joined #tripleo19:00
*** penick has quit IRC19:01
*** penick_ is now known as penick19:01
*** penick has quit IRC19:29
*** derekh has quit IRC19:29
*** sthillma_ has joined #tripleo19:39
*** sthillma has quit IRC19:40
*** sthillma_ is now known as sthillma19:40
*** spzala has joined #tripleo19:49
*** yamahata has quit IRC19:52
openstackgerritRyan Hallisey proposed openstack/tripleo-specs: Containerize TripleO blueprint  https://review.openstack.org/22234419:52
*** sdake has joined #tripleo19:54
*** jerrygb has quit IRC19:58
*** matbu has quit IRC19:58
*** matbu has joined #tripleo20:00
*** sdake_ has joined #tripleo20:02
*** sdake has quit IRC20:05
EmilienMrhallisey: I don't suggest to having separated specs for the same problem https://review.openstack.org/#/c/222002/20:08
EmilienMrhallisey: it's the goal of a spec, to decide where we go20:09
EmilienMrhallisey: if you want to share the current work, I suggest to use https://review.openstack.org/#/c/222002/ and keep the informations in the same place20:09
rhalliseyEmilienM, ok sure.20:09
Slowersounds good20:09
Slowerwe can munge what we have into your spec20:10
rhalliseyEmilienM, I thought we would go with 2 and have folks decide, but either works20:10
Slowerours is more specific in details .. it goes through what the patch is currently doing20:10
EmilienMI've never seen that20:10
EmilienMhaving 2 specs and one decide?20:10
EmilienMit's very frustrating for the guy who got his blueprint rejected20:11
EmilienMwe should rather brainstorm together as a community/group20:11
Slowerok20:11
rhalliseyEmilienM, ok :)20:11
Slowerwe'll munge these together20:11
EmilienMbecause I already know your blueprint will be accepted20:11
EmilienMbecause you did all the code20:11
Slowerright20:11
Slowerhaha20:11
EmilienMand it seems to work now20:11
rhalliseylol20:11
EmilienMwhich is cool20:11
EmilienMbut to me we never discussed20:11
EmilienMguys20:11
EmilienM...20:11
Slowerright20:11
rhalliseyEmilienM, ya works fo rus20:12
Slowersorry EmilienM you are right20:12
EmilienMI've been working in OpenStack since 2011, you won't got me ;-)20:12
Sloweryeah it's chaos really :)20:12
EmilienMahah20:12
*** rlandy has quit IRC20:13
rhalliseyEmilienM, ya we will merge them tmr20:14
*** rlandy has joined #tripleo20:14
EmilienMwhat? lol20:14
openstackgerritBen Nemec proposed openstack/diskimage-builder: Update rhel7 element readme  https://review.openstack.org/22235120:15
rhalliseyEmilienM, are you cool with us writing over yours?20:15
Slowertmr = tomorrow20:15
rhalliseyya sorry about that :)20:16
EmilienMrhallisey: well, I also think using Gerrit for discussion is better20:16
EmilienMDiscussion by comments20:16
EmilienMand then, I can push or you can push once we have discussed20:16
rhalliseyEmilienM, our comments might be paragraphs :)20:16
EmilienMI rarely tl;dr20:16
SlowerEmilienM: the big change the 'overview' section where we detail the bootstrapping etc20:17
*** yamahata has joined #tripleo20:18
*** jayg is now known as jayg|g0n320:20
openstackgerritBen Nemec proposed openstack/diskimage-builder: Update rhel7 element readme  https://review.openstack.org/22235120:20
EmilienMSlower, rhallisey: I would be happy if we could discuss about L30 -> L5020:22
EmilienMbefore talking about technology, we need to agree on what problem we are solving20:22
*** matbu has quit IRC20:23
*** jprovazn has quit IRC20:23
rhalliseyEmilienM, ya we can throw in what we have20:24
*** matbu has joined #tripleo20:24
EmilienMSlower, rhallisey: also, we can discuss design over an IRC meeting / conv20:24
rhalliseyEmilienM, https://etherpad.openstack.org/p/container-spec20:24
EmilienMrhallisey: I don't understand why we have an etherpad for a spec20:25
EmilienMthis is not how OpenStack works :(20:25
EmilienMI asked we don't have 2 blueprints20:26
rhalliseyEmilienM, we wanted to edit it together :)20:26
rhalliseyya I abandoned the other20:26
openstackgerritDan Prince proposed openstack/tripleo-heat-templates: Docker compute role configured via Puppet  https://review.openstack.org/20950520:26
rhalliseybut I just wanted to show you our summary20:26
SlowerEmilienM: I added some comments to get things started20:26
dprinceEmilienM: to be fair there is nothing wrong w/ using a etherpad to write a spec... you are just saying you want a spec right?20:27
*** jcoufal has joined #tripleo20:27
*** jcoufal has quit IRC20:27
dprinceSlower, rhallisey: just rebased the existing docker puppet patch above ^^ btw20:28
Slowerdprince: EmilienM: We just used that so Ryan and I could brainstorm.. we did it over voice chat and edited together20:28
Slowerdprince: woot!20:28
EmilienMI don't mind using etherpad but not when a spec is online20:28
dprinceSlower: yep, I think tht is totally fine20:28
rhalliseydprince, cool thx20:28
EmilienMbecause it's not really open20:28
EmilienMdiscussion happen in Gerrit so anyone can participate from any timezone20:28
SlowerEmilienM: I agree with you, we will work by posting reviews to your spec20:29
EmilienMin the etherpad, it's close to people HERE and online NOW20:29
dprinceEmilienM: I personally work much faster on etherpads... and have no issue w/ them20:29
EmilienMbut I suggest, you can do how you like20:29
dprinceEmilienM: but specs are good once the ideas are more solid20:29
EmilienMdprince: honestly, I don't want to be fast20:29
EmilienMI prefer doing it right this time20:29
SlowerEmilienM: it's no different than a meeting over lunch or in the office20:29
EmilienMit seems like I'm in minority20:30
dprinceEmilienM: and WTR to two specs or one... I could very easily see us posting multiple specs on this so tht we have complete ideas to discuss20:30
*** gfidente has quit IRC20:30
EmilienMI continue to read Slower comments20:30
Slowerbut like I say, we will work with you on your review20:30
*** isq has quit IRC20:30
*** jerrygb has joined #tripleo20:30
dprinceEmilienM: one idea might be possible within the liberty timeframe for example (i.e. we could get it implemented very soon)20:31
rhalliseyright, specifically compute20:31
dprinceEmilienM: and the other may be our mid/long term vision for how we like things to evolve20:31
dprinceEmilienM: some of the ideas in your spec, like using Magnum are good. but will likely take time20:31
SlowerEmilienM: yeah we assumed you were thinking more long term..20:31
EmilienMof course I think about long term20:32
dprinceEmilienM: so perhaps target that for makita20:32
EmilienMI know we have deadlines and such20:32
* dprince has decided to rename that release after his favorite drill20:32
EmilienMbut I would avoid creating technical depts20:32
EmilienMdprince: OSP9?20:33
dprinceEmilienM: I don't speak in terms of those things :)20:33
EmilienMI feel like I'm pushed out from OSP8 because I propose sane solutions20:33
EmilienMI don't care about the version20:33
dprinceEmilienM: yeah, me neither20:34
EmilienMif redhat wants containers TODAY, let's create bash scripts and do it20:34
dprinceEmilienM: this isn't a Red Hat only thing20:34
EmilienMif OpenStack wants to maintain clean code in TripleO that allow containers deployments, I'm in to contribute20:34
EmilienMdprince: well... :) that's another discussion20:34
dprinceEmilienM: this is a... lots of people have put work into an idea thing and I'd like to see us complete that for the compute role thing20:34
Slowerdprince: haha, here I was thinking.. oh! it's makita, like the company! haha20:34
Slowerbut alas20:35
dprinceSlower: yeah, I'm going to mistype that more than once I think20:35
* rhallisey doesn't know drills20:35
EmilienMdprince: don't worry I mistype it every day20:35
SlowerEmilienM: I think you need to give our solution a fair assessment though.  I think it's reasonable20:36
Slowerand of course we are open to ideas for the future, this is just a first try really20:36
EmilienMand I like it20:36
EmilienMit can be a first good iteration20:36
EmilienMbut to me, some discussions needs to happen20:36
EmilienMSlower: I'm reading you know20:37
slagleEmilienM it seems like you're coming from the idea that since there was no initial spec, no open discussion happened. and i don't think that's true20:37
dprinceEmilienM: discussions will happen, and having these ideas spec'd out will help greatly20:37
EmilienMslagle: I haven't seen any spec until now20:38
EmilienMslagle: about containers20:38
EmilienMslagle: I only saw code20:38
slagleand again...that has not a lot to do with if there has been open discussion20:38
slaglein fact, very little to do20:38
slaglea lot of work happens and is openly discussed without specs20:39
dprinceslagle: enough work as gone on though that we should probably have a spec for this20:39
* dprince will take the blame for that20:39
slaglemaybe so20:40
EmilienMslagle: where? on the ML?20:40
slagle"should have had a spec" does not equal "wasn't done in the open"20:40
dprinceback to drills though... I really liked the old Makita drill color scheme a lot better than the new one20:40
dprinceturquoise and orange I think it was... and by old I mean like 15 years ago20:41
rhalliseylol20:41
dprincethe new scheme is like total crap20:41
Slowerdprince: they changed?!20:41
rhalliseydprince, I wasn't allowed to hold power tools at that age :(20:41
Slowerwoah that is old20:41
dprinceSlower: yeah, totally. shouldn't be allowed to change a color scheme like that20:42
slagleEmilienM: yea, i believe there were a few threads20:42
Slowerdprince: https://ssli.ebayimg.com/00/s/NzY4WDEwMjQ=/z/dTYAAOSwyQtV0FY7/$_86.JPG ?20:43
SlowerThe code was also posted, and honestly you could have grabbed us at any time to discuss it20:44
slagleEmilienM: anyway, it just feels you were mischaracterizing the work a bit. especially since none of it has landed. patches are open to reviews and have been around for quite a while20:44
EmilienMI'm just interested to be involved20:45
slagleand certainly, the discussion is not over or already been decided20:45
SlowerEmilienM: which is awesome20:45
slagleyea, me too. there are some different ideas, lets collaborate on a spec20:46
EmilienMmy biggest challenge is to understand Slower/dprince/rrhallisey implementation20:46
*** bvandenh has quit IRC20:46
*** haplomephistos has quit IRC20:46
dprinceEmilienM: lets pair up and demo it tomorrow?20:47
EmilienMdprince: it would be nice20:47
EmilienMwe could even record it20:47
dprinceEmilienM: we can show you it working on a local demo20:47
EmilienMcool20:47
EmilienMdprince: does 3pm works for you?20:48
dprinceEmilienM: sure, could you send an invite to rhallisey and Slower too20:48
EmilienMof course20:48
dprincewhoever is interested can come20:49
SlowerEmilienM: I tried to detail what happens in our implementation in the comment to your spec20:50
*** haplomephistos has joined #tripleo20:50
EmilienMSlower: nicely done20:51
EmilienMSlower: I would like to talk a bit about magnum20:51
EmilienMlast night, sdake_ suggested me not using it20:51
EmilienMit seems really bleeding edge and has some limitations20:51
EmilienMthough on the papier it looks cool20:51
SlowerEmilienM: that was my impression as well20:52
Slowerit would be difficult for sure20:52
Sloweryou could use it to stand up the basic services but there are a few problems20:52
dprinceEmilienM: we want practical not pompous docker dude20:52
Slower- I don't think you can specify where a 'pod' will run, you may have 2 sets of compute services on a node20:53
Slower- I am really unsure how you'd implement things like bonding etc, as well as all the vlans20:53
Sloweryou basically need control of the host, even though we are using containers20:53
Slowerwe are really only using the 'image snapshot' kind of utility of containers, not the run-anywhere etc.  It's still integrated with the host20:54
Slowervery integrated20:54
Slowermuch more so than what magnum was designed to do.. to distribute containerized work loads20:55
dprinceEmilienM: do you know where TWC gets their containers off hand20:55
EmilienMI just think we heat docker compose is implementing some bits of magnum20:55
EmilienMdprince: like in VMs or baremetal?20:55
SlowerEmilienM: kind of, yes20:55
dprinceEmilienM: more like where are their Dockerfiles?20:56
Slowerit's actually docker-compose20:56
Slowerand one could argue docker-compose, kubernetes, magnum etc all overlap a bit20:56
EmilienMI don't know20:56
EmilienMhave you asked clayton?20:56
dprinceEmilienM: I will, haven't yet20:57
EmilienMI'm asking on #puppet-openstack20:57
EmilienMrhallisey: Slower: discussion is happening on the channel20:58
*** Marga_ has quit IRC20:58
rhalliseykk20:58
*** Marga_ has joined #tripleo20:58
EmilienMrhallisey, Slower : logs: http://eavesdrop.openstack.org/irclogs/%23puppet-openstack/20:58
*** untriaged-bot has joined #tripleo21:00
untriaged-botUntriaged bugs so far:21:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/148836621:00
openstackLaunchpad bug 1488366 in tripleo "TripleO Deployments get stuck sometimes until a timeout is reached" [Undecided,New]21:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/149344521:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/149344221:00
openstackLaunchpad bug 1493445 in tripleo "When we deploy 1 controller, we set dhcp_agents_per_network to 3" [Undecided,In progress] - Assigned to Marios Andreou (marios-b)21:00
openstackLaunchpad bug 1493442 in tripleo "puppet-glance: No such file or directory - /etc/glance/glance-api.conf" [Critical,New]21:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/149290421:00
openstackLaunchpad bug 1492904 in diskimage-builder "elements/dkms/post-install.d/99-dkms may get executed after elements/ramdisk/post-install.d/99-build-ramdisk" [Undecided,In progress] - Assigned to Nisha Agarwal (agarwalnisha1980)21:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/148668921:00
openstackLaunchpad bug 1486689 in diskimage-builder "Ramdisk should consider the size unit when inspecting the amount of RAM" [Undecided,In progress] - Assigned to Brad Lodgen (lodgenbd)21:00
untriaged-bothttps://bugs.launchpad.net/os-collect-config/+bug/148251021:00
openstackLaunchpad bug 1482510 in heat "OS::Heat::SoftwareDeployment failed due SSL certificate verification error" [Medium,Triaged] - Assigned to Rico Lin (rico-lin)21:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/148844521:00
openstackLaunchpad bug 1488445 in diskimage-builder "ubuntu/ipa ramdisk cannot be boot successfully" [Undecided,In progress] - Assigned to Ligong Duan (duanlg)21:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/148896921:00
openstackLaunchpad bug 1488969 in bifrost "debian image w/ironic-agent failing to build" [Medium,Triaged] - Assigned to Julia Kreger (juliaashleykreger)21:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/149280321:00
openstackLaunchpad bug 1492803 in diskimage-builder "HP Proliant Gen9 Servers with Dynamic Smart Array Controllers storages cannot be deployed" [Undecided,In progress] - Assigned to Nisha Agarwal (agarwalnisha1980)21:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/148933921:00
openstackLaunchpad bug 1489339 in diskimage-builder "Met the "pkg-map failed"issue for building ubuntu/IPA and debian/IPA ramdisk" [Undecided,In progress] - Assigned to Ye-hong Fang (hongyefang)21:00
*** lblanchard has quit IRC21:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/148817621:00
openstackLaunchpad bug 1488176 in tripleo "(tripleo heat templates) Not configuring neutron mechanism drivers in any puppet based deploys" [Undecided,In progress] - Assigned to Marios Andreou (marios-b)21:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/149128021:00
openstackLaunchpad bug 1491280 in diskimage-builder "built ubuntu iso image failed as processing package grub-efi-amd64 has error " [Undecided,In progress] - Assigned to Ligong Duan (duanlg)21:00
untriaged-bothttps://bugs.launchpad.net/tuskar/+bug/148706721:00
openstackLaunchpad bug 1487067 in tuskar "Replace 'nova_overcloud_config.yml' with 'nova_overcloud_config.yaml'" [Undecided,New] - Assigned to Wang Wei (wangw-fnst)21:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/147180221:00
openstackLaunchpad bug 1471802 in diskimage-builder "ironic-agent element hardcodes interfaces names for DHCP." [Undecided,Fix committed] - Assigned to Om Kumar (om-kumar)21:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/149058421:00
openstackLaunchpad bug 1490584 in diskimage-builder "ramdisk-image-create ironic-agent fails when using source-install" [Undecided,Fix committed] - Assigned to John Trowbridge (trown)21:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/148696721:00
openstackLaunchpad bug 1486967 in diskimage-builder "Config drive creation fails in UEFI boot mode for whole disk image" [Undecided,In progress] - Assigned to Shivanand Tendulker (stendulker)21:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/149280421:00
openstackLaunchpad bug 1492804 in diskimage-builder "ramdisk-functions replace the contents of /etc/modprobe.d/blacklist.conf with "blacklist evbug" only" [Undecided,In progress] - Assigned to Nisha Agarwal (agarwalnisha1980)21:00
*** untriaged-bot has quit IRC21:00
*** gfidente has joined #tripleo21:02
openstackgerritDan Prince proposed openstack/tripleo-heat-templates: pacemaker: Set manage_service/enabled via Hiera  https://review.openstack.org/22188121:03
*** sdake_ has quit IRC21:13
*** haplomephistos has quit IRC21:15
*** hashar has quit IRC21:16
dprinceslagle: could you review this, it fixes network isolation w/ upstream Heat https://review.openstack.org/#/c/221452/21:17
*** Marga_ has quit IRC21:17
dprinceslagle: once CI passes I'd like to get it in21:17
*** Marga_ has joined #tripleo21:17
*** dprince has quit IRC21:18
*** haplomephistos has joined #tripleo21:19
*** egafford has left #tripleo21:20
*** mbound has joined #tripleo21:25
*** sdake has joined #tripleo21:26
*** olaph has joined #tripleo21:34
*** Goneri has quit IRC21:35
*** thrash is now known as thrash|g0ne21:42
*** shivrao has quit IRC21:50
*** shivrao has joined #tripleo21:50
*** derekh has joined #tripleo21:51
*** rhallisey has quit IRC21:54
slaglebnemec: heh, nice json smack down :)21:57
bnemecslagle: Only because I've done it myself so many times. ;-)21:58
*** shardy has quit IRC21:58
*** mbound has quit IRC22:02
*** morazi has quit IRC22:08
*** sthillma has quit IRC22:22
*** sthillma has joined #tripleo22:24
openstackgerritDerek Higgins proposed openstack-infra/tripleo-ci: Add script to monitor tripleo jenkins jobs  https://review.openstack.org/8123622:27
*** isq has joined #tripleo22:29
*** yamahata has quit IRC22:30
*** yamahata has joined #tripleo22:31
*** Marga_ has quit IRC22:32
*** Marga_ has joined #tripleo22:35
*** Marga_ has quit IRC22:36
*** Marga_ has joined #tripleo22:37
*** Marga_ has quit IRC22:43
*** Marga_ has joined #tripleo22:43
*** alop has quit IRC22:45
*** rlandy has quit IRC22:58
*** trown is now known as trown|outttypeww23:25
*** sthillma_ has joined #tripleo23:34
openstackgerritDerek Higgins proposed openstack-infra/tripleo-ci: Remove code to pull clone repositories  https://review.openstack.org/22240623:38
openstackgerritDerek Higgins proposed openstack-infra/tripleo-ci: Stop building tuskar-ui-extras  https://review.openstack.org/22240723:38
openstackgerritDerek Higgins proposed openstack-infra/tripleo-ci: Stop building ironic-discoverd  https://review.openstack.org/22240823:38
*** sthillma has quit IRC23:38
*** sthillma_ is now known as sthillma23:38

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