Wednesday, 2019-04-17

eanderssonRegion.. does.. work.. but the first version api version check does not respect region00:00
eanderssonor maybe even reverse00:01
TheJuliawell internally there is zero concept of it00:07
*** gyee has quit IRC00:08
*** sthussey has quit IRC00:13
*** absubram has quit IRC00:16
*** jcoufal has joined #openstack-ironic00:29
*** mjturek has quit IRC00:32
*** ijw has quit IRC00:48
*** jcoufal has quit IRC00:55
*** jcoufal has joined #openstack-ironic00:56
*** ijw has joined #openstack-ironic01:04
*** S4ren has joined #openstack-ironic01:07
*** jcoufal has quit IRC01:07
*** ijw has quit IRC01:09
*** dsneddon has quit IRC01:10
*** S4ren has quit IRC01:21
*** hamzy has joined #openstack-ironic01:22
*** threestrands has joined #openstack-ironic01:24
*** whoami-rajat has joined #openstack-ironic01:31
*** cdearborn has quit IRC01:35
*** dsneddon has joined #openstack-ironic01:35
*** dsneddon has quit IRC01:40
openstackgerritDongcan Ye proposed openstack/ironic-inspector master: Fix validate_interfaces processing hook format  https://review.openstack.org/65322201:51
*** S4ren has joined #openstack-ironic02:12
*** rloo has quit IRC02:21
*** dsneddon has joined #openstack-ironic02:29
*** S4ren has quit IRC02:32
*** dsneddon has quit IRC02:36
*** dsneddon has joined #openstack-ironic02:49
*** dsneddon has quit IRC02:56
*** dsneddon has joined #openstack-ironic02:57
openstackgerritErik Olof Gunnar Andersson proposed openstack/python-ironicclient master: [WIP] Make ironicclient respect endpoint_override  https://review.openstack.org/65323303:01
*** dsneddon has quit IRC03:05
eanderssonWithout the above... regions don't fully work03:08
eanderssonThe problem is/was that the version negotiation would always happen against the first region (in keystone).03:09
eanderssonSo if you had two regions (or more) and you supplied region B, it is possible it was negotiating version with region A, but making api requests against region B03:10
eanderssonThis is only really bad if you have different versions of Ironic in different regions, or like me region A and B ironic cant talk to each other.03:10
*** dsneddon has joined #openstack-ironic03:11
*** dsneddon has quit IRC03:15
openstackgerritErik Olof Gunnar Andersson proposed openstack/python-ironicclient master: Make ironicclient always respect endpoint_override  https://review.openstack.org/65323303:21
eanderssonAlso pushed out https://review.openstack.org/#/c/653271/03:25
patchbotpatch 653271 - openstacksdk - Actually pass on network_data when building config... - 1 patch set03:25
*** dsneddon has joined #openstack-ironic03:49
*** andrein has joined #openstack-ironic03:53
*** dsneddon has quit IRC03:54
openstackgerritMerged openstack/ironic-inspector master: Fix validate_interfaces processing hook format  https://review.openstack.org/65322204:05
TheJuliaeandersson: Wow, great find.04:13
eanderssonActually. I am silly..04:14
eanderssonWhile the above is almost right04:14
TheJuliaThe code change looks good to me and makes sense. Matt is right about the commit message and I noted about a release note so we can have appropriate visibility when releasing fixed versions.  I think it would only need to be through to rocky04:14
TheJuliawut?04:14
TheJuliaWell, silly is a semi-observable state...04:15
eanderssonI wrote the fix for Rocky04:15
eanderssonhttps://github.com/openstack/python-ironicclient/commit/8071d5de57c728ce09d25d04c8c9fe48cd7db42e04:15
eanderssonThis is the same as my fix.04:16
*** hwoarang has quit IRC04:16
eanderssonI just didn't realize.04:16
eanderssonWe just need to backport this to Rocky (and maybe Stein?)04:17
TheJulianot exactly actually04:18
*** hwoarang has joined #openstack-ironic04:18
TheJuliadepending on how it is invoked (session or legacy json, changes the behavior04:18
TheJulia)04:18
eanderssonI see04:18
TheJuliaI likely need some very very strong beer the method kwarg route, but the filter seems to be the right way to go across the board actually04:19
TheJuliaat least, what I just looked at in keystoneauth104:19
TheJuliaI can backport that fix though04:20
eanderssonSounds good04:20
eanderssonI'll let you handle that one tbh04:20
eanderssonI'll open a bug for the config-drive bug tomorrow and push that one04:21
*** Nisha_Agarwal has joined #openstack-ironic04:21
TheJuliak, I reviewed the config drive change btw04:21
TheJuliatagged two cores on openstacksdk04:21
eanderssonAppreciate that.04:23
eanderssoncloud-init looks like a great path forward, the only question we have now is how to set up things like routes.04:23
eanderssonWe can set up bonding on our computes by just passing some basic metadata, which is awesome.04:24
eanderssonActually I'll discuss this in Denver04:24
eanderssonDifficult to go into enough details over IRC :p04:25
eanderssonI am just getting a little ahead of myself.04:25
openstackgerritJulia Kreger proposed openstack/python-ironicclient stable/stein: Use endpoint_override in version negotiation  https://review.openstack.org/65327804:27
openstackgerritJulia Kreger proposed openstack/python-ironicclient stable/rocky: Use endpoint_override in version negotiation  https://review.openstack.org/65327904:28
*** dsneddon has joined #openstack-ironic04:29
TheJuliaeandersson: ^^^ That is the pre-existing patch. I think the filter is actually the better move, but maybe dtantsur|afk should also take a look at your patch. I think it is a plus because it gets us away from some of the weirder conditional logic, but that is just me.04:29
eanderssonI abandoned it, but if it makes sense lets open it up again04:29
eanderssonEither way I am just happy to have a path forward!04:30
TheJuliadtantsur|afk: Take a look at https://review.openstack.org/653233 please when you have a few minutes04:30
patchbotpatch 653233 - python-ironicclient - Make ironicclient always respect endpoint_override (ABANDONED) - 2 patch sets04:30
*** e0ne has joined #openstack-ironic04:35
*** e0ne has quit IRC04:42
*** dsneddon has quit IRC04:43
*** e0ne has joined #openstack-ironic04:44
*** Nisha_Agarwal has quit IRC04:47
*** absubram has joined #openstack-ironic05:01
*** absubram has quit IRC05:06
openstackgerritJulia Kreger proposed openstack/ironic master: WIP/DNM: Remove CIMC/UCS drivers  https://review.openstack.org/65328205:09
*** absubram has joined #openstack-ironic05:10
*** e0ne has quit IRC05:16
*** andrein has quit IRC05:37
*** dsneddon has joined #openstack-ironic05:37
*** andrein has joined #openstack-ironic05:38
*** e0ne has joined #openstack-ironic05:40
*** dsneddon has quit IRC05:44
*** andrein has quit IRC05:51
*** e0ne has quit IRC05:59
*** absubram has quit IRC06:01
*** pcaruana has joined #openstack-ironic06:11
*** andrein has joined #openstack-ironic06:13
*** luzC has quit IRC06:20
*** dsneddon has joined #openstack-ironic06:20
*** luzC has joined #openstack-ironic06:25
*** dsneddon has quit IRC06:25
*** dsneddon has joined #openstack-ironic06:45
*** andrein has quit IRC06:46
*** iurygregory has joined #openstack-ironic06:49
iurygregorygood morning06:49
*** andrein has joined #openstack-ironic06:57
*** yolanda_ has joined #openstack-ironic07:07
*** rpittau|afk is now known as rpittau07:19
rpittaugoooooood morning ironic! o/07:19
rpittauhappy hump day!07:19
iurygregorymorning rpittau o/07:30
rpittauhi iurygregory :)07:30
*** dtantsur|afk is now known as dtantsur07:33
dtantsurmorning ironic07:33
rpittaumorning dtantsur :)07:33
*** etingof has quit IRC07:37
openstackgerritDmitry Tantsur proposed openstack/python-ironicclient stable/queens: Use endpoint_override in version negotiation  https://review.openstack.org/65333807:38
iurygregorymorning dtantsur07:38
*** tssurya has joined #openstack-ironic07:43
dtantsurugh, -1 core :(07:47
*** dsneddon has quit IRC07:51
*** e0ne has joined #openstack-ironic07:51
*** Emine has joined #openstack-ironic07:59
openstackgerritAnkit Kumar proposed openstack/ironic stable/rocky: Reuse checksum calculation from oslo  https://review.openstack.org/65334508:03
*** dougsz has joined #openstack-ironic08:07
*** dsneddon has joined #openstack-ironic08:07
openstackgerritDmitry Tantsur proposed openstack/ironic-python-agent master: Switch to Debian Stretch for building CoreOS images  https://review.openstack.org/65334608:08
*** rcernin has quit IRC08:13
openstackgerritDmitry Tantsur proposed openstack/bifrost master: Switch to Debian Stretch for building DIB images  https://review.openstack.org/65334708:14
openstackgerritDmitry Tantsur proposed openstack/ironic-python-agent master: Switch to Debian Stretch for building CoreOS images  https://review.openstack.org/65334608:15
dtantsurrpittau: no use rechecking ^^^08:16
rpittaudtantsur: oh ok, I was wondering if it was a just a repo problem or not :/08:17
dtantsurwell, it's a repo problem: the repo no longer exists :D08:17
*** w14161_1 has quit IRC08:17
*** w14161_1 has joined #openstack-ironic08:18
*** lucasagomes has joined #openstack-ironic08:19
rpittaulol yeah08:22
*** rcernin has joined #openstack-ironic08:27
*** e0ne has quit IRC08:38
*** e0ne has joined #openstack-ironic08:42
*** e0ne has quit IRC08:43
*** e0ne has joined #openstack-ironic08:43
*** e0ne has quit IRC08:58
*** e0ne has joined #openstack-ironic08:59
*** e0ne has quit IRC09:02
openstackgerritMerged openstack/ironic stable/rocky: Ansible module: fix partition_configdrive.sh file  https://review.openstack.org/65263009:07
*** e0ne has joined #openstack-ironic09:09
*** Lucas_Gray has joined #openstack-ironic09:10
*** andrein has quit IRC09:13
*** andrein has joined #openstack-ironic09:15
openstackgerritDmitry Tantsur proposed openstack/ironic-python-agent master: Switch to Debian Stretch for building CoreOS images  https://review.openstack.org/65334609:18
openstackgerritMerged openstack/ironic stable/rocky: Ansible module: fix clean error handling  https://review.openstack.org/65263309:20
rpittaudtantsur: mgoddard: if you have a couple of minutes, I think this can help a lot in troubleshooting bifrost: https://review.openstack.org/64952609:23
patchbotpatch 649526 - bifrost - Fixing copy of all logs in collect test info - 4 patch sets09:23
openstackgerritRiccardo Pittau proposed openstack/bifrost master: Fixing ipxe file not found in Centos job  https://review.openstack.org/65337009:35
*** threestrands has quit IRC09:36
*** e0ne has quit IRC09:37
rpittauTheJulia: I replied to your comment but I'm not sure I correctly understood what you meant https://review.openstack.org/65030809:37
patchbotpatch 650308 - bifrost - Collect conf files under /etc - 4 patch sets09:37
*** e0ne has joined #openstack-ironic09:40
*** e0ne has quit IRC09:46
*** e0ne has joined #openstack-ironic09:53
openstackgerritMerged openstack/sushy master: Deprecate System-specific `IndicatorLED` state constants  https://review.openstack.org/65270909:53
*** dsneddon has quit IRC10:02
*** dsneddon has joined #openstack-ironic10:08
*** strigazi has quit IRC10:09
*** livelace has joined #openstack-ironic10:13
*** dsneddon has quit IRC10:14
*** gkadam has joined #openstack-ironic10:16
*** e0ne has quit IRC10:27
*** dsneddon has joined #openstack-ironic10:27
dtantsurTheJulia, mgoddard, https://review.openstack.org/#/c/653347/ provides some relief for the DIB jobs10:28
patchbotpatch 653347 - bifrost - Switch to Debian Stretch for building DIB images - 1 patch set10:28
*** e0ne has joined #openstack-ironic10:31
*** livelace has quit IRC10:33
*** dsneddon has quit IRC10:37
openstackgerritDmitry Tantsur proposed openstack/ironic-inspector master: [POC][WIP] Expose baremetal-introspection endpoint via mdns  https://review.openstack.org/65338210:39
*** andrein has quit IRC10:48
openstackgerritDmitry Tantsur proposed openstack/ironic-python-agent master: [POC][WIP] Fetch baremetal-introspection endpoint from mdns  https://review.openstack.org/65201710:49
*** andrein has joined #openstack-ironic10:54
*** etingof has joined #openstack-ironic11:00
* dtantsur looks at 'virsh list' hanging on his devstack environment in despair11:04
dtantsurI was about to blame vbmc, but I think I have some bigger problems..11:04
*** S4ren has joined #openstack-ironic11:06
*** gkadam is now known as gkadam-afk11:06
*** S4ren has quit IRC11:13
openstackgerritMerged openstack/python-ironicclient stable/stein: Use endpoint_override in version negotiation  https://review.openstack.org/65327811:18
openstackgerritMerged openstack/python-ironicclient stable/rocky: Use endpoint_override in version negotiation  https://review.openstack.org/65327911:18
*** strigazi has joined #openstack-ironic11:25
*** rh-jelabarre has joined #openstack-ironic11:26
*** dsneddon has joined #openstack-ironic11:32
openstackgerritDmitry Tantsur proposed openstack/ironic-python-agent master: Switch to Debian Stretch for building CoreOS images  https://review.openstack.org/65334611:32
*** dsneddon has quit IRC11:38
*** strigazi has quit IRC11:50
*** gkadam-afk is now known as gkadam11:51
*** strigazi has joined #openstack-ironic11:51
*** strigazi has quit IRC11:52
*** strigazi has joined #openstack-ironic11:52
*** strigazi has quit IRC11:55
*** strigazi has joined #openstack-ironic11:55
*** e0ne has quit IRC12:00
openstackgerritNisha Agarwal proposed openstack/ironic master: Jsonschema 3.0.1: Binding the schema to draft-04  https://review.openstack.org/65306012:01
*** Nisha_ has joined #openstack-ironic12:02
*** andrein has quit IRC12:04
*** andrein has joined #openstack-ironic12:05
*** dsneddon has joined #openstack-ironic12:06
*** dtantsur is now known as dtantsur|brb12:07
*** e0ne has joined #openstack-ironic12:10
*** dsneddon has quit IRC12:13
Nisha_mgoddard, hello12:18
Nisha_mgoddard, yesterday you mentioned about capping proliantutils in bifrost12:19
Nisha_mgoddard, since proliantutils need a fix for jsonschema 3.0.1 support, what are the dates you are looking to pull that fix in your activity12:23
*** Wryhder has joined #openstack-ironic12:24
*** Lucas_Gray has quit IRC12:25
*** Wryhder is now known as Lucas_Gray12:25
*** pcaruana has quit IRC12:30
*** rloo has joined #openstack-ironic12:30
openstackgerritIlya Etingof proposed openstack/sushy-tools master: Rename `drivers` to `systems`  https://review.openstack.org/63849212:32
*** e0ne has quit IRC12:34
openstackgerritIlya Etingof proposed openstack/sushy-tools master: Add Managers resource support  https://review.openstack.org/63868212:34
openstackgerritIlya Etingof proposed openstack/sushy-tools master: Add read-only Virtual Media support  https://review.openstack.org/63878712:35
openstackgerritIlya Etingof proposed openstack/sushy-tools master: Add writable Virtual Media resource mocks  https://review.openstack.org/63933812:36
openstackgerritIlya Etingof proposed openstack/sushy-tools master: Add Managers<->Systems linkage in sushy-emulator  https://review.openstack.org/64030412:36
openstackgerritIlya Etingof proposed openstack/sushy-tools master: Add libvirt-based virtual media emulation  https://review.openstack.org/64045212:37
*** andrein has quit IRC12:37
openstackgerritIlya Etingof proposed openstack/sushy-tools master: Render System->Managers linkage  https://review.openstack.org/64309412:38
openstackgerritIlya Etingof proposed openstack/sushy-tools master: Add docs on libvirt virtual media emulation  https://review.openstack.org/64302712:39
*** andrein has joined #openstack-ironic12:39
openstackgerritIlya Etingof proposed openstack/sushy-tools master: Add HTTP image download for virtual media emulation  https://review.openstack.org/64333012:40
openstackgerritIlya Etingof proposed openstack/sushy-tools master: Fix Flask config load under WSGI  https://review.openstack.org/64840712:40
openstackgerritMerged openstack/ironic-inspector master: Support reapply with supplied introspection data  https://review.openstack.org/63903912:47
openstackgerritMerged openstack/ironic stable/stein: Ansible module fix: stream_url  https://review.openstack.org/65262512:47
*** dsneddon has joined #openstack-ironic12:51
*** pcaruana has joined #openstack-ironic12:53
*** sthussey has joined #openstack-ironic12:56
*** dsneddon has quit IRC12:57
*** e0ne has joined #openstack-ironic12:58
*** Goneri has joined #openstack-ironic13:05
*** baha has joined #openstack-ironic13:06
*** dtantsur|brb is now known as dtantsur13:07
*** cdearborn has joined #openstack-ironic13:13
*** andrein has quit IRC13:15
*** Nisha_ has quit IRC13:17
openstackgerritDmitry Tantsur proposed openstack/ironic-inspector master: [POC][WIP] Expose baremetal-introspection endpoint via mdns  https://review.openstack.org/65338213:18
*** andrein has joined #openstack-ironic13:18
openstackgerritDmitry Tantsur proposed openstack/ironic-python-agent master: Switch to Debian Stretch for building CoreOS images  https://review.openstack.org/65334613:19
*** andrein has quit IRC13:22
*** mjturek has joined #openstack-ironic13:22
*** andrein has joined #openstack-ironic13:22
*** dsneddon has joined #openstack-ironic13:26
*** e0ne has quit IRC13:30
*** dsneddon has quit IRC13:32
*** S4ren has joined #openstack-ironic14:02
*** andrein has quit IRC14:07
cdearbornGood morning ironic!14:15
cdearbornI'm looking for some advice on cleaning steps.  Specifically, RAID cleaning steps14:16
cdearbornWe have a situation where we need to run 2 jobs during RAID deletion.  The first job deletes the virtual disks and spares.  The second removes foreign config.14:17
cdearbornAs a result, we need a way to chain the execution of the 2 jobs together14:17
cdearbornIs it ok to execute the first job synchronously and then run the 2nd job asynchronously?  The first job would take on the order of minutes to complete.  Or is it expected that both jobs run asynchronously?14:19
*** dsneddon has joined #openstack-ironic14:22
*** mjturek has quit IRC14:25
openstackgerritIlya Etingof proposed openstack/sushy-tools master: Rearrange unit tests layout  https://review.openstack.org/65344814:27
*** dsneddon has quit IRC14:28
*** mjturek has joined #openstack-ironic14:29
*** dsneddon has joined #openstack-ironic14:29
dtantsurcdearborn: what exactly do you mean by asynchronously? you mean via CLEAN WAIT?14:32
dtantsurand why do you want to run the first job synchronously? is it how iDRAC works?14:33
cdearbornyes 2 1st question.  iDRAC RAID cleaning steps currently spawn a job on the iDRAC then return.  a periodic thread wakes up and checks job status14:33
cdearborn2nd question: we have a situation where we want to run 2 jobs during a cleaning step.  the jobs must occur in sequence.  they can't be run in parallel.  the jobs are launched on the idrac & then you need to monitor job status for completion14:35
cdearbornyou could think of them as cleaning substeps i guess14:35
*** dsneddon has quit IRC14:36
openstackgerritDmitry Tantsur proposed openstack/ironic master: Make the JSON RPC server work with both IPv4 and IPv6  https://review.openstack.org/65345314:42
dtantsurTheJulia: sometimes I feel fantastically stupid ^^^14:42
dtantsurcdearborn: IIRC we run clean steps in separate green threads, so nothing in theory prevents you from having synchronous steps14:43
openstackgerritDmitry Tantsur proposed openstack/bifrost master: Switch to Debian Stretch for building DIB images  https://review.openstack.org/65334714:45
TheJuliadtantsur: Nah!14:45
TheJuliaEvery day is a thing, no need to feel stupid14:45
dtantsurTheJulia: according to zuul https://review.openstack.org/#/c/653346/ indeed fixes the coreos jobs14:48
patchbotpatch 653346 - ironic-python-agent - Switch to Debian Stretch for building CoreOS images - 5 patch sets14:48
cdearborndtantsur: thx14:48
*** iurygregory has quit IRC14:49
*** e0ne has joined #openstack-ironic14:53
*** andrein has joined #openstack-ironic14:54
*** iurygregory has joined #openstack-ironic14:54
*** dustinc has quit IRC14:56
TheJuliadtantsur: \o/14:56
*** dustinc has joined #openstack-ironic14:56
*** dustinc is now known as dustinc_away14:56
openstackgerritMerged openstack/sushy master: Expand Drive schema  https://review.openstack.org/65117914:58
NobodyCamGood Morning Ironic'ers14:58
dtantsurmorning NobodyCam14:59
rpittauhi NobodyCam :)14:59
NobodyCamhey hey Happy Hump Day dtantsur and rpittau :)14:59
*** dsneddon has joined #openstack-ironic15:07
dtantsurrpittau: if you have a minute: https://review.openstack.org/#/c/653346/15:10
patchbotpatch 653346 - ironic-python-agent - Switch to Debian Stretch for building CoreOS images - 5 patch sets15:10
rpittaudtantsur: yep, was waiting for CI :)15:10
openstackgerritDmitry Tantsur proposed openstack/ironic-python-agent stable/stein: Switch to Debian Stretch for building CoreOS images  https://review.openstack.org/65346415:12
openstackgerritDmitry Tantsur proposed openstack/ironic-python-agent stable/rocky: Switch to Debian Stretch for building CoreOS images  https://review.openstack.org/65346515:12
openstackgerritDmitry Tantsur proposed openstack/ironic-python-agent stable/queens: Switch to Debian Stretch for building CoreOS images  https://review.openstack.org/65346615:13
mjturekjust a heads up, I think pkvmci needs something like this to get it restored. If anyone has any input, would be appreciated! https://review.openstack.org/#/c/653463/15:13
patchbotpatch 653463 - openstack-dev/devstack - When deploying to hardware in ironic, do not confi... - 1 patch set15:13
*** dsneddon has quit IRC15:14
openstackgerritDmitry Tantsur proposed openstack/ironic-python-agent stable/pike: Switch to Debian Stretch for building CoreOS images  https://review.openstack.org/65346715:14
*** absubram has joined #openstack-ironic15:17
*** andrein has quit IRC15:18
*** absubram has quit IRC15:21
*** dsneddon has joined #openstack-ironic15:25
*** S4ren has quit IRC15:26
*** absubram has joined #openstack-ironic15:29
etingofdtantsur, should we revisit this? -- https://review.openstack.org/#/c/648382/15:29
patchbotpatch 648382 - ironic - Add UEFI firmware to Redfish emulator config - 4 patch sets15:29
dtantsuretingof: not sure I get it: can we at least use /etc/virtualbmc?15:31
dtantsurI don't like using $HOME for a system service..15:32
*** dsneddon has quit IRC15:32
*** andrein has joined #openstack-ironic15:32
etingofdtantsur, it's here https://review.openstack.org/#/c/651212/15:32
patchbotpatch 651212 - ironic - Move devstack emulators configs under /etc/ironic - 3 patch sets15:32
etingofall configs moved there at once15:33
dtantsuretingof: gotcha, +215:33
etingof\o/15:33
openstackgerritMerged openstack/ironic master: Do not try to create temporary URLs with zero lifetime  https://review.openstack.org/64905215:38
openstackgerritDmitry Tantsur proposed openstack/ironic stable/stein: Do not try to create temporary URLs with zero lifetime  https://review.openstack.org/65347515:41
dtantsurTheJulia, rpittau, the next gate-fixing thingy: https://review.openstack.org/#/c/653347/15:43
patchbotpatch 653347 - bifrost - Switch to Debian Stretch for building DIB images - 2 patch sets15:43
dtantsurTheJulia: I wonder if it needs a release note and whether it's okay to backport15:44
rpittaudtantsur: release note seems a good thing, considering we're abandoning jessie entirely15:49
TheJuliayeah15:50
TheJuliaI think it is okay to backport as long as CI passes15:50
dtantsurTheJulia: I wonder about these changes: https://review.openstack.org/#/c/653347/2/playbooks/roles/bifrost-create-dib-image/meta/main.yml15:51
patchbotpatch 653347 - bifrost - Switch to Debian Stretch for building DIB images - 2 patch sets15:51
dtantsurthey're purely metadata, so I could probably omit them15:52
dtantsurbut then, we're declaring something we don't test15:52
dtantsurbut then, who is using this metadata anyway?15:52
*** iurygregory has quit IRC15:53
rpittauif all the DIB jobs are failing with jessie, a backport sounds mandatory15:53
TheJuliaYeah, we've had to do it before if memory serves :(15:54
*** andrein has quit IRC15:56
*** gyee has joined #openstack-ironic15:58
*** baha has quit IRC16:06
*** dims has quit IRC16:07
*** Lucas_Gray has quit IRC16:09
*** lucasagomes has quit IRC16:09
*** dougsz has quit IRC16:15
rpittaugood night! o/16:20
*** rpittau is now known as rpittau|afk16:20
*** dtantsur is now known as dtantsur|afk16:24
dtantsur|afko/16:24
TheJuliagoodnight16:25
openstackgerritMerged openstack/ironic-python-agent master: Switch to Debian Stretch for building CoreOS images  https://review.openstack.org/65334616:28
*** dsneddon has joined #openstack-ironic16:32
*** baha has joined #openstack-ironic16:32
*** dsneddon has quit IRC16:40
*** ijw has joined #openstack-ironic16:45
*** ijw has quit IRC16:49
*** dims has joined #openstack-ironic16:54
*** hwoarang has quit IRC16:54
*** hwoarang has joined #openstack-ironic16:56
*** gkadam has quit IRC16:57
*** dims has quit IRC16:59
openstackgerritMadhuri Kumari proposed openstack/ironic master: Add API to allow update allocation name  https://review.openstack.org/65349116:59
*** andrein has joined #openstack-ironic17:00
*** e0ne has quit IRC17:01
*** dims has joined #openstack-ironic17:01
*** mkrai has joined #openstack-ironic17:02
*** andrein has quit IRC17:06
*** dsneddon has joined #openstack-ironic17:08
*** mkrai has quit IRC17:09
*** dsneddon has quit IRC17:14
*** dsneddon has joined #openstack-ironic17:34
*** tssurya has quit IRC17:58
*** Goneri has quit IRC18:06
*** hwoarang has quit IRC18:08
*** hwoarang has joined #openstack-ironic18:14
*** andrein has joined #openstack-ironic18:16
*** andrein has quit IRC18:20
*** Goneri has joined #openstack-ironic18:21
*** keekz is now known as nicholas19:08
*** e0ne has joined #openstack-ironic19:17
*** e0ne has quit IRC19:20
*** jcoufal has joined #openstack-ironic19:21
*** Goneri has quit IRC19:21
*** e0ne has joined #openstack-ironic19:22
*** Goneri has joined #openstack-ironic19:34
openstackgerritMerged openstack/ironic-tempest-plugin master: Removing obsolete oslosphinx  https://review.openstack.org/65152219:50
openstackgerritMerged openstack/ironic stable/stein: Ansible module: fix partition_configdrive.sh file  https://review.openstack.org/65262820:04
*** ijw has joined #openstack-ironic20:11
*** ijw has quit IRC20:11
*** ijw has joined #openstack-ironic20:11
*** mjturek has quit IRC20:20
*** jcoufal has quit IRC20:22
*** jcoufal has joined #openstack-ironic20:30
*** e0ne has quit IRC20:31
*** absubram has quit IRC20:35
*** jcoufal has quit IRC20:39
*** Goneri has quit IRC20:40
*** pcaruana has quit IRC20:43
*** whoami-rajat has quit IRC21:01
*** rh-jelabarre has quit IRC21:09
*** rh-jelabarre has joined #openstack-ironic21:09
*** Goneri has joined #openstack-ironic21:29
*** ijw has quit IRC21:34
*** ijw has joined #openstack-ironic21:34
*** logan- has quit IRC21:34
*** Goneri has quit IRC21:36
*** logan- has joined #openstack-ironic21:37
*** ijw has quit IRC21:40
*** ijw has joined #openstack-ironic21:41
*** absubram has joined #openstack-ironic21:46
*** baha has quit IRC21:46
*** ijw has quit IRC21:48
openstackgerritMerged openstack/sushy master: Add `FabricCollection` and `Fabric` classes  https://review.openstack.org/64274821:49
*** Emine has quit IRC21:51
*** fdegir has quit IRC21:55
*** ijpascual5 has quit IRC21:55
*** Goneri has joined #openstack-ironic21:55
*** rh-jelabarre has quit IRC22:08
*** ijw has joined #openstack-ironic22:19
*** Goneri has quit IRC22:40
*** zigo has quit IRC22:58
*** ijw has quit IRC23:16
openstackgerritMerged openstack/ironic master: Add UEFI firmware to Redfish emulator config  https://review.openstack.org/64838223:16
openstackgerritMerged openstack/ironic master: Run IPMI, SNMP and Redfish BMC emulators as stack  https://review.openstack.org/64849623:16
*** ijw has joined #openstack-ironic23:17
*** ijw has quit IRC23:36
*** ijw has joined #openstack-ironic23:40
*** absubram has quit IRC23:50

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