NobodyCam | naohirot: ack .. I saw your reply to rloo on a latter review :) | 00:00 |
---|---|---|
NobodyCam | however Thank you | 00:00 |
NobodyCam | :) | 00:00 |
*** jerryz has joined #openstack-ironic | 00:02 | |
naohirot | NobodyCam: I know you and other core member are busy, I think it's better to note that url is not available inline. I'll do that next time. | 00:02 |
*** jjohnson2_ has joined #openstack-ironic | 00:03 | |
*** Marga_ has quit IRC | 00:03 | |
NobodyCam | :) that would help. it is one of the items we check when doing a review | 00:03 |
*** Marga_ has joined #openstack-ironic | 00:03 | |
*** Marga_ has quit IRC | 00:03 | |
naohirot | NobodyCam: Yeah :) | 00:04 |
*** Marga_ has joined #openstack-ironic | 00:04 | |
jroll | naohirot: NobodyCam: might be best to get scci client on github asap, not sure how I feel about landing a spec that depends on code that doesn't exist | 00:05 |
NobodyCam | jroll: ++ | 00:05 |
naohirot | jroll: NobodyCam: I'm in the process of company's procedure to put scci source into github. it will take time. | 00:06 |
*** Marga_ has quit IRC | 00:06 | |
NobodyCam | jroll: the lib is listed in the Dependencies section so I think it need to be there | 00:06 |
jroll | right | 00:07 |
jroll | I think that should be a dependency to land the spec | 00:07 |
*** Marga_ has joined #openstack-ironic | 00:07 | |
jroll | what if the company says no? | 00:07 |
NobodyCam | naohirot: ack. but we can not approve until it is there. | 00:07 |
*** Marga_ has quit IRC | 00:07 | |
NobodyCam | jroll: yes | 00:07 |
jroll | though in that case I might be inclined to allow that code in ironic :P | 00:08 |
*** Marga_ has joined #openstack-ironic | 00:08 | |
naohirot | NobodyCam: really? in that case I'd like to put scci back into Ironic code. | 00:08 |
NobodyCam | stackforge project can be started quickly with out much fuss | 00:09 |
*** Marga_ has quit IRC | 00:09 | |
openstackgerrit | Hadi Bannazadeh proposed openstack/ironic: region missing in endpoint selection https://review.openstack.org/148128 | 00:09 |
*** Marga_ has joined #openstack-ironic | 00:09 | |
NobodyCam | naohirot: how long are you thinking it will take to get the code up? | 00:09 |
jroll | naohirot: that was kind of a joke | 00:09 |
naohirot | NobodyCam: I think my company is not mature to do OSS activity. | 00:09 |
naohirot | NobodyCam: company allowed to put source code into openstack. so there is no problem. | 00:10 |
naohirot | NobodyCam: In case of plain github, I'm the first to put source code into github. | 00:11 |
*** Marga_ has quit IRC | 00:11 | |
NobodyCam | can I pypi release be cut from a personal repo? | 00:11 |
jroll | NobodyCam: random question, HP runs neutron on their public cloud yes? | 00:11 |
jroll | NobodyCam: and yes, it can | 00:11 |
jroll | (though maybe not owned by openstack) | 00:12 |
naohirot | NobodyCam: so legal deps authorization will take a couple of month at least I think. | 00:12 |
*** Marga_ has joined #openstack-ironic | 00:12 | |
NobodyCam | naohirot: ah | 00:12 |
jroll | :/ | 00:12 |
NobodyCam | jroll: yes | 00:12 |
jroll | cool | 00:12 |
*** Marga_ has quit IRC | 00:14 | |
*** Marga_ has joined #openstack-ironic | 00:14 | |
*** Marga_ has quit IRC | 00:14 | |
*** Marga_ has joined #openstack-ironic | 00:15 | |
naohirot | jroll: Yeah, like a kind of joke :) I need a lot of hassle | 00:15 |
jroll | naohirot: indeed, it's sad | 00:17 |
naohirot | jroll: separating driver's code into externalize package is common among openstack project? | 00:18 |
jroll | naohirot: separating out a client to talk to a thing is common | 00:18 |
naohirot | jroll: legal deps is asking me why do I have to separate scci? | 00:19 |
NobodyCam | naohirot: looking at https://github.com/openstack/ironic-specs/blob/master/specs/kilo/irmc-power-driver.rst | 00:19 |
NobodyCam | you call for requests | 00:19 |
NobodyCam | lib | 00:19 |
*** Marga_ has quit IRC | 00:19 | |
jroll | naohirot: because you want your customers to also be able to write their own utilities to talk to scci things without ironic :) | 00:19 |
NobodyCam | can the other spec be adjusted to use requests until SCCI lib lands in pypi | 00:19 |
jroll | naohirot: same reason pyghmi is an external library, etc | 00:19 |
*** Marga_ has joined #openstack-ironic | 00:20 | |
jroll | NobodyCam: that's going to turn into this client being in ironic's tree, you know | 00:20 |
naohirot | jroll: NobodyCam: If there is such that policy document or something, it's easier for me to convince legal dept. | 00:20 |
NobodyCam | is it? | 00:20 |
*** penick has quit IRC | 00:20 | |
jroll | NobodyCam: yes, requests is used to talk to the bmc or whatever, afaict | 00:20 |
jroll | naohirot: that's how good software is written | 00:21 |
jroll | naohirot: another point you could make is that you could improve scci more quickly without the openstack overhead | 00:21 |
*** Marga_ has quit IRC | 00:21 | |
*** Marga_ has joined #openstack-ironic | 00:21 | |
jroll | naohirot: ipminative uses an external library (pyghmi), ilo driver uses an external library (proliantutils), etc, this is normal | 00:22 |
*** Marga_ has quit IRC | 00:22 | |
naohirot | jroll: yes I know, all engineers know about it. but they are different animal :) | 00:22 |
*** Marga_ has joined #openstack-ironic | 00:22 | |
*** Marga_ has quit IRC | 00:22 | |
jroll | naohirot: does your manager understand why it should be separate? does your manager's manager? escalate as necessary. (is what I would do) | 00:22 |
*** davideagnello has quit IRC | 00:23 | |
*** Marga_ has joined #openstack-ironic | 00:23 | |
naohirot | jroll: I'm doing that, it'll take time. | 00:23 |
jroll | yeah. | 00:23 |
NobodyCam | naohirot: it could be tied to Ironic in the same way pyghmi is, if that would help your managers see the use case | 00:24 |
*** davideagnello has joined #openstack-ironic | 00:24 | |
naohirot | jroll: they insist that openstack driver code contains vendor's hardware related code, why doesn't ironic allow to put those code in? | 00:26 |
jroll | naohirot: it doesn't, it contains code that talks to the vendor libraries. | 00:26 |
jroll | naohirot: https://github.com/openstack/ironic/blob/master/ironic/drivers/modules/ilo/common.py | 00:27 |
jroll | all of the hardware specific things are in ilo_client = importutils.try_import('proliantutils.ilo.ribcl') | 00:27 |
*** ryanpetrello has quit IRC | 00:27 | |
naohirot | jroll: they also asked me that the standard of code size, what size needs to be externalized, and what size can be internalized. They asked me the standard. | 00:28 |
jroll | ugh | 00:28 |
jroll | there's no standard. | 00:28 |
jroll | separation of concerns | 00:28 |
naohirot | jroll: I know. I'm doing such that things:) | 00:29 |
NobodyCam | jroll: and functions | 00:29 |
jroll | NobodyCam: yep | 00:29 |
*** shakamunyi has joined #openstack-ironic | 00:29 | |
*** shakamunyi has quit IRC | 00:30 | |
NobodyCam | naohirot: if the were to land in ironic the any change the company wanted to make would have to go through the Ironic review board (if I can use that as a term) where if | 00:31 |
naohirot | NobodyCam: I'm looking at Neutron's code if cisco also externalized their driver's code or not in order to provide a proof that this is a common practice in openstack. | 00:31 |
NobodyCam | the code lives in its own repo (like pyghmi) then changes can be made often and quickly with out impacting ironic | 00:32 |
*** shakamunyi has joined #openstack-ironic | 00:32 | |
jroll | naohirot: neutron removed all plugins, so yes, cisco code is not in the neutron core | 00:32 |
jroll | or something like that | 00:32 |
NobodyCam | Also the examples jroll pointed out above (proliantutils) | 00:32 |
naohirot | jroll: NobodyCam: our company contributing linux kernel code, their logic is base on that. | 00:33 |
NobodyCam | naohirot: see line 173 of their spec: https://review.openstack.org/#/c/139517/9/specs/kilo/cisco-ucs-pxe-driver.rst | 00:33 |
naohirot | jroll: Linux driver code has vendor specific code inside. | 00:34 |
jroll | naohirot: I think I've provided enough evidence that this code should not live in ironic's tree, I will -1 any patches that brings it in, idk what else to say | 00:34 |
naohirot | jroll: I know, and thank you for providing a lot of information. | 00:35 |
*** davideagnello has quit IRC | 00:35 | |
*** davideagnello has joined #openstack-ironic | 00:36 | |
naohirot | jroll: I'll follow the way Ironic and Openstack does. but I need to convince why I need to do within my company. | 00:36 |
NobodyCam | naohirot: it really is better for every one | 00:37 |
jroll | naohirot: "that's how we build good software". done. | 00:37 |
NobodyCam | Company too | 00:37 |
jroll | or even "that's how things are done" | 00:37 |
jroll | basically they can allow this if they want this code in ironic | 00:38 |
*** shakamunyi has quit IRC | 00:38 | |
jroll | if they don't want this code in ironic, they should now allow you to do this | 00:38 |
naohirot | jroll: I know that people who knows openstack understand that. | 00:38 |
jroll | naohirot: will they believe you if you say "ironic will not accept a scci client, it needs to be a separate project"? would they be ok with stackforge? | 00:39 |
naohirot | jroll: Person who knows linux kernel oss activity doesn't understand the way openstack does so far. That's the situation where I'm | 00:40 |
jroll | naohirot: compare it to releasing a userspace package | 00:41 |
jroll | rather than putting the code in the kernel itself | 00:41 |
jroll | without any performance hit | 00:41 |
naohirot | jroll: Yes jroll. | 00:42 |
naohirot | jroll: they are not engineer. anyway I try my best :) | 00:43 |
adam_g | devananda, fyi https://review.openstack.org/#/q/status:open+topic:ironic_partial,n,z should be doable | 00:44 |
NobodyCam | jroll: you agree that all the new instrospection and state stuff removes the need for this: https://review.openstack.org/#/c/134866 | 00:46 |
NobodyCam | the chassis object needs something to do | 00:48 |
NobodyCam | states for the chassis | 00:49 |
*** andreykurilin_ has quit IRC | 00:49 | |
*** ryanpetrello has joined #openstack-ironic | 00:50 | |
jroll | NobodyCam: with the addition of a for loop over ironicclient do-discovery, yes, I agree | 00:52 |
jroll | NobodyCam: though that spec also registers new nodes, which afaik we decided not to do | 00:53 |
NobodyCam | :) | 00:53 |
NobodyCam | yea at the node level | 00:53 |
jroll | hmm | 00:53 |
NobodyCam | but did we talk about the real chassis based systems | 00:53 |
jroll | idk. | 00:53 |
jroll | right, I don't think we did talk about that (much) | 00:54 |
*** BadCub01_ has quit IRC | 00:56 | |
NobodyCam | I need to stop thinking of a chassis as a logical connection and think more along the physical lines | 00:57 |
jroll | I just ignore chassis | 00:57 |
jroll | until someone tells me not to | 00:57 |
NobodyCam | lol | 00:57 |
*** davideagnello has quit IRC | 01:16 | |
*** davideagnello has joined #openstack-ironic | 01:17 | |
*** lucas-dinner has quit IRC | 01:18 | |
*** Marga_ has quit IRC | 01:18 | |
*** Marga_ has joined #openstack-ironic | 01:19 | |
*** davideagnello has quit IRC | 01:19 | |
*** rloo has quit IRC | 01:20 | |
*** zigo_ has joined #openstack-ironic | 01:21 | |
*** davideagnello has joined #openstack-ironic | 01:21 | |
*** zigo has quit IRC | 01:21 | |
*** rwsu has quit IRC | 01:23 | |
*** Marga_ has quit IRC | 01:23 | |
*** ryanpetrello_ has joined #openstack-ironic | 01:25 | |
*** ryanpetrello has quit IRC | 01:25 | |
*** ryanpetrello_ is now known as ryanpetrello | 01:25 | |
*** zigo has joined #openstack-ironic | 01:27 | |
*** zigo_ has quit IRC | 01:27 | |
*** davideagnello has quit IRC | 01:30 | |
*** chenglch has joined #openstack-ironic | 01:31 | |
*** davideagnello has joined #openstack-ironic | 01:31 | |
*** achanda_ has joined #openstack-ironic | 01:34 | |
*** achanda has quit IRC | 01:34 | |
*** alexpilotti has quit IRC | 01:35 | |
*** alexpilotti has joined #openstack-ironic | 01:36 | |
*** ijw has joined #openstack-ironic | 01:36 | |
*** achanda_ has quit IRC | 01:38 | |
*** achanda has joined #openstack-ironic | 01:38 | |
*** zigo has quit IRC | 01:46 | |
*** zigo has joined #openstack-ironic | 01:47 | |
openstackgerrit | Merged openstack/ironic: Updated from global requirements https://review.openstack.org/148634 | 01:52 |
*** jjohnson2_ has quit IRC | 01:56 | |
*** jjohnson2_ has joined #openstack-ironic | 01:57 | |
*** anderbubble has joined #openstack-ironic | 01:59 | |
*** zigo has quit IRC | 02:00 | |
*** zigo has joined #openstack-ironic | 02:00 | |
*** Haomeng|2 has quit IRC | 02:05 | |
*** spandhe has quit IRC | 02:05 | |
*** Haomeng|2 has joined #openstack-ironic | 02:05 | |
*** ChuckC has quit IRC | 02:07 | |
*** chenglch has quit IRC | 02:22 | |
*** chenglch has joined #openstack-ironic | 02:22 | |
*** Marga_ has joined #openstack-ironic | 02:25 | |
*** ryanpetrello has quit IRC | 02:29 | |
*** jiangfei|3 has quit IRC | 02:36 | |
*** ijw has quit IRC | 02:37 | |
*** Marga_ has quit IRC | 02:38 | |
*** ijw has joined #openstack-ironic | 02:38 | |
*** Marga_ has joined #openstack-ironic | 02:39 | |
*** jjohnson2_ has quit IRC | 02:41 | |
*** harlowja is now known as harlowja_away | 02:42 | |
*** ramineni has joined #openstack-ironic | 02:43 | |
*** smoriya has joined #openstack-ironic | 02:52 | |
*** ChuckC has joined #openstack-ironic | 02:56 | |
Haomeng|2 | morning Ironic:) | 02:59 |
*** med_ has quit IRC | 03:03 | |
*** kbyrne has quit IRC | 03:16 | |
*** achanda has quit IRC | 03:21 | |
*** tchaypo has quit IRC | 03:30 | |
*** spandhe has joined #openstack-ironic | 03:31 | |
*** naohirot has quit IRC | 03:35 | |
*** ijw has quit IRC | 03:35 | |
*** dlaube has quit IRC | 03:39 | |
*** zsmithnyc_ has quit IRC | 03:41 | |
*** tchaypo has joined #openstack-ironic | 03:45 | |
*** tchaypo has quit IRC | 03:51 | |
openstackgerrit | Shivanand Tendulker proposed openstack/ironic-specs: UEFI Secure Boot support for iLO drivers https://review.openstack.org/135228 | 03:51 |
*** Nisha has joined #openstack-ironic | 03:54 | |
*** alexpilotti has quit IRC | 03:59 | |
*** ryanpetrello has joined #openstack-ironic | 03:59 | |
*** alexpilotti has joined #openstack-ironic | 04:00 | |
*** alexpilotti has quit IRC | 04:01 | |
*** naohirot has joined #openstack-ironic | 04:02 | |
*** alexpilotti has joined #openstack-ironic | 04:03 | |
*** alexpilotti has quit IRC | 04:03 | |
*** alexpilotti has joined #openstack-ironic | 04:05 | |
*** alexpilotti has quit IRC | 04:06 | |
*** alexpilotti has joined #openstack-ironic | 04:07 | |
*** alexpilotti has quit IRC | 04:08 | |
*** alexpilotti has joined #openstack-ironic | 04:09 | |
*** tchaypo has joined #openstack-ironic | 04:12 | |
*** coolsvap has joined #openstack-ironic | 04:12 | |
*** zsmithnyc has joined #openstack-ironic | 04:12 | |
*** alexpilotti has quit IRC | 04:14 | |
*** alexpilotti_ has joined #openstack-ironic | 04:14 | |
*** alexpilotti_ is now known as alexpilotti | 04:14 | |
*** ryanpetrello has quit IRC | 04:15 | |
*** alexpilotti has quit IRC | 04:15 | |
*** spandhe has quit IRC | 04:16 | |
*** alexpilotti has joined #openstack-ironic | 04:16 | |
*** alexpilotti has quit IRC | 04:17 | |
*** alexpilotti has joined #openstack-ironic | 04:18 | |
*** alexpilotti has quit IRC | 04:19 | |
*** alexpilotti has joined #openstack-ironic | 04:20 | |
*** alexpilotti has quit IRC | 04:21 | |
*** alexpilotti has joined #openstack-ironic | 04:23 | |
*** alexpilotti has quit IRC | 04:23 | |
*** dlaube has joined #openstack-ironic | 04:30 | |
*** dlaube has quit IRC | 04:31 | |
*** yuanying_ has joined #openstack-ironic | 04:37 | |
*** Haomeng has joined #openstack-ironic | 04:38 | |
*** Haomeng|2 has quit IRC | 04:38 | |
*** yuanying has quit IRC | 04:41 | |
*** rameshg87 has joined #openstack-ironic | 04:45 | |
rameshg87 | good morning ironic | 04:47 |
*** yuanying_ has quit IRC | 04:48 | |
*** yuanying has joined #openstack-ironic | 04:48 | |
*** yuanying has quit IRC | 04:58 | |
*** yuanying has joined #openstack-ironic | 04:59 | |
openstackgerrit | Naohiro Tamura proposed openstack/ironic: Add iRMC Driver and its iRMC Power module https://review.openstack.org/144901 | 05:03 |
openstackgerrit | Naohiro Tamura proposed openstack/ironic: Add iRMC Management module for iRMC Driver https://review.openstack.org/146803 | 05:03 |
*** pensu has joined #openstack-ironic | 05:03 | |
*** anderbubble has quit IRC | 05:07 | |
*** kbyrne has joined #openstack-ironic | 05:12 | |
openstackgerrit | Nisha Agarwal proposed openstack/ironic: uefi-support-for-agent-ilo-driver https://review.openstack.org/148792 | 05:13 |
*** yuanying has quit IRC | 05:17 | |
*** yuanying has joined #openstack-ironic | 05:19 | |
*** anderbubble has joined #openstack-ironic | 05:22 | |
*** yuanying has quit IRC | 05:23 | |
*** achanda has joined #openstack-ironic | 05:25 | |
*** Marga_ has quit IRC | 05:32 | |
*** yuanying has joined #openstack-ironic | 05:39 | |
*** smoriya_ has joined #openstack-ironic | 05:42 | |
*** smoriya has quit IRC | 05:44 | |
naohirot | Haomeng: Hi | 05:53 |
Haomeng | naohirot: :) | 05:54 |
naohirot | Haomeng: is there ironic client subcommand which can access get_sensors_data()? I couldn't find it. | 05:54 |
Haomeng | naohirot: so far, no | 05:55 |
Haomeng | naohirot: so if you want to do testing, have to monitor the MQ message | 05:55 |
naohirot | Haomeng: I see, so ceilmeter call ironic through api not command. | 05:55 |
naohirot | Haomeng: Okay, that's what I wanted to know. thanks! | 05:56 |
Haomeng | naohirot: no, ceilometer just receiving the message | 05:56 |
Haomeng | naohirot: yw | 05:56 |
Haomeng | naohirot: one more question about multi-subnets | 05:57 |
naohirot | Haomeng: do you mean Ironic push data, but not ceilmeter poll ironic? | 05:57 |
Haomeng | naohirot: how do you think if our tftp ip is in another admin subnet, but the bare metal instance is in private subnet | 05:57 |
Haomeng | naohirot: yes, let me show you the code | 05:57 |
Haomeng | naohirot: https://github.com/openstack/ironic/blob/master/ironic/conductor/manager.py#L1187 | 05:58 |
Haomeng | naohirot: we just call notifier.info to send the message out, which including the message header and payload | 05:59 |
Haomeng | naohirot: ceilometer will consume such notification from message bus | 05:59 |
naohirot | Haomeng: What kind of action can Ironic start to pushing/Nofitying data to ceilmeter? | 06:01 |
Haomeng | naohirot: just enable the option in ironic.conf - send_sensor_data=true | 06:02 |
Haomeng | naohirot: and restart the conductor | 06:02 |
Haomeng | naohirot: then the period task will start to send sensor data message to MQ | 06:02 |
naohirot | Haomeng: I see | 06:03 |
Haomeng | naohirot: :) | 06:03 |
naohirot | Haomeng: I thought that returning whole xml converting json is valuable for costomer if ironic client command get sensor data. | 06:04 |
openstackgerrit | Gopi Krishna S proposed openstack/ironic-specs: Add pxe_ucs driver to support Cisco UCS B/C/M-series servers https://review.openstack.org/139517 | 06:05 |
naohirot | Haomeng: because customer can create own script to process the json converted from xml. | 06:05 |
Haomeng | naohirot: yes, make sense, but the document is required how to consume the xml | 06:06 |
Haomeng | naohirot: so far, the customer will retrieve the data from ceilometer | 06:06 |
naohirot | Haomeng: but at this moment, returning whole xml contents converting to json seems to be useless | 06:06 |
Haomeng | naohirot: because ceilometer will be a data collecting center | 06:06 |
*** saripurigopi has joined #openstack-ironic | 06:07 | |
Haomeng | naohirot: yes, if we can not send to ceilometer | 06:07 |
Haomeng | naohirot: maybe we need the driver/plugin based to extend the sensor data publish | 06:07 |
naohirot | Haomeng: Okay, I changed the irmc get_sensor_data so that ceilmenter can consume. as a result, the format became very simplified. | 06:08 |
naohirot | Haomeng: Please take a look at | 06:09 |
naohirot | https://review.openstack.org/#/c/146803/3/ironic/tests/drivers/irmc/test_management.py | 06:09 |
naohirot | Haomeng: line 319 | 06:09 |
Haomeng | naohirot: sure, thank you | 06:10 |
naohirot | Haomeng: should be okay, right? | 06:10 |
Haomeng | naohirot: yes, I think so, will review, thanks for your update | 06:10 |
Haomeng | naohirot: looks fine this time | 06:11 |
naohirot | Haomeng: but I think ipmitool is better than scci, as a result, sadly :-) | 06:11 |
Haomeng | naohirot: very clear | 06:11 |
Haomeng | naohirot: :) | 06:11 |
naohirot | Haomeng: :) | 06:12 |
openstackgerrit | Nisha Agarwal proposed openstack/python-ironicclient: inspect added to the possible action commands for node-set-provision-state https://review.openstack.org/148804 | 06:19 |
*** pcrews has quit IRC | 06:42 | |
*** lazy_prince has quit IRC | 06:43 | |
*** teju has joined #openstack-ironic | 06:47 | |
*** eghobo has joined #openstack-ironic | 06:53 | |
*** smoriya_ has quit IRC | 06:56 | |
openstackgerrit | Naohiro Tamura proposed openstack/ironic-specs: iRMC Management Driver for Ironic https://review.openstack.org/136020 | 07:01 |
*** smoriya has joined #openstack-ironic | 07:13 | |
*** spandhe has joined #openstack-ironic | 07:23 | |
*** chlong has quit IRC | 07:46 | |
*** tchaypo is now known as tchaypo_ | 07:47 | |
*** achanda has quit IRC | 07:54 | |
*** chenglch|2 has joined #openstack-ironic | 08:01 | |
*** chenglch has quit IRC | 08:04 | |
*** chenglch has joined #openstack-ironic | 08:04 | |
*** chenglch|2 has quit IRC | 08:08 | |
dtantsur | Morning! | 08:11 |
*** Haomeng|2 has joined #openstack-ironic | 08:20 | |
*** Haomeng has quit IRC | 08:21 | |
*** Nisha has quit IRC | 08:26 | |
*** Nisha has joined #openstack-ironic | 08:28 | |
*** smoriya has quit IRC | 08:29 | |
*** ifarkas has joined #openstack-ironic | 08:29 | |
*** rameshg87 has quit IRC | 08:32 | |
*** rameshg87_ has joined #openstack-ironic | 08:32 | |
*** rameshg87_ has quit IRC | 08:40 | |
*** rameshg87 has joined #openstack-ironic | 08:42 | |
*** jcoufal has joined #openstack-ironic | 08:45 | |
*** ndipanov_gone is now known as ndipanov | 08:49 | |
*** ndipanov has joined #openstack-ironic | 08:50 | |
*** spandhe has quit IRC | 08:54 | |
gilliard | Hello :) | 08:55 |
*** jcoufal_ has joined #openstack-ironic | 08:58 | |
dtantsur | gilliard, morning | 08:58 |
*** jcoufal has quit IRC | 09:01 | |
*** Haomeng|2 has quit IRC | 09:05 | |
*** Haomeng|2 has joined #openstack-ironic | 09:07 | |
*** jistr has joined #openstack-ironic | 09:09 | |
*** derekh has joined #openstack-ironic | 09:10 | |
*** Haomeng|2 has quit IRC | 09:21 | |
*** Haomeng has joined #openstack-ironic | 09:21 | |
*** lucasagomes has joined #openstack-ironic | 09:25 | |
*** rameshg87_ has joined #openstack-ironic | 09:25 | |
*** Haomeng|2 has joined #openstack-ironic | 09:26 | |
*** rameshg87_ has quit IRC | 09:26 | |
*** rameshg87_ has joined #openstack-ironic | 09:27 | |
*** Haomeng has quit IRC | 09:27 | |
*** rameshg87__ has joined #openstack-ironic | 09:28 | |
*** rameshg87 has quit IRC | 09:28 | |
*** andreykurilin_ has joined #openstack-ironic | 09:29 | |
*** romcheg has joined #openstack-ironic | 09:29 | |
*** erwan_taf has joined #openstack-ironic | 09:30 | |
*** rameshg87_ has quit IRC | 09:30 | |
*** rameshg87 has joined #openstack-ironic | 09:32 | |
*** rameshg87__ has quit IRC | 09:33 | |
*** Haomeng has joined #openstack-ironic | 09:35 | |
*** Haomeng|2 has quit IRC | 09:36 | |
naohirot | dtantsur: good morning | 09:36 |
naohirot | dtantsur: I need your help:) | 09:37 |
naohirot | dtantsur: regarding stackforge, I looked at the doc, http://docs.openstack.org/infra/publications/stackforge/#%2821%29 | 09:37 |
naohirot | dtantsur: this is quit old, and I asked some question in infra irc channel, but I got no response. | 09:38 |
dtantsur | naohirot, morning, yeah | 09:38 |
dtantsur | naohirot, it's called project-config now, IIRC | 09:39 |
naohirot | dtantsur: not here? https://github.com/openstack-infra/system-config | 09:39 |
dtantsur | no | 09:40 |
dtantsur | lemme find a link | 09:40 |
naohirot | dtantsur: ok, there is https://github.com/openstack-infra/project-config | 09:40 |
naohirot | dtantsur: the rest of procedures in the infra doc still valid? | 09:41 |
*** eghobo has quit IRC | 09:41 | |
dtantsur | naohirot, here's the example: https://review.openstack.org/#/c/133473/ | 09:42 |
dtantsur | I don't know, I haven't seen this presentation. I used docs that no longer exist as of now | 09:42 |
*** Marga_ has joined #openstack-ironic | 09:43 | |
naohirot | dtantsur: that gerrit review is very helpful, and quite recent, just Nov. last year. | 09:44 |
dtantsur | naohirot, well yeah, it wasn't long ago :) | 09:44 |
naohirot | dtantsur: I'll take a look, thanks! | 09:44 |
dtantsur | naohirot, and after it was merged I filed such a bug: https://bugs.launchpad.net/openstack-ci/+bug/1392614 | 09:47 |
dtantsur | naohirot, these 2 steps should be enough | 09:47 |
naohirot | dtantsur: Yeah, fungi, he is the person I asked in infra channel. he was not there. | 09:49 |
*** jistr has quit IRC | 09:50 | |
naohirot | dtantsur: I'll try :) | 09:50 |
*** jistr has joined #openstack-ironic | 09:56 | |
*** MattMan has quit IRC | 10:01 | |
* dtantsur brb | 10:02 | |
*** foexle has joined #openstack-ironic | 10:08 | |
openstackgerrit | Imre Farkas proposed openstack/ironic: DracClient to handle ReturnValue validation https://review.openstack.org/147203 | 10:08 |
*** pelix has joined #openstack-ironic | 10:11 | |
*** mkerrin has joined #openstack-ironic | 10:12 | |
*** MattMan has joined #openstack-ironic | 10:14 | |
openstackgerrit | Merged openstack/ironic: DRAC: Fix wsman host verification https://review.openstack.org/148737 | 10:23 |
*** naohirot has quit IRC | 10:25 | |
*** teju has left #openstack-ironic | 10:26 | |
*** saripurigopi has quit IRC | 10:34 | |
*** andreykurilin_ has quit IRC | 10:36 | |
*** andreykurilin_ has joined #openstack-ironic | 10:36 | |
*** alexpilotti has joined #openstack-ironic | 10:41 | |
*** Nisha has quit IRC | 10:44 | |
openstackgerrit | Yuriy Zveryanskyy proposed openstack/ironic: Fix instance_info parameters clearing https://review.openstack.org/148874 | 10:49 |
*** andreykurilin_ has quit IRC | 10:51 | |
*** Marga_ has quit IRC | 10:58 | |
*** rameshg87 has quit IRC | 11:02 | |
*** Haomeng|2 has joined #openstack-ironic | 11:02 | |
*** Haomeng has quit IRC | 11:03 | |
*** ramineni has quit IRC | 11:05 | |
*** Haomeng has joined #openstack-ironic | 11:07 | |
*** chenglch has quit IRC | 11:07 | |
*** Haomeng|2 has quit IRC | 11:07 | |
gilliard | yuriyz: Hi! | 11:17 |
gilliard | Thanks for your comment here https://review.openstack.org/#/c/148219/2/ironic/conductor/manager.py | 11:19 |
gilliard | That patch is a cherrypick from master->stable/juno, so do you think we need the same fix here https://review.openstack.org/#/c/142782/9/ironic/conductor/manager.py > | 11:20 |
*** pensu has quit IRC | 11:22 | |
*** Haomeng|2 has joined #openstack-ironic | 11:53 | |
*** Haomeng has quit IRC | 11:53 | |
*** tchaypo_ is now known as tchaypo | 11:55 | |
*** kbyrne has quit IRC | 11:58 | |
*** kbyrne has joined #openstack-ironic | 11:59 | |
yuriyz | hi gilliard patch already on review https://review.openstack.org/#/c/148874/ | 12:01 |
*** chlong has joined #openstack-ironic | 12:02 | |
openstackgerrit | Imre Farkas proposed openstack/ironic: Fix filter_query in drac/power interface https://review.openstack.org/148903 | 12:04 |
*** romcheg1 has joined #openstack-ironic | 12:34 | |
*** romcheg has quit IRC | 12:36 | |
*** ndipanov has quit IRC | 12:41 | |
*** lucasagomes is now known as lucas-hungry | 12:42 | |
*** ndipanov has joined #openstack-ironic | 12:42 | |
dtantsur | ifarkas, could you please review https://review.openstack.org/#/c/148578/ ? I'd like to make RPM snapshot today... | 12:48 |
ifarkas | dtantsur, sure thing | 13:01 |
*** ryanpetrello has joined #openstack-ironic | 13:10 | |
*** dprince has joined #openstack-ironic | 13:13 | |
*** Haomeng has joined #openstack-ironic | 13:13 | |
*** Haomeng|2 has quit IRC | 13:14 | |
*** ndipanov has quit IRC | 13:19 | |
*** Alonha has joined #openstack-ironic | 13:22 | |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic: Add support for driver-specific periodic tasks https://review.openstack.org/147523 | 13:24 |
Shrews | Good moooooorning, Ironic | 13:24 |
dtantsur | Shrews, morning! | 13:24 |
Shrews | o/ | 13:24 |
*** sdake has joined #openstack-ironic | 13:25 | |
sdake | say does anyone think the userdata behavior would be different on a real bare metal deployment of an OS using Ironic rather then using the pxe_ssh in virtualized mode? | 13:25 |
*** enikanorov_ has joined #openstack-ironic | 13:25 | |
*** enikanorov has quit IRC | 13:28 | |
*** romcheg has joined #openstack-ironic | 13:29 | |
*** romcheg1 has quit IRC | 13:31 | |
*** ndipanov has joined #openstack-ironic | 13:31 | |
*** killer_prince has joined #openstack-ironic | 13:34 | |
*** killer_prince is now known as lazy_prince | 13:34 | |
*** dprince has quit IRC | 13:39 | |
*** dprince has joined #openstack-ironic | 13:40 | |
*** lucas-hungry is now known as lucasagomes | 13:43 | |
*** naohirot has joined #openstack-ironic | 13:48 | |
*** jjohnson2_ has joined #openstack-ironic | 13:51 | |
openstackgerrit | Merged stackforge/ironic-discoverd: Fix reporting errors happened in background thread of introspect() https://review.openstack.org/148578 | 14:03 |
*** rloo has joined #openstack-ironic | 14:04 | |
victor_lowther | Good morning, Ironic | 14:11 |
*** athomas has quit IRC | 14:12 | |
lucasagomes | victor_lowther, o/ morning | 14:14 |
*** naohirot has quit IRC | 14:14 | |
dtantsur | victor_lowther, morning | 14:15 |
openstackgerrit | Imre Farkas proposed openstack/ironic: DracClient to handle ReturnValue validation https://review.openstack.org/147203 | 14:16 |
*** BadCub_ has joined #openstack-ironic | 14:16 | |
BadCub_ | Morning Ironic | 14:16 |
rloo | morning BadCub_, victor_lowther. Aft lucasagomes, dtantsur, ifarkas | 14:17 |
lucasagomes | rloo, hello there, good morning | 14:17 |
dtantsur | rloo, BadCub_, morning! | 14:17 |
*** athomas has joined #openstack-ironic | 14:18 | |
ifarkas | victor_lowther, rloo, good morning! | 14:18 |
*** coolsvap is now known as coolsvap|afk | 14:25 | |
*** jjohnson2_ has quit IRC | 14:30 | |
jerryz | dtantsur: ping | 14:30 |
dtantsur | jerryz, pong | 14:30 |
jerryz | dtantsur: i am using discoverd ramdisk image hosted on fedora repo and have a question about its compatibility with trunk code of stackforge/ironic-discoverd | 14:32 |
openstackgerrit | Tan Lin proposed openstack/ironic-specs: Add Driver Internal Info Table https://review.openstack.org/148944 | 14:32 |
dtantsur | jerryz, it should be compatible. any problems? | 14:32 |
jerryz | dtantsur: i found that ironic-discoverd didn't receive any call back from ramdisk | 14:33 |
*** Alonha has quit IRC | 14:33 | |
jerryz | dtantsur: the url i set in default pxelinux.cfg is correct | 14:33 |
*** stendulker has joined #openstack-ironic | 14:34 | |
dtantsur | jerryz, so in logs you don't even see post to /v1/continue, right? could you show me your pxelinux.cfg? I assume you used https://repos.fedorapeople.org/repos/openstack-m/tripleo-images-rdo-juno/ right? | 14:34 |
jerryz | dtantsur: yes | 14:35 |
gilliard | yuriyz: sorry was AFK for a few meetings. But, great to see that patch up there. Thanks. | 14:35 |
jerryz | dtantsur: http://paste.openstack.org/show/159757/ | 14:36 |
*** Alonha has joined #openstack-ironic | 14:36 | |
*** Marga_ has joined #openstack-ironic | 14:36 | |
*** coolsvap|afk is now known as coolsvap | 14:36 | |
*** dprince has quit IRC | 14:37 | |
*** dprince has joined #openstack-ironic | 14:37 | |
dtantsur | jerryz, lemme investigate. I'm starting to suspect that images were not rebuilt for a while... | 14:38 |
jerryz | dtantsur: http://picpaste.com/pics/Screenshot_from_2015-01-21_06_07_54-NRszDoRy.1421851073.png this is console capture | 14:38 |
jerryz | dtantsur: btw, could you point me to the code off which you built the image? which code repo should i follow? | 14:39 |
*** ijw has joined #openstack-ironic | 14:40 | |
dtantsur | jerryz, the best way for you now is to build your own image. it's 'ironic-discoverd-ramdisk' element in diskimage-builder | 14:40 |
*** jgrimm is now known as zz_jgrimm | 14:40 | |
*** ijw has quit IRC | 14:40 | |
*** ijw has joined #openstack-ironic | 14:41 | |
jerryz | dtantsur: is that new enough to be compatible with discoverd? i found it much older than https://github.com/agroup/instack-undercloud/commits/master/elements/ironic-discoverd-ramdisk-instack | 14:41 |
dtantsur | jerryz, please don't use the latter, it's pretty experimental now. one in DIB is what should be used and we have a gate job checking their compatibility. | 14:42 |
dtantsur | jerryz, to fix your environment s/discoverd_callback/ironic_callback/ in your pxelinux.cfg | 14:43 |
dtantsur | that's the old variable name, looks like it's still used in that builds... | 14:43 |
jerryz | dtantsur: ok. thanks | 14:43 |
jerryz | dtantsur: is there any other element needed for building the image? | 14:44 |
jerryz | dtantsur: or could you share with me the script for the gate job for reference? | 14:44 |
dtantsur | jerryz, no, should be like ramdisk-image-create fedora ironic-discoverd-ramdisk | 14:45 |
dtantsur | jerryz, gate job is not building the ramdisk, only executing its bash script in a fake environment | 14:45 |
jerryz | dtantsur: i see | 14:46 |
* dtantsur drops references to outdated images from the docs | 14:47 | |
*** Alonha has quit IRC | 14:51 | |
NobodyCam | good morninng Ironicers | 14:57 |
Shrews | NobodyCam: morning | 15:04 |
NobodyCam | morning Shrews :) | 15:04 |
NobodyCam | gilliard: morning, have you seen yuriyz comments on 148219? | 15:05 |
dtantsur | NobodyCam, morning. please see my comment on driver-specific periodic tasks spec | 15:09 |
NobodyCam | dtantsur: will do in a couple of minutes | 15:09 |
NobodyCam | :) | 15:09 |
NobodyCam | oh and yuriyz if you have a minute of so I'd love to chat about 146361 | 15:10 |
NobodyCam | dtantsur: could we have atleast an enable / disable switch until oslo is ready? | 15:12 |
NobodyCam | fyi I am still waking up | 15:12 |
dtantsur | NobodyCam, enable/disable what? parallelization? | 15:12 |
yuriyz | morning NobodyCam I love idea with IPMI "agent" | 15:12 |
NobodyCam | awesome :) | 15:12 |
NobodyCam | will / can it work for your use case? | 15:13 |
openstackgerrit | Dmitry Tantsur proposed stackforge/ironic-discoverd: Fix discovery image installation notes https://review.openstack.org/148954 | 15:13 |
NobodyCam | I would love to rid us of all the ssh drivers | 15:13 |
dtantsur | jerryz, could you have a look whether this ^^^ is less confusing? | 15:13 |
dtantsur | ( https://review.openstack.org/148954 I mean) | 15:14 |
NobodyCam | :-p | 15:14 |
yuriyz | NobodyCam yes but we should use simple out-of-tree driver until IPMI agent is not ready | 15:15 |
dtantsur | NobodyCam, I didn't insist on having some kind of parallelization, but folks did hate that we're adding driver-specific periodic tasks in the same thread. So what I suggest is a work around, and I don't fell like complicating it even more... | 15:17 |
NobodyCam | dtantsur: okay | 15:18 |
jerryz | dtantsur: about dnsmasq.conf, i had to remove localhost.localdomain,{TFTP IP} to get ipxe to work. otherwise, it could find pxelinux.cfg/default | 15:20 |
*** Alonha has joined #openstack-ironic | 15:20 | |
dtantsur | jerryz, oh, you're using iPXE? never tried it... | 15:21 |
dtantsur | jerryz, what is your dnsmasq.conf then? | 15:21 |
jerryz | dtantsur: i captured a dhcp offer and found that in option: tftp server it said localhost.localdomain | 15:22 |
jerryz | http://paste.openstack.org/show/159785/ | 15:22 |
dtantsur | jerryz, thanks, lemme try if it work for me too... | 15:23 |
lucasagomes | Shrews, NobodyCam morning | 15:24 |
lucasagomes | yuanying, jerryz morning :) | 15:24 |
Shrews | lucasagomes: o/ | 15:24 |
rloo | hi Shrews. Thx for reviewing https://review.openstack.org/148734. I'm not sure what you mean by your comment though :-( | 15:25 |
Shrews | rloo: what is "eg" ? | 15:25 |
NobodyCam | morning lucasagomes & rloo | 15:25 |
rloo | Shrews: oh, isn't that short for 'example'? | 15:25 |
Shrews | rloo: "In cases where it's eg ugly to handle" | 15:26 |
rloo | Shrews: what do you suggest? | 15:26 |
* lucasagomes knows eg as short for "for example" as well | 15:26 | |
Shrews | Oh! e.g. | 15:27 |
rloo | I'm fine changing it if Shrews doesn't understand. Others might have the same problem. | 15:27 |
Shrews | rloo: it reads fine without it, imo | 15:27 |
rloo | Shrews: ah. ok. are you fine with 'ugly'. I couldn't think of another word. | 15:27 |
lucasagomes | maybe writing it as "for example ugly" | 15:27 |
lucasagomes | or even "difficult" ?> | 15:28 |
rloo | Shrews: that's ok, I'll change it. not a problem. | 15:28 |
Shrews | rloo: yup | 15:28 |
jerryz | dtantsur: dhcp-range={DHCP IP RANGE},29 is this supposed to be start and end ip separated by comma? | 15:28 |
rloo | lucasagomes: ok, I'll use difficult ;) | 15:28 |
lucasagomes | rloo, ack. Just an idea, but maybe we can say something like. "In case you want to add a custom handler for the exceptions raised ..." | 15:29 |
lucasagomes | but then you would need to rephrase that bit a little | 15:29 |
rloo | lucasagomes: I can do that too. I was trying to minimize/leave what was there already, but I'm fine changing it to something better. | 15:30 |
Shrews | rloo: the lack of periods in the abbreviation threw me off. | 15:30 |
dtantsur | jerryz, IIRC yes. last part should probably be deleted | 15:30 |
lucasagomes | rloo, yeah, well "difficult" is good to me | 15:30 |
rloo | Shrews: yeah, I figured that now. I'll use 'for example' for our non-English readers. | 15:30 |
jerryz | dtantsur: it is the aging time? | 15:30 |
dtantsur | jerryz, I think so | 15:31 |
jerryz | dtantsur: better given a unit, minute or hour | 15:33 |
dtantsur | jerryz, I think I can skip it completely from the example | 15:33 |
NobodyCam | adam_g: you around? | 15:35 |
openstackgerrit | Dmitry Tantsur proposed stackforge/ironic-discoverd: Fix discovery image installation notes https://review.openstack.org/148954 | 15:35 |
dtantsur | jerryz, ^^^ (testing now) | 15:36 |
*** dprince has quit IRC | 15:38 | |
*** dprince has joined #openstack-ironic | 15:39 | |
*** stendulker has quit IRC | 15:41 | |
openstackgerrit | Vladyslav Drok proposed openstack/ironic: Support for non-Glance image references https://review.openstack.org/136741 | 15:41 |
openstackgerrit | Ruby Loo proposed openstack/ironic: Improve docstrings about TaskManager's spawning feature https://review.openstack.org/148734 | 15:42 |
*** Nisha has joined #openstack-ironic | 15:45 | |
gilliard | Hi Ironic! Who can approve backports? It's not the regular cores IIRC | 15:46 |
*** pcrews has joined #openstack-ironic | 15:46 | |
*** kylestev|afk is now known as kylestev | 15:47 | |
lucasagomes | gilliard, yeah I think that in the moment adam_g and devananda are the ones approving the patches for the stable branches | 15:48 |
*** Nisha_away has joined #openstack-ironic | 15:49 | |
gilliard | Thanks lucasagomes I'll try to ask when they're around | 15:49 |
lucasagomes | but any core can manifest interest and help them out also being a core on the stable branch group (if it's already created) | 15:49 |
lucasagomes | cool | 15:49 |
*** Nisha has quit IRC | 15:50 | |
NobodyCam | gilliard: ya I'm keeping an eye out for adam_g :) | 15:52 |
NobodyCam | devananda: is traveling today | 15:52 |
rloo | NobodyCam: I think you should volunteer to be on the stable branch group ;) | 15:53 |
gilliard | I think devananda is going to the nova mid-cycle so I should be able to collar him there if not before | 15:53 |
gilliard | I agree with rloo :) | 15:53 |
NobodyCam | lol | 15:53 |
*** dlpartain has joined #openstack-ironic | 15:53 | |
NobodyCam | I cann't keep up with the spec reviews | 15:53 |
NobodyCam | :-p | 15:53 |
NobodyCam | but I would be ok as a back up member | 15:53 |
jerryz | dtantsur: please note that pxelinux.0 should be in tftp dir as well. | 15:54 |
rloo | NobodyCam: yeah, too many spec reviews. I find those hard to do :-( | 15:54 |
*** anderbubble has joined #openstack-ironic | 15:54 | |
dtantsur | jerryz, I think it's the case for Fedora, but yeah, for Ubuntu IIRC it's not | 15:55 |
*** rameshg87 has joined #openstack-ironic | 15:58 | |
*** zz_jgrimm is now known as jgrimm | 16:00 | |
rameshg87 | devananda, lucasagomes, NobodyCam, can you please take a look at generic raid configuration spec - https://review.openstack.org/#/c/135899/ | 16:01 |
jerryz | dtantsur: isn't it needed for pxe boot despite distro? | 16:01 |
rameshg87 | 2 parties are waiting for the spec to be approved :) | 16:01 |
rameshg87 | victor_lowther, hi | 16:01 |
rloo | don't want to delay any wild parties from happenin' ... | 16:02 |
dtantsur | jerryz, I remember someone telling me that fedora package does it, but will update anyway | 16:02 |
dtantsur | rloo, wild and ironic parties... | 16:02 |
rloo | +1 dtantsur | 16:03 |
jerryz | dtantsur: one question about the workflow of discoverd. after a port is enrolled in ironic, when pxe boot the machine, how to avoid dnsmasq of discoverd conflicting with that of neutron? | 16:06 |
dtantsur | jerryz, discoverd uses iptables to blacklist known MAC's, that are not under introspection right now | 16:07 |
openstackgerrit | Dmitry Tantsur proposed stackforge/ironic-discoverd: Fix discovery image installation notes https://review.openstack.org/148954 | 16:11 |
dtantsur | jerryz, ^^^ | 16:11 |
lucasagomes | rameshg87, ack | 16:14 |
*** igordcard has joined #openstack-ironic | 16:17 | |
dtantsur | ifarkas, still online to have a very quick look at https://review.openstack.org/#/c/148954 ? | 16:18 |
jerryz | dtantsur: lgtm | 16:18 |
rameshg87 | lucasagomes, thanks :) | 16:19 |
dtantsur | jerryz, thanks for reporting this stuff, much appreciated! feel free to ping me if you have more questions | 16:19 |
ifarkas | dtantsur, sorry need to run now. I will check back later | 16:19 |
dtantsur | ifarkas, nevermind then | 16:19 |
dtantsur | lucasagomes, maybe you? https://review.openstack.org/#/c/148954 is just a doc update for discoverd | 16:20 |
* lucasagomes clicks | 16:20 | |
NobodyCam | rameshg87: Does minimal verification of the RAID configuration information like if at least one boot volume has been specified | 16:20 |
NobodyCam | is htat saying not net booting? | 16:21 |
NobodyCam | s/not/no/ | 16:21 |
NobodyCam | s/htat/that/ :-p | 16:21 |
* dtantsur gives NobodyCam more coffee | 16:21 | |
* NobodyCam takes the coffee | 16:21 | |
rameshg87 | :) | 16:21 |
rameshg87 | NobodyCam, it actually hints Ironic to deploy the image onto that disk | 16:22 |
rameshg87 | NobodyCam, it could be a partition image or a whole disk image - it doesn't matter | 16:22 |
rameshg87 | NobodyCam, later on it could net-boot or local-boot | 16:22 |
NobodyCam | ah ok that what I wanted to check on .. Ty | 16:22 |
* rameshg87 wonders if boot volume sounds like node would boot from that volume | 16:23 | |
rameshg87 | NobodyCam, ^^ did it give the wrong impression at first sight ? | 16:23 |
NobodyCam | yep thats how I took it | 16:23 |
NobodyCam | :) | 16:23 |
NobodyCam | how about deploy volume | 16:23 |
rameshg87 | NobodyCam, does root_volume | 16:24 |
NobodyCam | or some such | 16:24 |
rameshg87 | NobodyCam, oh | 16:24 |
NobodyCam | root works too | 16:24 |
rameshg87 | NobodyCam, yeah root_volume or deploy_volume sounds much better to me too | 16:24 |
rameshg87 | NobodyCam, i can change it :) | 16:24 |
lucasagomes | dtantsur, the ironic_callback_url option was properly deprecated? | 16:24 |
NobodyCam | :) want a comment on the review? | 16:24 |
lucasagomes | wondering if you should keep the backwards compat there | 16:24 |
*** dlpartain has left #openstack-ironic | 16:25 | |
dtantsur | lucasagomes, it was never actually public, but it's still in Juno images that we publish with RDO. | 16:25 |
dtantsur | not 100% sure here, anyway it's not part of discoverd code base | 16:26 |
lucasagomes | hmm | 16:26 |
lucasagomes | I see | 16:26 |
lucasagomes | ack | 16:26 |
rameshg87 | NobodyCam, sure :) | 16:26 |
NobodyCam | ack :) let me finish looking it over before you attempt to fix :) | 16:26 |
*** foexle has quit IRC | 16:26 | |
dtantsur | lucasagomes, I mean, its a good question, but ramdisks are a bit harder to handle, the best I can do is to write a warning in docs, as nothing in the code itself touches this parameter | 16:27 |
lucasagomes | dtantsur, yeah I think ur grand then. I thought it was a valid kernel parameter for discoverd before | 16:27 |
*** Marga_ has quit IRC | 16:27 | |
devananda | morning, all | 16:31 |
lucasagomes | devananda, good morning | 16:31 |
Alonha | devananda: Good morning | 16:33 |
NobodyCam | mornign devananda | 16:33 |
devananda | gilliard: there will be no collaring of devas -- but yes, I will be at the nova midcycle next week, and am happy to chat | 16:33 |
NobodyCam | lol | 16:33 |
devananda | gilliard: also, what did you want to talk about? | 16:33 |
devananda | Alonha: morning | 16:33 |
dtantsur | devananda, morning | 16:34 |
Alonha | devananda: I have a question regarding bug: https://bugs.launchpad.net/ironic/+bug/1273856 | 16:34 |
devananda | Alonha: please just ask the question. no need to "ask if you can ask" :) | 16:34 |
*** dtantsur is now known as dtantsur|afk | 16:35 | |
Alonha | I would like to contribute and was thinking to get more accurate pointers to the files you think that requires the logging | 16:35 |
*** rameshg87 has quit IRC | 16:35 | |
dtantsur|afk | NobodyCam, please update https://review.openstack.org/#/c/135589 with what you think about my comment :) | 16:36 |
dtantsur|afk | g'night | 16:36 |
devananda | dtantsur|afk: g'night! | 16:36 |
lxsli | devananda: think gilliard wanted https://review.openstack.org/#/c/148218/ approved to stable/juno | 16:37 |
Alonha | devananda: sorry, I have to leave now I will try to catch you again later | 16:37 |
*** Alonha has quit IRC | 16:39 | |
lxsli | rloo: fixed https://review.openstack.org/#/c/148219 | 16:39 |
rloo | lxsli: was that cherry picked from two commits on master? | 16:40 |
lucasagomes | dtantsur|afk, night | 16:51 |
*** ChuckC_ has joined #openstack-ironic | 16:51 | |
*** ChuckC has quit IRC | 16:51 | |
*** ramineni has joined #openstack-ironic | 16:52 | |
ramineni | JayF: hi | 16:55 |
NobodyCam | bbt ... brb | 16:57 |
ramineni | looking for reviews for the zapping and cleaning specs proposed for ilo drivers https://review.openstack.org/#/c/142401/ and https://review.openstack.org/#/c/145404/ . Anyone from core team , please have a look | 17:02 |
*** rwsu has joined #openstack-ironic | 17:04 | |
JoshNang | ramineni: i'll take a look at the cleaning one. i'm not sure my zapping spec will make it in this cycle, because without hardware capabilities, it's not very useful | 17:04 |
*** igordcard has quit IRC | 17:05 | |
lxsli | rloo: the 2 changes were picked from 1 commit each, if that's what you meant? | 17:05 |
rloo | lxsli: yes. To backport, the changes have to come from master. | 17:06 |
ramineni | JoshNang: oohk, thanks :) | 17:06 |
rloo | lxsli: that backport needs changes from two commits in master. One of the changes hasn't merged yet. | 17:06 |
lxsli | rloo aha sorry, didn't know it wasn't ready yet | 17:07 |
rloo | lxsli: the commit message should indicate the commit #s. | 17:07 |
rloo | lxsli: no worries | 17:07 |
openstackgerrit | Merged stackforge/ironic-discoverd: Fix discovery image installation notes https://review.openstack.org/148954 | 17:07 |
lxsli | This is 148219 right? Which picks 142782 (merged) | 17:07 |
rloo | lxsli: i don't recall the numbers. but i added a link to the 2nd patch. if someone actually does the cherry pick, they'd know that the 2nd one didn't merge yet. cuz there's no commit number for that :-) | 17:08 |
rloo | lxsli: just curious. why did you update that instead of waiting for gilliard to do it? | 17:09 |
lxsli | because Devananda turned up | 17:09 |
lxsli | and gilliard usually sits about 4' away :) | 17:10 |
rloo | lxsli: ha ha. So when people modify a patch, they sometimes/usually put co-author (or something like that) on the commit msg. | 17:11 |
lxsli | Well, I only fixed a typo :) | 17:11 |
rloo | lxsli: just mentioning it in case you didn't know about it. there are useful reasons for doing the co-author stuff sometimes ;) | 17:12 |
lxsli | Besides credit? | 17:14 |
*** Marga_ has joined #openstack-ironic | 17:16 | |
rloo | lxsli: also for reviewing. I'm not sure if co-authors should review/vote. Core-reviewers are pretty careful about that, if they co-author, they don't tend to +2 unless they did something simple like rebasing. | 17:17 |
lxsli | Ah right - yes I follow that (I'm TripleO core) but often don't bother adding Co-Author | 17:18 |
*** anderbubble has quit IRC | 17:19 | |
rloo | lxsli: no worries! | 17:20 |
*** docaedo is now known as Guest12691 | 17:21 | |
devananda | yea, for a nit-fix (like a typo or commit msg) I won't usually add co-author | 17:23 |
NobodyCam | I tend to limit my voting on patches that I've helped on to +1 .. to show that I agree with any other changes to the patch set | 17:25 |
devananda | I need to run to the airport, will try to review this later, unless adam_g gets to it first | 17:25 |
NobodyCam | awesome thank you devananda | 17:25 |
NobodyCam | I am keeping an eye out for adam_g ... | 17:26 |
NobodyCam | have a good flight | 17:26 |
*** MattMan has left #openstack-ironic | 17:30 | |
*** eghobo has joined #openstack-ironic | 17:30 | |
*** sdake has quit IRC | 17:31 | |
*** Marga_ has quit IRC | 17:37 | |
*** athomas has quit IRC | 17:37 | |
*** Marga_ has joined #openstack-ironic | 17:37 | |
openstackgerrit | Lucas Alvares Gomes proposed openstack/ironic: Allow associate an instance independent of the node power state https://review.openstack.org/149009 | 17:37 |
lucasagomes | devananda, have a safe flight | 17:37 |
*** ramineni has quit IRC | 17:37 | |
NobodyCam | oh /me needs to look at that patch | 17:40 |
*** ChuckC has joined #openstack-ironic | 17:41 | |
*** ChuckC_ has quit IRC | 17:41 | |
*** achanda has joined #openstack-ironic | 17:43 | |
*** Nisha_away has quit IRC | 17:45 | |
* NobodyCam sees the mail man.. and prepears to mug hum for his NUC | 17:45 | |
*** Marga_ has quit IRC | 17:46 | |
*** Marga_ has joined #openstack-ironic | 17:47 | |
*** alexm__ has left #openstack-ironic | 17:49 | |
lucasagomes | :) | 17:50 |
openstackgerrit | Merged openstack/ironic: Clean up ilo's parse_driver_info() https://review.openstack.org/148382 | 17:51 |
*** Marga_ has quit IRC | 17:51 | |
openstackgerrit | Merged openstack/ironic: Fix instance_info parameters clearing https://review.openstack.org/148874 | 17:51 |
lucasagomes | ok folks I will call it a day | 17:55 |
lucasagomes | have a good night everyone! | 17:55 |
*** lucasagomes is now known as lucas-dinner | 17:55 | |
*** jistr has quit IRC | 17:56 | |
NobodyCam | woo hoo /me now has a i5 Nuc,16gb ram, 120gb ssd, and a wifi card.. Now just have to figure out how to open the case and we be set | 18:02 |
*** derekh has quit IRC | 18:08 | |
BadCub_ | :-o | 18:11 |
Shrews | NobodyCam: neat-o! | 18:12 |
* Shrews wonders in what interesting ways NobodyCam will use it | 18:12 | |
Shrews | if NUCs only supported IPMI.... | 18:12 |
NobodyCam | lol A new dvr for the rv | 18:12 |
NobodyCam | Shrews: there a a atm power driver | 18:12 |
NobodyCam | lol and I thought mini-atx cases where small... ogm this is tiny | 18:17 |
JoshNang | NobodyCam: did yours come in the box that made the "duh, duh duh duh duh" intel sound went you opened it? | 18:17 |
NobodyCam | oh gawd yes. every time the box moves it makes that noise | 18:18 |
JoshNang | hah! | 18:18 |
*** harlowja_away is now known as harlowja | 18:20 | |
*** ryanpetrello has quit IRC | 18:23 | |
*** ryanpetrello_ has joined #openstack-ironic | 18:23 | |
*** ryanpetrello_ is now known as ryanpetrello | 18:23 | |
*** andreykurilin_ has joined #openstack-ironic | 18:24 | |
*** dlaube has joined #openstack-ironic | 18:26 | |
jroll | NobodyCam: nice, me wants | 18:26 |
*** spandhe has joined #openstack-ironic | 18:29 | |
*** ryanpetrello_ has joined #openstack-ironic | 18:30 | |
*** ryanpetrello has quit IRC | 18:31 | |
*** ryanpetrello_ is now known as ryanpetrello | 18:31 | |
*** coolsvap is now known as coolsvap|afk | 18:33 | |
NobodyCam | jroll: the Nuc's start around 120 bucks (with a arm type cpu) the i5 I got was only 350 | 18:34 |
* jroll wonders if he can expense this | 18:35 | |
jroll | ironic test env on a desk would be teh awesome | 18:35 |
jroll | NobodyCam: let me know if AMT driver ends up working with this :) | 18:35 |
NobodyCam | we do really need to test the atm power driver some how | 18:36 |
NobodyCam | jroll: I don't expect I have anytime until later in the week to play with it | 18:36 |
jroll | pshhh. | 18:37 |
jroll | bring it to the midcycle :D | 18:37 |
NobodyCam | by then it will be mounted in the rv as my drv | 18:37 |
jroll | oh nice | 18:37 |
NobodyCam | with a 12 tb raid as DAS | 18:38 |
NobodyCam | lol | 18:38 |
jroll | indeed :D | 18:39 |
*** jerryz has quit IRC | 18:40 | |
NobodyCam | oh and waiting with no word is like the worst form of enhanced interrogation | 18:45 |
NobodyCam | brb | 18:49 |
*** priteau has joined #openstack-ironic | 18:53 | |
NobodyCam | doh all we have is standard hdmi cables. going to need to go pickup a mini hdmi version if I'z wants to see the console | 19:00 |
*** Marga_ has joined #openstack-ironic | 19:05 | |
*** jcoufal_ has quit IRC | 19:10 | |
openstackgerrit | Ruby Loo proposed openstack/ironic: Allow operations on DEPLOYFAIL'd nodes https://review.openstack.org/149027 | 19:12 |
NobodyCam | wow custome ink sends a lot of spam | 19:13 |
NobodyCam | lol | 19:13 |
NobodyCam | would anyone want one of these? http://www.customink.com/designs/ironicwork/beu0-0015-m60c/hotlink | 19:13 |
NobodyCam | or have any thoughts on changes to the design? | 19:16 |
trown | I would definitely rock that | 19:17 |
NobodyCam | :) | 19:18 |
*** eghobo has quit IRC | 19:20 | |
BadCub_ | count me in | 19:20 |
*** ijw has quit IRC | 19:24 | |
*** Marga_ has quit IRC | 19:27 | |
*** Marga_ has joined #openstack-ironic | 19:27 | |
*** ijw has joined #openstack-ironic | 19:29 | |
*** Marga_ has quit IRC | 19:32 | |
*** pelix has quit IRC | 19:32 | |
rloo | adam_g: is https://review.openstack.org/#/c/148381/ the fix/related to https://bugs.launchpad.net/ironic/+bug/1408808? | 19:39 |
adam_g | rloo, oh yea, sorry i forgot a bug ref | 19:40 |
openstackgerrit | Adam Gandelman proposed openstack/ironic: Simplify policy.json https://review.openstack.org/148381 | 19:40 |
adam_g | rloo, thanks | 19:40 |
rloo | adam_g: no worries. I noticed the two and didn't think it was a coincidence ;) | 19:40 |
NobodyCam | thank you rloo :) | 19:45 |
NobodyCam | and mornign adam_g :) | 19:45 |
adam_g | heya | 19:45 |
adam_g | im actually on my way out for 1hr, i +2'd that stable review. looks fine now that the master patch has landed | 19:45 |
rloo | NobodyCam: yw. thank me if/when I review adam_g's patch ;) | 19:46 |
NobodyCam | adam_g: awesome Thank you | 19:46 |
rloo | adam_g: so it doesn't matter that the commit msg doesn't have the commit # for the 2nd (manual) cherry-pick | 19:47 |
*** ijw has quit IRC | 19:48 | |
*** Marga_ has joined #openstack-ironic | 19:59 | |
*** harlowja is now known as harlowja_away | 19:59 | |
*** achanda has quit IRC | 20:01 | |
*** ijw has joined #openstack-ironic | 20:03 | |
*** harlowja_away is now known as harlowja | 20:04 | |
*** achanda has joined #openstack-ironic | 20:04 | |
*** Marga_ has quit IRC | 20:04 | |
*** Marga_ has joined #openstack-ironic | 20:05 | |
*** Marga_ has quit IRC | 20:09 | |
NobodyCam | brb | 20:10 |
clif_h | are there open code reviews that people want eyes on? | 20:14 |
rloo | clif_h: ALL :-) | 20:15 |
clif_h | haha | 20:15 |
clif_h | fair enough | 20:15 |
rloo | thx clif_h! | 20:15 |
*** lucas-dinner has quit IRC | 20:20 | |
openstackgerrit | Jim Rollenhagen proposed openstack/ironic: Clear locks on conductor startup https://review.openstack.org/149038 | 20:23 |
openstackgerrit | Jim Rollenhagen proposed openstack/ironic: Clear locks on conductor startup https://review.openstack.org/149038 | 20:24 |
jroll | NobodyCam: love the shirt, I might leave off "support" on the back | 20:25 |
*** jerryz has joined #openstack-ironic | 20:25 | |
NobodyCam | jroll: Just OpenStack:Bare Metal | 20:29 |
NobodyCam | or bare metal team? | 20:29 |
jroll | NobodyCam: yeah, without the : | 20:31 |
*** enikanorov has joined #openstack-ironic | 20:32 | |
openstackgerrit | Victor Lowther proposed openstack/ironic: Move drac config job management to drac_common. https://review.openstack.org/149040 | 20:32 |
*** enikanorov_ has quit IRC | 20:34 | |
NobodyCam | would anyone want one of these? http://www.customink.com/designs/ironic2/beu0-0015-r3r1/hotlink | 20:38 |
NobodyCam | jroll: ^^^ | 20:38 |
NobodyCam | sorry for the repost | 20:38 |
jroll | I like, ++ | 20:43 |
Shrews | NobodyCam: haha... yes! | 20:44 |
mrda | Morning Ironic | 20:45 |
mrda | re: t-shirt, I'm not sure geeks looks good in white :) | 20:46 |
mrda | But I like the design | 20:47 |
*** Marga_ has joined #openstack-ironic | 20:48 | |
NobodyCam | mrda: if they will allow me to, I like to set up a form where you could choose your tee shirt and print color | 20:51 |
*** Marga_ has quit IRC | 20:53 | |
*** ifarkas has quit IRC | 20:55 | |
*** deva__ has joined #openstack-ironic | 21:01 | |
*** ijw has quit IRC | 21:02 | |
mrda | NobodyCam: \o/ | 21:04 |
*** deva__ has quit IRC | 21:05 | |
*** deva__ has joined #openstack-ironic | 21:05 | |
*** deva__ has quit IRC | 21:05 | |
*** PaulCzar has quit IRC | 21:16 | |
*** jdob_ has joined #openstack-ironic | 21:24 | |
*** jdob_ has quit IRC | 21:25 | |
*** dprince has quit IRC | 21:25 | |
*** Marga_ has joined #openstack-ironic | 21:26 | |
*** romcheg1 has joined #openstack-ironic | 21:38 | |
*** romcheg has quit IRC | 21:39 | |
*** jerryz has quit IRC | 21:42 | |
NobodyCam | mrda: nope. They do not allow that type of ordering. | 21:43 |
NobodyCam | I'll add an agenda item to vote on shirt and text color? front is a graphic file and not editable on their site | 21:44 |
*** david-lyle has joined #openstack-ironic | 21:46 | |
NobodyCam | JoshNang: happen to have an update for https://review.openstack.org/#/c/140826 on your pile? | 21:47 |
JoshNang | NobodyCam: so i'm not sure how much i can do with zapping without hardware capabilities | 21:48 |
JoshNang | which got bumped to L IIRC | 21:48 |
NobodyCam | :( | 21:49 |
JoshNang | like, we can make the sweet interface for doing things to nodes...but there'd be no way to track what had and hadn't been done to those nodes | 21:50 |
JoshNang | and you couldn't schedule against those changes. it might be useful for performing an action on a whole fleet though. | 21:51 |
NobodyCam | I was thinking of a case where some one could validate a hdd in the zapping process | 21:52 |
*** jgrimm is now known as zz_jgrimm | 21:53 | |
JoshNang | hmm right | 21:53 |
JoshNang | right now we throw things like that through a full cleaning cycle (or muck with the DB to skip to that step, ew) | 21:54 |
JoshNang | having an api for it would be sweet | 21:54 |
NobodyCam | I was lookng at an internal ticket and the author commented that ironic does no media validation before a deploy is actually started | 21:55 |
*** dlaube has quit IRC | 21:55 | |
openstackgerrit | James Slagle proposed stackforge/ironic-discoverd: Add eDeploy plugin https://review.openstack.org/146599 | 21:55 |
jroll | NobodyCam: I tend to think it should do that before every deploy | 21:56 |
jroll | (so in CLEAN) | 21:56 |
*** dlaube has joined #openstack-ironic | 21:57 | |
NobodyCam | if it was a secure erase it would do the validate by the default action of writting 0's to every sector | 21:57 |
jroll | not all secure erase writes 0's :) | 21:57 |
* NobodyCam will pick one that dose | 21:58 | |
jroll | lol | 21:58 |
jroll | but then it's so slow! | 21:58 |
NobodyCam | lol | 21:58 |
jroll | most SSDs encrypt all the data with a key | 21:58 |
jroll | and secure erase just changes the key | 21:58 |
jroll | some HDDs can even do this now | 21:59 |
NobodyCam | yea, WD also has that on may of there spinning disks | 21:59 |
jroll | yeah | 21:59 |
jroll | brb | 21:59 |
NobodyCam | we could have a cleaning task that check the hdd smart status | 22:00 |
JoshNang | NobodyCam: funny you should say that! JayF was literally just working on this to collect smart metrics: https://github.com/rackerlabs/onmetal-ironic-hardware-manager/pull/25 | 22:01 |
NobodyCam | lol awesome... you that goes to heck behind most raid controlers | 22:02 |
JoshNang | :( | 22:02 |
*** ijw has joined #openstack-ironic | 22:04 | |
* NobodyCam needs to troll the rackerlabs github more often | 22:05 | |
*** chlong has quit IRC | 22:05 | |
NobodyCam | :) | 22:05 |
*** ChuckC_ has joined #openstack-ironic | 22:07 | |
rloo | adam_g: wrt https://bugs.launchpad.net/ironic/+bug/1408808, I tried to reproduce (ironic master with juno's etc/ironic/policy.json) but the curl request works, I don't get 'Forbidden...' | 22:07 |
*** ChuckC has quit IRC | 22:08 | |
*** priteau has quit IRC | 22:08 | |
rloo | adam_g: so I don't think I can review https://bugs.launchpad.net/ironic/+bug/1408808 since I don't seem to know how any of this works :-( | 22:08 |
openstackgerrit | Victor Lowther proposed openstack/ironic: Move drac config job management to drac_common https://review.openstack.org/149040 | 22:09 |
*** david-lyle has quit IRC | 22:11 | |
adam_g | rloo, hmm, really? devstack deploys reproduced it 100% for me, ill try to reproduce in a venv and see if i can add more details on how to reproduce | 22:11 |
*** david-lyle has joined #openstack-ironic | 22:11 | |
*** ChuckC has joined #openstack-ironic | 22:11 | |
jroll | NobodyCam: lol raid controllers | 22:12 |
rloo | adam_g: hmm. I was lazy, doing it in a venv, not devstack. Wonder if there is something else besides the policy file. i checked the .config and nothing changed there with the big policy code changes. | 22:12 |
jroll | NobodyCam: do most raid controllers expose something similar though? | 22:12 |
*** ChuckC_ has quit IRC | 22:15 | |
NobodyCam | jroll: most have their own form of status | 22:15 |
*** david-lyle has quit IRC | 22:15 | |
NobodyCam | not sure if there is a standard, just never looked | 22:16 |
jroll | NobodyCam: yeah, so that would be done separately kind of like the LSI stuff is separate there | 22:16 |
jroll | separately/differently | 22:16 |
*** ChuckC has quit IRC | 22:17 | |
NobodyCam | bbiam | 22:23 |
openstackgerrit | James Slagle proposed stackforge/ironic-discoverd: Add eDeploy plugin https://review.openstack.org/146599 | 22:28 |
*** andreykurilin_ has quit IRC | 22:29 | |
*** achanda has quit IRC | 22:31 | |
adam_g | rloo, oh, are you using auth_strategy=noauth in your dev env? | 22:35 |
rloo | adam_g: argh, yup, that's it. | 22:36 |
rloo | adam_g: thx | 22:36 |
*** ijw_ has joined #openstack-ironic | 22:36 | |
*** ijw_ has quit IRC | 22:37 | |
*** ijw_ has joined #openstack-ironic | 22:37 | |
*** ijw has quit IRC | 22:39 | |
adam_g | rloo, np. found something else worth fixing in that area while i was there | 22:40 |
rloo | adam_g: umm, I guess that's good... or not... (that you found something else...) | 22:41 |
*** achanda has joined #openstack-ironic | 22:43 | |
NobodyCam | ipa folk: spec with 2 +2's that will impact you. can some one toss it on their review pile: https://review.openstack.org/#/c/137363 | 22:50 |
*** ryanpetrello has quit IRC | 22:51 | |
*** ijw_ has quit IRC | 22:52 | |
openstackgerrit | Merged openstack/ironic: Improve docstrings about TaskManager's spawning feature https://review.openstack.org/148734 | 22:53 |
*** ijw has joined #openstack-ironic | 22:53 | |
*** romcheg1 has quit IRC | 22:53 | |
*** ijw has joined #openstack-ironic | 22:53 | |
*** ijw has quit IRC | 22:54 | |
*** ijw has joined #openstack-ironic | 22:55 | |
*** ijw_ has joined #openstack-ironic | 22:56 | |
openstackgerrit | Merged openstack/ironic: Distinguish between prepare + deploy errors https://review.openstack.org/146135 | 22:57 |
*** david-lyle has joined #openstack-ironic | 22:58 | |
*** ijw_ has quit IRC | 22:59 | |
*** ijw has quit IRC | 22:59 | |
*** ijw_ has joined #openstack-ironic | 22:59 | |
*** ijw_ has quit IRC | 23:01 | |
*** Marga_ has quit IRC | 23:01 | |
*** ijw has joined #openstack-ironic | 23:01 | |
*** Marga_ has joined #openstack-ironic | 23:01 | |
*** chuckc__ has joined #openstack-ironic | 23:03 | |
jroll | NobodyCam: looking | 23:03 |
*** Marga_ has quit IRC | 23:04 | |
*** Marga_ has joined #openstack-ironic | 23:04 | |
NobodyCam | ty jroll | 23:04 |
jroll | hmm | 23:04 |
jroll | this will impact the agent's rest api, do we want to note that? | 23:05 |
*** trown is now known as trown|outttypeww | 23:05 | |
NobodyCam | oh we actually dont have an offical agent api section but ya it should be noted | 23:05 |
jroll | blah, I don't want to hold up the spec on it though | 23:06 |
NobodyCam | + or - as you feel | 23:07 |
jroll | yeah | 23:07 |
jroll | it's just parameters to a given call that change, should be fine | 23:07 |
NobodyCam | no pressure http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0CCEQ3ywwAA&url=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D4-rkJmRiFug&ei=PTHAVOToCJC6ogTKv4GAAQ&usg=AFQjCNGX8gyi_VrycAKxPf1GpcoxaU-6QA&sig2=uPaYHXQrh9DqkFQ7fAncuA&bvm=bv.83829542,d.cGU | 23:08 |
jroll | :D | 23:08 |
NobodyCam | lol | 23:08 |
NobodyCam | not the version I wanted to link | 23:08 |
jroll | close enough :P | 23:08 |
NobodyCam | but you get the point | 23:08 |
NobodyCam | :) | 23:09 |
*** david-lyle has quit IRC | 23:09 | |
jroll | landed | 23:09 |
NobodyCam | nice :) | 23:10 |
openstackgerrit | Merged openstack/ironic-specs: Partition image support for agent driver https://review.openstack.org/137363 | 23:11 |
*** Marga_ has quit IRC | 23:12 | |
*** Marga_ has joined #openstack-ironic | 23:13 | |
*** eghobo has joined #openstack-ironic | 23:13 | |
*** Marga_ has quit IRC | 23:29 | |
*** Marga_ has joined #openstack-ironic | 23:29 | |
*** Haomeng|2 has joined #openstack-ironic | 23:32 | |
*** ijw has quit IRC | 23:33 | |
*** Haomeng has quit IRC | 23:33 | |
*** chlong has joined #openstack-ironic | 23:33 | |
*** ijw has joined #openstack-ironic | 23:34 | |
*** Marga_ has quit IRC | 23:34 | |
*** ijw_ has joined #openstack-ironic | 23:35 | |
*** ijw has quit IRC | 23:39 | |
*** Marga_ has joined #openstack-ironic | 23:41 | |
*** chuckc__ has quit IRC | 23:43 | |
*** Marga_ has quit IRC | 23:45 | |
*** Marga_ has joined #openstack-ironic | 23:54 | |
*** dlaube has left #openstack-ironic | 23:54 | |
*** martini has joined #openstack-ironic | 23:54 | |
*** ijw has joined #openstack-ironic | 23:55 | |
*** romcheg has joined #openstack-ironic | 23:55 | |
*** ijw_ has quit IRC | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!