Thursday, 2015-08-20

*** bnemec has joined #openstack-ironic00:03
*** bnemec has quit IRC00:10
*** achanda has quit IRC00:11
*** shoutm has quit IRC00:18
*** shoutm has joined #openstack-ironic00:21
*** shadower has quit IRC00:23
*** shadower has joined #openstack-ironic00:23
*** bnemec has joined #openstack-ironic00:25
*** naohirot has joined #openstack-ironic00:26
openstackgerritJohn L. Villalovos proposed openstack/ironic: Create a versions.py file  https://review.openstack.org/21385600:30
*** bnemec has quit IRC00:30
*** alexpilotti has quit IRC00:35
openstackgerritMitsuhiro Tanino proposed openstack/ironic: Introduce new RPCs to support volume connector operation  https://review.openstack.org/21458500:42
*** bnemec has joined #openstack-ironic00:44
*** achanda has joined #openstack-ironic00:48
*** smoriya has joined #openstack-ironic00:49
*** mtanino has quit IRC00:53
*** vishwanathj has quit IRC00:58
*** alexpilotti has joined #openstack-ironic01:02
*** baoli has joined #openstack-ironic01:07
*** baoli has quit IRC01:12
*** lazy_prince has joined #openstack-ironic01:15
*** killer_prince has joined #openstack-ironic01:38
*** alexpilotti has quit IRC01:39
*** Haomeng|2 has quit IRC01:40
*** lazy_prince has quit IRC01:42
*** zz_natorious is now known as natorious01:49
*** boris-42 has quit IRC01:50
*** natorious is now known as zz_natorious01:57
*** Haomeng has joined #openstack-ironic01:59
openstackgerritZhenguo Niu proposed openstack/ironic: Overwrite IronicException message  https://review.openstack.org/21466202:00
*** chenglch has joined #openstack-ironic02:02
*** killer_prince has quit IRC02:03
*** alexpilotti has joined #openstack-ironic02:06
*** baoli has joined #openstack-ironic02:08
*** baoli has quit IRC02:12
*** shoutm_ has joined #openstack-ironic02:30
*** shoutm has quit IRC02:31
*** alexpilotti has quit IRC02:46
*** hakimo has joined #openstack-ironic02:52
*** hakimo_ has quit IRC02:54
*** chenglch has quit IRC03:00
*** alexpilotti has joined #openstack-ironic03:02
*** shoutm has joined #openstack-ironic03:06
*** alexpilotti has quit IRC03:07
*** shoutm_ has quit IRC03:07
*** alexpilotti has joined #openstack-ironic03:16
*** baoli has joined #openstack-ironic03:23
*** baoli has quit IRC03:28
*** VikasC has joined #openstack-ironic03:42
VikasCHi Folks03:48
TheJuliagood morning03:48
VikasCi need a small discussion on ironic driver.03:48
TheJuliaThe nova virt driver?03:49
VikasCyes03:49
VikasChttps://github.com/openstack/nova/blob/master/nova/virt/ironic/driver.py#L79603:49
VikasCironic node is being cleared off here on callback timeout failure03:50
VikasChttps://bugs.launchpad.net/ironic/+bug/144644903:51
openstackLaunchpad bug 1446449 in OpenStack Compute (nova) "ironic hypervisor resource should be released for booting failed case" [Low,In progress] - Assigned to vikas choudhary (choudharyvikas16)03:51
TheJuliaYup03:51
VikasCand not updating nova db_instance variable "cleaned"03:52
VikasCalso this is not consistent with libvirt03:53
VikasCin libvirt, resources are cleaned only when compute manager issues destroy03:53
TheJuliaSo, I don't know the driver that well, but I would wonder why that is required03:54
TheJuliaand in what context is "resources are cleaned"03:54
*** pal has joined #openstack-ironic03:55
*** alexpilotti has quit IRC03:56
VikasCIf that destroy is not called from ironic driver, this ironic node be blocked until user will not delete errored instance03:57
VikasCTwo solutions are possible.. 1> dont call destroy at "spawn" time in failure case.03:58
TheJuliaBut that makes sense, and is how it is designed to work.  Skimming through things to try and gain context03:59
VikasC2> if destroy called, let nova db also know of this by setting "cleaned" and do check for this in resource tracker03:59
VikasCyou mean it should not be cleaned03:59
VikasChmm04:00
TheJuliaWell, does, or should, nova really care?04:00
*** shoutm_ has joined #openstack-ironic04:00
VikasCthis way it will be consistent with libvirt also04:00
TheJuliaespescially since "cleaning" is an independent job, while yes the resource is consumed until fully freed, the behavior is toggable via the ironic.conf file04:00
VikasCnova cares as it updates hypervisor stats04:00
*** shoutm has quit IRC04:01
TheJuliaSo the node in your bug description is fully ready to be used.  Is cleaning disabled?04:02
VikasClet me check04:02
VikasCone moment04:02
VikasCalso where its checking for ironic.conf cleaning option here https://github.com/openstack/nova/blob/master/nova/virt/ironic/driver.py#L79604:03
TheJuliawrong paste?04:04
VikasC#clean_nodes=true04:05
TheJuliahttps://github.com/openstack/ironic/blob/master/etc/ironic/ironic.conf.sample#L562 which is controlled by the conductor04:05
TheJuliayup04:05
VikasCthis option is commented in my ironic.conf04:05
*** achanda has quit IRC04:05
TheJuliaso, then what do you mean by cleaning (I'm primarilly asking for context, because.... words)04:05
VikasCand then also behavior is like this what i described04:05
*** ramineni has joined #openstack-ironic04:06
TheJuliaso what are you expecting to occur when an instance fails to boot?04:07
VikasCcleaning word i am refering to process of calling destroy from ironic driver and bringing ironic node state back to "available"04:08
TheJuliaok04:08
*** irenab has quit IRC04:09
VikasCyes that what i want to clear...keep calling destroy but do set "cleaned" in db_instance04:09
VikasCOR04:09
VikasCdont call destroy and let it be consistent with libvirt04:10
VikasCi did changes with option 104:10
VikasCand submitted for review04:10
VikasChttps://review.openstack.org/#/c/213692/3/nova/virt/ironic/driver.py04:10
*** irenab has joined #openstack-ironic04:11
VikasCdan smith gave -1 refering to approach 204:11
*** ramineni has quit IRC04:11
VikasCso if i go to approach 2 , am afraid some ironic driver guy will give -104:12
VikasCso i wanted to clear it first04:12
TheJuliaokay, I think I understand your point of view, going back to look at what you've put into the bug04:13
VikasCThanks TheJulia04:13
VikasCThis is my first bug also in openstack04:13
VikasC:)04:14
TheJuliaSo what your seeing that the hypervisor statistics as nova sees it basically reports the ironic "hypervisor" as fully consumed04:17
VikasCyes04:18
VikasCbut from ironic view , its available04:18
TheJuliaare you blocked from deploying another instance?04:19
VikasCbecause ironic driver dint tell nova that it has called destroy04:19
VikasCno04:20
VikasCinstance can be deployed04:20
VikasCjust stats are wrong04:20
TheJuliaokay04:20
TheJuliaThat is what I was thinking, but I wanted to make sure04:20
VikasCok04:21
VikasCdue to this issue , it also gives warning in logs while syncing up instance power states like "1 instance in nova db not present on hypervisor"04:22
VikasCreason is nova manager reads its local db and try to sync with hypervisor db but fails to get any info for this kind of instance04:23
*** alexpilotti has joined #openstack-ironic04:23
*** baoli has joined #openstack-ironic04:24
VikasCwhat should i do to resolve this04:25
VikasCi mean which approach out of 204:26
VikasCand also how situations are handled like these when some reviewrs giving negative review for one approch and otherwise04:27
*** pal has quit IRC04:27
VikasCAs i am new , asking for general approach04:28
*** baoli has quit IRC04:29
openstackgerritNaohiro Tamura proposed openstack/ironic: Refactor the essential prop list of inspect driver  https://review.openstack.org/21459704:30
VikasCTheJulia: who can better answer on this like which approach to take?04:31
TheJuliaVikasC: So approach number 2 seems to be the most consistent and logical approach to take, and I think that will just be modifying the instance to set it to cleaned04:32
VikasCI did changes for this only04:33
VikasCnow what should i do?04:33
TheJuliawell, cleaned is the wrong thing, really destroyed, but I don't know the internals of nova very well04:33
TheJulia"This no longer exists, it is no longer your concern" kind of thing04:34
TheJuliaso but only when calling destroy04:35
VikasCright04:36
TheJuliain reality, ironic may be doing more things in the background, and the hypervisor may not actually really be available04:36
VikasCerrored instance will be in nova db for user concern only04:36
TheJuliaproblem is, you have no way of knowing unless you track and follow until its done04:36
TheJuliawhich... seems... problematic04:36
VikasCironic really does more things in background04:37
TheJuliaIt does04:37
VikasCand sets it to available only when it should be04:37
TheJuliayes04:37
VikasCThis is the case when user has configured too low callback timeout04:38
*** Nisha has joined #openstack-ironic04:38
VikasCor ironic is responding slower04:38
TheJuliaor the hardware takes an extremely long time to make something happen04:38
*** deray_ has joined #openstack-ironic04:39
*** VikasC_ has joined #openstack-ironic04:41
VikasC_TheJulia:04:41
TheJulia?04:42
Nishaderay_, hi04:42
VikasC_got disconnected somehow04:42
TheJuliaNo worries04:42
*** VikasC has quit IRC04:42
VikasC_so is your concern is like when hardware really has some problem and nova will show resources available in this scenario?04:42
deray_Nisha, hi04:43
*** Sukhdev has joined #openstack-ironic04:43
TheJuliaVikasC_: technically they are consumed :)04:43
TheJuliatechnically04:43
VikasC_nova do audits04:43
TheJuliabut scheduling sounds like it still works, so the problem is the statistics04:43
*** PradeepV has joined #openstack-ironic04:44
*** deray_ has left #openstack-ironic04:44
VikasC_and if there is a real problem on hardware, it wont update as available resources04:44
*** deray_ has joined #openstack-ironic04:45
VikasC_so whatever is available after audits, tracker subtracts reading nova db04:45
VikasC_in the case we discussing , tracker subtracts for this errored/cleaned instance also04:46
VikasC_so what is the verdict :)04:46
VikasC_what should be my next step04:47
VikasC_problem statement is clear atleast04:47
*** Sukhdev has quit IRC04:47
VikasC_Haomeng: are you around sir :)04:48
VikasC_TheJulia: will you give +1 ? :)04:50
TheJuliaVikasC_: the one conundrum could be ironic nodes that are no longer in existance, or potentially even in maintenance mode, I just don't know the code.  Ideally, use of the resources needs to be cleaned up, the ideal time in my mind is upon destroy.04:50
TheJuliaI would give it a +1 I think, I just don't know the context of what hypervisor stats are being used for.  If it is intended to align to exactly what is in use by "instances" then it makes sense to update immediately, but if it is meant to show used hypervisor capacity, as it would seem to indicate, then realistically it should only show the difference between what is in use versues what is in av04:52
TheJuliaailable state04:52
VikasC_Agree04:52
VikasC_with these points in mind only, i prefered for this approach04:53
VikasC_Thanks TheJulia04:54
VikasC_I will discuss with dan smith also04:54
VikasC_any other person you could suggest who can comment better?04:55
*** huats has quit IRC04:55
*** max_lobur has joined #openstack-ironic04:56
*** Sukhdev has joined #openstack-ironic04:58
* VikasC_ slaps Haomeng around a bit with a large fishbot05:00
VikasC_I dint slap Homeng , its by mistake05:01
TheJuliaheh05:02
TheJuliaWell, I suspect openstack tradition may involve using wet cats instead of a large ?fishbot?05:03
VikasC_i dont know :)05:04
TheJuliaVikasC_: talk to lucasgnomes, he should be on in about ?4-5? hours05:04
*** alexpilotti has quit IRC05:04
VikasC_i wanted to press "query", but by mistake "slap" got clicked05:04
VikasC_ok Thanks :)05:05
VikasC_4-5 hrs from now?05:05
TheJuliaYeah, I think so, I'm not in my normal time zone at the moment05:06
VikasC_ok.. thanks05:06
*** achanda has joined #openstack-ironic05:07
*** ramineni1 has joined #openstack-ironic05:08
*** sinval_ has quit IRC05:10
*** max_lobur has quit IRC05:12
*** chenglch has joined #openstack-ironic05:13
*** irenab has quit IRC05:21
*** Sukhdev has quit IRC05:26
*** alexpilotti has joined #openstack-ironic05:31
*** deray_ has quit IRC05:31
*** deray_ has joined #openstack-ironic05:32
*** irenab has joined #openstack-ironic05:32
*** deray_ is now known as rayd05:36
*** Marga_ has joined #openstack-ironic05:38
*** amotoki has quit IRC05:39
*** rayd is now known as deray05:39
*** yog_ has joined #openstack-ironic05:47
*** shoutm_ has quit IRC05:52
*** VikasC_ has quit IRC05:56
*** pal has joined #openstack-ironic05:57
openstackgerritMerged openstack/ironic: Add better dbapi support for querying reservation  https://review.openstack.org/21032505:58
*** max_lobur has joined #openstack-ironic06:01
*** max_lobur has joined #openstack-ironic06:05
*** shoutm has joined #openstack-ironic06:07
*** amotoki has joined #openstack-ironic06:09
*** alexpilotti has quit IRC06:17
*** pal has quit IRC06:23
PradeepVWhile setting up devstack flat network for ironic , stack is getting aborted with erro "Cannot fetch index base URL https://pypi.python.org/simple/"06:26
PradeepVCould not find any downloads that satisfy the requirement pip in /usr/lib/python2.7/dist-packages06:26
*** pal has joined #openstack-ironic06:27
PradeepVhas any one seen this issue06:28
HaomengPradeepV: here is a reference - http://solvedstack.com/questions/pip-connection-failure-cannot-fetch-index-base-url-http-pypi-python-org-simple06:30
HaomengPradeepV: did you run with proxy06:30
PradeepVyes06:30
*** saripurigopi has joined #openstack-ironic06:31
HaomengPradeepV: from the reference - "If your proxy is configured correctly, then pip version 1.5.6 will handle this correctly. The bug was resolved.You can upgrade pip with easy_install pip==1.5.6"06:31
HaomengPradeepV: so can you try with pip 1.5.606:32
saripurigopiHaomeng: hello06:32
PradeepVok Haomeng06:32
PradeepVi will try and get back, thank you06:32
Haomengsaripurigopi: :)06:32
PradeepV:)06:33
HaomengPradeepV: and dont forget to set https_proxy06:33
*** alexpilotti has joined #openstack-ironic06:34
HaomengPradeepV: if your pip is 1.5.6, and still not working, deleted the ~/.pip cache folder and try again06:34
PradeepVok Haomeng06:34
HaomengPradeepV: :)06:34
*** alexpilotti has quit IRC06:38
*** alexpilotti has joined #openstack-ironic06:46
*** VikasC has joined #openstack-ironic07:00
*** achanda has quit IRC07:00
*** dtantsur|afk is now known as dtantsur07:01
dtantsurMorning Ironic07:01
betherlyMorning ironic :)07:02
*** ishant has joined #openstack-ironic07:06
saripurigopihello dtantsur, betherly07:12
dtantsuro/07:12
betherly:)07:12
openstackgerritOpenStack Proposal Bot proposed openstack/ironic: Updated from global requirements  https://review.openstack.org/21346607:16
openstackgerritOpenStack Proposal Bot proposed openstack/ironic-python-agent: Updated from global requirements  https://review.openstack.org/21304907:17
openstackgerritDmitry Tantsur proposed openstack/ironic: Improve logging for agent driver  https://review.openstack.org/21301107:21
*** stendulker has joined #openstack-ironic07:23
*** romainh has joined #openstack-ironic07:26
*** pal has quit IRC07:32
*** alexpilotti has quit IRC07:38
*** jcoufal has joined #openstack-ironic07:41
*** mbound has joined #openstack-ironic08:01
*** romcheg has joined #openstack-ironic08:02
*** alexpilotti has joined #openstack-ironic08:04
*** derekh has joined #openstack-ironic08:08
*** lucasagomes has joined #openstack-ironic08:10
VikasCHi lucas :)08:12
VikasCwas waiting for you08:12
VikasChttps://review.openstack.org/#/c/213692/308:14
*** ramineni1 has quit IRC08:14
VikasChttps://bugs.launchpad.net/ironic/+bug/144644908:15
openstackLaunchpad bug 1446449 in OpenStack Compute (nova) "ironic hypervisor resource should be released for booting failed case" [Low,In progress] - Assigned to vikas choudhary (choudharyvikas16)08:15
*** chenglch has quit IRC08:15
openstackgerritDmitry Tantsur proposed openstack/ironic-python-agent: Extend hardware manager with data needed for inspector  https://review.openstack.org/20988908:16
*** chenglch has joined #openstack-ironic08:17
openstackgerritDmitry Tantsur proposed openstack/ironic-python-agent: Extend hardware manager with data needed for inspector  https://review.openstack.org/20988908:23
*** romcheg has left #openstack-ironic08:25
*** jistr has joined #openstack-ironic08:28
*** shoutm has quit IRC08:29
lucasagomesVikasC, thanks! I will take a look soonish!08:29
lucasagomesmorning all08:29
VikasCThanks lucas08:30
VikasC:)08:30
*** romcheg has joined #openstack-ironic08:30
VikasCi had a long discussion with Julia also in morning about this bug.She was fine with my current approach but asked to confirm with yoou also08:31
*** ramineni has joined #openstack-ironic08:33
*** ramineni1 has joined #openstack-ironic08:36
*** huats has joined #openstack-ironic08:36
*** pal has joined #openstack-ironic08:37
*** ramineni has quit IRC08:38
*** sambetts has quit IRC08:38
*** sambetts has joined #openstack-ironic08:39
*** huats has quit IRC08:41
*** shoutm has joined #openstack-ironic08:44
*** huats has joined #openstack-ironic08:46
*** shoutm has quit IRC08:54
*** shoutm has joined #openstack-ironic08:55
*** dtantsur is now known as dtantsur|brb08:55
*** VikasC has quit IRC08:59
ramineni1lucasagomes: hi09:06
lucasagomesramineni1, hi there09:07
ramineni1lucasagomes: i think you need to approve https://review.openstack.org/#/c/211849/6 again, as its in same state from morning09:08
lucasagomesoh recheck didn't work09:11
* lucasagomes checks zuul09:11
lucasagomesramineni1, it's there... http://status.openstack.org/zuul/09:11
lucasagomesthe gate is just SUPER SLOW09:11
lucasagomes11 hours delay09:11
lucasagomesramineni1, I'm afraid we need to wait :-(09:12
* lucasagomes checks infra09:12
openstackgerritBeth Elwell proposed openstack/ironic-webclient: Corrected author in package.json  https://review.openstack.org/21371809:12
ramineni1lucasagomes: oh09:12
*** deray has quit IRC09:13
*** alexpilotti has quit IRC09:13
*** shoutm has quit IRC09:15
*** jistr has quit IRC09:19
*** jistr has joined #openstack-ironic09:20
openstackgerritLucas Alvares Gomes proposed openstack/ironic: Periodically checks for nodes being cleaned  https://review.openstack.org/21369909:23
*** pelix has joined #openstack-ironic09:25
*** degorenko has joined #openstack-ironic09:39
*** alexpilotti has joined #openstack-ironic09:40
*** MattMan has joined #openstack-ironic09:42
openstackgerritLucas Alvares Gomes proposed openstack/ironic: Periodically checks for nodes being cleaned  https://review.openstack.org/21369909:48
openstackgerritLucas Alvares Gomes proposed openstack/ironic: Fix "tox -egenconfig" by avoiding the MODULEPATH env variable  https://review.openstack.org/21504509:51
*** romainh has quit IRC09:54
*** naohirot has quit IRC09:55
openstackgerritSatoru Moriya proposed openstack/ironic-specs: Volume connection information for Ironic nodes  https://review.openstack.org/20049609:56
*** yog_ has quit IRC09:57
*** deray has joined #openstack-ironic10:02
*** amotoki has quit IRC10:08
*** dtantsur|brb is now known as dtantsur10:09
openstackgerritZhao Lei proposed openstack/ironic-python-agent: Use cloud-config.yaml instead of cloud-config.yml for coreos  https://review.openstack.org/21035510:16
*** chenglch has quit IRC10:25
openstackgerritDmitry Tantsur proposed openstack/ironic-python-agent: Allow passing node UUID to lookup  https://review.openstack.org/21506110:36
openstackgerritAnusha Ramineni proposed openstack/ironic: Switch from deprecated timeutils.isotime  https://review.openstack.org/21506310:40
*** alexpilotti has quit IRC10:45
*** Nisha has quit IRC10:49
openstackgerritSam Betts proposed openstack/ironic-inspector: Add API Discovery to Ironic Inspector  https://review.openstack.org/21506710:50
*** lazy_prince has joined #openstack-ironic10:52
*** alexpilotti has joined #openstack-ironic11:02
openstackgerritMerged openstack/ironic: Increase size of nodes.driver column  https://review.openstack.org/20960511:07
*** alexpilotti has quit IRC11:07
openstackgerritLucas Alvares Gomes proposed openstack/ironic: Remove the --autofree option from boot.ipxe  https://review.openstack.org/21507411:10
stendulkerlucasagomes: Hi11:11
lucasagomesstendulker, hi there11:12
*** saripurigopi has quit IRC11:12
stendulkerlucasagomes: I have a defect fix which needs to be done in both DIB and ironic-python-agent11:12
lucasagomesstendulker, right11:12
stendulkerlucasagomes: IPA change has dependecy on DIB change. How do I tie two reviews together11:13
lucasagomesyou can file a bug against both projects?11:13
lucasagomesstendulker, you can use a gerrit tag called "Depends-On"11:13
lucasagomesthat will work cross project11:13
* lucasagomes looks for an example11:13
stendulkerlucasagomes: ok. Got it11:13
lucasagomesstendulker, http://docs.openstack.org/infra/manual/developers.html#cross-repository-dependencies11:14
stendulkerlucasagomes: Thanks11:14
lucasagomesstendulker, yw!11:14
stendulkerlucasagomes: Can you please have a look at this defect 148688711:14
betherlyHi stendulker11:14
stendulkerlucasagomes: It is abt this defect11:15
stendulkerlucasagomes: I'm trying to cover the command limitation through DIB11:15
stendulkerbetherly: Hi11:15
*** alexpilotti has joined #openstack-ironic11:16
stendulkerlucasagomes: Link: https://launchpad.net/bugs/148688711:16
openstackLaunchpad bug 1486887 in Ironic "Config drive creation fails in UEFI boot mode for whole disk image " [Undecided,New] - Assigned to Shivanand Tendulker (shivanand-tendulker)11:16
*** thrash|g0ne is now known as thrash11:17
lucasagomesstendulker, oh right, because IPA assumes it's MBR?11:18
stendulkerlucasagomes:yes. But parted command do not allow the required operation in script mode11:19
stendulkerlucasagomes: It allows that operation only in interactive moe11:19
stendulkerlucasagomes: This needs a small expect script to run the parted command in interactive mode11:20
stendulkerlucasagomes: I need to add expect to be installed in deploy ramdisk for IPA to make this work11:20
openstackgerritOpenStack Proposal Bot proposed openstack/ironic: Updated from global requirements  https://review.openstack.org/21346611:21
openstackgerritOpenStack Proposal Bot proposed openstack/ironic-inspector: Updated from global requirements  https://review.openstack.org/21508311:21
lucasagomesstendulker, oh I see, bad parted bad parted11:21
stendulkerlucasagomes: yes.. through there was a bug reported on that long ago.. but never got fixed :(11:22
lucasagomes:-(11:22
stendulkerlucasagomes: A bad thing, when you are trying to make deploy ramdisk thin, I'm adding little fat11:22
lucasagomeswell, it's inevitable11:23
lucasagomesso it's all good11:23
stendulkerlucasagomes: I tested your ramdisk slimming patch in Proliant Gen9. Its reduces deploy time considerably11:23
stendulkerlucasagomes: I tested it out in UEFI mode.11:24
lucasagomes\o/11:24
lucasagomesit's not merged yet upstream tho11:24
lucasagomes>.<11:24
stendulkeryes I know..11:24
lucasagomeshttps://review.openstack.org/#/c/209902/11:24
stendulkerlucasagomes: But I think it has enough +2s11:24
lucasagomesyeah... mind commenting on the review if you have a time with ur findinds?11:25
*** baoli has joined #openstack-ironic11:25
lucasagomeswe currently don't run any tripleo ci with that ramdisk11:25
lucasagomesso gate doesn't actually test it11:25
* lucasagomes I've a patch to change that11:25
*** ramineni1 has quit IRC11:25
lucasagomeshttps://review.openstack.org/#/c/210461/11:25
stendulkerlucasagomes: +1'ed it.11:26
lazy_princelucasagomes: for the ^^ patch, is this just fedora specific.. is there something that needs to be done for debian/ubuntu..?11:27
lucasagomeslazy_prince, the DIB ipa agent now supports ubuntu and debian11:28
lucasagomesbut before it was always fedora11:28
lucasagomesonly*11:28
openstackgerritsonu proposed openstack/python-ironicclient: Added unit test cases for command-line shell  https://review.openstack.org/21365411:28
lucasagomesso that's why I'm using fedora there, I think the HP guys also use fedora, right stendulker ?11:28
lucasagomeslazy_prince, it's just more tested, but AFAICT it suports debian and ubuntu as well11:28
lucasagomestho I wouldn't recommend using ubuntu if you're going to distribute the ramdisk for clients etc11:29
stendulkerlucasagomes: Yes. we use fedora for IPA ramdisk11:29
lucasagomeshttp://mjg59.dreamwidth.org/37113.html and11:29
lazy_princeaha.. so are you going to update your patch for ubuntu/debian or are you going to put a follow up patch for slimming the ramdisk for debian/ubuntu11:29
lucasagomeshttp://mjg59.dreamwidth.org/35969.html11:29
lucasagomeslazy_prince, oh, I thought it was about the patch to change the default ramdisk to IPA11:30
lucasagomeslazy_prince, I wasn't planning much on adding one for ubuntu/debian11:30
lucasagomesI left a todo inline11:30
*** baoli has quit IRC11:30
lucasagomesso if someone wants to do it11:30
lucasagomeslazy_prince, in general that patch already shrinks ubuntu/debian a little by removing things like, man pages, kernel images (/boot), miscs etc11:30
lucasagomesbut doesn't remove extra packages for those distros11:30
lazy_princelucasagomes: cool.. I get your point... the ipa element was extended to ubuntu and debian by me.. so was checking if this also needs to be extended to ubuntu/fedora..11:31
lazy_princeI will put up a patch once i have some time for this...11:32
lazy_princeubuntu/debina.. :)11:32
* lazy_prince keyboard malfunction..11:32
lazy_princeubuntu/debian..11:33
*** pal has quit IRC11:33
openstackgerritDmitry Tantsur proposed openstack/ironic-python-agent: Add support for inspection using ironic-inspector  https://review.openstack.org/20558711:34
lucasagomeslazy_prince, cool man! Thanks much!11:34
*** dprince has joined #openstack-ironic11:35
lucasagomesyeah it would be great to slim it down for the most known distros11:35
lucasagomesit saves time and make it more testable in gate since we have limited resources to use there11:35
lazy_princeagree..11:35
openstackgerritShivanand Tendulker proposed openstack/ironic-python-agent: Fixes config drive creation failure in UEFI boot mode  https://review.openstack.org/21509711:36
*** lucasagomes is now known as lucas-hungry11:37
*** pal has joined #openstack-ironic11:39
*** Marga_ has quit IRC11:42
*** Marga_ has joined #openstack-ironic11:42
*** stendulker has quit IRC11:42
*** romainh has joined #openstack-ironic11:49
*** VikasC has joined #openstack-ironic11:54
openstackgerritNaohiro Tamura proposed openstack/ironic: Add hardware inspection module for iRMC driver  https://review.openstack.org/19648011:56
*** derekh is now known as derekh_afk12:03
*** alexpilotti has quit IRC12:03
*** pal has quit IRC12:23
*** VikasC has quit IRC12:28
*** jjohnson2 has joined #openstack-ironic12:35
*** alexpilotti has joined #openstack-ironic12:39
*** thiagop has joined #openstack-ironic12:41
thiagopGood morning Ironic12:41
betherlymorning thiagop12:42
thiagopbetherly: o/12:42
openstackgerritJarrod Johnson proposed stackforge/pyghmi: Lesson degree of admin backoff  https://review.openstack.org/21476112:43
*** liliars has joined #openstack-ironic12:44
*** PradeepV has quit IRC12:44
openstackgerritJarrod Johnson proposed stackforge/pyghmi: Lessen degree of admin backoff  https://review.openstack.org/21476112:45
*** chlong has joined #openstack-ironic12:46
*** dtantsur is now known as dtantsur|brb12:47
*** lucas-hungry is now known as lucasagomes12:48
*** dtantsur|brb is now known as dtantsur|mtg12:48
*** smoriya has quit IRC12:51
*** jistr is now known as jistr|mtg12:53
*** chlong has quit IRC13:00
*** chlong has joined #openstack-ironic13:04
openstackgerritJuliana Motira proposed stackforge/pyghmi: Add custom OEM firmware info parsing for Lenovo ThinkServers  https://review.openstack.org/21462313:16
*** alexpilotti has quit IRC13:18
*** krtaylor has quit IRC13:18
*** ishant has quit IRC13:21
*** jamielennox is now known as jamielennox|away13:30
*** krtaylor has joined #openstack-ironic13:31
*** alexpilotti has joined #openstack-ironic13:35
openstackgerritMerged openstack/ironic: 'updated_at' field shows old value after resource is saved  https://review.openstack.org/21184913:39
*** alexpilotti has quit IRC13:40
openstackgerritKATO Tomoyuki proposed openstack/ironic: Change and edit of Ironic Installation Guide  https://review.openstack.org/19190013:40
thiagoplucasagomes: hey!13:43
thiagoplucasagomes: where is that patch where you add cleaning check again? Would like to take a look on it.13:43
lucasagomeshi there13:44
lucasagomesthiagop, https://review.openstack.org/21369913:44
thiagopthks13:44
lucasagomesI'm reusing the provision_updated_at field as discussed with rloo and JoshNang yesterday13:44
thiagopI was having this problem (of the bug) yesterday13:45
thiagopthe deploy images are downloaded, initialized but couldn't carry on the work to ping back the conductor13:45
thiagopnot sure why yet, but couldn't get out of cleanwait either13:46
lucasagomesright13:46
lucasagomesI wanna introduce a new api verb to manually abort at that stage too13:46
lucasagomesit's coming :-) (today I was pretty busy) but it's on my list13:46
*** alexpilotti has joined #openstack-ironic13:47
thiagopactually, do you have some clue on where to take a look on my problem with the deploy image? It simply get into the login screen of CoreOS and doesn't carry on...13:47
*** pal has joined #openstack-ironic13:48
lucasagomesthiagop, did you check any logs inside? See if it can access the network and so on?13:48
lucasagomesthiagop, if you're building the IPA image using IPA you can use a stackuser (or devuser) element13:49
lucasagomesso you will be able to log on it13:49
lucasagomesif you use coreos13:49
lucasagomesyou can pass "coreos.autologin" to the kernel cmdline13:49
thiagoplucasagomes: yes, we have access through the network, but I couldn't login on the deploy image. I'm using the CoreOS image on tarballs.openstack.org13:49
lucasagomesthat will give you shell access13:49
lucasagomesthiagop, cool, right yeah, stick a coreos.autologin in the kernel command line (in the pxe configuration)13:50
lucasagomesand you will be able to get shell access to it13:50
lucasagomescheck logs, test connectivity with the ironic api13:50
jrolllucasagomes: maybe we should make that default, it's a common thing13:50
lucasagomesetc...13:50
lucasagomesjroll, hmm13:50
jrollor common that people ask about it13:50
lucasagomesyeah, I mean debugging a component yes it's needed13:50
thiagoplucasagomes: I'll put that on agent_pxe_append_params and try to debug, thanks13:51
lucasagomesbut not sure about default, would we do it in production?13:51
NobodyCamGood morning Ironic13:51
lucasagomesauto login?13:51
jrolllucasagomes: we do :P13:51
thiagopgood morning NobodyCam13:51
lucasagomesjroll, right... hmm well we can think about it13:51
jrollfigure if someone gets a console we're hosed already13:51
jrollyeah, just a thought13:51
lucasagomesit sounds more like a debug thing to be honest13:51
lucasagomesjroll, ++ to discuss :-)13:51
lucasagomesI don't have an opnion formed anyway13:52
lucasagomesNobodyCam, jroll morning!13:52
NobodyCammornign lucasagomes jroll sambetts thiagop JoshNang dtantsur|mtg betherly13:52
jrollmorning NobodyCam, lucasagomes, thiagop :)13:52
thiagopmorning jroll13:52
NobodyCam:)13:53
*** pal has quit IRC13:56
*** pal has joined #openstack-ironic13:57
*** degorenko has quit IRC13:58
*** degorenko has joined #openstack-ironic13:59
jrollthiagop: +A on your spec, wdyt about my comment on max_retries?13:59
thiagopjroll: fair enough suggestion, will do14:01
thiagopjroll: thanks again14:01
jrollthiagop: cool, mind a quick follow up patch to that spec?14:01
jrolljust to make sure it's recorded14:01
jlvillalGood morning, lucasagomes jroll NobodyCam sambetts thiagop JoshNang dtantsur|mtg betherly and anybody I missed :)14:01
jrollmorning jlvillal :)14:01
thiagopjroll: sure, after merge?14:01
lucasagomesjlvillal, good morning!14:01
jrollthiagop: yeah, whenever14:02
sinvaljlvillal: good morning o/14:02
thiagopgood morning jlvillal14:02
sinvaljroll: thanks for you support on this14:04
openstackgerritMerged openstack/ironic-specs: OneView Driver for Ironic  https://review.openstack.org/18776214:05
jrollsinval: just doing my job :)14:05
lucasagomesw00r14:06
lucasagomesw00t*14:07
betherlymorning jroll, NobodyCam, jlvillal :)14:07
jrollhi betherly!14:08
betherlyhey hey!14:08
openstackgerritJuliana Motira proposed stackforge/pyghmi: Add custom OEM firmware info parsing for Lenovo ThinkServers  https://review.openstack.org/21462314:08
*** jistr|mtg is now known as jistr14:08
*** dtantsur|mtg is now known as dtantsur14:10
dtantsurMorning jroll, NobodyCam, jlvillal and everyone else14:10
* dtantsur has too many meetings...14:10
NobodyCam:)14:11
NobodyCamdtantsur: +++++14:12
jrollhey dtantsur :)14:12
thiagopmorning dtantsur14:15
betherlymorning dtantsur :)14:16
*** dtantsur is now known as dtantsur|mtg14:17
dtantsur|mtgagain :(14:17
*** mtanino has joined #openstack-ironic14:17
*** mgoddard has quit IRC14:21
* lucasagomes brb dentist14:21
*** lucasagomes is now known as lucas-afk14:21
NobodyCamlucas-afk: uggh14:21
NobodyCamgood luck14:22
lucas-afkNobodyCam, hah just checking things up14:22
NobodyCam:)14:22
lucas-afkI'm probably fine14:22
NobodyCamthats what they always say to start14:22
NobodyCamlol14:22
thiagoplol14:23
thiagopwhere can I find logs of the IPA on the node?14:25
thiagopnothing useful in /var/log14:25
*** pal_ has joined #openstack-ironic14:27
*** pal has quit IRC14:27
jrollthiagop: alias ipalogs="journalctl -u ironic-python-agent.service -f -l --no-tail"14:27
*** sinval_ has joined #openstack-ironic14:27
jrollalso useful: alias ipatail="journalctl -u ironic-python-agent.service -f -l"14:27
*** vishwanathj has joined #openstack-ironic14:27
*** mgoddard has joined #openstack-ironic14:27
*** romcheg has quit IRC14:28
*** alexpilotti has quit IRC14:28
* jlvillal is unsure who has more pain with microversions. Nova or ironic. As he attends the Nova meeting.14:28
dtantsur|mtghehehe14:29
deraydtantsur|mtg, hi14:30
dtantsur|mtgo/14:30
deraywhile going thru the spec https://review.openstack.org/#/c/211019/ ..14:30
jrolljlvillal: surely us. they just decided on a solution to their problem in 15 minutes that everyone agrees with.14:30
dtantsur|mtgwow, awesome14:31
betherlyjroll: thats fast! cool!14:31
derayit felt to me that it was more related firmware settigns rather than firmware update ..14:31
jrollI mean, surely they have argued^Wtalked about this before14:31
jrollbut they can get together and agree on a thing14:31
*** romcheg has joined #openstack-ironic14:32
dtantsur|mtgprobably they share a common understanding WHY they're doing it...14:32
* jlvillal thinks he smells sarcasm in the morning ;)14:33
jrolldtantsur|mtg: :)14:33
derayshould it be okay to sync up the changes related to https://review.openstack.org/#/c/209612/14:33
derayoh okay ..14:33
jrollderay: sync up which changes?14:34
dtantsur|mtgderay, could you please clarify your question? I'm in the middle of meeting right now, it's a bit hard to follow your thoughts, sorry14:34
derayFirmware update as part of iLO zapping process - as part of https://review.openstack.org/#/c/209612/ (New driver interface for BIOS configuration)14:34
jrollso... while I'm about to step away and don't want a long discussion on this... do we need a driver interface for this? it sounds like a clean step to me...14:35
NobodyCammornign jlvillal14:35
jlvillal:)14:35
jrollan API for it sounds nice and all, but I think the zapping api may cover it, not sure14:35
dtantsur|mtg++ for zapping14:36
dtantsur|mtg(at least without a deep thought about it)14:36
openstackgerritJuliana Motira proposed stackforge/pyghmi: Add disable user command  https://review.openstack.org/21515314:36
jrolldtantsur|mtg: this looks like pet management, at a glance14:36
derayas per the spec this driver intf mainly talks abt firmware settings .. will that also encapsulate f/w update?14:36
jrollderay: it's unclear who you're talking to here. this is yuriyz's spec. you could ask him or leave comments on the spec.14:37
jrollderay: or maybe someone else knows the answer to your question, I'm not sure14:37
* dtantsur|mtg does not14:38
derayokay .. wil touch base with yuriyz14:39
deraydtantsur|mtg, jroll : thx14:40
yuriyzmorning Ironic deray. I think also about fw updating, but there is another spec. Welcome for commenting the spec.14:40
derayhey morning yuriyz.14:41
derayk14:41
* jroll bbiab14:42
deraywhich spec can u refer for f/w updating ?14:42
*** romcheg1 has joined #openstack-ironic14:43
*** romcheg has quit IRC14:43
derayyuriyz, can i catch u after 1.5 hrs .. i am in a different timezone .. need to rush home now. will sign in from home. :)14:44
yuriyzderay I found https://blueprints.launchpad.net/ironic/+spec/add-firmware-update-api https://blueprints.launchpad.net/ironic/+spec/firmware-update14:44
thiagopmorning yuriyz14:44
yuriyzgood night deray14:45
derayyuriyz, good day ahead14:46
deraywill go thru the blueprint14:46
*** romcheg has joined #openstack-ironic14:46
*** romcheg1 has quit IRC14:48
*** pal_ has quit IRC14:48
*** derekh_afk is now known as derekh14:50
openstackgerritSinval Vieira Mendes Neto proposed openstack/ironic-specs: "max_retries" update on OneView driver spec  https://review.openstack.org/21516814:52
openstackgerritSam Betts proposed openstack/ironic-inspector: Add API Discovery to Ironic Inspector  https://review.openstack.org/21506714:54
*** alexpilotti has joined #openstack-ironic14:55
*** mbound is now known as masterbound14:55
thiagopthat's strange, my IPA are getting 401 when getting back to the conductor...14:56
dtantsur|mtgthiagop, what's the driver name?14:57
thiagopbut, by the code, I cannot see how the userpass/token is passed14:57
thiagopis our new driver implementation, but is agent deploy14:57
thiagopdtantsur|mtg: ^14:57
openstackgerritSinval Vieira Mendes Neto proposed openstack/ironic-specs: Change "max_retries" to "max_polling_attempts" on OneView driver spec  https://review.openstack.org/21516814:57
dtantsur|mtgthiagop, what's the driver name? people complained about numbers in them...14:58
thiagopreally?14:58
dtantsur|mtgthiagop, user/token is not passed, this endpoint is not authenticated14:58
thiagopwe changed it to agent_1view to test...14:58
thiagopcrap...14:58
dtantsur|mtgthiagop, yeah. the patch fixing it has landed though, if you're using git master, you can just update14:58
dtantsur|mtgthiagop, https://review.openstack.org/#/c/213213/14:59
thiagopI would NEVER find it, thanks dtantsur|mtg15:00
*** deray has quit IRC15:01
openstackgerritMichael Krotscheck proposed openstack/ironic-webclient: Added .DS_Store files to gitignore  https://review.openstack.org/21517915:03
*** uggla_ has joined #openstack-ironic15:04
uggla_Hello15:04
*** shoutm has joined #openstack-ironic15:05
thiagopmorning uggla_15:05
openstackgerritMichael Krotscheck proposed openstack/ironic-webclient: Removed gitignore files for previous build system  https://review.openstack.org/21518015:05
krotscheckARRRRGH15:06
krotscheckThe wonderful wolrd of javascript's nondeterministic builds.15:06
*** sinval_ has quit IRC15:08
*** pal has joined #openstack-ironic15:09
*** dprince has quit IRC15:12
openstackgerritYuriy Zveryanskyy proposed openstack/ironic: Add vendor interface to ipminative driver  https://review.openstack.org/21518515:12
openstackgerritLilia Sampaio proposed openstack/ironic: OneView Driver for Ironic  https://review.openstack.org/19182215:12
openstackgerritBeth Elwell proposed openstack/ironic-webclient: Corrected author in package.json  https://review.openstack.org/21371815:14
*** mgoddard has quit IRC15:19
*** shoutm has quit IRC15:20
*** mgoddard has joined #openstack-ironic15:20
*** jistr is now known as jistr|mtg15:22
*** pal has quit IRC15:24
*** pal has joined #openstack-ironic15:24
mrdaMorning Ironic15:28
thiagopmorning mrda15:28
betherlymorning mrda :)15:29
mrdao/15:30
NobodyCammorning mrda :)15:31
*** VikasC has joined #openstack-ironic15:31
*** alexpilotti has quit IRC15:35
*** pal has quit IRC15:35
*** r-daneel has joined #openstack-ironic15:36
dtantsur|mtgmrda, morning15:46
thiagopjroll: patch fixing the max_retries here -> https://review.openstack.org/#/c/215168/15:47
jrollthanks!15:47
jrollmorning mrda :)15:47
openstackgerritMerged openstack/ironic-webclient: Added .DS_Store files to gitignore  https://review.openstack.org/21517915:48
jrollthiagop: +2 with a nit15:48
* thiagop sees that now15:49
openstackgerritThiago Paiva Brito proposed openstack/ironic-specs: Change "max_retries" to "max_polling_attempts" on OneView driver spec  https://review.openstack.org/21516815:52
thiagopjroll: fixed ^15:52
*** alexpilotti has joined #openstack-ironic15:52
jrollthanks, +215:53
*** alexpilotti has quit IRC15:57
*** AlexeyElagin has joined #openstack-ironic15:57
*** mgoddard has quit IRC15:58
MattManAfternoon folks15:58
NobodyCamgood UGT morning / afternoon MattMan15:59
*** lazy_prince has quit IRC15:59
thiagophello MattMan15:59
*** mgoddard has joined #openstack-ironic15:59
MattManQuick question re chassis, from what I can see they are not really used at all, and there was some talk in Vancouver about removal completely, Just curious if folks know if any existing projects using them or what plans there might be going forward ?16:00
NobodyCamMattMan: I don't know anyone using them atm16:01
openstackgerritMichael Krotscheck proposed openstack/ironic-webclient: Added code coverage output directory to eslintignore  https://review.openstack.org/21520916:02
openstackgerritMichael Krotscheck proposed openstack/ironic-webclient: Added coverage threshold failure  https://review.openstack.org/21381616:02
krotscheckWomp womp16:02
MattManNobodyCam: thanks16:03
*** alexpilotti has joined #openstack-ironic16:04
openstackgerritMichael Krotscheck proposed openstack/ironic-webclient: Removed libs from eslintignore  https://review.openstack.org/21521416:07
*** jistr|mtg is now known as jistr16:10
jrollMattMan: we've been talking about removing it, still, compatibility is weird because someone might be using them16:10
jrollMattMan: if we do, it would be replaced with a tagging system16:10
*** max_lobur has quit IRC16:11
*** lsmola has quit IRC16:12
MattManah so nodes with same tag effectively belong to the same chassis16:13
jrollmore like, you can arbitrarily group them however you'd like16:13
jrollif you want the chassis concept, you could use a tag like 'chassis:foo'16:14
dtantsur|mtgdoes someone know a way to reset ilo controller?16:15
NobodyCamdtantsur|mtg: http://h30507.www3.hp.com/t5/Coffee-Coaching-HP-and-Microsoft/How-to-reset-iLO-if-it-hangs-on-HP-ProLiant-Servers/ba-p/123543#.VdX9LYu1p4E16:15
MattManInteresting, just that from our perspective chassis/node(s) fits really neatly with LDOM's on SPARC.16:16
dtantsur|mtgNobodyCam, thanks a lot!16:17
NobodyCam:)16:18
*** krtaylor has quit IRC16:18
MattManWith LDOMS's you split the resources of a physical machine into domains, one Control domain and then a number of guest logical domains. The control domain could be seen as the chassis and each logical domain as nodes.16:18
MattManHowever if chassis did vanish I suppose tagging could be used on conjunction with driver_info or property fields to achieve the same concept16:19
*** uggla_ has quit IRC16:21
*** Marga_ has quit IRC16:22
openstackgerritSHIGEMATSU Mitsuhiro proposed openstack/ironic-webclient: Removed libs from eslintignore  https://review.openstack.org/21521416:28
*** Marga_ has joined #openstack-ironic16:29
jrolldtantsur|mtg: like this https://gifs.com/gif/KzNJaP16:32
dtantsur|mtgloool16:33
dtantsur|mtgexactly16:33
jroll:D16:34
*** lucas-afk is now known as lucasagomes16:34
NobodyCamlol16:35
*** romcheg has quit IRC16:36
dtantsur|mtgenough meetings, I'm going home :)16:36
*** dtantsur|mtg is now known as dtantsur|afk16:37
jrollnight!16:37
*** alexpilotti has quit IRC16:38
*** puranamr has joined #openstack-ironic16:38
*** dprince has joined #openstack-ironic16:39
lucasagomesquickest patch you'll see today https://review.openstack.org/#/c/215074/ (needs another +2)16:42
jrolldone16:43
*** jistr has quit IRC16:46
*** Nisha_away has joined #openstack-ironic16:46
openstackgerritMerged openstack/ironic: Fix bug sending sensor data for drivers w/o management  https://review.openstack.org/21302516:46
openstackgerritMerged openstack/ironic: Refactor the essential prop list of inspect driver  https://review.openstack.org/21459716:47
openstackgerritMerged openstack/ironic: Address final comments on update image cache based on update time  https://review.openstack.org/21411416:47
lucasagomesjroll, thanks much!16:49
*** Haomeng|2 has joined #openstack-ironic16:50
*** Haomeng has quit IRC16:52
*** romainh has left #openstack-ironic16:58
*** derekh has quit IRC17:00
*** praneshp_ has joined #openstack-ironic17:00
*** praneshp_ has quit IRC17:00
*** praneshp_ has joined #openstack-ironic17:01
*** praneshp has quit IRC17:01
*** praneshp_ is now known as praneshp17:01
betherlyDitto on https://review.openstack.org/#/c/213718/ if anyone has a minute to +2 it through :)17:02
*** praneshp has quit IRC17:02
*** Nisha_brb has joined #openstack-ironic17:03
*** Nisha_away has quit IRC17:03
*** romcheg has joined #openstack-ironic17:05
*** Haomeng has joined #openstack-ironic17:05
*** achanda has joined #openstack-ironic17:05
*** jcoufal has quit IRC17:06
openstackgerritOpenStack Proposal Bot proposed openstack/ironic: Updated from global requirements  https://review.openstack.org/21346617:06
*** romcheg1 has joined #openstack-ironic17:08
*** Haomeng|2 has quit IRC17:08
*** romcheg has quit IRC17:09
*** meghal has joined #openstack-ironic17:09
*** Haomeng|2 has joined #openstack-ironic17:11
*** alexpilotti has joined #openstack-ironic17:13
*** Haomeng has quit IRC17:14
*** absubram has joined #openstack-ironic17:14
*** Nisha_away has joined #openstack-ironic17:17
*** Nisha_brb has quit IRC17:17
*** romcheg has joined #openstack-ironic17:18
*** romcheg1 has quit IRC17:18
*** Haomeng has joined #openstack-ironic17:19
openstackgerritZhenguo Niu proposed openstack/ironic: Check image size before provisioning for agent driver  https://review.openstack.org/21525417:20
*** sinval_ has joined #openstack-ironic17:20
*** Haomeng|2 has quit IRC17:21
*** Haomeng|2 has joined #openstack-ironic17:22
lucasagomesbetherly, done thanks!17:23
betherlyThanks so much! :)17:23
lucasagomesyw!17:24
*** Haomeng has quit IRC17:24
*** achanda has quit IRC17:27
*** VikasC has quit IRC17:28
*** thiagop has left #openstack-ironic17:29
openstackgerritMerged openstack/ironic-webclient: Corrected author in package.json  https://review.openstack.org/21371817:29
*** thiagop has joined #openstack-ironic17:29
*** meghal has quit IRC17:32
*** meghal has joined #openstack-ironic17:32
*** sinval_ has quit IRC17:33
openstackgerritNisha Agarwal proposed openstack/ironic: Remove the hard dependency of swift from ilo drivers  https://review.openstack.org/19865617:39
*** alexpilotti has quit IRC17:42
*** praneshp has joined #openstack-ironic17:44
openstackgerritMerged stackforge/pyghmi: Add disable user command  https://review.openstack.org/21515317:44
*** krtaylor has joined #openstack-ironic17:47
Nisha_awayi have one quick ques: When we say ironic supports webserver, is it considered to be local webserver(means web server on the conductor node) or it can be anywhere but accessible to conductor?17:49
*** pelix has quit IRC17:50
*** Nisha_brb has joined #openstack-ironic17:54
*** Nisha_away has quit IRC17:55
*** Nisha_brb has quit IRC17:55
*** achanda has joined #openstack-ironic17:55
*** Nisha_brb has joined #openstack-ironic17:55
*** sinval has quit IRC17:55
openstackgerritJosh Gachnang proposed openstack/ironic-python-agent: Enable --debug for debug logging  https://review.openstack.org/21526517:56
*** puranamr has quit IRC17:58
*** penick has joined #openstack-ironic17:58
*** puranamr has joined #openstack-ironic17:59
*** puranamr has quit IRC18:00
openstackgerritJohn L. Villalovos proposed openstack/ironic: Create a versions.py file  https://review.openstack.org/21385618:02
*** meghal has quit IRC18:04
*** MattMan has left #openstack-ironic18:05
*** puranamr has joined #openstack-ironic18:06
*** alexpilotti has joined #openstack-ironic18:08
*** bapalm has quit IRC18:11
jlvillallucasagomes: Big +1 from me on https://review.openstack.org/#/c/215045/ :D18:14
*** bapalm has joined #openstack-ironic18:14
*** Nisha_away has joined #openstack-ironic18:16
*** Nisha_brb has quit IRC18:16
lucasagomesjlvillal, o/! thanks18:20
*** Nisha_away has quit IRC18:23
*** achanda has quit IRC18:24
*** meghal has joined #openstack-ironic18:28
*** linggao has joined #openstack-ironic18:30
jlvillalI'm impressed with how long the gate jobs are taking.  Impressed in the large quantity of time that is.  Top of the list is 6 hours and 28 minutes.  Ouch.18:31
mrdajlvillal: ouch18:34
jlvillalYeah...18:34
*** Sukhdev has joined #openstack-ironic18:34
*** davideagnello has quit IRC18:38
SpamapSjroll: I just realized I totally forgot to try a GPT-only image boot on Ironic, which I told you I was going to attempt. :-P18:39
*** davideagnello has joined #openstack-ironic18:39
lucasagomesfolks I'm going call a day (pretyt late)18:43
lucasagomeshave a great night everyone!18:43
*** lucasagomes is now known as lucas-dinner18:43
*** alexpilotti has quit IRC18:44
jrollSpamapS: lol, don't get mad if it breaks18:45
jrollit isn't top priority to me by any means, I'm more curious what happens18:45
SpamapSjroll: me too. Working around it right now by just making our disks 1TB But I think I might want that extra 800GB / server at some point. :-P18:48
*** davidlenwell has quit IRC18:50
*** davideag_ has joined #openstack-ironic18:50
*** davidlenwell has joined #openstack-ironic18:51
*** davideagnello has quit IRC18:52
*** meghal has quit IRC18:54
*** thiagop is now known as thiagop_afk18:54
*** romcheg has quit IRC18:56
*** davidlenwell has quit IRC18:58
*** puranamr has quit IRC18:58
*** davidlenwell has joined #openstack-ironic18:59
*** meghal has joined #openstack-ironic19:02
*** sinval has joined #openstack-ironic19:06
sinvalhey folks, if you have some time, please take a look at: https://review.openstack.org/#/c/191822/ :), thank you all19:08
*** achanda has joined #openstack-ironic19:08
*** alexpilotti has joined #openstack-ironic19:10
*** pal has joined #openstack-ironic19:19
*** vishwana_ has joined #openstack-ironic19:26
*** meghal has quit IRC19:27
*** jamielennox|away has quit IRC19:27
*** adam_g has quit IRC19:28
*** davidlenwell has quit IRC19:28
*** r-daneel has quit IRC19:28
*** vishwanathj has quit IRC19:28
*** irenab has quit IRC19:29
*** pal has quit IRC19:30
*** davidlenwell has joined #openstack-ironic19:31
*** meghal has joined #openstack-ironic19:31
*** meghal has quit IRC19:33
*** achanda has quit IRC19:34
*** Ng has quit IRC19:34
*** adam_g has joined #openstack-ironic19:36
*** adam_g has quit IRC19:36
*** adam_g has joined #openstack-ironic19:36
*** Ng has joined #openstack-ironic19:36
*** zz_natorious is now known as natorious19:38
*** puranamr has joined #openstack-ironic19:38
*** Marga_ has quit IRC19:40
*** meghal has joined #openstack-ironic19:41
*** Marga_ has joined #openstack-ironic19:41
*** r-daneel has joined #openstack-ironic19:44
*** alexpilotti has quit IRC19:46
*** jamielennox|away has joined #openstack-ironic19:47
*** jamielennox|away is now known as jamielennox19:47
*** cppforlife_ has quit IRC19:49
*** cppforlife_ has joined #openstack-ironic19:50
*** puranamr has quit IRC20:00
openstackgerritJarrod Johnson proposed stackforge/pyghmi: Lessen degree of admin backoff  https://review.openstack.org/21476120:11
*** alexpilotti has joined #openstack-ironic20:13
*** puranamr has joined #openstack-ironic20:13
*** achanda has joined #openstack-ironic20:13
*** irenab has joined #openstack-ironic20:15
*** irenab has quit IRC20:15
*** achanda has quit IRC20:19
*** ndipanov has joined #openstack-ironic20:20
openstackgerritJarrod Johnson proposed stackforge/pyghmi: Lessen degree of admin backoff  https://review.openstack.org/21476120:28
openstackgerritJohn L. Villalovos proposed openstack/ironic: Move tests into correct directories  https://review.openstack.org/21531920:30
openstackgerritJarrod Johnson proposed stackforge/pyghmi: Lessen degree of admin backoff  https://review.openstack.org/21476120:30
*** e0ne has joined #openstack-ironic20:31
*** achanda has joined #openstack-ironic20:32
*** meghal has quit IRC20:33
*** Sukhdev has quit IRC20:34
*** meghal has joined #openstack-ironic20:35
*** ndipanov has quit IRC20:35
*** boris-42 has joined #openstack-ironic20:41
*** mgoddard has quit IRC20:43
gabriel-bezerraHi folks, what is different between network-provider and ironic-ml2-integration blueprints? Are they meant to do the same? Is any of them abandoned?20:46
*** puranamr has quit IRC20:47
gabriel-bezerrajroll, Sukhdev ^20:48
jrollgabriel-bezerra: between the two, they make all the networking features we want20:48
jrollthe former is more about how we switch between networks and whatnot in ironic20:48
jrollthe latter is about the data model and documenting how ml2 drivers integrate20:48
openstackgerritMichael Krotscheck proposed openstack/ironic: Added CORS support middleware to Ironic  https://review.openstack.org/19976920:50
*** alexpilotti has quit IRC20:50
openstackgerritMichael Krotscheck proposed openstack/ironic: Added CORS support middleware to Ironic  https://review.openstack.org/19976920:50
*** meghal has quit IRC20:50
gabriel-bezerrajroll: so both are needed for this new networking feature to work, right?20:51
jrollgabriel-bezerra: correct, and the patches are all in one chain20:52
*** praneshp has quit IRC20:53
*** praneshp has joined #openstack-ironic20:56
*** achanda has quit IRC20:57
*** achanda_ has joined #openstack-ironic20:57
*** e0ne has quit IRC20:58
openstackgerritMerged stackforge/pyghmi: Lessen degree of admin backoff  https://review.openstack.org/21476121:00
*** ndipanov has joined #openstack-ironic21:01
*** praneshp has quit IRC21:01
*** linggao has quit IRC21:02
*** praneshp has joined #openstack-ironic21:03
openstackgerritJarrod Johnson proposed stackforge/pyghmi: Silently ignore broken sensors rather than error  https://review.openstack.org/21533221:04
*** meghal has joined #openstack-ironic21:05
jlvillalJoshNang: Since you are an expert in testr (compared to me).  I had a question for you :)21:08
jlvillalJoshNang: I moved some tests from ironic/tests/XXXXX to ironic/tests/common/XXXXXX   But now they don't get executed during a tox run.  Not sure why.21:09
* jlvillal goes off to read more on testr and subunit.run ...21:09
JoshNangjlvillal: heh i am by no means an expert on testr :D but i think i know where the issue is, one sec21:12
jlvillalSweet! :)21:12
JoshNanghmmm maybe not..21:13
jlvillalBitter! ;)21:13
jlvillalJoshNang: Thanks though.21:13
* jlvillal is perplexed21:14
JoshNangheh. i was thinking maybe it wasn't looking recursively..21:14
*** jjohnson2 has quit IRC21:14
jlvillalJoshNang: Time to get serious.  Cloning the 'subunit' code now.  Ugh21:15
JoshNangglhf!21:15
jrolljlvillal: lifeless would be a good friend to poke abuot this21:15
*** dprince has quit IRC21:16
JoshNangmaybe this isn't recursive? https://github.com/openstack/nova/blob/master/tox.ini#L1321:16
jrolljlvillal: your file names are named something like test_*.py, right?21:16
jlvillaljroll: Will do.  Looks like he is sleeping.  Thanks for the pointer.21:16
jroll(or rather, you didn't rename them, right?)21:16
JoshNangerr, wrong link: https://github.com/openstack/nova/blob/master/tox.ini#L1321:16
jlvillalLooking21:16
JoshNangomg. cannot copy/paste. https://github.com/openstack/ironic/blob/master/.testr.conf#L221:16
jrolljlvillal: he usually gets online around this time, or maybe another hour or two21:16
*** alexpilotti has joined #openstack-ironic21:16
jrollwait21:17
jrolldoes tests/__init__.py exist?21:17
*** meghal has quit IRC21:17
jlvillalAh, looking21:17
jlvillaljroll: It does21:17
*** derekh has joined #openstack-ironic21:17
jlvillalIn the main dir21:17
JoshNangin each subdir?21:17
jlvillaljroll: Aha.  Need it in my new directory I think21:18
jroll\o/21:18
jrollyeah, or else things can't be imported21:18
jlvillaljroll: JoshNang That fixed it.  Thanks!21:18
jrollwoot21:18
jrollnp21:18
jrollwhenever python doesn't work in obvious ways, it's always __init__.py21:19
jlvillalI need to remember that.21:19
JoshNangjroll: good job :D21:20
jrolllol21:20
openstackgerritJohn L. Villalovos proposed openstack/ironic: Move tests into correct directories  https://review.openstack.org/21531921:22
thiagop_afkcalling it a day21:24
thiagop_afkgood night everybody o/21:24
jroll\o21:25
jlvillalthiagop_afk: Ciao21:26
*** krtaylor has quit IRC21:26
*** thiagop_afk has quit IRC21:28
*** dguerri` is now known as dguerri21:30
*** dguerri is now known as dguerri`21:31
gabriel-bezerrathanks, jroll.21:34
*** lucas-dinner has quit IRC21:34
jrollnp21:34
*** ndipanov has quit IRC21:35
*** rloo has joined #openstack-ironic21:41
*** absubram has quit IRC21:42
*** absubram has joined #openstack-ironic21:47
*** bapalm has quit IRC21:49
*** bapalm has joined #openstack-ironic21:52
*** meghal has joined #openstack-ironic21:55
*** alexpilotti has quit IRC21:56
*** bapalm has quit IRC21:57
lifelessjlvillal: they should be run22:02
lifelessI'm here now, just had stuff to do this morning22:02
jlvillallifeless: figured it out. Had to create the __init__.py file22:02
jlvillallifeless: Thanks22:03
*** bapalm has joined #openstack-ironic22:03
lifelessnp22:04
*** bapalm has quit IRC22:08
openstackgerritJohn L. Villalovos proposed openstack/ironic: WIP, not ready for review. Go away, this means you!  https://review.openstack.org/21536222:12
jrollhow can you not click with a title like that22:13
* jlvillal amuses himself at times :D22:13
jrollJoshNang: ^ that's enlightening re agent exceptions22:13
jrollI seem to remember problems with that but idk22:14
JoshNangoh yeah, i fixed it by overriding __str__ in our base exception class22:14
*** bapalm has joined #openstack-ironic22:14
JoshNanglike...last week maybe?22:14
jrollah ok22:16
jrollcool22:16
JoshNangthis might be the more correct fix though22:16
JoshNangwe're doing some odd stuff with our exceptions, tbh22:16
jrollof course we are22:17
jrollit wouldn't be python if we weren't twiddling internals22:17
*** krtaylor has joined #openstack-ironic22:18
JoshNangheh22:18
*** bapalm has quit IRC22:19
*** alexpilotti has joined #openstack-ironic22:22
*** chlong has quit IRC22:25
*** bapalm has joined #openstack-ironic22:29
*** bapalm has quit IRC22:34
*** bapalm has joined #openstack-ironic22:35
betherlyI'm off, good night ironic!22:42
*** bapalm has quit IRC22:43
*** bapalm has joined #openstack-ironic22:43
*** natorious is now known as zz_natorious22:44
jlvillalbetherly: Good night22:44
*** bapalm has quit IRC22:48
*** bapalm has joined #openstack-ironic22:51
*** VikasC has joined #openstack-ironic22:53
jlvillalI was complaining about the gate this morning at 6.5 hours.  Now it is at 8 hours and 50 minutes :(23:01
*** alexpilotti has quit IRC23:05
*** achanda_ has quit IRC23:05
* TheJulia materiallizes in a transporter beam23:12
*** masterbound has quit IRC23:16
*** achanda has joined #openstack-ironic23:16
*** sinval_ has joined #openstack-ironic23:17
openstackgerritSinval Vieira Mendes Neto proposed openstack/ironic: Add port creation passing the name of the node instead of the UUID of the node  https://review.openstack.org/19343923:19
*** r-daneel has quit IRC23:27
*** alexpilotti has joined #openstack-ironic23:40
*** Marga_ has quit IRC23:46
*** Marga_ has joined #openstack-ironic23:47
*** naohirot has joined #openstack-ironic23:49

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