openstackgerrit | OpenStack Proposal Bot proposed openstack/ironic: Updated from global requirements https://review.openstack.org/147027 | 00:03 |
---|---|---|
openstackgerrit | OpenStack Proposal Bot proposed openstack/ironic-python-agent: Updated from global requirements https://review.openstack.org/146693 | 00:03 |
*** spandhe_ has joined #openstack-ironic | 00:04 | |
Haomeng | jroll: yes, let me check how our patch works first, then find a physical switch to get the owership, maybe it is not easy in my company:) | 00:05 |
*** chlong has joined #openstack-ironic | 00:05 | |
Haomeng | jroll: how did you run the test, with virtual ovs? or physical switch? | 00:05 |
jroll | Haomeng: physical switch | 00:06 |
Haomeng | jroll: see the code we try to find the switch port information via neutron api call | 00:06 |
jroll | Haomeng: no, ironic port object has switch port info | 00:06 |
Haomeng | jroll: our neutron can manage the physical switch now? or have to be apply the patch first? | 00:06 |
Haomeng | jroll: ok | 00:06 |
Haomeng | jroll: got, let me dive into your code first to get more understanding | 00:06 |
jroll | ok | 00:06 |
Haomeng | jroll: :) | 00:07 |
*** yjiang5_ has joined #openstack-ironic | 00:07 | |
*** yjiang5_ has left #openstack-ironic | 00:07 | |
Haomeng | jroll: 146971 +a:) | 00:07 |
openstackgerrit | Merged openstack/ironic-specs: Update VirtualBox spec https://review.openstack.org/145800 | 00:07 |
*** yjiang5 has quit IRC | 00:09 | |
*** hypnosb has quit IRC | 00:09 | |
*** spandhe has quit IRC | 00:09 | |
jroll | thanks Haomeng! | 00:09 |
*** spandhe_ is now known as spandhe | 00:09 | |
Haomeng | jroll: I still have concern, looks like it is responsbility for neutron to control the switch, now our ironic try to control it | 00:09 |
Haomeng | jroll: np, yw:) | 00:09 |
NobodyCam | Shrews: want to +a 140868 | 00:09 |
Haomeng | jroll: not sure if there is potential confilt with neutron | 00:10 |
*** victor_lowther has joined #openstack-ironic | 00:10 | |
Haomeng | jroll: and I understand neutron guys will not focus on such switch control for ironic, so we have to do first | 00:10 |
*** hypnosb has joined #openstack-ironic | 00:11 | |
jroll | Haomeng: ironic just tells neutron "this device goes on these VLANs", neutron does the actual control | 00:11 |
Haomeng | jroll: ok | 00:11 |
jroll | Haomeng: to be clear, ironic-neutron-plugin is a neutron extension, not an ironic extension | 00:11 |
Haomeng | ok, got | 00:12 |
Haomeng | jroll: so our ironic patch depens on this ironic-neutron-plugin patch? | 00:12 |
jroll | Haomeng: ironic-neutron-plugin is a piece of software that integrates with neutron. it's not a patch | 00:12 |
Haomeng | ok | 00:13 |
*** yuanying_ has joined #openstack-ironic | 00:14 | |
Haomeng | jroll: so maybe I need more input from codes:) | 00:15 |
Haomeng | jroll: to get whole picture:) | 00:15 |
Haomeng | jroll: thank you | 00:15 |
*** yuanying has quit IRC | 00:15 | |
jroll | Haomeng: you're welcome :) | 00:16 |
jroll | so I'm looking at https://review.openstack.org/#/c/146361/1/specs/kilo/os-reboot-driver.rst | 00:16 |
jroll | do we want (more) code in ironic that's not intended for production? | 00:16 |
jroll | devananda: NobodyCam: ^ thoughts? | 00:16 |
NobodyCam | jroll: looking | 00:17 |
devananda | jroll: this is the split out of fuel-agent | 00:18 |
devananda | for non-production use cases | 00:18 |
NobodyCam | ya lloks like it | 00:19 |
jroll | right... | 00:19 |
jroll | I guess I still have the same question | 00:20 |
devananda | i know :) | 00:20 |
devananda | I didn't answer it, heh | 00:20 |
jroll | also, if the fuel-agent deploy driver is only intended for non-production | 00:20 |
jroll | why are the selling points RAID, LVM, etc | 00:20 |
jroll | maybe just this power driver is intended for non-production, idk | 00:20 |
JayF | I wonder if we'll be getting requests for support for Fuel Openstack 5.1 on openstack-dev <.< | 00:20 |
devananda | jroll: the fuel-agent driver is intended for production, AIUI. the "ssh to the server and reboot" isn't really part of fuel, it's just how they test it | 00:21 |
devananda | at least that's what they're claiming now | 00:21 |
jroll | ok | 00:21 |
devananda | there used to be requwests from them to support old hardware that doesn't have IPMI | 00:21 |
devananda | I don't know if that's just their dev/test hardare, but I hope it is | 00:21 |
devananda | at least the distinction is clearer now | 00:22 |
JayF | I mean the reality is if the code is in there, we can't stop people from running it in production | 00:22 |
devananda | sure | 00:22 |
JayF | and if it's in Ironic, it should work, right? | 00:22 |
JayF | So why does the intention matter? | 00:22 |
JayF | it belongs or it doesn't | 00:22 |
devananda | functional separation | 00:22 |
devananda | and classification | 00:22 |
jroll | JayF: sure, which is why we shouldn't have code that isn't recommended for use in production | 00:22 |
jroll | see also: nova-bm | 00:22 |
JayF | jroll: I agree with you, that's the argument I'm trying to make :) | 00:22 |
JayF | and until we have an official way to classify and separate drivers | 00:23 |
JayF | preferably s/official/programatic/ | 00:23 |
JayF | I don't see how drawing a line does any good | 00:23 |
devananda | i agree. see my previous statements to the effedt that i'd like to see ssh removed as a power driver | 00:23 |
JayF | So then why is this spec acceptable? | 00:23 |
devananda | except that it's so heavily in use now in Ci environments that need /something/ | 00:23 |
jroll | right, which is why I asked | 00:23 |
devananda | JayF: i didn't say it was | 00:23 |
Shrews | NobodyCam: done. thx for the ping | 00:23 |
jroll | JayF: nobody has said it's acceptable | 00:23 |
JayF | Although I guess tbh we have a spec in for VirtualBox | 00:24 |
NobodyCam | huh | 00:24 |
NobodyCam | oh np :) | 00:24 |
JayF | although Ironic using VirtualBox API as a power driver is more sensible than doing it in-band | 00:24 |
*** zsmithnyc has quit IRC | 00:26 | |
NobodyCam | oh devananda have you seen jjohnsons ipmi listening thingy | 00:26 |
*** zsmithnyc has joined #openstack-ironic | 00:27 | |
*** david-lyle has joined #openstack-ironic | 00:28 | |
*** spandhe has quit IRC | 00:31 | |
NobodyCam | jroll: I think I would rather run somehting like the IPMI listener on the node vs a reboot agent. | 00:32 |
NobodyCam | if you have to run anything on the node | 00:32 |
jroll | NobodyCam: +1 | 00:32 |
NobodyCam | I have not tested it but it looks like it is working now fyi | 00:33 |
devananda | NobodyCam: yah, but haven't played with it. bnemec - ^ | 00:33 |
NobodyCam | ya It should do what we need | 00:33 |
devananda | JayF: remind me, is IPA capable of streaming an image to disk? or does it still use a ramdisk to buffer it? | 00:34 |
NobodyCam | power and get/set boot device | 00:34 |
NobodyCam | it bufferes to ram? | 00:34 |
JayF | devananda: The image streaming stuff has been mocked out, but hasn't landed | 00:34 |
JayF | devananda: probably somewhat bit-rotted by now | 00:34 |
*** spandhe has joined #openstack-ironic | 00:34 | |
JayF | https://review.openstack.org/#/c/128701/ | 00:34 |
devananda | SpamapS: ^ | 00:35 |
JayF | Yeah that's been at least 3 months with no work, for obvious reasons | 00:35 |
devananda | JayF: yea... | 00:36 |
jroll | rip. | 00:36 |
JayF | Someone did land recently a patch to stream the image when being hashed | 00:36 |
JayF | so there's that | 00:36 |
jroll | (not really don't take me seriously) | 00:36 |
*** achanda has quit IRC | 00:39 | |
*** EmilienM is now known as EmilienM|afk | 00:39 | |
*** aweeks has joined #openstack-ironic | 00:41 | |
*** ijw____ has quit IRC | 00:43 | |
*** naohirot has joined #openstack-ironic | 00:45 | |
*** Masahiro has joined #openstack-ironic | 00:46 | |
*** spandhe_ has joined #openstack-ironic | 00:46 | |
*** spandhe has quit IRC | 00:46 | |
*** spandhe_ is now known as spandhe | 00:46 | |
*** achanda has joined #openstack-ironic | 00:46 | |
naohirot | good morning ironic | 00:47 |
*** yjiang5 has joined #openstack-ironic | 00:49 | |
*** cppforlife has joined #openstack-ironic | 00:50 | |
*** spandhe_ has joined #openstack-ironic | 00:52 | |
*** spandhe has quit IRC | 00:52 | |
*** spandhe_ is now known as spandhe | 00:52 | |
*** EmilienM|afk has quit IRC | 00:52 | |
yjiang5 | JoshNang: hi | 00:52 |
JoshNang | yjiang5: hello, what's up? | 00:52 |
*** Haomeng has quit IRC | 00:54 | |
yjiang5 | JoshNang: I'm a bit confused of the Zapping/cleaning after reading all the spec including the state machine one, and want get some help from you. Per my understanding, the zapping will only be done when the node is first time provisioned, or invoked through API, while clean will happen whenever a node is released, am I right? | 00:55 |
*** spandhe has quit IRC | 00:55 | |
*** spandhe has joined #openstack-ironic | 00:55 | |
JoshNang | the first time provisioned is only if the operator invokes it through the API, but otherwise, correct | 00:56 |
NobodyCam | morning naohirot | 00:56 |
naohirot | NobodyCam: Hi good evening | 00:56 |
yjiang5 | JoshNang: Thanks. I think I'm confused because in early discussion, zapping happens on each release. | 00:56 |
*** EmilienM has joined #openstack-ironic | 00:56 | |
NobodyCam | :) | 00:57 |
naohirot | NobodyCam: :) | 00:57 |
JoshNang | yjiang5: yup. we decided zapping was conflating two concepts: the automatic cleaning and operator/external system initiated zapping. there's a lot of overlap | 00:57 |
*** Haomeng has joined #openstack-ironic | 00:58 | |
*** david-lyle has quit IRC | 00:58 | |
*** david-lyle has joined #openstack-ironic | 00:58 | |
*** Ng has joined #openstack-ironic | 00:59 | |
yjiang5 | JoshNang: thanks for your clarification. | 00:59 |
openstackgerrit | Merged openstack/ironic: Add requests to requirements.txt https://review.openstack.org/146971 | 00:59 |
openstackgerrit | Merged openstack/ironic: Enable async callbacks from task.process_event() https://review.openstack.org/140868 | 00:59 |
JoshNang | yjiang5: no problem! | 00:59 |
*** david-lyle has quit IRC | 01:05 | |
NobodyCam | oh this is a fun looking error | 01:05 |
NobodyCam | http://logs.openstack.org/69/140869/13/check/check-tempest-dsvm-ironic-pxe_ssh-postgres/0063835/console.html#_2015-01-13_23_44_36_971 | 01:05 |
*** EmilienM has quit IRC | 01:07 | |
*** EmilienM has joined #openstack-ironic | 01:08 | |
*** david-lyle has joined #openstack-ironic | 01:09 | |
openstackgerrit | Satoru Moriya proposed openstack/ironic: Remove the links autogenerated from module names https://review.openstack.org/147043 | 01:10 |
kylestev | hey y'all. I thought the diagram on the wiki was too difficult to understand how Ironic worked so I made a simpler one (safe for work): https://i.imgur.com/xgcYYrb.png | 01:12 |
*** shakamunyi has quit IRC | 01:13 | |
JayF | someone should make sure lucas sees ^ that when he's back in channel | 01:14 |
JayF | heh | 01:14 |
*** rloo has quit IRC | 01:17 | |
*** zsmithnyc has quit IRC | 01:19 | |
NobodyCam | oh I love it | 01:19 |
NobodyCam | that need to be our tee shirt for next summit | 01:19 |
*** zsmithnyc has joined #openstack-ironic | 01:21 | |
BadCub_ | https://i.imgur.com/xgcYYrb.png | 01:21 |
*** rwsu has quit IRC | 01:21 | |
*** achanda has quit IRC | 01:23 | |
*** david-lyle has quit IRC | 01:24 | |
*** Marga_ has quit IRC | 01:25 | |
*** chenglch has joined #openstack-ironic | 01:27 | |
*** david-lyle has joined #openstack-ironic | 01:29 | |
*** spandhe has quit IRC | 01:30 | |
*** Marga_ has joined #openstack-ironic | 01:31 | |
*** lsmola has quit IRC | 01:31 | |
*** lsmola has joined #openstack-ironic | 01:32 | |
*** penick has joined #openstack-ironic | 01:32 | |
*** Marga_ has quit IRC | 01:34 | |
*** Marga_ has joined #openstack-ironic | 01:35 | |
*** david-lyle has quit IRC | 01:35 | |
*** Marga_ has quit IRC | 01:37 | |
*** jerryz has joined #openstack-ironic | 01:37 | |
*** deva__ has joined #openstack-ironic | 01:38 | |
*** ijw has joined #openstack-ironic | 01:40 | |
*** lazy_prince has quit IRC | 01:41 | |
*** lazy_prince has joined #openstack-ironic | 01:41 | |
*** penick has quit IRC | 01:51 | |
lazy_prince | Hi.. I do not see any activity for https://review.openstack.org/#/c/97150/. Does it mean that its ready for merge..? | 01:51 |
*** david-lyle has joined #openstack-ironic | 01:52 | |
*** EmilienM has quit IRC | 01:52 | |
*** smoriya has quit IRC | 01:55 | |
*** EmilienM has joined #openstack-ironic | 01:56 | |
*** david-lyle has quit IRC | 01:59 | |
*** smoriya has joined #openstack-ironic | 02:01 | |
*** aweeks has quit IRC | 02:05 | |
*** aweeks has joined #openstack-ironic | 02:06 | |
*** rainya has quit IRC | 02:07 | |
*** Masahiro has quit IRC | 02:07 | |
*** rainya has joined #openstack-ironic | 02:12 | |
*** afaranha has quit IRC | 02:14 | |
*** ChuckC_ has joined #openstack-ironic | 02:16 | |
*** yuanying_ has quit IRC | 02:17 | |
*** yuanying has joined #openstack-ironic | 02:20 | |
*** ChuckC has quit IRC | 02:20 | |
*** afaranha has joined #openstack-ironic | 02:20 | |
*** yuanying has quit IRC | 02:22 | |
*** EmilienM has quit IRC | 02:22 | |
*** yuanying has joined #openstack-ironic | 02:23 | |
*** EmilienM has joined #openstack-ironic | 02:23 | |
devananda | lazy_prince: it means it has not gotten attention from spec core reviewers in a while | 02:25 |
*** Masahiro has joined #openstack-ironic | 02:28 | |
*** Masahiro has quit IRC | 02:30 | |
*** Masahiro has joined #openstack-ironic | 02:30 | |
*** Masahiro has quit IRC | 02:34 | |
*** Masahiro has joined #openstack-ironic | 02:34 | |
*** Masahiro has quit IRC | 02:38 | |
*** Masahiro has joined #openstack-ironic | 02:40 | |
*** david-lyle has joined #openstack-ironic | 02:40 | |
*** shakamunyi has joined #openstack-ironic | 02:41 | |
*** harlowja is now known as harlowja_away | 02:46 | |
*** sambetts has quit IRC | 02:47 | |
*** dlaube has quit IRC | 02:47 | |
*** dlaube has joined #openstack-ironic | 02:47 | |
*** shakamunyi has quit IRC | 02:47 | |
*** russell_h has quit IRC | 02:47 | |
*** mgagne has quit IRC | 02:47 | |
*** shakamunyi has joined #openstack-ironic | 02:48 | |
*** krtaylor has quit IRC | 02:48 | |
*** russell_h has joined #openstack-ironic | 02:53 | |
*** victor_lowther has quit IRC | 02:54 | |
*** ijw has quit IRC | 02:59 | |
*** jroll has quit IRC | 03:00 | |
*** victor_lowther has joined #openstack-ironic | 03:00 | |
*** ChuckC has joined #openstack-ironic | 03:00 | |
*** cppforlife has quit IRC | 03:01 | |
*** cppforlife has joined #openstack-ironic | 03:02 | |
*** krtaylor has joined #openstack-ironic | 03:02 | |
*** martini has joined #openstack-ironic | 03:02 | |
*** mgagne has joined #openstack-ironic | 03:04 | |
*** ChuckC_ has quit IRC | 03:04 | |
*** mgagne is now known as Guest33025 | 03:05 | |
*** shakamunyi has quit IRC | 03:05 | |
*** rainya has quit IRC | 03:07 | |
*** romcheg has quit IRC | 03:08 | |
*** jroll has joined #openstack-ironic | 03:10 | |
*** rainya has joined #openstack-ironic | 03:11 | |
*** Haomeng|2 has joined #openstack-ironic | 03:18 | |
*** Haomeng has quit IRC | 03:19 | |
*** zsmithnyc has quit IRC | 03:21 | |
*** zsmithnyc has joined #openstack-ironic | 03:24 | |
*** david-lyle has quit IRC | 03:25 | |
*** jroll has quit IRC | 03:26 | |
*** aweeks has quit IRC | 03:29 | |
*** aweeks has joined #openstack-ironic | 03:31 | |
*** naohirot has quit IRC | 03:31 | |
*** jroll has joined #openstack-ironic | 03:32 | |
*** russell_h has quit IRC | 03:33 | |
*** russell_h has joined #openstack-ironic | 03:35 | |
*** bauzas has quit IRC | 03:37 | |
*** bauzas has joined #openstack-ironic | 03:39 | |
*** EmilienM has quit IRC | 03:40 | |
*** comstud has quit IRC | 03:40 | |
*** comstud has joined #openstack-ironic | 03:41 | |
*** EmilienM has joined #openstack-ironic | 03:44 | |
*** Masahiro has quit IRC | 03:45 | |
*** russell_h has quit IRC | 03:48 | |
*** Nisha has joined #openstack-ironic | 03:50 | |
*** pensu has joined #openstack-ironic | 03:55 | |
*** russell_h has joined #openstack-ironic | 03:57 | |
*** EmilienM has quit IRC | 04:01 | |
*** Masahiro has joined #openstack-ironic | 04:02 | |
*** bauzas has quit IRC | 04:02 | |
*** bauzas has joined #openstack-ironic | 04:03 | |
*** deva__ has quit IRC | 04:03 | |
*** bauzas has quit IRC | 04:07 | |
*** EmilienM has joined #openstack-ironic | 04:08 | |
*** naohirot has joined #openstack-ironic | 04:09 | |
*** bauzas has joined #openstack-ironic | 04:14 | |
*** rameshg87 has joined #openstack-ironic | 04:16 | |
*** bauzas has quit IRC | 04:19 | |
*** martini has quit IRC | 04:28 | |
*** bauzas has joined #openstack-ironic | 04:30 | |
*** Guest33025 has quit IRC | 04:32 | |
*** pensu has quit IRC | 04:34 | |
*** mgagne has joined #openstack-ironic | 04:34 | |
*** EmilienM has quit IRC | 04:35 | |
*** mgagne is now known as Guest57605 | 04:35 | |
*** russell_h has quit IRC | 04:36 | |
*** russell_h has joined #openstack-ironic | 04:36 | |
*** EmilienM has joined #openstack-ironic | 04:38 | |
*** bauzas has quit IRC | 04:42 | |
*** bauzas has joined #openstack-ironic | 04:43 | |
*** dlaube has quit IRC | 04:45 | |
*** ijw_ has joined #openstack-ironic | 04:50 | |
*** teju has joined #openstack-ironic | 04:51 | |
*** bauzas has quit IRC | 04:58 | |
*** bauzas has joined #openstack-ironic | 05:01 | |
*** lazy_prince is now known as killer_prince | 05:07 | |
*** EmilienM has quit IRC | 05:12 | |
*** rainya has quit IRC | 05:12 | |
*** EmilienM has joined #openstack-ironic | 05:16 | |
*** rainya has joined #openstack-ironic | 05:19 | |
*** yuanying is now known as yuanying-afk | 05:20 | |
*** zigo has quit IRC | 05:20 | |
*** zigo has joined #openstack-ironic | 05:21 | |
*** rainya has quit IRC | 05:32 | |
*** rainya has joined #openstack-ironic | 05:33 | |
*** pensu has joined #openstack-ironic | 05:37 | |
*** comstud has quit IRC | 05:38 | |
*** ijw has joined #openstack-ironic | 05:39 | |
*** comstud has joined #openstack-ironic | 05:40 | |
*** ijw_ has quit IRC | 05:42 | |
*** pcrews has quit IRC | 05:45 | |
*** achanda has joined #openstack-ironic | 05:49 | |
*** subscope_ has joined #openstack-ironic | 05:52 | |
*** bauzas has quit IRC | 05:53 | |
*** rainya has quit IRC | 05:58 | |
*** rainya has joined #openstack-ironic | 05:58 | |
*** bauzas has joined #openstack-ironic | 06:00 | |
*** Marga_ has joined #openstack-ironic | 06:03 | |
*** achanda has quit IRC | 06:11 | |
yjiang5 | hi, does anyone know the nick name for "Shivanand Tendulker "? | 06:14 |
*** dlpartain has joined #openstack-ironic | 06:15 | |
rameshg87 | yjiang5, he works in my team | 06:19 |
rameshg87 | yjiang5, it's stendulker | 06:20 |
*** stendulker has joined #openstack-ironic | 06:21 | |
rameshg87 | yjiang5, ^^ | 06:21 |
stendulker | yjiang5 : Hello, were you looking for me? | 06:22 |
*** cppforlife has quit IRC | 06:28 | |
*** cppforlife has joined #openstack-ironic | 06:30 | |
*** Masahiro has quit IRC | 06:45 | |
*** subscope_ has quit IRC | 06:45 | |
*** Masahiro has joined #openstack-ironic | 06:47 | |
*** Masahiro has quit IRC | 06:54 | |
*** Masahiro has joined #openstack-ironic | 06:54 | |
*** dlpartain has quit IRC | 07:07 | |
*** enikanorov__ has quit IRC | 07:08 | |
*** Haomeng has joined #openstack-ironic | 07:10 | |
*** Haomeng|2 has quit IRC | 07:11 | |
*** kongfy has joined #openstack-ironic | 07:14 | |
*** rainya has quit IRC | 07:17 | |
*** bauzas has quit IRC | 07:18 | |
*** rakesh_hs has joined #openstack-ironic | 07:20 | |
*** rainya has joined #openstack-ironic | 07:20 | |
*** bauzas has joined #openstack-ironic | 07:25 | |
*** kongfy has quit IRC | 07:45 | |
*** chenglch has quit IRC | 07:45 | |
*** chlong has quit IRC | 07:47 | |
*** chenglch has joined #openstack-ironic | 07:48 | |
*** jistr has joined #openstack-ironic | 08:00 | |
*** jerryz has quit IRC | 08:03 | |
*** jerryz has joined #openstack-ironic | 08:04 | |
openstackgerrit | Devananda van der Veen proposed openstack/ironic: Add a sequence diagram for pxe_ipmi driver https://review.openstack.org/147087 | 08:18 |
*** jcoufal has joined #openstack-ironic | 08:18 | |
*** Marga_ has quit IRC | 08:21 | |
*** smoriya has left #openstack-ironic | 08:22 | |
*** killer_prince is now known as lazy_prince | 08:22 | |
*** dividehex has quit IRC | 08:23 | |
*** dtantsur|afk is now known as dtantsur | 08:30 | |
*** rainya has quit IRC | 08:30 | |
*** rainya has joined #openstack-ironic | 08:31 | |
*** Guest57605 has quit IRC | 08:31 | |
*** mgagne has joined #openstack-ironic | 08:33 | |
*** mgagne is now known as Guest5538 | 08:33 | |
*** ifarkas has joined #openstack-ironic | 08:33 | |
openstackgerrit | Frederic Lepied proposed stackforge/ironic-discoverd: added an eDeploy plugin https://review.openstack.org/146599 | 08:33 |
dtantsur | Morning Ironic | 08:34 |
*** dividehex has joined #openstack-ironic | 08:36 | |
*** romcheg has joined #openstack-ironic | 08:37 | |
*** Marga_ has joined #openstack-ironic | 08:37 | |
*** Masahiro has quit IRC | 08:38 | |
*** Masahiro has joined #openstack-ironic | 08:39 | |
*** pradipta_away is now known as pradipta | 08:44 | |
*** rainya has quit IRC | 08:44 | |
*** rainya has joined #openstack-ironic | 08:45 | |
*** ndipanov_ is now known as ndipanov | 08:51 | |
*** ndipanov has quit IRC | 08:51 | |
*** jcoufal has quit IRC | 08:54 | |
*** jcoufal has joined #openstack-ironic | 08:54 | |
stendulker | Morning dtantsur | 08:56 |
gilliard | Morning | 09:05 |
dtantsur | o/ | 09:08 |
*** ndipanov has joined #openstack-ironic | 09:09 | |
*** athomas has joined #openstack-ironic | 09:21 | |
*** igordcard has joined #openstack-ironic | 09:29 | |
openstackgerrit | sandhya proposed openstack/ironic-specs: Chassis Level Node Discovery https://review.openstack.org/134866 | 09:30 |
*** erwan_taf has joined #openstack-ironic | 09:31 | |
openstackgerrit | sandhya proposed openstack/ironic-specs: Chassis Level Node Discovery https://review.openstack.org/134866 | 09:31 |
Nisha | morning dtantsur | 09:38 |
Nisha | :) | 09:38 |
dtantsur | Nisha, morning | 09:38 |
Nisha | dtantsur, :) | 09:38 |
Nisha | dtantsur, how was the bug day yesterday? :) | 09:39 |
dtantsur | I think we did advance a bit :) We didn't finish, as it was too late for me | 09:39 |
dtantsur | anyway reducing 14 NEW bugs to 4 is a progress | 09:40 |
*** Marga_ has quit IRC | 09:40 | |
Nisha | dtantsur, Could you look at https://review.openstack.org/103007 | 09:41 |
*** Marga_ has joined #openstack-ironic | 09:41 | |
Nisha | i addressed your comment | 09:41 |
*** ifarkas has left #openstack-ironic | 09:42 | |
*** derekh has joined #openstack-ironic | 09:42 | |
dtantsur | yeah I'll try to do it today | 09:43 |
*** ifarkas has joined #openstack-ironic | 09:46 | |
Nisha | k | 09:47 |
Nisha | dtantsur, regarding your comment on https://review.openstack.org/#/c/141012/ | 09:48 |
Nisha | i couldnt get the comment actually | 09:48 |
dtantsur | "{'boot_mode': 'bios'}" is not a dict. it's a string {'boot_mode': 'bios'} is a dict | 09:49 |
dtantsur | so I'm wonder why you JSON-encode the dict here, instead of just passing in | 09:49 |
dtantsur | which should be possible now due to Lucas' recent work | 09:49 |
dtantsur | (though it may require bumping global-requirements, so not sure here) | 09:50 |
Nisha | ohk | 09:50 |
Nisha | lucas recent work? | 09:50 |
Nisha | i think i amnot aware of it | 09:50 |
dtantsur | he implemented support for nested structures. but actually I think you can ignore my comment, because this change will require very recent ironicclient | 09:51 |
*** Guest5538 has quit IRC | 09:51 | |
Nisha | as of now capabilities in ironic and ironic virt driver accept a string rather than a JSON encoded | 09:51 |
Nisha | i can ignore your comment but i want to know about lucas this work....do you have a link | 09:52 |
Nisha | it may be useful for my other nova spec | 09:52 |
Nisha | dtantsur, ^^^ | 09:54 |
*** MattMan has joined #openstack-ironic | 09:54 | |
*** mgagne has joined #openstack-ironic | 09:55 | |
*** mgagne is now known as Guest80979 | 09:55 | |
dtantsur | trying to find... | 09:55 |
dtantsur | Nisha, https://review.openstack.org/137762 and https://review.openstack.org/#/c/142492/ | 09:56 |
Nisha | dtantsur, this doesnt seem related to the nova virt driver part | 09:59 |
dtantsur | Nisha, it's related to what you can post via patcher | 09:59 |
*** coolsvap|afk is now known as coolsvap | 09:59 | |
Nisha | dtantsur, the properties.capabilities in ironic node can accept value as "key1:val1,key2:val2,key3:val3....keyN:valN" | 10:00 |
dtantsur | Nisha, I'm still talking about <dtantsur> "{'boot_mode': 'bios'}" is not a dict. it's a string {'boot_mode': 'bios'} is a dict | 10:01 |
Nisha | yes thats true | 10:01 |
Nisha | anyway i actually had posted it as a dictionary and i was getting jenkins error | 10:01 |
Nisha | then when i converted to string it worked | 10:02 |
dtantsur | well ok then | 10:02 |
*** chenglch has quit IRC | 10:04 | |
*** devananda has quit IRC | 10:04 | |
*** chenglch has joined #openstack-ironic | 10:04 | |
Nisha | i will try it posting again as per your comment and see if it works now... | 10:04 |
Nisha | if not then i convert it back ;) | 10:04 |
rameshg87 | chenglch, hi | 10:06 |
chenglch | rameshg87: hi | 10:06 |
rameshg87 | chenglch, i had a question regarding the ibm xcat ci | 10:06 |
chenglch | rameshg87: ? | 10:07 |
rameshg87 | chenglch, did you use Jay's puppet scripts for configuring your setup ? http://www.joinfu.com/2014/02/setting-up-an-external-openstack-testing-system/ | 10:07 |
chenglch | rameshg87: yes , I use this | 10:08 |
*** Nisha has quit IRC | 10:09 | |
rameshg87 | chenglch, one question in that . i get lot of errors like 'module not found' while running the scripts | 10:09 |
rameshg87 | chenglch, and i had to install them one-by-one | 10:09 |
*** devananda has joined #openstack-ironic | 10:10 | |
chenglch | rameshg87: maybe the puppet scripts from openstack infra has updated | 10:12 |
chenglch | rameshg87: I use ubuntu14.04 , the error maybe less than other os | 10:14 |
rameshg87 | chenglch, yeah even i am using the same | 10:14 |
rameshg87 | chenglch, okay, let me check | 10:16 |
*** rainya has quit IRC | 10:25 | |
*** jistr has quit IRC | 10:31 | |
*** chenglch has quit IRC | 10:32 | |
*** rainya has joined #openstack-ironic | 10:35 | |
*** coolsvap is now known as coolsvap|afk | 10:39 | |
*** Masahiro has quit IRC | 10:42 | |
*** pelix has joined #openstack-ironic | 10:48 | |
*** jistr has joined #openstack-ironic | 10:48 | |
* dtantsur brb | 10:51 | |
*** coolsvap|afk is now known as coolsvap | 10:51 | |
*** foexle has joined #openstack-ironic | 10:56 | |
*** coolsvap is now known as coolsvap|afk | 11:02 | |
*** alexpilotti has joined #openstack-ironic | 11:07 | |
*** coolsvap|afk is now known as coolsvap | 11:09 | |
*** lucasagomes has joined #openstack-ironic | 11:14 | |
*** rameshg87 has quit IRC | 11:17 | |
*** stendulker has quit IRC | 11:27 | |
*** lazy_prince is now known as killer_prince | 11:42 | |
*** Masahiro has joined #openstack-ironic | 11:43 | |
*** Masahiro has quit IRC | 11:47 | |
*** pensu has quit IRC | 11:59 | |
*** jerryz has quit IRC | 12:02 | |
*** chlong has joined #openstack-ironic | 12:06 | |
*** teju has left #openstack-ironic | 12:08 | |
*** pradipta is now known as pradipta_away | 12:30 | |
openstackgerrit | Merged openstack/ironic: Allow configuration of neutronclient retries https://review.openstack.org/147002 | 12:37 |
*** enikanorov_ has joined #openstack-ironic | 12:43 | |
*** Masahiro has joined #openstack-ironic | 12:46 | |
*** Masahiro has quit IRC | 12:50 | |
openstackgerrit | Dmitry Tantsur proposed stackforge/ironic-discoverd: Add eDeploy plugin https://review.openstack.org/146599 | 12:52 |
*** ryanpetrello has joined #openstack-ironic | 12:53 | |
openstackgerrit | Tan Lin proposed openstack/ironic: Make 'method' explicit for VendorInterface.validate() https://review.openstack.org/144265 | 13:01 |
*** chlong has quit IRC | 13:02 | |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic: Raise SSH failure messages to the error level https://review.openstack.org/146985 | 13:03 |
*** pensu has joined #openstack-ironic | 13:05 | |
gilliard | dtantsur vdrok_afk : Hi! wrt https://review.openstack.org/142782 - ifcleaning instance_info would work, I'll change the patch | 13:09 |
*** dprince has joined #openstack-ironic | 13:09 | |
dtantsur | gilliard, cool. would be nice to try this path before landing a serious refactor :) | 13:10 |
gilliard | Yeah sorry it won't be until tomorrow AM (tuc) | 13:10 |
gilliard | s/tuc/utc/ | 13:10 |
dtantsur | np, take your time | 13:10 |
*** rakesh_hs has quit IRC | 13:11 | |
gilliard | Don't want to hold anything up, but I'm not in work today | 13:11 |
openstackgerrit | Lucas Alvares Gomes proposed openstack/ironic: PXE: Add configdrive support https://review.openstack.org/143510 | 13:16 |
*** pensu has quit IRC | 13:17 | |
openstackgerrit | Vladyslav Drok proposed openstack/ironic: Ensure that image link points to the correct image https://review.openstack.org/145254 | 13:24 |
*** vdrok has joined #openstack-ironic | 13:27 | |
*** jerryz has joined #openstack-ironic | 13:27 | |
*** jerryz has quit IRC | 13:42 | |
*** rloo has joined #openstack-ironic | 13:46 | |
lxsli | nisha: ping | 13:53 |
*** jcoufal_ has joined #openstack-ironic | 14:00 | |
*** jcoufal has quit IRC | 14:02 | |
*** jjohnson2 has joined #openstack-ironic | 14:06 | |
*** mkerrin has joined #openstack-ironic | 14:11 | |
trown | good morning Ironic | 14:15 |
trown | dtantsur: for that discoverd patch, do we ever see an admin tenant name other than 'admin'? | 14:16 |
dtantsur | trown, morning, no idea :) the only thing I encountered is os_tenant_name being 'service', not 'admin'. but making things configurable rarely harm, especially if you're not sure | 14:18 |
trown | dtantsur: cool, ya I wasn't to sure on if we were wanting admin role on os_tenant_name, or admin role on admin tenant | 14:19 |
dtantsur | fg | 14:20 |
dtantsur | oops | 14:20 |
dtantsur | trown, I guess it should be user's tenant, i.e. admin, not service | 14:21 |
openstackgerrit | Dmitry Tantsur proposed stackforge/ironic-discoverd: Functional test for setting IPMI credentials https://review.openstack.org/142823 | 14:23 |
openstackgerrit | Dmitry Tantsur proposed stackforge/ironic-discoverd: Switch setting IPMI credentials to using options and HTTP params https://review.openstack.org/147168 | 14:23 |
dtantsur | ifarkas, could you please review this stuff ^^^ | 14:27 |
ifarkas | dtantsur, on my list ;-) | 14:27 |
dtantsur | (only the second, the first is WIP) | 14:27 |
dtantsur | thnx | 14:27 |
trown | dtantsur, so in your instack setup the os_username is set to the ironic service user? | 14:32 |
dtantsur | trown, what is in discoverd.conf - yes. but actual user is admin | 14:33 |
NobodyCam | morning Ironic, From the man make'n coffee | 14:35 |
*** Masahiro has joined #openstack-ironic | 14:35 | |
BadCub_ | Morning Ironic | 14:36 |
*** Masahiro has quit IRC | 14:39 | |
*** jgrimm is now known as zz_jgrimm | 14:46 | |
dtantsur | NobodyCam, BadCub_, morning | 14:47 |
NobodyCam | morning dtantsur :) | 14:48 |
NobodyCam | is lucasagomes around? | 14:50 |
lucasagomes | NobodyCam, yup | 14:52 |
lucasagomes | NobodyCam, morning :) | 14:52 |
*** Haomeng has quit IRC | 14:56 | |
*** Haomeng has joined #openstack-ironic | 14:58 | |
NobodyCam | hey hey lucasagomes | 14:59 |
NobodyCam | have you seen the picture kylestev posted? | 15:00 |
NobodyCam | and morning lucasagomes :) | 15:00 |
lucasagomes | NobodyCam, not really | 15:00 |
lucasagomes | do you have the link? | 15:00 |
NobodyCam | https://i.imgur.com/xgcYYrb.png | 15:00 |
lucasagomes | lol!!!!! | 15:00 |
lucasagomes | awesomeee | 15:00 |
trown | that is pretty much my understanding | 15:01 |
lucasagomes | NobodyCam, hah where did he posted it?! | 15:01 |
NobodyCam | I would vote to make that a tee shirt | 15:01 |
NobodyCam | here in channel...lastnight | 15:01 |
lucasagomes | +1000 I was thinking about a t-shirt with the Pixie Boots too | 15:01 |
NobodyCam | :) | 15:02 |
NobodyCam | we should ask kylestev if we can use it | 15:02 |
NobodyCam | but ya | 15:03 |
lucasagomes | kylestev, indeed... Can we use that image ? /me wants to post that on G+ :D | 15:03 |
dtantsur | oh, if kylestev allows, I'd use it for my devconf.cz presentation :) | 15:03 |
openstackgerrit | Merged openstack/ironic: Provided backward compat for enforcing admin policy https://review.openstack.org/145984 | 15:14 |
rloo | morning NobodyCam! Did you see the failure for https://review.openstack.org/#/c/140869/? | 15:15 |
jroll | morning all :) | 15:16 |
lucasagomes | rloo, jroll morning | 15:16 |
rloo | NobodyCam: it passed before and the only change was rebasing and updating the commit. Am thinking of doing a recheck? | 15:16 |
* lucasagomes bbl, lunch time | 15:16 | |
jroll | kylestev: great work | 15:16 |
rloo | morning jroll, afternoon lucasagomes | 15:16 |
*** lucasagomes is now known as lucas-hungry | 15:16 | |
jroll | \o lucas-hungry rloo NobodyCam dtantsur | 15:16 |
dtantsur | jroll, rloo, morning | 15:16 |
NobodyCam | morning rloo and jroll | 15:16 |
rloo | hi dtantsur | 15:17 |
NobodyCam | rloo: no I havent looked yet :( responding to internal tickets :-p | 15:17 |
rloo | NobodyCam: I'll do a recheck. can't hurt? | 15:17 |
NobodyCam | ya | 15:18 |
openstackgerrit | John Trowbridge proposed stackforge/ironic-discoverd: Changes utils.get_keystone(token) to utils.check_is_admin(token) https://review.openstack.org/145657 | 15:21 |
*** jroll has quit IRC | 15:28 | |
*** jroll has joined #openstack-ironic | 15:28 | |
openstackgerrit | Imre Farkas proposed openstack/ironic: DracClient to handle ReturnValue validation https://review.openstack.org/147203 | 15:29 |
openstackgerrit | John Trowbridge proposed stackforge/ironic-discoverd: Changes utils.get_keystone(token) to utils.check_is_admin(token) https://review.openstack.org/145657 | 15:30 |
*** Marga_ has quit IRC | 15:32 | |
*** ndipanov has quit IRC | 15:37 | |
kylestev | NobodyCam: are you talking about this? https://i.imgur.com/xgcYYrb.png | 15:38 |
*** ndipanov has joined #openstack-ironic | 15:39 | |
gilliard | kylestev: that's cool | 15:40 |
NobodyCam | kylestev: yes :) (which is awesome btw) | 15:40 |
*** Marga_ has joined #openstack-ironic | 15:41 | |
kylestev | gilliard: thanks! | 15:43 |
kylestev | NobodyCam: glad you appreciate it :P | 15:43 |
NobodyCam | kylestev: I want to make it into a t-shirt out of it | 15:43 |
NobodyCam | lol wow I needs more coffee | 15:44 |
jroll | lucas-hungry: so I'm looking for docs that say configdrive is max 64MB, I can't find anything, only that it's 64MB if we can't size to the size of the data... | 15:46 |
jroll | I swear I've read this before. | 15:46 |
kylestev | NobodyCam: that would be cool! I can remove the grid lines if you'd like. Just let me know :P | 15:48 |
*** Marga_ has quit IRC | 15:48 | |
*** r-daneel has joined #openstack-ironic | 15:48 | |
NobodyCam | kylestev: that would be supper. | 15:48 |
kylestev | NobodyCam: I don't know if you can eat a png file -- even if you could, it wouldn't be that filling ;) | 15:49 |
openstackgerrit | Michael Turek proposed openstack/ironic: Raise SSH failure messages to the error level https://review.openstack.org/146985 | 15:49 |
jroll | lol | 15:49 |
mjturek | fyi rloo just addressed your comment on above change! ^ | 15:50 |
rloo | mjturek: thx, looking... | 15:51 |
NobodyCam | lol | 15:51 |
jroll | on demand bofh excuses: telnet towel.blinkenlights.nl 666 | 15:51 |
*** trown has quit IRC | 15:54 | |
kylestev | jroll: lol | 15:55 |
*** naohirot has quit IRC | 15:57 | |
*** Guest80979 is now known as mgagne | 15:57 | |
*** mgagne has joined #openstack-ironic | 15:57 | |
rloo | mjturek: sorry, just noticed something else | 15:57 |
mjturek | rloo no problem! | 15:58 |
mjturek | okay cool, good to know for future reference as well | 15:59 |
*** foexle has quit IRC | 15:59 | |
rloo | mjturek: yeah -- that's why there is code the old way, cuz we didn't know ;) | 16:00 |
openstackgerrit | Merged openstack/ironic-specs: Whole Disk Image Support https://review.openstack.org/97150 | 16:03 |
dtantsur | ifarkas, mind also reviewing https://review.openstack.org/#/c/146809/ ? It's a dependency for one you've +2'ed | 16:04 |
*** ryanpetrello_ has joined #openstack-ironic | 16:04 | |
openstackgerrit | Merged stackforge/ironic-discoverd: Changes utils.get_keystone(token) to utils.check_is_admin(token) https://review.openstack.org/145657 | 16:05 |
*** martini has joined #openstack-ironic | 16:05 | |
*** ryanpetrello has quit IRC | 16:08 | |
*** ryanpetrello_ is now known as ryanpetrello | 16:08 | |
kylestev | NobodyCam: w/o grid lines: https://i.imgur.com/1CXQNjw.png | 16:10 |
*** alexpilotti_ has joined #openstack-ironic | 16:10 | |
dtantsur | kylestev, may I use it in devconf.cz presentation about Ironic? :D | 16:11 |
*** lucas-hungry is now known as lucasagomes | 16:11 | |
kylestev | dtantsur: sure thing, Dmitry! :) | 16:12 |
lucasagomes | jroll, hey, hmmmmm I assume maximum size was 64MB based on the IPA work | 16:12 |
NobodyCam | kylestev: awesome Thank you... you'll prob see that on a shirt at the next summit | 16:12 |
*** alexpilotti has quit IRC | 16:12 | |
*** alexpilotti_ is now known as alexpilotti | 16:12 | |
jroll | NobodyCam: bring one for kyle and I'll make sure it gets to him | 16:12 |
kylestev | NobodyCam: heh, unless the next summit is in Portland (again) or Seattle, I probably will not be able to make it. | 16:13 |
kylestev | jroll: that would be amazing! | 16:13 |
NobodyCam | kylestev: its in vancouver not that far away | 16:13 |
rloo | kylestev: it'll be west coast, a bit north though (Vancouver) | 16:13 |
jroll | lucasagomes: yeah, I swear I've heard/read it... this is the closest I have: https://github.com/openstack/nova/blob/master/nova/virt/configdrive.py#L52 | 16:13 |
jroll | kylestev: yeah, vancouver, get an upstream commit in so you get in free | 16:13 |
kylestev | rloo: NobodyCam: Vancouver BC? Or Washington? | 16:14 |
NobodyCam | BC | 16:14 |
rloo | Vancouver BC. Is there a Vancouver Washington? | 16:14 |
NobodyCam | rloo: yep | 16:14 |
NobodyCam | there is | 16:14 |
rloo | kylestev: Canada | 16:14 |
kylestev | rloo: yep. Just across the river from Portland more or less | 16:14 |
rloo | NobodyCam: the US is always copying Canada ;) | 16:14 |
NobodyCam | lol | 16:14 |
jroll | lol | 16:14 |
kylestev | rloo: NobodyCam: thanks! Better get my passport pretty quick then :P | 16:15 |
kylestev | Will it be in May? | 16:15 |
lucasagomes | jroll, oh odd... hmmmmm right I have to rework that then | 16:15 |
lucasagomes | to make it flexible when creating the partition | 16:15 |
NobodyCam | we'll set up a size thing as we get closer to the summit | 16:15 |
jroll | kylestev: yeah, may | 16:15 |
kylestev | jroll: cool. Plenty of time then :D | 16:15 |
jroll | lucasagomes: yeah, I'd rather not have to do that, especially because the agent assumes it | 16:15 |
rloo | was thinking that we should put kylestev 's drummer bear in our dev docs or wiki somewhere. | 16:15 |
NobodyCam | lucasagomes: you posted it on the wiki no | 16:16 |
lucasagomes | NobodyCam, not really, posted on g+ :D | 16:17 |
lucasagomes | jroll, hmm would it be better to get it fixed in the agent? | 16:17 |
NobodyCam | rloo: https://wiki.openstack.org/wiki/Ironic | 16:17 |
lucasagomes | wouldn;t* | 16:17 |
*** pcrews has joined #openstack-ironic | 16:18 | |
NobodyCam | yea the bear is there | 16:18 |
rloo | NobodyCam: but kylestev's pic? | 16:18 |
NobodyCam | oh no thats not... I miss read | 16:18 |
jroll | it's on the wiki | 16:18 |
rloo | NobodyCam: sorry, guess my original question wasn't clear | 16:18 |
NobodyCam | :-p | 16:18 |
NobodyCam | all good | 16:18 |
jroll | lucasagomes: if it can be greater than 64 MB, I think I want to verify this first | 16:18 |
lucasagomes | NobodyCam, oh you mean Pixie Boots? Yeah it's on the wiki. I thought u meant kylestev pic | 16:19 |
lucasagomes | jroll, right, I will take a look too | 16:19 |
jroll | lucasagomes: I pinged nova but no response, I'll try to poke comstud or JayF to see if they remember where that came from | 16:20 |
jroll | or maybe I did just poke them | 16:20 |
jroll | :P | 16:20 |
lucasagomes | lol yeah | 16:20 |
lucasagomes | ok I will wiat | 16:20 |
lucasagomes | wait* | 16:20 |
* lucasagomes will look at the code see if I can find something | 16:20 | |
jroll | yeah, I'd address the other comments first | 16:20 |
jroll | maybe mikal knows, I see his name in comments :) | 16:21 |
*** kbs has quit IRC | 16:21 | |
*** kbs1 has joined #openstack-ironic | 16:22 | |
devananda | morning, all | 16:23 |
*** krtaylor has quit IRC | 16:23 | |
*** Masahiro has joined #openstack-ironic | 16:24 | |
kylestev | heh. It's only 26 USD to get to Vancouver via a comfy bus with WiFi. Hotels are a different story, though :P | 16:24 |
dtantsur | devananda, morning | 16:24 |
NobodyCam | morning devananda | 16:25 |
devananda | kylestev: airbnb :) | 16:26 |
devananda | kylestev: what city are you based in? | 16:26 |
kylestev | devananda: ah, yes. | 16:26 |
kylestev | devananda: currently, Corvallis, Oregon -- 1.5 hours south of Portland | 16:26 |
openstackgerrit | Merged openstack/ironic: Updated from global requirements https://review.openstack.org/147027 | 16:26 |
*** ndipanov has quit IRC | 16:27 | |
kylestev | ~400 miles | 16:27 |
lucasagomes | jroll, yeah... by looking at the code I can't find that limit too | 16:27 |
devananda | neat. didn't know you were in the pnw | 16:27 |
kylestev | Born and raised! | 16:27 |
lucasagomes | I only see that bit you showed me, in case it don't know the content size it assume 64 | 16:27 |
devananda | we should have a portland meetup some time - it's a fairly easy drive down for me | 16:27 |
jroll | lucasagomes: yeah :/ | 16:27 |
jroll | devananda: morgabra is also in portland | 16:28 |
jroll | and of course we aren't far | 16:28 |
devananda | adam_g and greghaynes are nearby too, I think? | 16:28 |
kylestev | jroll: just a plane ride away :P | 16:28 |
devananda | jroll: SF is soooo far away :p | 16:28 |
kylestev | ^ | 16:28 |
jroll | lol | 16:28 |
jroll | it's a cheap plane ride though | 16:28 |
devananda | true | 16:28 |
jroll | as opposed to $400+ to go to the midwest | 16:28 |
devananda | and I do SEA-SJC often enough | 16:28 |
*** Masahiro has quit IRC | 16:28 | |
devananda | but it's still a plane ride | 16:28 |
jroll | yeah | 16:28 |
jroll | idk, I've always wanted to drive to vancouver and back | 16:29 |
kylestev | jroll: if you took the coastal routes that would be pretty scenic | 16:29 |
devananda | heh, well, you have a good excuse in a few months :p | 16:29 |
jroll | yeah, exactly | 16:29 |
lucasagomes | portland is pretty cool, tho very very far for me | 16:30 |
lucasagomes | we should make a Dublin one :) | 16:30 |
kylestev | lucasagomes: +1 :D | 16:30 |
lucasagomes | we could do it at the Guinness factory :D (or Jameson distillery) | 16:30 |
openstackgerrit | Michael Turek proposed openstack/ironic: Raise SSH failure messages to the error level https://review.openstack.org/146985 | 16:31 |
*** afaranha_ has joined #openstack-ironic | 16:31 | |
openstackgerrit | Vladyslav Drok proposed openstack/ironic: Ensure that image link points to the correct image https://review.openstack.org/145254 | 16:34 |
jroll | lucasagomes: jameson distillery ++ | 16:36 |
openstackgerrit | Dmitry Tantsur proposed stackforge/ironic-discoverd: Do not proceed with introspection on a node twice https://review.openstack.org/147234 | 16:36 |
*** achanda has joined #openstack-ironic | 16:36 | |
lucasagomes | :) | 16:36 |
*** ndipanov has joined #openstack-ironic | 16:39 | |
*** krtaylor has joined #openstack-ironic | 16:41 | |
devananda | jameson ++ | 16:43 |
NobodyCam | brb | 16:46 |
lucasagomes | seems that we have a quorum!!! | 16:46 |
*** ChuckC_ has joined #openstack-ironic | 16:47 | |
jroll | lol | 16:47 |
devananda | Haomeng: I just found a slide deck you posted last year -- http://www.slideshare.net/enigmadragon/ironic -- really nice work. | 16:47 |
*** erwan_taf has quit IRC | 16:48 | |
devananda | on the topic of presentations, if folks are planning to talk at ODS Vancouver and want to collaborate, let me know - I'd be happy to collaborate on something | 16:49 |
devananda | or at least let's avoid duplication (we've done a great job at the last couple summits too) | 16:49 |
devananda | also, what do ya'll think about a common place to share decks and reuse media? | 16:50 |
jroll | +1 | 16:50 |
*** Marga_ has joined #openstack-ironic | 16:50 | |
* jroll wonders if he ever put his summit talk up | 16:50 | |
devananda | might be a good way to incubate docs as well | 16:50 |
*** ChuckC has quit IRC | 16:51 | |
*** Marga_ has quit IRC | 16:51 | |
devananda | I keep trying to use reveal.js for things, and keep failing to make it export any format that slideshare can read | 16:52 |
devananda | so I'm giving up on that | 16:52 |
jroll | I just post it on my own server | 16:53 |
Shrews | devananda: infra does something like that | 16:53 |
devananda | Shrews: as does tripleo | 16:54 |
Shrews | https://github.com/openstack-infra/publications and then http://docs.openstack.org/infra/publications/ | 16:54 |
devananda | oh - not like that | 16:54 |
jroll | awesome, I never copied my summit talk back from the laptop I took to paris | 16:54 |
* jroll grumbles | 16:54 | |
devananda | jroll: :( | 16:54 |
devananda | Shrews: all the tags! lol | 16:55 |
devananda | mmm, I kinda like that though | 16:56 |
devananda | it's like what I started doing with reveal, only it actually works | 16:56 |
jroll | that's pretty neat | 16:59 |
* NobodyCam is back | 17:02 | |
*** achanda has quit IRC | 17:03 | |
dtantsur | see you tomorrow | 17:03 |
*** dtantsur is now known as dtantsur|afk | 17:03 | |
NobodyCam | night dtantsur|afk | 17:03 |
*** coolsvap is now known as coolsvap|afk | 17:03 | |
*** penick has joined #openstack-ironic | 17:05 | |
*** vdrok has quit IRC | 17:06 | |
*** Marga_ has joined #openstack-ironic | 17:06 | |
*** achanda has joined #openstack-ironic | 17:07 | |
*** Marga_ has quit IRC | 17:07 | |
*** rev has joined #openstack-ironic | 17:09 | |
*** ijw_ has joined #openstack-ironic | 17:11 | |
*** zz_jgrimm is now known as jgrimm | 17:12 | |
lucasagomes | dtantsur|afk, g'night | 17:19 |
*** Nisha has joined #openstack-ironic | 17:26 | |
lucasagomes | :309 | 17:27 |
lucasagomes | er | 17:27 |
*** rwsu has joined #openstack-ironic | 17:29 | |
*** derekh has quit IRC | 17:30 | |
*** EmilienM is now known as EmilienM|afk | 17:32 | |
*** jcoufal_ has quit IRC | 17:36 | |
*** jistr has quit IRC | 17:39 | |
*** ijw_ has quit IRC | 17:41 | |
*** pensu has joined #openstack-ironic | 17:41 | |
*** ijw has joined #openstack-ironic | 17:41 | |
*** ijw has joined #openstack-ironic | 17:42 | |
*** achanda has quit IRC | 17:47 | |
*** Marga_ has joined #openstack-ironic | 17:48 | |
*** ifarkas has quit IRC | 17:48 | |
*** annegentle_ has quit IRC | 17:51 | |
*** ChuckC has joined #openstack-ironic | 17:55 | |
*** ndipanov has quit IRC | 17:55 | |
*** kbyrne has quit IRC | 17:56 | |
*** ChuckC_ has quit IRC | 17:57 | |
*** penick has quit IRC | 17:59 | |
lucasagomes | jroll, yeah I looked at the code and docs, can't find that 64MiB limit for the cd | 18:01 |
lucasagomes | I think we can assume it's dynamic | 18:01 |
jroll | lucasagomes: ugh. | 18:01 |
lucasagomes | :/ | 18:01 |
* lucasagomes will need to change the code | 18:01 | |
lucasagomes | well it's better to find it now than after | 18:02 |
jroll | yeah | 18:02 |
*** Marga_ has quit IRC | 18:02 | |
*** Marga_ has joined #openstack-ironic | 18:03 | |
*** penick has joined #openstack-ironic | 18:03 | |
*** Marga_ has quit IRC | 18:04 | |
*** ndipanov has joined #openstack-ironic | 18:08 | |
*** athomas has quit IRC | 18:09 | |
*** chlong has joined #openstack-ironic | 18:10 | |
*** harlowja_away is now known as harlowja | 18:10 | |
*** anderbubble has joined #openstack-ironic | 18:11 | |
*** achanda has joined #openstack-ironic | 18:12 | |
*** Masahiro has joined #openstack-ironic | 18:12 | |
*** Guest97290 has joined #openstack-ironic | 18:16 | |
*** Masahiro has quit IRC | 18:18 | |
openstackgerrit | Jarrod Johnson proposed stackforge/pyghmi: Expose sensor description data https://review.openstack.org/147265 | 18:19 |
*** sambetts has joined #openstack-ironic | 18:21 | |
NobodyCam | yuriyz: you happen to be around? | 18:21 |
*** datajerk has quit IRC | 18:25 | |
afaranha_ | Did anyone had problem setting the tftp server? | 18:26 |
*** EmilienM|afk is now known as EmilienM | 18:29 | |
NobodyCam | afaranha_: thats not one I've heard of before | 18:32 |
afaranha_ | I had a lot of problems to deploy a node using ironic, the current one is that when the node are about to download the pxelinux.0 file, it just don't do anything | 18:33 |
*** Marga_ has joined #openstack-ironic | 18:33 | |
afaranha_ | NobodyCam, it gets the information from the DHCP and then, nothing. The TFTP is installed in my computer, and the DHCP is pointing to it. | 18:35 |
afaranha_ | when I try the tftp locally: tftp localhost -c get pxelinux.0 it works | 18:35 |
*** Marga_ has quit IRC | 18:35 | |
*** Marga_ has joined #openstack-ironic | 18:36 | |
adam_g | afaranha, what if you get tftp via the non-localhost address the node is attempting to fetch from? | 18:37 |
adam_g | afaranha, also, can you see what host the node is trying to tftp from? your ironic.conf may be pointing it to an unreachable address | 18:38 |
*** ijw has quit IRC | 18:40 | |
afaranha | adam_g, It was working until some time ago, I didn't check this configuration though | 18:40 |
*** ijw has joined #openstack-ironic | 18:40 | |
afaranha | adam_g, trying to get the pxelinux from another computer raised permission denied, even with my permissions set to: drwxr-xr-x 2 stack stack 4096 Jan 14 14:37 tftpboot | 18:40 |
afaranha | I'll 777 it and try again | 18:41 |
*** Marga_ has quit IRC | 18:41 | |
NobodyCam | shouldn't ironic be the owner of the tftp dir? | 18:41 |
*** Marga_ has joined #openstack-ironic | 18:42 | |
jroll | looks like devstack to me | 18:42 |
jroll | in which case the stack user runs ironic | 18:42 |
jroll | also, it's world readable | 18:42 |
jroll | I'd guess this is an issue with trying to fetch the wrong path or something | 18:42 |
afaranha | NobodyCam, the user running the ironic-conductor is stack | 18:42 |
NobodyCam | ahh ok :) | 18:42 |
*** Marga_ has quit IRC | 18:43 | |
NobodyCam | selinux or app-armor running? | 18:43 |
*** Marga_ has joined #openstack-ironic | 18:43 | |
*** Marga_ has quit IRC | 18:43 | |
afaranha | NobodyCam, I'm not sure, I followed the documentation | 18:43 |
*** Marga_ has joined #openstack-ironic | 18:44 | |
afaranha | jroll, but if the patch is wrong isn't it suppose to raise timeout trying to get a file from the local computer? | 18:44 |
jroll | afaranha: tftp raising a timeout? I would guess it would error, not time out | 18:45 |
NobodyCam | sorry i slow to respond today as I'm swiming up and down stream today | 18:45 |
jroll | but I don't claim to know tftp well | 18:45 |
jroll | NobodyCam: welcome to my life :) | 18:45 |
NobodyCam | hehhe | 18:45 |
*** eghobo has joined #openstack-ironic | 18:45 | |
afaranha | NobodyCam, No problem, thanks for help :) | 18:46 |
adam_g | afaranha, what is tftp_server set to in ironic.conf? | 18:46 |
afaranha | let me check | 18:46 |
afaranha | tftp_master_path = /opt/stack/data/ironic/tftpboot/master_images | 18:47 |
afaranha | tftp_root = /opt/stack/data/ironic/tftpboot | 18:47 |
afaranha | tftp_server = 150.165.85.77 | 18:47 |
afaranha | my root dir was suppose to be in /tftpboot, but maybe this information I put in some other place? | 18:48 |
*** igordcard has quit IRC | 18:48 | |
afaranha | in /etc/default/tftpd-hpa | 18:48 |
*** penick has quit IRC | 18:49 | |
afaranha | in the /etc/default/tftpd-hpa I have TFTP_DIRECTORY="/tftpboot", RUN_DAEMON="yes" (I read in some place that this setting this option could solve the problem) | 18:49 |
*** Marga_ has quit IRC | 18:49 | |
*** Marga_ has joined #openstack-ironic | 18:50 | |
jroll | yeah, that's probably the issue, those should likely match | 18:50 |
*** penick has joined #openstack-ironic | 18:50 | |
*** penick_ has joined #openstack-ironic | 18:52 | |
afaranha | jroll, checking.... I hope this works | 18:53 |
afaranha | It's almost one week I'm trying to get the ironic to work, I need to see it working :P | 18:53 |
*** Guest97290 is now known as annegentle | 18:53 | |
*** penick has quit IRC | 18:55 | |
*** penick_ is now known as penick | 18:55 | |
*** ndipanov has quit IRC | 18:55 | |
*** Marga_ has quit IRC | 18:55 | |
*** Marga_ has joined #openstack-ironic | 18:56 | |
*** Marga_ has quit IRC | 18:57 | |
afaranha | jroll, no it didn't =/. I'll try to install again the tftp server | 18:57 |
jroll | :( | 18:58 |
afaranha | do you use xinetd ? | 18:58 |
*** Marga_ has joined #openstack-ironic | 18:58 | |
jroll | yes | 18:59 |
jroll | as far as I know | 18:59 |
openstackgerrit | Merged openstack/ironic: Convert check_deploy_timeout to use process_event https://review.openstack.org/140869 | 19:00 |
jroll | though we do static dhcp configuration and boot the instance image from disk, not pxe | 19:00 |
NobodyCam | w00 hoo | 19:00 |
*** pelix has quit IRC | 19:00 | |
afaranha | jroll, how do you do it? | 19:01 |
afaranha | download from the disk | 19:01 |
jroll | we run the agent driver | 19:01 |
jroll | which right now only supports full disk images | 19:01 |
jroll | and thus boots from disk | 19:01 |
rloo | hi NobodyCam, do you have time to rebase and update this: https://review.openstack.org/#/c/140883/ | 19:03 |
*** penick has quit IRC | 19:04 | |
NobodyCam | is that all it needs? | 19:05 |
rloo | NobodyCam: looks like rebase + update two docstrings | 19:05 |
NobodyCam | I should be able to... but prob take me a couple of minutes to wrap up what I have open | 19:05 |
*** penick has joined #openstack-ironic | 19:06 | |
rloo | NobodyCam: what, you can't do it NOW? :-) | 19:06 |
NobodyCam | heheheh | 19:06 |
afaranha | jroll, I'll try that approach, if it works, perfect | 19:07 |
jroll | afaranha: keep in mind there's some differences involved | 19:09 |
jroll | for example the agent driver requires swift | 19:09 |
jroll | and uses a different ramdisk | 19:10 |
jroll | etc | 19:10 |
*** alexpilotti has quit IRC | 19:10 | |
*** ijw has quit IRC | 19:11 | |
*** ijw has joined #openstack-ironic | 19:11 | |
afaranha | jroll, any special configuration on swift? | 19:12 |
afaranha | what's the driver you are using? | 19:12 |
jroll | afaranha: agent_* is the driver (we use agent_ipmitool specifically) and swift just needs to be set up for temp urls | 19:13 |
jroll | afaranha: you're using devstack yes? | 19:13 |
afaranha | jroll, yes | 19:14 |
jroll | ok, then just add the stuff to localrc specified here: http://docs.openstack.org/developer/ironic/dev/dev-quickstart.html#deploying-ironic-with-devstack | 19:15 |
jroll | "If running with the agent driver (instead of PXE driver), add these additional settings to localrc:" | 19:15 |
openstackgerrit | David Shrewsbury proposed openstack/ironic: Convert drivers to use process_event() https://review.openstack.org/140883 | 19:15 |
openstackgerrit | David Shrewsbury proposed openstack/ironic: Improve testing of state transitions https://review.openstack.org/145929 | 19:15 |
* Shrews really hopes didn't break the world | 19:15 | |
*** achanda has quit IRC | 19:18 | |
Shrews | rloo: i tried to include your https://review.openstack.org/142303 review during that rebase, but it was quite the headache, so i didn't do it :-P | 19:18 |
Shrews | re: ^^^^ | 19:18 |
*** achanda has joined #openstack-ironic | 19:23 | |
devananda | Shrews: want me to update 145929 based on my comments to rloo ? | 19:24 |
Shrews | devananda: go for it. i was just fixing the merge conflict and addressed jroll's comments in the first one | 19:25 |
rloo | Shrews: thx but that doesn't need to be rebased. I'm going to abandon it soon. the changes have been incorporated already, except for one thing. | 19:25 |
rloo | NobodyCam: Shrews rebased 140883 | 19:25 |
rloo | NobodyCam: Shrews is addressing jroll's comments on 140883, so you don't need to do that | 19:26 |
Shrews | NobodyCam: what rloo is saying is that I have probably stepped on your toes inadvertently | 19:26 |
afaranha | jroll, how does it change the boot process? Can I still use the same image with it's user ramdisk and kernel? | 19:26 |
NobodyCam | Shrews: Thank you. rloo awesome | 19:26 |
rloo | devananda: did you see my replies to your comments in https://review.openstack.org/#/c/145929/ | 19:26 |
jroll | afaranha: no, you need a full disk image (which means ramdisk and kernel are embedded in the image) | 19:27 |
*** penick has quit IRC | 19:27 | |
rloo | and btw, thx Shrews, even the toe stepping ;) | 19:27 |
Shrews | rloo: i missed the backlog conversation since i was already doing the rebase. :/ | 19:28 |
NobodyCam | lol not at all | 19:28 |
* Shrews sucks at multitask.... SQUIRREL! | 19:28 | |
rloo | Shrews: no worries! I asked NobodyCam cuz he had already lost his +2 powers ;) | 19:29 |
devananda | rloo: yes | 19:31 |
devananda | rloo: oh. I think you're right | 19:33 |
devananda | changign my -1 to +1 | 19:33 |
rloo | devananda: thx ;) | 19:33 |
openstackgerrit | Lucas Alvares Gomes proposed openstack/ironic: PXE: Add configdrive support https://review.openstack.org/143510 | 19:34 |
lucasagomes | dynamic size for the configdrive partition ^ | 19:35 |
*** anderbubble has left #openstack-ironic | 19:40 | |
lucasagomes | I'm going to call it a day | 19:40 |
lucasagomes | have a good night everyone! | 19:40 |
NobodyCam | have a good night lucasagomes | 19:40 |
*** anderbubble has joined #openstack-ironic | 19:40 | |
rloo | night lucasagomes; will look at your configdrive changes later today | 19:40 |
*** lucasagomes is now known as lucas-dinner | 19:40 | |
*** athomas has joined #openstack-ironic | 19:42 | |
afaranha | jroll, should the agent_driver be listed in the drivers? | 19:43 |
jroll | afaranha: yes, devstack should do that for you when you run it with that stuff in localrc | 19:43 |
*** dlaube has joined #openstack-ironic | 19:44 | |
*** Marga_ has quit IRC | 19:48 | |
*** Marga_ has joined #openstack-ironic | 19:48 | |
*** ijw has quit IRC | 19:52 | |
jjohnson2 | NobodyCam, devananda, anyone interested in review of https://review.openstack.org/#/c/138109/ | 19:53 |
jjohnson2 | or https://review.openstack.org/#/c/147265/ if wanting something easier | 19:53 |
*** ijw has joined #openstack-ironic | 19:53 | |
NobodyCam | jjohnson2: looking at 138109 I think it looks ok. though I have not had the time I wanted to play with it. I am ok with landing and fixing anything should it pop up in testing with a follow up patch | 19:56 |
*** ijw has quit IRC | 19:57 | |
NobodyCam | do we have retry logic in our client or is that all in the nova virt driver? | 20:00 |
*** Masahiro has joined #openstack-ironic | 20:01 | |
*** krtaylor has quit IRC | 20:05 | |
*** Masahiro has quit IRC | 20:06 | |
Shrews | NobodyCam: https://github.com/openstack/nova/blob/master/nova/virt/ironic/client_wrapper.py#L101-L104 | 20:06 |
NobodyCam | yep | 20:06 |
Shrews | :-P | 20:06 |
NobodyCam | I was just point some internal folks to it | 20:06 |
NobodyCam | s/point/pointing/ | 20:07 |
jroll | my client retry logic is [[ if $? != "0" ]]; then !!; fi | 20:08 |
NobodyCam | lol | 20:09 |
NobodyCam | i wish it was that weasy | 20:09 |
*** david-lyle has joined #openstack-ironic | 20:10 | |
*** erwan_taf has joined #openstack-ironic | 20:11 | |
*** anderbubble_ has joined #openstack-ironic | 20:15 | |
*** anderbubble has quit IRC | 20:17 | |
*** anderbubble_ is now known as anderbubble | 20:17 | |
*** krtaylor has joined #openstack-ironic | 20:18 | |
openstackgerrit | Merged openstack/ironic: Raise SSH failure messages to the error level https://review.openstack.org/146985 | 20:19 |
*** pensu has quit IRC | 20:22 | |
*** athomas has quit IRC | 20:23 | |
*** Marga_ has quit IRC | 20:28 | |
*** harlowja is now known as harlowja_away | 20:30 | |
*** Marga_ has joined #openstack-ironic | 20:30 | |
*** Nisha has quit IRC | 20:32 | |
*** Marga_ has quit IRC | 20:35 | |
devananda | JayF: how well does IPA handle blades that have no local storage? | 20:37 |
*** harlowja_away is now known as harlowja | 20:38 | |
jroll | devananda: in terms of where does it write the image? | 20:39 |
devananda | jroll: in terms of working with SANs and multipath LUNs, rather than local disks | 20:39 |
JayF | IPA knows about nothing but local disks | 20:39 |
JayF | and does not attempt to attach any network storage | 20:39 |
JayF | one could make it support these things with a custom hardware manager | 20:40 |
jroll | you'd need to write a yeah that | 20:40 |
JayF | as all the relevent methods would be in the hardware manager | 20:40 |
devananda | gotcha | 20:41 |
devananda | and if the LUNs were attached in the BIOS? | 20:41 |
JayF | if they showed up under lsblk | 20:41 |
JayF | and it was the smallest disk >8GB | 20:42 |
JayF | it would have an image written to it | 20:42 |
jroll | 4GB* | 20:42 |
devananda | cool, ty | 20:42 |
JayF | and I don't think IPA would care | 20:42 |
* jroll hopes this means devananda is convincing HP to use IPA for whatever ironic deployment they may or may not be doing :P | 20:43 | |
NobodyCam | can any one recall why we set 'oflag=direct' for pxe dd operations... I am thinking there was a reason for thay | 20:43 |
NobodyCam | that even | 20:43 |
jroll | NobodyCam: that skips the disk cache | 20:44 |
jroll | so you don't end up with unwritten blocks when you pull the plug | 20:44 |
JayF | we do the same in IPA | 20:44 |
JayF | although I'm pretty sure we also explicitly call `sync` | 20:44 |
NobodyCam | ah yes | 20:44 |
*** achanda has quit IRC | 20:45 | |
NobodyCam | TY | 20:45 |
jroll | https://github.com/openstack/ironic-python-agent/blob/master/ironic_python_agent/shell/write_image.sh#L42-43 | 20:45 |
jroll | we don't use dd, just qemu-img -t directsync | 20:45 |
JayF | ah, that was changed since I wrote that file then | 20:46 |
JayF | lol | 20:46 |
JayF | yup https://github.com/openstack/ironic-python-agent/commit/e53e297a5e920ca4621acfca6c4896a51ba4754d | 20:46 |
JayF | I believe I approved it too; just forgot about it | 20:47 |
jroll | heh, yeah | 20:47 |
*** romcheg has quit IRC | 20:51 | |
*** lucas-dinner has quit IRC | 20:52 | |
*** achanda has joined #openstack-ironic | 20:56 | |
*** Marga_ has joined #openstack-ironic | 20:59 | |
comstud | jroll: https://github.com/openstack/nova/blob/master/nova/virt/configdrive.py#L53 | 20:59 |
comstud | (oh hai!) | 21:00 |
jroll | hey stranger :) | 21:01 |
comstud | That 64MB seems to only apply to vfat though | 21:01 |
jroll | right, "if we can't size to the exact size of the data" | 21:01 |
jroll | yeah | 21:01 |
jroll | wondering if iso can be larger | 21:01 |
comstud | it looks like it can be | 21:01 |
comstud | i don't see any limit | 21:01 |
*** david-lyle has quit IRC | 21:01 | |
jroll | damn. | 21:02 |
comstud | does an iso config drive even work with ironic? | 21:03 |
comstud | or plan to make it work? | 21:03 |
jroll | we use iso in onmetal | 21:03 |
comstud | ah | 21:03 |
jroll | and lucas is finishing up the upstream stuff | 21:03 |
jroll | which is how we caught this | 21:03 |
*** Marga_ has quit IRC | 21:04 | |
comstud | that's different than I remember | 21:04 |
comstud | i thought it just dd'd the image to the drive | 21:04 |
jroll | right, the iso image | 21:04 |
comstud | iso format would be kinda weird format for a disk partition | 21:05 |
*** Shrews has quit IRC | 21:05 | |
jroll | ¯\_(ツ)_/¯ | 21:05 |
comstud | lol | 21:05 |
*** romcheg has joined #openstack-ironic | 21:06 | |
*** jrist has quit IRC | 21:08 | |
*** achanda has quit IRC | 21:08 | |
*** achanda has joined #openstack-ironic | 21:11 | |
*** jcoufal has joined #openstack-ironic | 21:12 | |
openstackgerrit | Merged openstack/ironic: Add state machine to documentation https://review.openstack.org/146302 | 21:13 |
*** Shrews has joined #openstack-ironic | 21:15 | |
*** spandhe has joined #openstack-ironic | 21:19 | |
openstackgerrit | Merged stackforge/pyghmi: Implement server side IPMI protocol https://review.openstack.org/138109 | 21:19 |
openstackgerrit | Merged stackforge/pyghmi: Expose sensor description data https://review.openstack.org/147265 | 21:20 |
*** jrist has joined #openstack-ironic | 21:21 | |
*** achanda has quit IRC | 21:21 | |
*** Marga__ has joined #openstack-ironic | 21:23 | |
*** anderbubble has quit IRC | 21:24 | |
*** anderbubble has joined #openstack-ironic | 21:24 | |
*** erwan_taf has quit IRC | 21:25 | |
*** david-lyle has joined #openstack-ironic | 21:42 | |
*** achanda has joined #openstack-ironic | 21:43 | |
*** chlong has quit IRC | 21:47 | |
*** david-lyle has quit IRC | 21:49 | |
*** dprince has quit IRC | 21:50 | |
*** Masahiro has joined #openstack-ironic | 21:50 | |
*** r-daneel has quit IRC | 21:53 | |
*** romcheg has quit IRC | 21:53 | |
*** romcheg1 has joined #openstack-ironic | 21:53 | |
NobodyCam | anyone else seen this error of late? ImportError: No module named pbr.version | 21:53 |
*** Masahiro has quit IRC | 21:54 | |
jroll | NobodyCam: when do you get that? | 21:55 |
jroll | I saw something in infra about new pbr breaking the world at some point today | 21:55 |
NobodyCam | just now | 21:58 |
NobodyCam | I have a patch I am going to push up | 21:58 |
NobodyCam | trying to test it | 21:58 |
jroll | NobodyCam: like, when running tox? is pbr installed? | 22:01 |
*** jjohnson2 has quit IRC | 22:06 | |
*** achanda has quit IRC | 22:08 | |
*** spandhe_ has joined #openstack-ironic | 22:08 | |
openstackgerrit | Chris Krelle proposed openstack/ironic: Make DD block size adjustable https://review.openstack.org/147316 | 22:09 |
NobodyCam | jroll: yep infact just upgraded it | 22:09 |
*** spandhe has quit IRC | 22:09 | |
*** spandhe_ is now known as spandhe | 22:09 | |
jroll | huh | 22:09 |
JayF | NobodyCam: should we do any validation on that config setting? | 22:10 |
JayF | NobodyCam: with it just being plopped in; I could make that setting ;rm -rf --no-preserve-root / | 22:10 |
NobodyCam | oh we could. | 22:10 |
JayF | although I guess utils.dd guards against that somewhat | 22:11 |
*** achanda has joined #openstack-ironic | 22:12 | |
NobodyCam | something like a regex /^[0-9]*+[M|K] | 22:12 |
jroll | doesn't rootwrap protect against that too? | 22:12 |
JayF | G|g|M|m|K|k | 22:12 |
JayF | that's actually kinda... yeah; I think I'm wrong in this case | 22:13 |
* JayF +1's it as is | 22:13 | |
jroll | also, to change configs you need to be on the box, you're already owned at that point | 22:13 |
NobodyCam | lol doh | 22:13 |
jroll | NobodyCam: dare I ask for a spec for the new config option? >:) | 22:15 |
NobodyCam | you could. :) | 22:16 |
jroll | :P | 22:16 |
jroll | I did -1 to ask for a bug | 22:16 |
JayF | Even that seems a little heavy handed there lumburgh | 22:16 |
NobodyCam | :) I can file that | 22:16 |
jroll | lol | 22:17 |
JayF | http://img.9001mem.es/4R.jpeg | 22:17 |
afaranha | jroll, I couldn't test the ironic with the agent_driver, but I restarted the installation is not freezing in that part anymore :) ( When it will get the pxelinux.0 ) | 22:18 |
NobodyCam | lol | 22:18 |
jroll | hahaha | 22:18 |
jroll | afaranha: boo, yay | 22:18 |
afaranha | It's really nice, because I was stuck in that error all the day, but now I got the error I was getting before :P | 22:21 |
*** Marga_ has joined #openstack-ironic | 22:22 | |
*** Marga__ has quit IRC | 22:22 | |
afaranha | I'm having this error https://bugs.launchpad.net/ironic/+bug/1403887 | 22:23 |
afaranha | Currently I'm using a disk without partition, is there any requisite on the disk? | 22:25 |
jroll | there isn't any | 22:27 |
jroll | you could apply the patch mentioned in that bug | 22:27 |
openstackgerrit | Chris Krelle proposed openstack/ironic: Make DD block size adjustable https://review.openstack.org/147316 | 22:27 |
jroll | https://review.openstack.org/#/c/142838/ | 22:27 |
jroll | lucas would love to have someone else testing that anyway :) | 22:27 |
afaranha | jroll, haha nice! | 22:28 |
*** Marga_ has quit IRC | 22:29 | |
*** Marga_ has joined #openstack-ironic | 22:30 | |
*** EmilienM is now known as EmilienM|afk | 22:32 | |
*** david-lyle has joined #openstack-ironic | 22:33 | |
*** Marga_ has quit IRC | 22:35 | |
*** Marga_ has joined #openstack-ironic | 22:35 | |
afaranha | jroll, not :/ | 22:36 |
afaranha | still think I'm forgetting to set something | 22:37 |
*** spandhe has quit IRC | 22:38 | |
jroll | afaranha: hmm, hard to tell without a traceback | 22:38 |
*** afaranha has left #openstack-ironic | 22:39 | |
*** jgrimm is now known as zz_jgrimm | 22:39 | |
openstackgerrit | Josh Gachnang proposed openstack/ironic-specs: Implement Cleaning States https://review.openstack.org/102685 | 22:40 |
*** ChuckC_ has joined #openstack-ironic | 22:41 | |
afaranha_ | jroll, from the ironic-conduct I got this: http://paste.openstack.org/show/158032/ the last line is the error raised | 22:42 |
*** ChuckC_ has quit IRC | 22:42 | |
afaranha_ | let me check the ironic-api | 22:42 |
*** jcoufal has quit IRC | 22:43 | |
jroll | afaranha_: you restarted ironic-conductor after applying that patch, right? | 22:44 |
afaranha_ | jroll, yes | 22:45 |
afaranha_ | the conductor and the api | 22:45 |
*** ChuckC has quit IRC | 22:45 | |
jroll | hmm | 22:45 |
jroll | good to know | 22:45 |
jroll | NobodyCam: ^ afaranha_ hit the bug that https://review.openstack.org/#/c/142838/ is supposed to fix, and it didn't fix it :/ | 22:46 |
afaranha_ | this is my reflog: | 22:47 |
afaranha_ | 97e36c0 HEAD@{0}: pull https://review.openstack.org/openstack/ironic refs/changes/38/142838/5: Merge made by the 'recursive' | 22:47 |
afaranha_ | 66d4682 HEAD@{1}: checkout: moving from master to master | 22:47 |
afaranha_ | 66d4682 HEAD@{2}: clone: from git://git.openstack.org/openstack/ironic.git | 22:47 |
afaranha_ | I just pull, I guess it's ok | 22:47 |
JayF | pulling is not enough | 22:47 |
jroll | yeah, should be fine | 22:47 |
openstackgerrit | Josh Gachnang proposed openstack/ironic-specs: Implement Cleaning States https://review.openstack.org/102685 | 22:47 |
jroll | what | 22:47 |
JayF | oh, yes it is | 22:47 |
JayF | nevermind | 22:47 |
jroll | lol | 22:48 |
JayF | that's what I get for skimming the output | 22:48 |
*** datajerk has joined #openstack-ironic | 22:48 | |
jroll | afaranha_: so you've hit a bug we haven't fixed yet, congrats :) | 22:48 |
JayF | JoshNang: thanks; you got my +2 back | 22:48 |
JayF | rloo: and dtantsur|afk ^ josh addressed your concerns in the cleaning states spec | 22:48 |
rloo | Thanks JayF, JoshNang. Oh... I guess you want me to take some action... hmm. not sure i'll be able to get to it today. i still need to review the configdrive change. will try. | 22:50 |
JoshNang | rloo: no worries and no rush! | 22:51 |
afaranha_ | jroll, Maybe this bug is happening here due to not supported hardware? | 22:51 |
JayF | no worries and constant rush | 22:51 |
JayF | which convieniently is the exact same as no rush | 22:51 |
rloo | JoshNang, JayF. Ok, will def do it tomorrow unless I forget, in which case I won't get to it til next week. | 22:52 |
rloo | JoshNang, JayF: actually, not a big deal for me to look. you need +2 folks, I'm probably a liability ;) | 22:53 |
jroll | afaranha_: I kind of doubt it, iscsi should always work. what sort of hardware / disks are you using? | 22:53 |
*** datajerk1 has joined #openstack-ironic | 22:54 | |
JoshNang | rloo: heh. whatever works for you. i won't get a chance to start redoing the decom/cleaning code until monday anyway | 22:54 |
*** datajerk has quit IRC | 22:54 | |
NobodyCam | brb | 22:55 |
afaranha_ | jroll, I don't know right now, the people from the support is already gone, I'll try to gtalk someone | 22:55 |
jroll | afaranha_: I really doubt it's hardware | 22:56 |
*** pensu has joined #openstack-ironic | 22:57 | |
afaranha_ | jroll, So I don't have any idea of what's going wrong :/ | 22:58 |
afaranha_ | only a really few people got this error, from my google research | 22:59 |
jroll | afaranha_: right, it's a bug we found recently. unsure why you're hitting it every time, lucas was hitting it about 1 in 5 times. | 23:01 |
jroll | it's something that needs to be fixed, it would be awesome if you posted on the gerrit review here that it didn't fix it for you: https://review.openstack.org/#/c/142838/ | 23:01 |
jroll | and what time zone are you? would be cool for you to talk to lucas (he is in ireland) | 23:02 |
*** ryanpetrello has quit IRC | 23:02 | |
*** ryanpetrello has joined #openstack-ironic | 23:03 | |
afaranha_ | jroll, Sure, gonna post it. Here is GMT -3, I'm quite sure it's just 3-4h before ireland, so it'll not be a problem | 23:04 |
afaranha_ | jroll, I'll try to run again and see if I get success with 20% chance :P | 23:04 |
jroll | afaranha_: awesome, his irc nick is lucasagomes | 23:04 |
jroll | haha, good luck :) | 23:04 |
openstackgerrit | Clif Houck proposed openstack/ironic: Update service.py to support graceful Service shutdown https://review.openstack.org/147324 | 23:05 |
openstackgerrit | Clif Houck proposed openstack/ironic: Fix Ironic Conductor so it shuts down gracefully. https://review.openstack.org/147325 | 23:05 |
* NobodyCam 's back | 23:09 | |
*** Marga_ has quit IRC | 23:09 | |
*** david-lyle has quit IRC | 23:16 | |
*** yuanying-afk is now known as yuanying | 23:24 | |
*** ChuckC_ has joined #openstack-ironic | 23:25 | |
*** achanda has quit IRC | 23:25 | |
*** achanda has joined #openstack-ironic | 23:26 | |
*** Marga_ has joined #openstack-ironic | 23:29 | |
*** anderbubble has quit IRC | 23:30 | |
*** Masahiro has joined #openstack-ironic | 23:39 | |
*** Masahiro has quit IRC | 23:43 | |
*** pensu has quit IRC | 23:45 | |
*** ryanpetrello has quit IRC | 23:46 | |
*** smoriya has joined #openstack-ironic | 23:53 | |
*** Marga_ has quit IRC | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!