*** matsuhashi has joined #openstack-ironic | 00:15 | |
*** mdurnosvistov_lt has quit IRC | 00:16 | |
*** matsuhashi has quit IRC | 00:21 | |
*** matsuhashi has joined #openstack-ironic | 00:21 | |
*** matsuhashi has quit IRC | 00:21 | |
*** matsuhashi has joined #openstack-ironic | 00:22 | |
NobodyCam | devananda: http://paste.openstack.org/show/EdIlPIwoIKi7jMPYFHPr/ | 00:22 |
---|---|---|
NobodyCam | still need to figure out how to get the virt type and ssh creds! | 00:23 |
* NobodyCam steps afk | 00:26 | |
openstackgerrit | Devananda van der Veen proposed a change to openstack/ironic: Simplify locking around acquiring Node resources https://review.openstack.org/71974 | 00:35 |
* NobodyCam is back | 00:35 | |
devananda | now greatly simplified | 00:35 |
devananda | NobodyCam: that paste seems mostly on the right track | 00:39 |
NobodyCam | ya not done yet | 00:40 |
NobodyCam | should a rev up tomorrow | 00:40 |
devananda | sure | 00:40 |
russell_h | devananda: is there any possible advantage to a filesystem-based lock? | 00:40 |
russell_h | like its not like you want it to persist across restarts right? | 00:40 |
devananda | russell_h: erm, it's really slow and bad? | 00:40 |
jroll | NobodyCam: so, thoughts on having an extra "deploy_data" parameter to provision that gets passed through to the driver? | 00:41 |
devananda | russell_h: a) we don't need to even use a semaphore here. b) even if we did, we really dont want to depend on the FS for it | 00:41 |
NobodyCam | :-p i -1'd https://review.openstack.org/#/c/72969 | 00:41 |
*** coolsvap has quit IRC | 00:41 | |
devananda | russell_h: but as far as why, yes, there are cases where someone else might want it, so Oslo supports them | 00:41 |
russell_h | k | 00:42 |
* devananda doesn't remember wjhat they are off-hand | 00:42 | |
NobodyCam | jroll: that would need a BP | 00:42 |
russell_h | I've never understood fs-based locking | 00:42 |
russell_h | its like for when you have multiple processes on a single box | 00:42 |
devananda | NobodyCam: btw, instead of a bunch of ironic node-update, you can pass al lthe info to create | 00:42 |
russell_h | config management I guess | 00:42 |
NobodyCam | yes!!! | 00:42 |
jroll | NobodyCam: sure thing. but you're open to it, at least? | 00:42 |
devananda | NobodyCam: ironic node-create -i xx -i xx -i xx -p xx -p xx -p xx .... | 00:42 |
NobodyCam | yep just putting things toghether | 00:43 |
NobodyCam | jroll: not opposed at this point... timing may not perfect for such changes right now... | 00:44 |
*** SpamapS has quit IRC | 00:44 | |
NobodyCam | s/may not perfect/nay not BE perfect/ | 00:44 |
jroll | NobodyCam: cool. I'm in no rush to get it in but want to make sure I'm not putting in effort for nothing. I can run a fork in the meantime :) | 00:44 |
jroll | not ideal but I can make it work | 00:45 |
NobodyCam | devananda: for new BP can we stil accept just not for Icehiuse | 00:45 |
NobodyCam | house* | 00:45 |
devananda | NobodyCam: BP can always be proposed, but yea, not accepting for this cycle any more | 00:46 |
jroll | right, that's fine | 00:46 |
NobodyCam | jroll: ^^^:) | 00:46 |
jroll | :) | 00:46 |
jroll | I'll get it in this week | 00:46 |
jroll | probably with an early version of a patch | 00:47 |
NobodyCam | Great :) | 00:47 |
NobodyCam | seeng code always helps /me | 00:47 |
NobodyCam | :-p | 00:47 |
jroll | same | 00:47 |
mrda | jroll: excellent idea - getting eyeballs on it will help it get thru easier for Juno | 00:47 |
*** matsuhashi has quit IRC | 00:59 | |
*** matsuhashi has joined #openstack-ironic | 01:00 | |
*** SpamapS has joined #openstack-ironic | 01:02 | |
*** zul has joined #openstack-ironic | 01:06 | |
*** anniec has quit IRC | 01:23 | |
devananda | dhellmann: re: pyghmi and testing, i think i'm missing something | 01:27 |
devananda | dhellmann: when I add a "testenv:ironic-tip" to pyghmi, similar to what you've got in pecan, sure, it installs ironic and runs those tests | 01:28 |
devananda | dhellmann: but ironic has pyghmi in requirements.txt, so ironic is getting tested with the latest pip release (pip install -U requirements) rather than the current pyghmi source tree | 01:28 |
devananda | dhellmann: or at least that's what it looks like | 01:28 |
devananda | *latest pyghmi release on pip, I mean | 01:29 |
*** epim has quit IRC | 01:35 | |
*** anniec has joined #openstack-ironic | 01:35 | |
*** nosnos has joined #openstack-ironic | 01:39 | |
*** anniec has quit IRC | 01:41 | |
mrda | hey all, I'm looking to try and bootstrap ironic as per https://etherpad.openstack.org/p/IronicDeployDevstack and was wondering what virtualisation tech people are using for the host? i.e. It's a precise box, but what are people using for the devstack vm and the fake baremetal node? | 01:41 |
*** anniec has joined #openstack-ironic | 01:41 | |
mrda | (sorry for the noob question) | 01:42 |
devananda | mrda: heya! um, so ... | 01:44 |
devananda | mrda: i would punt that particular question to lucas or agordeev, as I'm not testing that in a VM | 01:44 |
devananda | mrda: I've been trying to get it going inside of an HPCS instance running precise | 01:45 |
devananda | mrda: and then using libvirt to make small VMs for the fake baremetal nodes | 01:45 |
devananda | i was making progress on monday, then spent the last 2 days travelling | 01:45 |
*** anniec has quit IRC | 01:46 | |
*** hstimer has joined #openstack-ironic | 01:48 | |
mrda | so I'm on the bleeding edge ;) | 01:48 |
*** anniec has joined #openstack-ironic | 01:50 | |
devananda | yep | 01:52 |
*** marty has quit IRC | 01:52 | |
devananda | mrda: so any devstack should be able to start ironic services | 01:52 |
devananda | mrda: the issue is going to be around the net bridge and neutron configuration to control DHCP for the fake baremetal nodes | 01:52 |
*** hstimer has quit IRC | 01:52 | |
devananda | mrda: agordeev has been working on some of that here: https://review.openstack.org/#/c/70348/ | 01:54 |
mrda | yes, I'd like to get to the point where I can actually get an ironic node booting | 01:54 |
mrda | :) | 01:54 |
mrda | do you think that it'll work using those notes with a fake baremetal node? | 01:55 |
mrda | Or am I wasting my time? | 01:55 |
devananda | mrda: depends on your definition of "wasting" and "time" ;) | 01:57 |
devananda | mrda: regarding the notes in that etherpad, I highly suspect they're out of date (they were last time i looked) | 01:58 |
*** digambar has quit IRC | 01:59 | |
openstackgerrit | Haomeng,Wang proposed a change to openstack/ironic: Re-enable lazy translation https://review.openstack.org/74626 | 01:59 |
openstackgerrit | Devananda van der Veen proposed a change to stackforge/pyghmi: Add testing with Ironic to tox.ini https://review.openstack.org/74891 | 02:00 |
*** zul has quit IRC | 02:01 | |
devananda | mrda: have I been in any way helpful? | 02:02 |
mrda | devananda: that's been good | 02:16 |
mrda | in that I'm less certain about whether I should proceed, or go do something else | 02:16 |
mrda | getting ironic going in devstack is something I want and need to do :) | 02:17 |
devananda | mrda: fwiw, we're all blocked on that right now .. | 02:18 |
devananda | i've been fighting with precise for the last hour refusing to even start devstack (let alone anything with ironic) | 02:18 |
devananda | mrda: in principle, using devstack from trunk, you should get ironic itself up and running just by adding this | 02:20 |
devananda | enable_service ir-api | 02:20 |
devananda | to your localrc | 02:20 |
devananda | enable_service ir-cond | 02:20 |
mrda | sure, so glorious PTL, would it be simply better for me to do some reviews and potentially help out with something from https://launchpad.net/ironic/+milestone/icehouse-3 | 02:20 |
devananda | gah! titles! please stop that :) | 02:20 |
mrda | lol :) | 02:20 |
mrda | so I'd like to get ironic booting a fake baremetal node, then I can concentrate on non-hardware specific ironic issues | 02:21 |
devananda | so, NobodyCam and I have kept up the tripleo side of things fairly well | 02:21 |
devananda | that's probably the shortest path to getting a local env with VMs that you can boot | 02:22 |
mrda | ok, so which wiki/ether should I be following to go there? | 02:22 |
devananda | devstack has become a real need since I realized that we need full CI (in devstack+precise) of the nova ironic driver, like, a month or two ago ... | 02:23 |
devananda | k, sec | 02:23 |
mrda | sure, I agree | 02:23 |
devananda | mrda: https://wiki.openstack.org/wiki/Ironic/TripleO | 02:23 |
mrda | I just want to be able to resolve real issues and learn the code base, so getting that going is going to help me I think | 02:23 |
mrda | thanks | 02:23 |
devananda | mrda: I think that's accurate. I haven't tested it in ~1 wk, so who knows if tripleo-incubator changed ... :-/ | 02:24 |
devananda | mrda: also, if you haven't already seen http://docs.openstack.org/developer/ironic/dev/dev-quickstart.html, there are some new sections there that | 02:24 |
devananda | mrda: show how to get the services running in a venv locally (no VM) | 02:24 |
mrda | cool, excellent. I hadn't read that last since January in Perth :) | 02:25 |
devananda | I have mostly been testing with venv's as that's the easiest way for me to spin up several services in parallel and test things like eg. multi-conductor locking | 02:25 |
devananda | rather than trying to create N VMs with one service each, I just create different config files and point each service at one | 02:26 |
mrda | thanks devananda, I'll refocus on those two (Ironic/TripleO & dev-quickstart) and see where that gets me | 02:29 |
devananda | mrda: I walked the piston folks through the dev-quickstart yesterday -- we did find a few glitches (i think tox wasn't installed in their env?) but nothing major | 02:30 |
* devananda needs to dig up those notes | 02:30 | |
devananda | mrda: also it was enough to get a few of their developers to start spamming IPMI traffic onto their local net, so .. \o/ | 02:31 |
mrda | if you find those notes, I'd be inteersted! | 02:35 |
devananda | davidlenwell: you dont happen to have gotten a copy of the notes from yesterday? | 02:36 |
*** rloo has quit IRC | 02:41 | |
*** rongze has joined #openstack-ironic | 02:48 | |
davidlenwell | devananda: which notes again ? | 03:01 |
devananda | davidlenwell: the ones joshua took | 03:04 |
davidlenwell | I'll ask him for them .. | 03:04 |
devananda | davidlenwell: i think i remembered the issue we found in the dev-quickstart, but he had some others | 03:04 |
devananda | thanks | 03:04 |
openstackgerrit | Devananda van der Veen proposed a change to openstack/ironic: Clarify and fix up the dev-quickstart doc some more https://review.openstack.org/74909 | 03:05 |
devananda | davidlenwell, mrda: this may be even more helpful for ya'll | 03:05 |
mrda | cool! | 03:06 |
devananda | when jenkins finishes its test, there'll be a link to a more readable version | 03:06 |
devananda | mrda: also, i just updated the tail end of https://etherpad.openstack.org/p/IronicDeployDevstack with my current notes | 03:10 |
devananda | i haven't actually tested it yet ... heh | 03:11 |
mrda | :) | 03:11 |
*** lazy_prince is now known as killer_prince | 03:19 | |
devananda | ok, i think i'm done for the day... see ya'll tmw! | 03:25 |
mrda | have a great night devananda! | 03:25 |
*** rongze has quit IRC | 03:32 | |
*** matsuhashi has quit IRC | 03:46 | |
*** rongze has joined #openstack-ironic | 03:57 | |
davidlenwell | devananda: I sent josh a text saying you wanted his notes.. he said "ok" then nothing .. so maybe he'll email them to you .. or who knows.. might wanna follow up with him tomorrow | 04:15 |
*** anniec has quit IRC | 04:21 | |
*** anniec has joined #openstack-ironic | 04:28 | |
*** Kanagaraj has joined #openstack-ironic | 04:30 | |
*** matsuhashi has joined #openstack-ironic | 04:31 | |
*** killer_prince has quit IRC | 04:43 | |
*** lazy_prince has joined #openstack-ironic | 04:43 | |
*** lazy_prince has quit IRC | 04:43 | |
*** killer_prince has joined #openstack-ironic | 04:44 | |
*** rongze has quit IRC | 04:44 | |
openstackgerrit | Andreas Jaeger proposed a change to openstack/ironic: Improve help strings https://review.openstack.org/74822 | 04:44 |
*** aignatov_ is now known as aignatov | 04:45 | |
*** aignatov is now known as aignatov_ | 05:00 | |
*** SpamapS has quit IRC | 05:06 | |
*** jcooley_ has joined #openstack-ironic | 05:13 | |
*** anniec has quit IRC | 05:13 | |
*** rongze has joined #openstack-ironic | 05:16 | |
*** shausy has joined #openstack-ironic | 05:18 | |
*** rongze_ has joined #openstack-ironic | 05:18 | |
*** rongze has quit IRC | 05:19 | |
*** rongze has joined #openstack-ironic | 05:20 | |
*** anniec has joined #openstack-ironic | 05:21 | |
*** rongze_ has quit IRC | 05:22 | |
*** SpamapS has joined #openstack-ironic | 05:23 | |
*** rongze has quit IRC | 05:24 | |
*** anniec has quit IRC | 06:04 | |
openstackgerrit | Jenkins proposed a change to openstack/ironic: Imported Translations from Transifex https://review.openstack.org/71192 | 06:07 |
*** loki_ has joined #openstack-ironic | 06:16 | |
*** anniec has joined #openstack-ironic | 06:16 | |
*** rongze has joined #openstack-ironic | 06:18 | |
*** killer_prince is now known as lazy_prince | 06:19 | |
*** rongze has quit IRC | 06:25 | |
openstackgerrit | Haomeng,Wang proposed a change to openstack/ironic: Re-enable lazy translation https://review.openstack.org/74626 | 06:25 |
*** rongze has joined #openstack-ironic | 06:27 | |
*** anniec has quit IRC | 06:35 | |
*** mrda is now known as mrda_away | 06:36 | |
openstackgerrit | Sun Jing proposed a change to openstack/ironic: Support serial console access https://review.openstack.org/64100 | 06:48 |
openstackgerrit | Haomeng,Wang proposed a change to openstack/ironic: Re-enable lazy translation https://review.openstack.org/74626 | 06:56 |
*** vkozhukalov has joined #openstack-ironic | 06:58 | |
*** matsuhashi has quit IRC | 07:01 | |
*** matsuhashi has joined #openstack-ironic | 07:03 | |
*** Kanagaraj has quit IRC | 07:05 | |
openstackgerrit | Haomeng,Wang proposed a change to openstack/ironic: Re-enable lazy translation https://review.openstack.org/74626 | 07:11 |
*** saju_m has joined #openstack-ironic | 07:15 | |
*** saju_m has quit IRC | 07:20 | |
*** saju_m has joined #openstack-ironic | 07:21 | |
*** saju_m has quit IRC | 07:26 | |
*** saju_m has joined #openstack-ironic | 07:26 | |
*** lazy_prince2 has joined #openstack-ironic | 07:28 | |
*** lazy_prince2 is now known as killer_prince | 07:29 | |
openstackgerrit | lokesh s proposed a change to openstack/ironic: Ironic deployment docs https://review.openstack.org/74282 | 07:48 |
*** saju_m has quit IRC | 07:49 | |
*** Kanagaraj has joined #openstack-ironic | 07:55 | |
*** mdurnosvistov_lt has joined #openstack-ironic | 07:57 | |
*** ndipanov has joined #openstack-ironic | 08:04 | |
*** mdurnosvistov_lt has quit IRC | 08:24 | |
*** mdurnosvistov_lt has joined #openstack-ironic | 08:26 | |
*** dshulyak has quit IRC | 08:34 | |
*** dshulyak has joined #openstack-ironic | 08:37 | |
*** vkozhukalov has quit IRC | 08:44 | |
*** saju_m has joined #openstack-ironic | 08:45 | |
*** jistr has joined #openstack-ironic | 08:46 | |
agordeev | good morning, Ironic | 08:50 |
*** loki_ has quit IRC | 08:54 | |
*** loki_ has joined #openstack-ironic | 09:02 | |
*** Kanagaraj has quit IRC | 09:08 | |
*** KanagarajM_ has joined #openstack-ironic | 09:08 | |
*** lucasagomes has joined #openstack-ironic | 09:13 | |
Haomeng | agordeev: morning:) | 09:17 |
*** mdurnosvistov_lt has quit IRC | 09:24 | |
*** matsuhashi has quit IRC | 09:29 | |
*** matsuhashi has joined #openstack-ironic | 09:30 | |
*** aignatov_ is now known as aignatov | 09:33 | |
openstackgerrit | Yuriy Zveryanskyy proposed a change to openstack/ironic: Add string representation method to MultiType https://review.openstack.org/74075 | 09:33 |
*** aignatov is now known as aignatov_ | 09:34 | |
*** rmiki has joined #openstack-ironic | 09:41 | |
openstackgerrit | Yuiko Takada proposed a change to openstack/python-ironicclient: Fix the test parameter order https://review.openstack.org/74976 | 09:42 |
*** yuriyz has joined #openstack-ironic | 09:42 | |
*** rmiki has quit IRC | 09:44 | |
*** rmiki has joined #openstack-ironic | 09:45 | |
*** tatyana has joined #openstack-ironic | 09:46 | |
*** derekh has joined #openstack-ironic | 09:47 | |
*** martyntaylor has joined #openstack-ironic | 09:49 | |
*** tatyana has quit IRC | 09:49 | |
rmiki | hello | 09:50 |
rmiki | Does anyone attempt to cloud-init via Ironic? It doesn't work because nova-metadata seems can't lookup Ironic's instance-uuid. | 09:53 |
*** aignatov_ is now known as aignatov | 10:12 | |
ifarkas | agordeev, ping | 10:13 |
*** mdurnosvistov_lt has joined #openstack-ironic | 10:17 | |
Haomeng | anyone can help me - http://logs.openstack.org/78/73578/4/check/gate-ironic-pep8/c018da5/console.html, looks like "host=bare-precise-hpcloud-az3-1464207.novalocal" is invalid options | 10:18 |
*** max_lobur_afk is now known as max_lobur | 10:19 | |
Haomeng | yuriyz: thanks for your comments - "recheck bug 1282481" | 10:22 |
yuriyz | hello Haomeng | 10:23 |
yuriyz | yes this is bug 1282481 relatet | 10:23 |
Haomeng | yuriyz:thanks:) | 10:29 |
*** vkozhukalov has joined #openstack-ironic | 10:33 | |
*** tatyana has joined #openstack-ironic | 10:35 | |
openstackgerrit | Lucas Alvares Gomes proposed a change to openstack/python-ironicclient: Add set-console-mode, get-console commands https://review.openstack.org/74007 | 10:43 |
openstackgerrit | Lucas Alvares Gomes proposed a change to openstack/python-ironicclient: Return 'maintenance' from node-show command https://review.openstack.org/74988 | 10:48 |
openstackgerrit | lokesh s proposed a change to openstack/ironic: Ironic deployment docs https://review.openstack.org/74282 | 10:52 |
openstackgerrit | Lucas Alvares Gomes proposed a change to openstack/python-ironicclient: Return 'maintenance' from node-show and node-list cmd https://review.openstack.org/74988 | 10:55 |
openstackgerrit | A change was merged to openstack/ironic: Add string representation method to MultiType https://review.openstack.org/74075 | 10:57 |
*** matsuhashi has quit IRC | 10:58 | |
openstackgerrit | Lucas Alvares Gomes proposed a change to openstack/python-ironicclient: Return 'maintenance' from node-show command https://review.openstack.org/74988 | 11:00 |
*** killer_prince has quit IRC | 11:07 | |
*** martyntaylor1 has joined #openstack-ironic | 11:07 | |
*** martyntaylor has quit IRC | 11:09 | |
*** martyntaylor1 has quit IRC | 11:13 | |
openstackgerrit | A change was merged to openstack/ironic: Supports OPERATOR priv level for ipmitool driver https://review.openstack.org/73578 | 11:17 |
*** martyntaylor has joined #openstack-ironic | 11:18 | |
*** matsuhashi has joined #openstack-ironic | 11:18 | |
*** matsuhashi has quit IRC | 11:26 | |
*** matsuhashi has joined #openstack-ironic | 11:27 | |
*** KanagarajM_ has quit IRC | 11:28 | |
*** martyntaylor has quit IRC | 11:30 | |
*** max_lobur is now known as max_lobur_afk | 11:31 | |
*** matsuhashi has quit IRC | 11:31 | |
*** pradipta` has joined #openstack-ironic | 11:32 | |
*** pradipta has quit IRC | 11:35 | |
*** rmiki has quit IRC | 11:38 | |
agordeev | ifarkas: pong | 11:39 |
*** martyntaylor has joined #openstack-ironic | 11:40 | |
ifarkas | agordeev, hey, I have seen you are working on the devstack functional tests | 11:42 |
ifarkas | agordeev, I am trying to test the neutron integration using devstack. I got to the point when the tftpboot directory is updated properly but the machine doesn't get pxe booted. Do you have any idea how should I configure neutron in devstack? | 11:43 |
ifarkas | agordeev, I used this script to setup the network: https://github.com/openstack/tripleo-incubator/blob/master/scripts/setup-network | 11:43 |
*** matsuhashi has joined #openstack-ironic | 11:45 | |
*** lazy_prince is now known as killer_prince | 11:47 | |
agordeev | ifarkas: actually i'm stuck on the same point | 11:52 |
ifarkas | agordeev, ahh, okay | 11:52 |
*** loki_ has quit IRC | 11:53 | |
agordeev | neutron part is very tricky. I'm trying to do what nova did for spawning the instance | 11:55 |
ifarkas | agordeev, hmm, that's not an option for me. I want to figure out whether the neutron integration really works or not | 11:57 |
agordeev | also there is at least another one tricky part. TFTP server. It seems that dnsmasq isn't suitable. It i understood correcly its manual it can't work as tftp only server | 11:59 |
*** matsuhashi has quit IRC | 12:01 | |
*** matsuhashi has joined #openstack-ironic | 12:01 | |
agordeev | ifarkas: for now i can only see the options which were added to dnsmasq config by ironic's pxe driver. I think that isn't enough to figure out if it really works or not | 12:02 |
*** matsuhashi has quit IRC | 12:05 | |
*** matsuhashi has joined #openstack-ironic | 12:07 | |
ifarkas | agordeev, tripleo also uses dnsmasq for pxebooting and it works there. here's the setup script: https://github.com/openstack/tripleo-image-elements/blob/master/elements/nova-baremetal/install.d/80-pxelinux | 12:08 |
ifarkas | agordeev, the ironic element does pretty much the same thing: https://github.com/openstack/tripleo-image-elements/blob/master/elements/ironic-conductor/install.d/68-ironic-tftp-support | 12:08 |
*** matsuhashi has quit IRC | 12:14 | |
*** matsuhashi has joined #openstack-ironic | 12:15 | |
agordeev | ifarkas: thanks, that makes sense | 12:18 |
*** matsuhashi has quit IRC | 12:18 | |
*** matsuhashi has joined #openstack-ironic | 12:18 | |
*** lucasagomes is now known as lucas-hungry | 12:27 | |
*** mdurnosvistov_lt has quit IRC | 12:27 | |
*** mdurnosvistov_lt has joined #openstack-ironic | 12:27 | |
agordeev | ifarkas: you meant tftpd not dnsmasq :) | 12:28 |
ifarkas | agordeev, oh, yeah. sry :-) | 12:28 |
*** derekh has quit IRC | 12:30 | |
*** datajerk has joined #openstack-ironic | 12:36 | |
*** athomas has quit IRC | 12:41 | |
openstackgerrit | Mikhail Durnosvistov proposed a change to openstack/ironic: Cleanup mock patch without `with` part 2 https://review.openstack.org/73256 | 12:45 |
openstackgerrit | Mikhail Durnosvistov proposed a change to openstack/ironic: Cleanup mock patch without `with` part 1 https://review.openstack.org/73223 | 12:45 |
openstackgerrit | Mikhail Durnosvistov proposed a change to openstack/ironic: Get rid of the newline "\" https://review.openstack.org/66793 | 12:45 |
*** derekh has joined #openstack-ironic | 12:58 | |
*** athomas has joined #openstack-ironic | 12:58 | |
*** datajerk has quit IRC | 13:02 | |
*** datajerk has joined #openstack-ironic | 13:13 | |
*** Alexei_987 has joined #openstack-ironic | 13:14 | |
*** jdob has joined #openstack-ironic | 13:25 | |
*** martyntaylor has quit IRC | 13:35 | |
openstackgerrit | Anton Grigorev proposed a change to openstack/ironic: add missing tests for get_one() to tests.api https://review.openstack.org/75034 | 13:38 |
*** lucas-hungry is now known as lucasagomes | 13:41 | |
*** rloo has joined #openstack-ironic | 13:46 | |
*** rongze has quit IRC | 13:50 | |
*** matsuhas_ has joined #openstack-ironic | 13:51 | |
*** matty_dubs|gone is now known as matty_dubs | 13:53 | |
*** Shrews_ has joined #openstack-ironic | 13:54 | |
*** martyntaylor has joined #openstack-ironic | 13:57 | |
*** matsuhashi has quit IRC | 13:59 | |
*** dshulyak has quit IRC | 13:59 | |
*** shausy has quit IRC | 13:59 | |
*** JayF has quit IRC | 13:59 | |
*** ekarlso has quit IRC | 13:59 | |
*** lsmola has quit IRC | 13:59 | |
*** Shrews has quit IRC | 13:59 | |
*** med_ has quit IRC | 13:59 | |
*** rloo has quit IRC | 14:00 | |
*** shausy has joined #openstack-ironic | 14:01 | |
*** rloo has joined #openstack-ironic | 14:01 | |
*** saju_m has quit IRC | 14:11 | |
*** nosnos_ has joined #openstack-ironic | 14:15 | |
*** lsmola has joined #openstack-ironic | 14:15 | |
*** dshulyak has joined #openstack-ironic | 14:16 | |
*** JayF has joined #openstack-ironic | 14:16 | |
*** ekarlso has joined #openstack-ironic | 14:16 | |
*** saju_m has joined #openstack-ironic | 14:16 | |
*** agordeev has quit IRC | 14:16 | |
*** ndipanov has quit IRC | 14:16 | |
*** nosnos has quit IRC | 14:16 | |
*** ndipanov has joined #openstack-ironic | 14:16 | |
*** jcooley_ has quit IRC | 14:17 | |
*** matsuhas_ has quit IRC | 14:17 | |
*** rloo has quit IRC | 14:17 | |
*** rloo has joined #openstack-ironic | 14:18 | |
*** matsuhashi has joined #openstack-ironic | 14:18 | |
*** rloo has quit IRC | 14:19 | |
*** rloo has joined #openstack-ironic | 14:19 | |
*** dshulyak has quit IRC | 14:20 | |
*** JayF has quit IRC | 14:20 | |
*** ekarlso has quit IRC | 14:20 | |
*** rloo has quit IRC | 14:20 | |
*** rloo has joined #openstack-ironic | 14:21 | |
*** rloo has quit IRC | 14:23 | |
*** rloo has joined #openstack-ironic | 14:24 | |
*** saju_m has quit IRC | 14:27 | |
*** mdurnosvistov_ has joined #openstack-ironic | 14:31 | |
*** dshulyak has joined #openstack-ironic | 14:33 | |
*** JayF has joined #openstack-ironic | 14:33 | |
*** ekarlso has joined #openstack-ironic | 14:33 | |
*** max_lobur has joined #openstack-ironic | 14:34 | |
*** athomas has quit IRC | 14:38 | |
*** max_lobur_afk has quit IRC | 14:38 | |
*** mdurnosvistov has quit IRC | 14:38 | |
*** anniec has joined #openstack-ironic | 14:38 | |
*** datajerk has quit IRC | 14:38 | |
*** datajerk has joined #openstack-ironic | 14:39 | |
*** anniec has quit IRC | 14:43 | |
*** anniec has joined #openstack-ironic | 14:43 | |
*** athomas has joined #openstack-ironic | 14:43 | |
*** anniec has quit IRC | 14:43 | |
*** anniec has joined #openstack-ironic | 14:43 | |
*** anniec is now known as 45PAAHZ1R | 14:43 | |
*** datajerk has quit IRC | 14:54 | |
*** zul has joined #openstack-ironic | 15:01 | |
*** matsuhashi has quit IRC | 15:05 | |
*** dhellmann has quit IRC | 15:05 | |
*** nosnos_ has quit IRC | 15:06 | |
*** dhellmann_ has joined #openstack-ironic | 15:07 | |
*** dhellmann_ is now known as dhellmann | 15:08 | |
NobodyCam | Good morning Ironic | 15:15 |
*** Kanagaraj has joined #openstack-ironic | 15:15 | |
max_lobur | morning NobodyCam :) and morning Ironic | 15:18 |
NobodyCam | morning max_lobur :) | 15:18 |
*** rsacharya_ has joined #openstack-ironic | 15:18 | |
NobodyCam | lol well Refactor get_iscsi_initiator to a common location landed :-p | 15:21 |
yuriyz | morning All | 15:22 |
NobodyCam | morning yuriyz :O | 15:22 |
NobodyCam | s/O/) | 15:22 |
* NobodyCam still needs coffee | 15:22 | |
* max_lobur is going home | 15:24 | |
* max_lobur and will join meeting from there | 15:25 | |
NobodyCam | :) | 15:25 |
NobodyCam | see you in a little while | 15:25 |
max_lobur | :) | 15:25 |
*** max_lobur is now known as max_lobur_afk | 15:26 | |
devananda | g'morning, all | 15:29 |
NobodyCam | morning devananda :) | 15:29 |
*** dhellmann has quit IRC | 15:33 | |
lucasagomes | morning all | 15:34 |
*** viktors has joined #openstack-ironic | 15:34 | |
viktors | devananda: hi | 15:34 |
lucasagomes | devananda, NobodyCam q: pyghmi is py3 compatible? | 15:34 |
viktors | devananda: could you please take a look at bug https://bugs.launchpad.net/ironic/+bug/1282481 | 15:35 |
NobodyCam | morning lucasagomes viktors | 15:36 |
viktors | morning NobodyCam | 15:36 |
*** Kanagaraj has quit IRC | 15:40 | |
*** Kanagaraj has joined #openstack-ironic | 15:40 | |
ifarkas | morning all! | 15:41 |
*** vkozhukalov has quit IRC | 15:41 | |
ifarkas | devananda, I wanted to ask what's the state of the neutron integration? is it done or there's still some work left? | 15:42 |
*** zul has quit IRC | 15:42 | |
NobodyCam | morning ifarkas :) | 15:43 |
devananda | lucasagomes: not sure. honestly, i haven't been paying close attention to pyghmi. jbjohnson has been developing it but without any functional tests | 15:44 |
devananda | ifarkas: in principle, the code in Ironic is done, but we dont have good testing of it | 15:44 |
lucasagomes | devananda, ack, yeah we have a dependency on it | 15:44 |
lucasagomes | so I'm packing it to fedora | 15:44 |
lucasagomes | packaging* | 15:44 |
devananda | gotcha | 15:44 |
devananda | lucasagomes: see the issue that was raised a few days ago? | 15:44 |
lucasagomes | devananda, about the 0.5.9? | 15:45 |
lucasagomes | being a broken release | 15:45 |
devananda | jbjohnso released 0.5.9.1 and broke pecan, etc | 15:45 |
devananda | yes | 15:45 |
lucasagomes | yeah | 15:45 |
lucasagomes | devananda, I think I will pack 0.5.8 then | 15:45 |
devananda | so i'm trying to get some testing of it by at least having jenkins run ironic's unit and tempest tests | 15:45 |
devananda | and do the builds from jenkins, not manually | 15:46 |
ifarkas | devananda, great news! I was playing with the neutron stuff and I got to the point when I registered a node with ironic, and the tftp environment got updated correctly but the machine just never get pxe booted. | 15:47 |
ifarkas | devananda, I used devstack in vm and used this script to setup the network: https://github.com/openstack/tripleo-incubator/blob/master/scripts/setup-network | 15:47 |
ifarkas | do you have any idea what's could be missing? | 15:47 |
*** viktors1 has joined #openstack-ironic | 15:50 | |
NobodyCam | ifarkas: what os are you on? persice? | 15:50 |
*** mdurnosvistov_lt has quit IRC | 15:51 | |
ifarkas | NobodyCam, no, on Fedora 19 | 15:51 |
ifarkas | should I give precise a go? | 15:51 |
NobodyCam | no | 15:51 |
*** viktors has quit IRC | 15:52 | |
*** viktors1 is now known as viktors | 15:52 | |
NobodyCam | after running setup-network does sudo virsh net-list --all --persistent look correct? | 15:52 |
NobodyCam | oh question. are you running a firewall on the ironic node? | 15:54 |
*** 45PAAHZ1R has quit IRC | 15:54 | |
ifarkas | NobodyCam, yes, I can see brbm network is active | 15:54 |
NobodyCam | ok | 15:54 |
ifarkas | let me check the firewall... | 15:54 |
devananda | ifarkas: so, no - this is the area we're trying to all test right now. i have a devstack install i'm poking at as well | 15:55 |
ifarkas | NobodyCam, no, the firewall is inactive and when I do 'sudo tcpdump -i any | grep -i dhcp' I can see the dhcp requests | 15:55 |
ifarkas | devananda, ahh, that's cool | 15:56 |
devananda | ifarkas: please do share what you find out / /what works / doesn't work :) | 15:57 |
NobodyCam | you see the dhcp requests they just never get answered | 15:57 |
ifarkas | NobodyCam, exactly | 15:57 |
ifarkas | devananda, sure, I did an etherpad so far: https://etherpad.openstack.org/p/IronicNeutron | 15:57 |
NobodyCam | neutron is running on the devstack node | 15:57 |
ifarkas | yep | 15:58 |
*** vkozhukalov has joined #openstack-ironic | 15:59 | |
NobodyCam | if have you seen this? https://wiki.openstack.org/wiki/NeutronDevstack | 15:59 |
*** rsacharya_ has quit IRC | 16:00 | |
NobodyCam | is your localrc setup like the example there? | 16:01 |
*** Shrews_ is now known as Shrews | 16:01 | |
*** rsacharya_ has joined #openstack-ironic | 16:01 | |
devananda | ifarkas: can you look at the neutron options on the ports associated with your test node? | 16:01 |
devananda | ifarkas: did those ports and VIFs get created properly? do they have a boot option set? | 16:01 |
NobodyCam | *CORE* are we doing review jam? max_lobur_afk is on his way home atm. | 16:02 |
ifarkas | devananda, how can I check that? | 16:02 |
NobodyCam | the dhcp requests are making it to the ironic host? | 16:02 |
NobodyCam | oh is the node getting a ip and not pxe booting or does it get nothing back | 16:03 |
ifarkas | NobodyCam, yes, I run tcpdump in the devstack vm and I can see the requests there | 16:03 |
ifarkas | no, it doesn't even get an ip :-( | 16:03 |
openstackgerrit | Andreas Jaeger proposed a change to openstack/ironic: Improve help strings https://review.openstack.org/74822 | 16:03 |
*** aignatov is now known as aignatov_ | 16:04 | |
devananda | ifarkas: http://docs.openstack.org/api/openstack-network/2.0/content/extra-dhcp-opts-ext-show.html | 16:04 |
openstackgerrit | Andreas Jaeger proposed a change to openstack/ironic: Improve help strings https://review.openstack.org/74822 | 16:05 |
devananda | hmm, if the VM isn't even getting an IP, I'd start at the network config | 16:05 |
devananda | ifarkas: is the VM on the right net? is neutron dhcp on the same net? | 16:05 |
devananda | and does neutron have a port for the node: neutron list-ports | 16:06 |
ifarkas | devananda, I added a brbm nic to the devstack vm and the node only have 1 nic for the same network | 16:06 |
*** aignatov_ is now known as aignatov | 16:07 | |
*** aignatov is now known as aignatov_ | 16:08 | |
*** viktors is now known as viktors-away | 16:08 | |
ifarkas | devananda, hmm, neutron port-list doesn't contain any entry with the same mac address as the node has | 16:09 |
ifarkas | I guess that's the problem | 16:09 |
*** killer_prince is now known as lazy_prince | 16:09 | |
devananda | NobodyCam: shouldn't the nova driver be creating the port / VIF ? | 16:10 |
NobodyCam | I thought so. | 16:11 |
BLZbubba_ | hi guys, getting pretty close with this havana baremetal setup -- but can someone give me a hint as far as how to set up the scheduler? | 16:11 |
BLZbubba_ | I already have one scheduler running for the standard vm stuff | 16:11 |
NobodyCam | BLZbubba_: ? | 16:11 |
ifarkas | devananda, NobodyCam, oh wait. I am using nova with the stock devstack setup. I didn't added the ironic driver patches. I guess that's what I am missing | 16:11 |
*** aignatov_ is now known as aignatov | 16:11 | |
BLZbubba_ | and when i try to launch a baremetal instance I get this: Filter ComputeCapabilitiesFilter returned 0 host(s) | 16:11 |
shortstop | adding to the neutron discussion, why is there a CONF opt and a default for the neutron server in ironic/common/neutron.py? Shouldn't we get this from keystone? | 16:12 |
devananda | ifarkas: he he he :) | 16:12 |
NobodyCam | shortstop: prob | 16:12 |
devananda | NobodyCam: that discussion came up on dkehn's review | 16:12 |
BLZbubba_ | BLZbubba_: google it yourself dude | 16:12 |
BLZbubba_ | heh i deserve a lmgtfy.com response for that question | 16:13 |
ifarkas | devananda, sry, my bad. I thought for the neutron integration I only need upstream ironic which is obviously not the case | 16:13 |
ifarkas | devananda, NobodyCam, thanks, I will try with the nova driver! | 16:13 |
devananda | ifarkas: are you booting a node via nova or directly via ironic? | 16:13 |
ifarkas | devananda, directly with ironic | 16:13 |
devananda | ahhh | 16:13 |
devananda | so | 16:13 |
NobodyCam | BLZbubba_: I would need to see the scheduler logs.. there are may reasons a node would get rejected | 16:13 |
devananda | yea, that's more challenging :) | 16:14 |
ifarkas | devananda, ohhh, I can quickly change my mind if that's the case :-) | 16:14 |
ifarkas | devananda, it's simpler if I just use nova boot? | 16:14 |
NobodyCam | common one are amount of memory, # of cpus, size of disk, and cpu(node)_arch | 16:15 |
BLZbubba_ | NobodyCam: maybe it is this: https://bugs.launchpad.net/nova/+bug/1129485 ? | 16:15 |
devananda | ifarkas: that's the idea | 16:16 |
BLZbubba_ | current recommendation is to disable the ComputeCapabilitiesFilter | 16:16 |
devananda | ifarkas: all the logic around creating a neutron VIF, putting the right driver_info in ironic for the user's selected image and flavor, etc... | 16:16 |
NobodyCam | BLZbubba_: looks like a fix for that was released about a year ago | 16:16 |
ifarkas | devananda, cool. I will give it a go. thanks! | 16:19 |
devananda | BLZbubba_: old recommentation was to disable ... | 16:19 |
openstackgerrit | Ghe Rivero proposed a change to openstack/ironic: Generic Multiplexed method https://review.openstack.org/73322 | 16:20 |
openstackgerrit | Ghe Rivero proposed a change to openstack/ironic: Set boot device to PXE when deploying https://review.openstack.org/71332 | 16:20 |
openstackgerrit | Ghe Rivero proposed a change to openstack/ironic: Move ipminative _set_boot_device to VendorPassthru https://review.openstack.org/72495 | 16:20 |
devananda | BLZbubba_: if you use the BaremetalHostManager and match your flavor specs to the node specs, it should work | 16:20 |
BLZbubba_ | ah ok i read the last comment in the thread and not the next-to-last one :P | 16:20 |
BLZbubba_ | i'm a n00b with "extra_specs" still, I guess I should read up on that next | 16:20 |
*** chuck_ has joined #openstack-ironic | 16:21 | |
*** chuck_ has quit IRC | 16:21 | |
NobodyCam | BLZbubba_: :) its all experence :) | 16:21 |
*** chuck_ has joined #openstack-ironic | 16:21 | |
*** aignatov is now known as aignatov_ | 16:21 | |
* NobodyCam makes another cup of coffee | 16:21 | |
devananda | woooot | 16:22 |
devananda | ok, some progress here | 16:23 |
devananda | ifarkas: follow the guide at the bottom of https://etherpad.openstack.org/p/IronicDeployDevstack | 16:23 |
devananda | lucasagomes: you should look at ^ too | 16:23 |
ifarkas | devananda, awesome, thanks for that! | 16:24 |
lucasagomes | devananda, a-ha nice! thank you I will give it a go soonish :D | 16:24 |
devananda | this is what I've got when that finishes: | 16:24 |
devananda | http://paste.openstack.org/show/7demKuMRcYpPhpINFJW3/ | 16:25 |
BLZbubba_ | are extra_specs different from "custom properties" in horizon? | 16:25 |
lucasagomes | devananda, is the port ACTIVE or DOWN? | 16:25 |
lucasagomes | neutron port-list <uuid> | 16:25 |
devananda | lucasagomes: down | 16:26 |
lucasagomes | :( | 16:26 |
lucasagomes | yeah I stuck there | 16:26 |
lucasagomes | idk hw to make it active | 16:26 |
devananda | vif-type unbound | 16:26 |
devananda | hmm | 16:26 |
lucasagomes | Ill get back to it after finishing the packing stuff | 16:26 |
devananda | lucasagomes: do you see any VM's? I'm not getting anything from virsh list | 16:26 |
lucasagomes | devananda, checking | 16:27 |
NobodyCam | BLZbubba_: I'm not sure. I don't use horizon | 16:27 |
NobodyCam | :( | 16:27 |
lucasagomes | devananda, nop 0 | 16:27 |
lucasagomes | stack@stack-virtual-machine:~/devstack$ virsh list --all | 16:27 |
lucasagomes | Id Name State | 16:27 |
lucasagomes | ---------------------------------------------------- | 16:27 |
devananda | humm | 16:27 |
BLZbubba_ | ok in my baremetal flavor I have baremetal:deploy_kernel_id and baremetal:deploy_ramdisk_id (and cpu_arch) | 16:27 |
NobodyCam | BLZbubba_: what about memory/cpu & disk? | 16:28 |
NobodyCam | do they match the flavors specs? | 16:28 |
BLZbubba_ | those aren't in extra_specs | 16:28 |
*** linggao has joined #openstack-ironic | 16:30 | |
BLZbubba_ | it would be nice if ComputeCapabilityFilter respected the debug option and showed why it was complaining | 16:30 |
NobodyCam | not | 16:30 |
NobodyCam | BLZbubba_: it does.. ?? did you restart nova-schudler after setting debug=True in nove conf? | 16:31 |
*** dtalton has joined #openstack-ironic | 16:31 | |
devananda | max_lobur_afk: ping | 16:32 |
*** dtalton has left #openstack-ironic | 16:32 | |
NobodyCam | devananda: he is onhis way home atm | 16:33 |
devananda | ah ty | 16:33 |
devananda | hrm, my devstack instance lost network ... fun | 16:34 |
* devananda wonders what neutron did | 16:34 | |
*** digambar has joined #openstack-ironic | 16:34 | |
* NobodyCam thinks it did what neutron does.. break :-p | 16:34 | |
*** rsacharya_ has quit IRC | 16:35 | |
BLZbubba_ | ok there is a bit of info here in the scheduler log: ram:19493 disk:70656 io_ops:0 instances:1 fails instance_type extra_specs requirements host_passes | 16:36 |
devananda | wow. the net on that instance is hosed. it doesn't even come back after restart | 16:37 |
NobodyCam | BLZbubba_: can you paste (http://paste.openstack.org) a nova baremetal-node-show <nodeName> | 16:37 |
*** max_lobur has joined #openstack-ironic | 16:41 | |
max_lobur | back | 16:41 |
max_lobur | sorry | 16:41 |
max_lobur | everyone here / started already? | 16:42 |
NobodyCam | max_lobur: nope | 16:43 |
devananda | max_lobur: hi! nope. was just me & NobodyCam :) | 16:43 |
max_lobur | hi devananda | 16:44 |
*** aignatov_ is now known as aignatov | 16:44 | |
NobodyCam | There is a problem connecting to this video call. :( | 16:45 |
BLZbubba_ | ok can the world please standardize on x86_64 vs amd64? ok thanks | 16:45 |
openstackgerrit | Ruby Loo proposed a change to openstack/ironic: Unused 'pxe_key_data' info for pxe driver https://review.openstack.org/75098 | 16:46 |
max_lobur | https://review.openstack.org/#/c/70348/7 Func testing | 16:48 |
NobodyCam | https://review.openstack.org/#/c/64100/ | 16:48 |
*** Alexei_987 has quit IRC | 16:52 | |
BLZbubba_ | ok it appears that the extra_specs cpu_arch value doesn't have a match in the host capabilities | 16:57 |
*** datajerk has joined #openstack-ironic | 16:58 | |
*** chuck_ is now known as zul | 16:59 | |
*** zul has quit IRC | 16:59 | |
*** zul has joined #openstack-ironic | 16:59 | |
*** datajerk has quit IRC | 17:05 | |
*** rsacharya_ has joined #openstack-ironic | 17:07 | |
*** Kanagaraj has quit IRC | 17:07 | |
*** max_lobur has quit IRC | 17:10 | |
*** max_lobur1 has joined #openstack-ironic | 17:10 | |
*** anniec has joined #openstack-ironic | 17:10 | |
*** digambar has quit IRC | 17:12 | |
NobodyCam | BLZbubba_: hehe ya that gets me a lot too | 17:12 |
*** jistr has quit IRC | 17:15 | |
*** digambar has joined #openstack-ironic | 17:16 | |
BLZbubba_ | how do you set it for the compute node? | 17:18 |
*** matty_dubs is now known as matty_dubs|lunch | 17:20 | |
NobodyCam | BLZbubba_: is that not part of the flavor? | 17:21 |
BLZbubba_ | ah ok i am a moron | 17:22 |
BLZbubba_ | the earlier filter is rejecting my baremetal host | 17:22 |
*** lsmola has quit IRC | 17:23 | |
NobodyCam | BLZbubba_: :-p there are many pices to get right to make it work..:) | 17:23 |
NobodyCam | your doing great | 17:23 |
*** rsacharya_ has quit IRC | 17:26 | |
BLZbubba_ | how does the RamFilter come up with ram:1441 | 17:26 |
BLZbubba_ | ah ok | 17:30 |
BLZbubba_ | let me make sure I have this straight | 17:30 |
BLZbubba_ | i installed nova-baremetal on a machine called "nova-baremetal". This shows up as a node in "compute_nodes" | 17:31 |
BLZbubba_ | should it report the amount of memory available on all of its nodes in nova_bm.bm_nodes? | 17:32 |
BLZbubba_ | because it is setting the amount of memory free on the nova-baremetal machine instead | 17:32 |
*** vkozhukalov has quit IRC | 17:32 | |
*** saju_m has joined #openstack-ironic | 17:33 | |
BLZbubba_ | or is this part kind of a hack, and I should just set the ram amount for each baremetal flavor to be 0 | 17:34 |
BLZbubba_ | ok i tried that and now I'm getting the same missing cpu_arch in host_state problem with the baremetal node | 17:38 |
digambar | Hi | 17:39 |
NobodyCam | hi digambar | 17:39 |
*** anniec has quit IRC | 17:39 | |
digambar | related to https://bugs.launchpad.net/ironic/+bug/1276393/+login | 17:39 |
digambar | as I am working on this | 17:39 |
digambar | I am adding a task manager lock when it is going to update the port | 17:40 |
*** shausy has quit IRC | 17:41 | |
NobodyCam | great .. sorry slow here on a conf call | 17:41 |
digambar | sure NP | 17:41 |
digambar | This is good way right ? | 17:41 |
*** martyntaylor has left #openstack-ironic | 17:41 | |
digambar | I am adding acquire lock once the port is going to update for the related node | 17:43 |
BLZbubba_ | ugh should I just remove cpu_arch from the flavor extra specs? | 17:43 |
openstackgerrit | A change was merged to openstack/python-ironicclient: Return 'maintenance' from node-show command https://review.openstack.org/74988 | 17:43 |
*** shausy has joined #openstack-ironic | 17:44 | |
NobodyCam | BLZbubba_: no | 17:45 |
BLZbubba_ | how do I get cpu_arch into host_state then? | 17:46 |
*** saju_m has quit IRC | 17:46 | |
BLZbubba_ | I took cpu_arch out of the flavor and it launched on my non-baremetal node | 17:46 |
devananda | odd error: http://logs.openstack.org/95/72495/5/check/gate-ironic-pep8/d851f54/console.html | 17:48 |
openstackgerrit | A change was merged to openstack/python-ironicclient: Fix the test parameter order https://review.openstack.org/74976 | 17:48 |
*** shausy has quit IRC | 17:48 | |
*** matty_dubs|lunch is now known as matty_dubs | 17:49 | |
openstackgerrit | Devananda van der Veen proposed a change to openstack/ironic: Clarify and fix up the dev-quickstart doc some more https://review.openstack.org/74909 | 17:49 |
*** loki_ has joined #openstack-ironic | 17:49 | |
*** loki_ has quit IRC | 17:50 | |
NobodyCam | BLZbubba_: can you paste nova flavor-show <name> and nova baremetal-node-show <name> | 17:51 |
BLZbubba_ | Timeout: Timeout while waiting on RPC response - topic: "network.nova-baremetal", RPC method: "allocate_for_instance" info: "<unknown>" | 17:53 |
NobodyCam | BLZbubba_: that sounds like something else? | 17:55 |
devananda | https://review.openstack.org/#/c/72495/5 <-- why is flake8 failing check_uptodate? | 17:55 |
BLZbubba_ | i just hacked out the filters and turned off the non-baremetal compute services for now | 17:55 |
BLZbubba_ | so that is what I"m getting from nova-compute on the baremetal node now | 17:55 |
*** derekh has quit IRC | 17:58 | |
BLZbubba_ | is it supposed to use the baremetal compute node's resources for this? my baremetal compute node only has 2GB but the physical box has 24 | 18:04 |
*** harlowja has joined #openstack-ironic | 18:08 | |
*** saju_m has joined #openstack-ironic | 18:09 | |
BLZbubba_ | yeah, it sure looks like nova-compute is launching it instead of nova-baremetal, hmmm | 18:09 |
*** anniec has joined #openstack-ironic | 18:10 | |
*** dshulyak has quit IRC | 18:11 | |
NobodyCam | BLZbubba_: a compute node can not do both virtual and BM at the same time | 18:12 |
BLZbubba_ | right, do I need to stop nova-compute on the machine that runs nova-baremetal? | 18:13 |
digambar | Hello NobodyCam | 18:13 |
digambar | if node is on then we cannot update the port, right ? | 18:13 |
digambar | this should be checked I think | 18:13 |
digambar | What you say | 18:14 |
devananda | bug for the check_uptodate issue: 1282714 | 18:14 |
NobodyCam | digambar: yes that makes sense to me :) | 18:15 |
BLZbubba_ | NobodyCam: here are the pastes you asked for earlier: | 18:15 |
BLZbubba_ | http://pastebin.ca/2644764 | 18:15 |
digambar | Yep | 18:15 |
digambar | let me implement that way, Thanks :) | 18:15 |
NobodyCam | BLZbubba_: here is my flavor show | 18:16 |
NobodyCam | http://paste.openstack.org/show/0e84b4rcMSDgybIRnXlD/ | 18:16 |
*** saju_m has quit IRC | 18:17 | |
shortstop | devananda, just saw this, I think something similar was filed earlier -> 1282481 | 18:18 |
NobodyCam | thank you digambar :) | 18:19 |
digambar | welcome :) | 18:20 |
*** saju_m has joined #openstack-ironic | 18:21 | |
openstackgerrit | Lucas Alvares Gomes proposed a change to openstack/python-ironicclient: Filtering nodes by maintenance mode https://review.openstack.org/75121 | 18:21 |
digambar | Normally we have weekly meeting on Tuesday 1900 UTC, right? | 18:21 |
NobodyCam | digambar: mondays Triplo is tuesday | 18:22 |
digambar | When is our meeting conducted ? | 18:23 |
NobodyCam | mondays 19:00 utc | 18:23 |
NobodyCam | digambar: https://wiki.openstack.org/wiki/Meetings/Ironic | 18:23 |
digambar | Thanks | 18:23 |
openstackgerrit | Lucas Alvares Gomes proposed a change to openstack/python-ironicclient: Filtering nodes by maintenance mode https://review.openstack.org/75121 | 18:24 |
digambar | will join meeting from coming monday | 18:24 |
NobodyCam | digambar: Woo hoo.. look forward to having you there? | 18:25 |
NobodyCam | s/?/./ | 18:25 |
NobodyCam | :-p | 18:25 |
digambar | Yep :) | 18:26 |
*** linggao has quit IRC | 18:28 | |
*** saju_m has quit IRC | 18:28 | |
openstackgerrit | A change was merged to openstack/ironic: Fix test migrations for alembic https://review.openstack.org/74747 | 18:28 |
*** anniec has quit IRC | 18:29 | |
*** agordeev has joined #openstack-ironic | 18:31 | |
*** anniec has joined #openstack-ironic | 18:31 | |
*** saju_m has joined #openstack-ironic | 18:32 | |
agordeev | good morning/evening, Ironic | 18:34 |
max_lobur1 | evening! | 18:35 |
openstackgerrit | Andreas Jaeger proposed a change to openstack/ironic: Improve help strings https://review.openstack.org/74822 | 18:38 |
NobodyCam | digambar: I may have been incorrect on the don't allow port changes to running nodes answer a few minutes ago | 18:40 |
*** digambar has quit IRC | 18:40 | |
*** lucasagomes has quit IRC | 18:40 | |
*** athomas has quit IRC | 18:44 | |
*** ifarkas has quit IRC | 18:45 | |
max_lobur1 | folks, also wanted to share https://www.openstack.org/vote-atlanta/Presentation/writing-ironic-vendor-extension | 18:46 |
max_lobur1 | I've also seen two more presentation for Ironic | 18:47 |
max_lobur1 | one from SeaMicro guys | 18:47 |
max_lobur1 | they're going to do our CLI interface overview - basically to make a hands-on workshop using Ironic | 18:47 |
max_lobur1 | and other from Mirantis community group | 18:48 |
max_lobur1 | something about HA (and Ironic mentioned in those context somehow) | 18:48 |
jroll | max_lobur1: nice, voted :) | 18:49 |
jroll | I don't know if there's a lot of set plans for the meetup in march, but if not, I'd be up for participating in a workshop about writing a driver - we're working on a driver over here, too | 18:50 |
*** rloo has quit IRC | 18:51 | |
max_lobur1 | cool | 18:51 |
max_lobur1 | thanks | 18:51 |
*** rloo has joined #openstack-ironic | 18:51 | |
*** hstimer has joined #openstack-ironic | 18:52 | |
NobodyCam | voted :) | 18:54 |
NobodyCam | post bbt walkies!!!! bbiafm | 18:54 |
BLZbubba_ | NobodyCam: ok your flavor doesn't look too different | 18:55 |
BLZbubba_ | at what point does nova-baremetal wake up and start setting up the PXE boot? | 18:55 |
*** anniec has quit IRC | 18:56 | |
max_lobur1 | bbiaw | 18:59 |
NobodyCam | BLZbubba_: I have cpu arch | 19:01 |
*** anniec has joined #openstack-ironic | 19:01 | |
NobodyCam | | extra_specs | {u'cpu_arch': u'i386', | 19:01 |
NobodyCam | BLZbubba_: after it gets a node :-p | 19:02 |
BLZbubba_ | well I don't want to waste time with filters now so I disabled them all | 19:04 |
NobodyCam | ahh | 19:04 |
BLZbubba_ | but maybe that is causing my current problem? | 19:04 |
BLZbubba_ | the nova-compute instance that is running on my baremetal compute node is trying to launch a vm instead of starting pxe | 19:05 |
NobodyCam | I have seen that befor. https://github.com/openstack/nova/blob/master/nova/scheduler/baremetal_host_manager.py#L57-L60 | 19:06 |
BLZbubba_ | do I need to have a separate nova-scheduler instance for this? | 19:07 |
BLZbubba_ | maybe mixing vm's and baremetal on the same openstack instance is a bad idea? | 19:08 |
NobodyCam | BLZbubba_: your compute driver should be "baremetal.driver.BareMetalDriver" | 19:09 |
NobodyCam | BLZbubba_: mixing does NOT work!!!! | 19:09 |
BLZbubba_ | ok that must be where i'm going wrongr | 19:10 |
BLZbubba_ | wrong | 19:10 |
BLZbubba_ | i'll kill the other compute nodes and make it 100% baremetal | 19:10 |
NobodyCam | :) yep Bm compute nodes can only handle BM | 19:10 |
NobodyCam | :) | 19:10 |
NobodyCam | agordeev: are you here? | 19:11 |
BLZbubba_ | well i meant in the same openstack cluster, I was thinking it would be ideal to have one tenant that is all baremetal | 19:11 |
BLZbubba_ | but maybe I should hold off on trying that part | 19:11 |
NobodyCam | nope.. I have heard tail of people mixing with the use of cells | 19:12 |
NobodyCam | but thats it | 19:12 |
BLZbubba_ | ok thanks for your patience | 19:12 |
NobodyCam | not with in a single AZ | 19:12 |
BLZbubba_ | i think it is the non-baremetal scheduler that is hosing me, let's find out... | 19:13 |
* NobodyCam makes a bagel :-p brb | 19:14 | |
BLZbubba_ | hmm, how can I get nova-baremetal to write something in /var/log/nova | 19:15 |
*** rloo has quit IRC | 19:15 | |
*** rloo has joined #openstack-ironic | 19:16 | |
*** tatyana has quit IRC | 19:16 | |
NobodyCam | BLZbubba_: do you have a nova-baremetal-deploy-helper.log ? | 19:17 |
*** vkozhukalov has joined #openstack-ironic | 19:24 | |
BLZbubba_ | yes, 0 bytes | 19:24 |
BLZbubba_ | hmm does it assume I'll have nova-network running on the compute node or something? | 19:25 |
BLZbubba_ | i'm getting an rpc timeout on allocate_for_instance | 19:25 |
BLZbubba_ | easy enough to test | 19:26 |
NobodyCam | BLZbubba_: prob neutron | 19:26 |
*** zul has quit IRC | 19:26 | |
*** rloo has quit IRC | 19:27 | |
*** rloo has joined #openstack-ironic | 19:27 | |
BLZbubba_ | yuck, installing nova-network on the compute node let it get to the "Active" state | 19:27 |
BLZbubba_ | openstack has way way too much NAT nonsense going on | 19:28 |
openstackgerrit | Ghe Rivero proposed a change to openstack/ironic: Set boot device to PXE when deploying https://review.openstack.org/71332 | 19:28 |
*** rloo has quit IRC | 19:28 | |
BLZbubba_ | that is the one thing they should not have copied from !##%^ EC2 | 19:28 |
BLZbubba_ | floating addresses are dumb, the fixed ip's should just be public | 19:28 |
BLZbubba_ | but I digress | 19:28 |
NobodyCam | :-p | 19:28 |
*** rloo has joined #openstack-ironic | 19:28 | |
BLZbubba_ | ok so should I also run nova-compute on the baremetal compute node? | 19:29 |
agordeev | NobodyCam: yup, i'm here | 19:31 |
BLZbubba_ | because i ran it and it started my instance in virsh even though nova.conf says "compute_driver=nova.virt.baremetal.driver.BareMetalDriver" in the DEFAULT section | 19:31 |
NobodyCam | agordeev: This is your review? https://review.openstack.org/#/c/70348/ ? | 19:31 |
NobodyCam | BLZbubba_: yep need that | 19:32 |
NobodyCam | BLZbubba_: somehting is not set right | 19:33 |
agordeev | NobodyCam: yes, it's mine. I saw your comment. Sorry, being to busy today | 19:33 |
NobodyCam | np just wanted to poke you :-p | 19:33 |
NobodyCam | Thank you!!! | 19:33 |
NobodyCam | there are time I mix up irc handles with real the real names behind them | 19:34 |
BLZbubba_ | NobodyCam: do you happen to have a havana nova.conf that works that I could look at | 19:34 |
BLZbubba_ | I got confused by the [baremetal] section, but then some config parameters started with baremetal_ but went in DEFAULT | 19:35 |
NobodyCam | BLZbubba_: from my seed http://paste.openstack.org/show/FGRkmOL8le3nTsHYqpVo/ | 19:36 |
agordeev | NobodyCam: unfortunatelly, i can't reach my dev machine for now, so i'll update it with fresh code tomorrow. Don't worry :-) | 19:36 |
NobodyCam | :) and the commit message :) | 19:37 |
NobodyCam | TY agordeev :) | 19:37 |
BLZbubba_ | NobodyCam: your baremetal section appears to be using virsh for the powermanagement | 19:40 |
BLZbubba_ | is that right? | 19:40 |
NobodyCam | yep | 19:43 |
NobodyCam | i test on laptop | 19:43 |
*** rloo has quit IRC | 19:45 | |
*** rloo has joined #openstack-ironic | 19:45 | |
BLZbubba_ | how can you control a baremetal node power with virsh? | 19:46 |
NobodyCam | actual hardware ... no.. for that you would want ipmi | 19:47 |
BLZbubba_ | hmm there is a file /etc/nova/nova-compute.conf with some kvm settings | 19:48 |
BLZbubba_ | should I just rm that file? | 19:48 |
BLZbubba_ | i'll bet that's what's hosing me | 19:48 |
NobodyCam | no you should not just delete that file | 19:50 |
NobodyCam | if your usig real HW your power manager should be https://github.com/openstack/nova/blob/master/nova/virt/baremetal/ipmi.py | 19:51 |
* NobodyCam steps afk... brb | 19:52 | |
BLZbubba_ | ComputeDriver is in both nova.conf and nova-compute.conf | 19:52 |
BLZbubba_ | and what do I use for libvirt_type in nova-compute? | 19:53 |
BLZbubba_ | "None" maybe? | 19:53 |
BLZbubba_ | after I"m done making it work once I promise to blow everything away and document this | 19:53 |
BLZbubba_ | just in time for havana baremetal to be obsolete, probably :P | 19:54 |
NobodyCam | :) | 19:54 |
NobodyCam | we're working towards that goal here :) | 19:54 |
*** ndipanov has quit IRC | 19:55 | |
NobodyCam | i would remive the libvirt-type option from nova.conf | 19:55 |
NobodyCam | can you past you nova.conf? | 19:56 |
BLZbubba_ | do you mean nova-compute.conf | 19:56 |
BLZbubba_ | why do they have more than one config file, so annoying | 19:56 |
NobodyCam | i'm not sure about that file | 19:56 |
NobodyCam | maybe rename it or move it out of the dir tree | 19:57 |
BLZbubba_ | I tried but then nova-compute neither starts nor makes any log entries | 19:57 |
BLZbubba_ | I changed the driver in nova-compute.conf and it at least logs something, but it is: CRITICAL nova [-] __init__() takes at least 2 arguments (1 given) | 19:58 |
NobodyCam | humm i don't hsve that file | 19:58 |
BLZbubba_ | on a working havana baremetal node? | 19:59 |
BLZbubba_ | maybe i should just symlink nova.conf to nova-compute.conf | 20:00 |
NobodyCam | http://paste.openstack.org/show/PIqoBQ3TrgsEYRI45SXL/ | 20:01 |
NobodyCam | paste me both files if you can | 20:01 |
BLZbubba_ | to construct a compute node it needs a virtapi object | 20:01 |
*** mrda_away is now known as mrda | 20:02 | |
BLZbubba_ | hmm actually i think it is baremetaldriver failing to create a firewall driver | 20:05 |
mrda | Morning all! | 20:05 |
NobodyCam | morning mrda :) | 20:05 |
BLZbubba_ | lame, if I add a noop firewall driver, nova-compute starts but dies without logging anything at all | 20:06 |
BLZbubba_ | @$^T@^ | 20:06 |
NobodyCam | did i miss lucas leaving? | 20:08 |
NobodyCam | :-p | 20:08 |
*** anniec has quit IRC | 20:09 | |
*** anniec has joined #openstack-ironic | 20:09 | |
BLZbubba_ | hahah awesome, the init script had two config_file options | 20:09 |
BLZbubba_ | the second file it listed was unreadable by the nova user | 20:10 |
BLZbubba_ | which apparently causes it to just die without logging anything | 20:10 |
NobodyCam | nice... sounds like a bug to me:) | 20:10 |
devananda | BLZbubba_: i know nothing of this separate config file ... but at one point, it was important to set the virt-type | 20:10 |
*** anniec has quit IRC | 20:11 | |
NobodyCam | devananda: in Grizzly thou? | 20:11 |
* devananda hasn't followed all the various changes in nova config files in ivehouse | 20:11 | |
devananda | NobodyCam: in havana even | 20:11 |
NobodyCam | oh | 20:11 |
BLZbubba_ | devananda: this is the havana init script on precise | 20:11 |
BLZbubba_ | exec start-stop-daemon --start --chuid nova --exec /usr/bin/nova-compute -- --config-file=/etc/nova/nova.conf --config-file=/etc/nova/nova-compute.conf | 20:12 |
BLZbubba_ | i would prefer something like /etc/nova.conf.d/ maybe | 20:12 |
devananda | wow, yea, that's pretty lame | 20:12 |
BLZbubba_ | but the bottom line is: I did chmod a+r /etc/nova/* and now I have a new error! | 20:13 |
BLZbubba_ | ImportError: Class Ipmi cannot be found | 20:13 |
BLZbubba_ | but that sure looks like I'm on the right track again, awesome | 20:13 |
NobodyCam | ok really stepping away.. back in 15 min (or so) | 20:14 |
*** mdurnosvistov_lt has joined #openstack-ironic | 20:24 | |
BLZbubba_ | "AttributeError: 'module' object has no attribute 'Ipmi'" | 20:26 |
BLZbubba_ | can i skip ipmi and just do pxe | 20:27 |
NobodyCam | what is your power manager setting | 20:27 |
BLZbubba_ | power_manager=nova.virt.baremetal.ipmi.Ipmi | 20:28 |
BLZbubba_ | it is in both the DEFAULT and baremetal config sections | 20:28 |
NobodyCam | try nova.virt.baremetal.ipmi.IPMI <- note caps | 20:29 |
NobodyCam | matches https://github.com/openstack/nova/blob/master/nova/virt/baremetal/ipmi.py#L92 | 20:29 |
BLZbubba_ | ah nice | 20:31 |
BLZbubba_ | that fixed it | 20:31 |
NobodyCam | note with ipmi you'll have a couple more setting on the node | 20:31 |
BLZbubba_ | guess I shouldn't have cut & pasted from that "historical" document :) | 20:31 |
NobodyCam | nova baremetal-node-create --pm_address=${PM_IPS[$count]} --pm_user=${PM_USERS[$count]} --pm_password=${PM_PASSWORDS[$count]} $SERVICE_HOST $CPU $MEM $DISK $MAC | 20:31 |
NobodyCam | is how I would create the node | 20:31 |
BLZbubba_ | ok I am further now, new error: NovaException: Failed to associate instance ae878895-6c8d-458a-9e67-935ddea2758d to baremetal node 1e34a420-5865-4dd7-8460-6ad35bad2c6a. | 20:32 |
BLZbubba_ | digging into it now | 20:32 |
NobodyCam | :) | 20:32 |
*** anniec has joined #openstack-ironic | 20:32 | |
BLZbubba_ | awesome, this gets me far enough that the "terminate" button in horizon actually works | 20:33 |
BLZbubba_ | not to put the cart in front of the horse or anything | 20:33 |
BLZbubba_ | but it would be cool if the horizon console could use the ipmi console instead of vnc for baremetal nodes | 20:34 |
NobodyCam | command line the only way to fly :-p | 20:34 |
*** aignatov is now known as aignatov_ | 20:34 | |
BLZbubba_ | yeah don't need horizon unless this proof of concept is a success | 20:39 |
NobodyCam | devananda: :-p hehehe | 20:39 |
NobodyCam | devananda: you still here | 20:40 |
BLZbubba_ | ok it looks like a failed startup fills in the instance_uuid column | 20:40 |
BLZbubba_ | should I set it to NULL? any other cleanup I need to do? | 20:40 |
NobodyCam | that should be it | 20:41 |
BLZbubba_ | ok great, getting tftp error snow | 20:41 |
BLZbubba_ | errors now | 20:41 |
devananda | NobodyCam: yea | 20:41 |
BLZbubba_ | that is a great sign | 20:41 |
BLZbubba_ | and why does "tftp" get to be the exception to the standard of putting things under /var | 20:42 |
BLZbubba_ | more of a rhetorial question, that :P | 20:42 |
NobodyCam | ok how would we handle have a ssh key as a var and not a file! | 20:43 |
BLZbubba_ | getting so close I can feel it | 20:43 |
BLZbubba_ | NobodyCam: depends how you're using it | 20:43 |
NobodyCam | devananda: IE http://paste.openstack.org/show/zLeOYDkdzgZdbhr11awZ/ | 20:44 |
BLZbubba_ | ok it is injecting things into images | 20:45 |
BLZbubba_ | this is a great sign | 20:45 |
NobodyCam | nova baremetal has a single ssh user name and password for vm control we set it per node | 20:45 |
NobodyCam | this comes from work ironic into other programs like TripleO | 20:45 |
BLZbubba_ | ok so how does nova-baremetal handle dnsmasq | 20:45 |
NobodyCam | depends, neutron or nova-network | 20:46 |
NobodyCam | as I recall nova-net requires you to run a local dnsmasq | 20:46 |
BLZbubba_ | the docs said to start dnsmasq by hand but how will it know what mac address to serve addresses to? | 20:47 |
BLZbubba_ | i'm seeing this in the log now: DHCPDISCOVER(br1) 00:25:90:1c:1c:66 no address available | 20:48 |
NobodyCam | sudo dnsmasq --conf-file= --port=69 --enable-tftp --tftp-root=/tftpboot --dhcp-boot=pxelinux.0 --pid-file=/var/run/dnsmasq.pid --interface=eth1 --dhcp-range=192.0.2.32,192.0.2.48 | 20:49 |
NobodyCam | devananda: up for quick call/ | 20:50 |
NobodyCam | ? | 20:50 |
devananda | NobodyCam, max_lobur1 - fwiw, refactoring the NodeManager class leads to a LOT more work, since that's where all the driver loading is mocked today | 20:51 |
devananda | NobodyCam: sure. hangout | 20:51 |
BLZbubba_ | "The baremetal PXE driver interacts directly with the dnsmasq configuration file ..." | 20:51 |
NobodyCam | brb | 20:52 |
jroll | NobodyCam: so, right now, it looks like file injection into the *image* is the standard way to configure a node booted with ironic? (ssh keys, network config, etc) | 20:54 |
*** harlowja has quit IRC | 21:05 | |
*** mdurnosvistov_ has quit IRC | 21:05 | |
*** russellb has quit IRC | 21:05 | |
*** rainya has quit IRC | 21:05 | |
*** mikal has quit IRC | 21:05 | |
*** BLZbubba_ has quit IRC | 21:05 | |
*** wendar has quit IRC | 21:05 | |
*** bigjools has quit IRC | 21:05 | |
*** john-n-seattle has quit IRC | 21:05 | |
*** sbadia has quit IRC | 21:05 | |
*** JayF has quit IRC | 21:05 | |
*** ekarlso has quit IRC | 21:05 | |
*** mdurnosvistov_lt has quit IRC | 21:05 | |
*** max_lobur1 has quit IRC | 21:05 | |
*** agordeev has quit IRC | 21:05 | |
*** jdob has quit IRC | 21:05 | |
*** comstud has quit IRC | 21:05 | |
*** saju_m has quit IRC | 21:05 | |
*** max_lobur_afk has quit IRC | 21:05 | |
*** SpamapS has quit IRC | 21:05 | |
*** yongli has quit IRC | 21:05 | |
*** hstimer has quit IRC | 21:05 | |
*** viktors-away has quit IRC | 21:05 | |
*** blamar has quit IRC | 21:05 | |
*** vkozhukalov has quit IRC | 21:05 | |
*** lazy_prince has quit IRC | 21:05 | |
*** jrist has quit IRC | 21:05 | |
*** russell_h has quit IRC | 21:05 | |
*** davidlenwell has quit IRC | 21:05 | |
*** mordred has quit IRC | 21:05 | |
*** lynxman has quit IRC | 21:05 | |
*** GheRivero has quit IRC | 21:05 | |
*** pradipta` has quit IRC | 21:05 | |
*** anniec has quit IRC | 21:05 | |
*** Shrews has quit IRC | 21:05 | |
*** openstackgerrit has quit IRC | 21:05 | |
*** pquerna has quit IRC | 21:05 | |
*** pleia2 has quit IRC | 21:05 | |
*** EmilienM has quit IRC | 21:05 | |
*** jroll has quit IRC | 21:05 | |
*** rloo has quit IRC | 21:05 | |
*** yuriyz has quit IRC | 21:05 | |
*** hemna has quit IRC | 21:05 | |
*** Xurong has quit IRC | 21:05 | |
*** lifeless has quit IRC | 21:05 | |
*** aignatov_ has quit IRC | 21:05 | |
*** ewindisch has quit IRC | 21:05 | |
*** JoshNang has quit IRC | 21:05 | |
*** matty_dubs has quit IRC | 21:05 | |
*** Haomeng has quit IRC | 21:05 | |
*** rwsu has quit IRC | 21:05 | |
*** mrda has quit IRC | 21:05 | |
*** NobodyCam has quit IRC | 21:05 | |
*** devananda has quit IRC | 21:05 | |
*** wendar has joined #openstack-ironic | 21:07 | |
*** BLZbubba_ has joined #openstack-ironic | 21:07 | |
*** mikal has joined #openstack-ironic | 21:07 | |
*** rainya has joined #openstack-ironic | 21:07 | |
*** russellb has joined #openstack-ironic | 21:07 | |
*** mrda has joined #openstack-ironic | 21:07 | |
*** matty_dubs has joined #openstack-ironic | 21:07 | |
*** devananda has joined #openstack-ironic | 21:07 | |
*** NobodyCam has joined #openstack-ironic | 21:07 | |
*** jroll has joined #openstack-ironic | 21:07 | |
*** GheRivero has joined #openstack-ironic | 21:07 | |
*** lynxman has joined #openstack-ironic | 21:07 | |
*** JoshNang has joined #openstack-ironic | 21:07 | |
*** EmilienM has joined #openstack-ironic | 21:07 | |
*** mordred has joined #openstack-ironic | 21:07 | |
*** davidlenwell has joined #openstack-ironic | 21:07 | |
*** russell_h has joined #openstack-ironic | 21:07 | |
*** pleia2 has joined #openstack-ironic | 21:07 | |
*** comstud has joined #openstack-ironic | 21:07 | |
*** pquerna has joined #openstack-ironic | 21:07 | |
*** aignatov_ has joined #openstack-ironic | 21:07 | |
*** blamar has joined #openstack-ironic | 21:07 | |
*** rwsu has joined #openstack-ironic | 21:07 | |
*** lifeless has joined #openstack-ironic | 21:07 | |
*** ewindisch has joined #openstack-ironic | 21:07 | |
*** hemna has joined #openstack-ironic | 21:07 | |
*** yongli has joined #openstack-ironic | 21:07 | |
*** Haomeng has joined #openstack-ironic | 21:07 | |
*** Xurong has joined #openstack-ironic | 21:07 | |
*** openstackgerrit has joined #openstack-ironic | 21:07 | |
*** jrist has joined #openstack-ironic | 21:07 | |
*** lazy_prince has joined #openstack-ironic | 21:07 | |
*** SpamapS has joined #openstack-ironic | 21:07 | |
*** yuriyz has joined #openstack-ironic | 21:07 | |
*** pradipta` has joined #openstack-ironic | 21:07 | |
*** jdob has joined #openstack-ironic | 21:07 | |
*** Shrews has joined #openstack-ironic | 21:07 | |
*** max_lobur_afk has joined #openstack-ironic | 21:07 | |
*** viktors-away has joined #openstack-ironic | 21:07 | |
*** max_lobur1 has joined #openstack-ironic | 21:07 | |
*** agordeev has joined #openstack-ironic | 21:07 | |
*** saju_m has joined #openstack-ironic | 21:07 | |
*** hstimer has joined #openstack-ironic | 21:07 | |
*** vkozhukalov has joined #openstack-ironic | 21:07 | |
*** rloo has joined #openstack-ironic | 21:07 | |
*** mdurnosvistov_lt has joined #openstack-ironic | 21:07 | |
*** mdurnosvistov has joined #openstack-ironic | 21:07 | |
*** bigjools has joined #openstack-ironic | 21:07 | |
*** john-n-seattle has joined #openstack-ironic | 21:07 | |
*** sbadia has joined #openstack-ironic | 21:07 | |
BLZbubba_ | must be nova-network's doing | 21:09 |
jroll | 12:57:41 devananda | jroll: all that should be passed in to the *instance* during init <- I guess my question is how this currently happens | 21:09 |
jroll | context: I'm working on a blueprint to pass arbitrary data to deploy() for exactly this case | 21:10 |
mordred | w00t! | 21:10 |
mordred | welcome Shrews | 21:10 |
devananda | jroll: it should be via nova metadata service | 21:11 |
devananda | jroll: which, if you're using nova to initiate the deploy, should work if you're using our unlanded, -2'd patch | 21:11 |
* devananda tries not to gripe again | 21:12 | |
jroll | devananda: where does that end up going through ironic, though? | 21:12 |
NobodyCam | hi Shrews :) | 21:12 |
NobodyCam | morning mordred :) | 21:12 |
BLZbubba_ | netsplits rock | 21:12 |
NobodyCam | BLZbubba_: umm well... hehehe | 21:12 |
jroll | devananda: I want access to that metadata in my ironic driver | 21:12 |
* NobodyCam had been split on to his own little island | 21:13 | |
BLZbubba_ | ok the tftp part appears to have worked!! let's see if it actually booted up | 21:13 |
NobodyCam | BLZbubba_: awesome ness :) | 21:13 |
devananda | jroll: it doesn't go through ironic | 21:13 |
jroll | hrm | 21:14 |
devananda | jroll: ironic puts the image on the machine. when the machine starts, the OS's first-boot scripts will pull the metadata from the magic place | 21:14 |
devananda | i mean, nova metadata service | 21:14 |
devananda | :) | 21:14 |
jroll | "the magic place" | 21:14 |
jroll | :P | 21:14 |
*** JayF has joined #openstack-ironic | 21:14 | |
*** ekarlso has joined #openstack-ironic | 21:14 | |
jroll | so this will require specialized images? | 21:15 |
devananda | 169.254.169.254 | 21:15 |
devananda | jroll: images that are designed for booting in clouds. yes | 21:15 |
devananda | jroll: now, it's possible to use other means to parameterize the instances, in principle | 21:15 |
jroll | right, we were planning on configdrive | 21:15 |
devananda | jroll: eg, HP's iLO driver is proposing to use virtual media to load a configdrive | 21:15 |
*** JayF has quit IRC | 21:26 | |
*** ekarlso has quit IRC | 21:26 | |
*** russellb has quit IRC | 21:26 | |
*** rainya has quit IRC | 21:26 | |
*** mikal has quit IRC | 21:26 | |
*** BLZbubba_ has quit IRC | 21:26 | |
*** wendar has quit IRC | 21:26 | |
*** bigjools has quit IRC | 21:26 | |
*** john-n-seattle has quit IRC | 21:26 | |
*** sbadia has quit IRC | 21:26 | |
*** mdurnosvistov has quit IRC | 21:26 | |
*** mdurnosvistov_lt has quit IRC | 21:26 | |
*** max_lobur1 has quit IRC | 21:26 | |
*** agordeev has quit IRC | 21:26 | |
*** jdob has quit IRC | 21:26 | |
*** comstud has quit IRC | 21:26 | |
*** saju_m has quit IRC | 21:26 | |
*** max_lobur_afk has quit IRC | 21:26 | |
*** SpamapS has quit IRC | 21:26 | |
*** yongli has quit IRC | 21:26 | |
*** hstimer has quit IRC | 21:26 | |
*** viktors-away has quit IRC | 21:26 | |
*** blamar has quit IRC | 21:26 | |
*** vkozhukalov has quit IRC | 21:26 | |
*** lazy_prince has quit IRC | 21:26 | |
*** jrist has quit IRC | 21:26 | |
*** russell_h has quit IRC | 21:26 | |
*** davidlenwell has quit IRC | 21:26 | |
*** mordred has quit IRC | 21:26 | |
*** lynxman has quit IRC | 21:26 | |
*** GheRivero has quit IRC | 21:26 | |
*** pradipta` has quit IRC | 21:26 | |
*** Shrews has quit IRC | 21:26 | |
*** openstackgerrit has quit IRC | 21:26 | |
*** pquerna has quit IRC | 21:26 | |
*** pleia2 has quit IRC | 21:26 | |
*** EmilienM has quit IRC | 21:26 | |
*** jroll has quit IRC | 21:26 | |
*** rloo has quit IRC | 21:26 | |
*** yuriyz has quit IRC | 21:26 | |
*** hemna has quit IRC | 21:26 | |
*** Xurong has quit IRC | 21:26 | |
*** lifeless has quit IRC | 21:26 | |
*** aignatov_ has quit IRC | 21:26 | |
*** ewindisch has quit IRC | 21:26 | |
*** JoshNang has quit IRC | 21:26 | |
*** matty_dubs has quit IRC | 21:26 | |
*** Haomeng has quit IRC | 21:26 | |
*** rwsu has quit IRC | 21:26 | |
*** mrda has quit IRC | 21:26 | |
*** NobodyCam has quit IRC | 21:26 | |
*** devananda has quit IRC | 21:26 | |
*** rloo has joined #openstack-ironic | 21:49 | |
*** russellb has joined #openstack-ironic | 21:49 | |
*** wendar has joined #openstack-ironic | 21:49 | |
*** rainya has joined #openstack-ironic | 21:49 | |
*** EmilienM has joined #openstack-ironic | 21:59 | |
*** anniec has joined #openstack-ironic | 22:06 | |
*** pleia2 has joined #openstack-ironic | 22:06 | |
*** jroll has joined #openstack-ironic | 22:06 | |
*** mdurnosvistov_lt has joined #openstack-ironic | 22:06 | |
*** pquerna_ has joined #openstack-ironic | 22:06 | |
*** Shrews_ has joined #openstack-ironic | 22:06 | |
*** 45PAAH8X1 has joined #openstack-ironic | 22:06 | |
*** harlowja has joined #openstack-ironic | 22:06 | |
*** jcooley_ has joined #openstack-ironic | 22:06 | |
*** mikal_ has joined #openstack-ironic | 22:06 | |
*** BLZbubba has joined #openstack-ironic | 22:06 | |
*** ekarlso has joined #openstack-ironic | 22:06 | |
*** JayF has joined #openstack-ironic | 22:06 | |
*** mrda has joined #openstack-ironic | 22:06 | |
*** matty_dubs has joined #openstack-ironic | 22:06 | |
*** devananda has joined #openstack-ironic | 22:06 | |
*** NobodyCam has joined #openstack-ironic | 22:06 | |
*** GheRivero has joined #openstack-ironic | 22:06 | |
*** lynxman has joined #openstack-ironic | 22:06 | |
*** JoshNang has joined #openstack-ironic | 22:06 | |
*** mordred has joined #openstack-ironic | 22:06 | |
*** davidlenwell has joined #openstack-ironic | 22:06 | |
*** russell_h has joined #openstack-ironic | 22:06 | |
*** comstud has joined #openstack-ironic | 22:06 | |
*** aignatov_ has joined #openstack-ironic | 22:06 | |
*** blamar has joined #openstack-ironic | 22:06 | |
*** rwsu has joined #openstack-ironic | 22:06 | |
*** lifeless has joined #openstack-ironic | 22:06 | |
*** ewindisch has joined #openstack-ironic | 22:06 | |
*** hemna has joined #openstack-ironic | 22:06 | |
*** yongli has joined #openstack-ironic | 22:06 | |
*** Haomeng has joined #openstack-ironic | 22:06 | |
*** Xurong has joined #openstack-ironic | 22:06 | |
*** jrist has joined #openstack-ironic | 22:06 | |
*** lazy_prince has joined #openstack-ironic | 22:06 | |
*** yuriyz has joined #openstack-ironic | 22:06 | |
*** pradipta` has joined #openstack-ironic | 22:06 | |
*** jdob has joined #openstack-ironic | 22:06 | |
*** max_lobur_afk has joined #openstack-ironic | 22:06 | |
*** viktors-away has joined #openstack-ironic | 22:06 | |
*** max_lobur1 has joined #openstack-ironic | 22:06 | |
*** hstimer has joined #openstack-ironic | 22:06 | |
*** vkozhukalov has joined #openstack-ironic | 22:06 | |
*** mdurnosvistov has joined #openstack-ironic | 22:06 | |
*** bigjools has joined #openstack-ironic | 22:06 | |
*** john-n-seattle has joined #openstack-ironic | 22:06 | |
*** sbadia has joined #openstack-ironic | 22:06 | |
BLZbubba | that is kind of painful compared to init=/bin/sh | 22:06 |
NobodyCam | those elements build and init script that runs in/on the deployment ramdisk | 22:06 |
NobodyCam | but you need to see what in htat script is failing | 22:07 |
BLZbubba | with a shell i can poke around and then launch the real init script | 22:07 |
BLZbubba | and even run each step by hand | 22:07 |
NobodyCam | real init script the env will be the custom ramdisk | 22:07 |
BLZbubba | i saw a little more of the message it gave right before rebooting, the word iSCSI | 22:07 |
BLZbubba | not terribly helpful yet | 22:08 |
BLZbubba | hmm what is the "troubleshoot=0" option | 22:08 |
NobodyCam | oh that may be new | 22:09 |
BLZbubba | i get the feeling it isn't even looking at the options in that config file | 22:11 |
*** jdob has quit IRC | 22:14 | |
NobodyCam | BLZbubba: what was the command you used you build the deployment disk | 22:15 |
BLZbubba | nope i was wrong | 22:17 |
NobodyCam | the init that runs in the deployment ramdsk is build thru elements in here : https://github.com/openstack/diskimage-builder/tree/master/elements | 22:18 |
NobodyCam | see init.d sections of the included elements | 22:18 |
BLZbubba | bin/ramdisk-image-create -a amd64 -o my-deploy-ramdisk ubuntu | 22:19 |
BLZbubba | why can't the kernel just have a /bin/sh payload to execute | 22:20 |
BLZbubba | instead of depending on this ramdisk nonsense | 22:20 |
BLZbubba | BLZbubba: it's open source, hack it in yourself... | 22:21 |
NobodyCam | try something like diskimage-builder/bin/ramdisk-image-create -a amd64 ubuntu deploy -o my-deploy-ramdisk | 22:22 |
*** mdurnosvistov_lt has quit IRC | 22:22 | |
*** 45PAAH8X1 has quit IRC | 22:32 | |
*** jroll has quit IRC | 22:32 | |
*** JayF has quit IRC | 22:32 | |
*** ekarlso has quit IRC | 22:32 | |
*** harlowja has quit IRC | 22:32 | |
*** bigjools has quit IRC | 22:32 | |
*** john-n-seattle has quit IRC | 22:32 | |
*** sbadia has quit IRC | 22:33 | |
*** mdurnosvistov has quit IRC | 22:33 | |
*** max_lobur1 has quit IRC | 22:33 | |
*** pleia2 has quit IRC | 22:33 | |
*** comstud has quit IRC | 22:33 | |
*** Shrews_ has quit IRC | 22:33 | |
*** BLZbubba has quit IRC | 22:33 | |
*** max_lobur_afk has quit IRC | 22:33 | |
*** yongli has quit IRC | 22:33 | |
*** pquerna_ has quit IRC | 22:33 | |
*** hstimer has quit IRC | 22:33 | |
*** viktors-away has quit IRC | 22:33 | |
*** blamar has quit IRC | 22:33 | |
*** anniec has quit IRC | 22:33 | |
*** jcooley_ has quit IRC | 22:33 | |
*** vkozhukalov has quit IRC | 22:33 | |
*** lazy_prince has quit IRC | 22:33 | |
*** jrist has quit IRC | 22:33 | |
*** russell_h has quit IRC | 22:33 | |
*** davidlenwell has quit IRC | 22:33 | |
*** mordred has quit IRC | 22:33 | |
*** lynxman has quit IRC | 22:33 | |
*** GheRivero has quit IRC | 22:33 | |
*** mikal_ has quit IRC | 22:33 | |
*** pradipta` has quit IRC | 22:33 | |
*** yuriyz has quit IRC | 22:33 | |
*** hemna has quit IRC | 22:33 | |
*** Xurong has quit IRC | 22:33 | |
*** lifeless has quit IRC | 22:33 | |
*** aignatov_ has quit IRC | 22:33 | |
*** ewindisch has quit IRC | 22:33 | |
*** JoshNang has quit IRC | 22:33 | |
*** matty_dubs has quit IRC | 22:33 | |
*** Haomeng has quit IRC | 22:33 | |
*** rwsu has quit IRC | 22:33 | |
*** mrda has quit IRC | 22:33 | |
*** NobodyCam has quit IRC | 22:33 | |
*** devananda has quit IRC | 22:33 | |
*** rloo has quit IRC | 22:34 | |
*** rloo has joined #openstack-ironic | 22:37 | |
*** openstackgerrit has joined #openstack-ironic | 22:37 | |
*** pleia2 has joined #openstack-ironic | 22:37 | |
*** jroll has joined #openstack-ironic | 22:37 | |
*** pquerna_ has joined #openstack-ironic | 22:37 | |
*** Shrews_ has joined #openstack-ironic | 22:37 | |
*** harlowja has joined #openstack-ironic | 22:37 | |
*** mikal_ has joined #openstack-ironic | 22:37 | |
*** BLZbubba has joined #openstack-ironic | 22:37 | |
*** ekarlso has joined #openstack-ironic | 22:37 | |
*** JayF has joined #openstack-ironic | 22:37 | |
*** mrda has joined #openstack-ironic | 22:37 | |
*** matty_dubs has joined #openstack-ironic | 22:37 | |
*** devananda has joined #openstack-ironic | 22:37 | |
*** NobodyCam has joined #openstack-ironic | 22:37 | |
*** GheRivero has joined #openstack-ironic | 22:37 | |
*** lynxman has joined #openstack-ironic | 22:37 | |
*** JoshNang has joined #openstack-ironic | 22:37 | |
*** mordred has joined #openstack-ironic | 22:37 | |
*** davidlenwell has joined #openstack-ironic | 22:37 | |
*** russell_h has joined #openstack-ironic | 22:37 | |
*** comstud has joined #openstack-ironic | 22:37 | |
*** aignatov_ has joined #openstack-ironic | 22:37 | |
*** blamar has joined #openstack-ironic | 22:37 | |
*** rwsu has joined #openstack-ironic | 22:37 | |
*** lifeless has joined #openstack-ironic | 22:37 | |
*** ewindisch has joined #openstack-ironic | 22:37 | |
*** hemna has joined #openstack-ironic | 22:37 | |
*** yongli has joined #openstack-ironic | 22:37 | |
*** Haomeng has joined #openstack-ironic | 22:37 | |
*** Xurong has joined #openstack-ironic | 22:37 | |
*** jrist has joined #openstack-ironic | 22:37 | |
*** lazy_prince has joined #openstack-ironic | 22:37 | |
*** yuriyz has joined #openstack-ironic | 22:37 | |
*** pradipta` has joined #openstack-ironic | 22:37 | |
*** max_lobur_afk has joined #openstack-ironic | 22:37 | |
*** viktors-away has joined #openstack-ironic | 22:37 | |
*** max_lobur1 has joined #openstack-ironic | 22:37 | |
*** hstimer has joined #openstack-ironic | 22:37 | |
*** vkozhukalov has joined #openstack-ironic | 22:37 | |
*** mdurnosvistov has joined #openstack-ironic | 22:37 | |
*** bigjools has joined #openstack-ironic | 22:37 | |
*** john-n-seattle has joined #openstack-ironic | 22:37 | |
*** sbadia has joined #openstack-ironic | 22:37 | |
* Shrews_ clobbers deva tomorrow. Dinner time | 22:37 | |
*** Shrews_ is now known as Shrews | 22:37 | |
NobodyCam | :) enjoy the eats Shrews | 22:37 |
Shrews | NobodyCam: will do! | 22:39 |
*** hemna has quit IRC | 22:42 | |
*** hemna has joined #openstack-ironic | 22:44 | |
*** EmilienM has quit IRC | 22:46 | |
*** wendar has quit IRC | 22:46 | |
*** rainya has quit IRC | 22:46 | |
*** russellb has quit IRC | 22:46 | |
*** harlowja has quit IRC | 22:46 | |
*** bigjools has quit IRC | 22:46 | |
*** john-n-seattle has quit IRC | 22:46 | |
*** sbadia has quit IRC | 22:46 | |
*** jroll has quit IRC | 22:46 | |
*** JayF has quit IRC | 22:46 | |
*** ekarlso has quit IRC | 22:46 | |
*** mdurnosvistov has quit IRC | 22:46 | |
*** max_lobur1 has quit IRC | 22:46 | |
*** pleia2 has quit IRC | 22:46 | |
*** comstud has quit IRC | 22:46 | |
*** Shrews has quit IRC | 22:46 | |
*** BLZbubba has quit IRC | 22:46 | |
*** max_lobur_afk has quit IRC | 22:46 | |
*** yongli has quit IRC | 22:46 | |
*** rloo has quit IRC | 22:46 | |
*** pquerna_ has quit IRC | 22:46 | |
*** hstimer has quit IRC | 22:46 | |
*** viktors-away has quit IRC | 22:46 | |
*** blamar has quit IRC | 22:46 | |
*** openstackgerrit has quit IRC | 22:46 | |
*** vkozhukalov has quit IRC | 22:46 | |
*** lazy_prince has quit IRC | 22:46 | |
*** jrist has quit IRC | 22:46 | |
*** russell_h has quit IRC | 22:46 | |
*** davidlenwell has quit IRC | 22:46 | |
*** mordred has quit IRC | 22:46 | |
*** lynxman has quit IRC | 22:46 | |
*** GheRivero has quit IRC | 22:46 | |
*** mikal_ has quit IRC | 22:46 | |
*** pradipta` has quit IRC | 22:46 | |
*** yuriyz has quit IRC | 22:46 | |
*** Xurong has quit IRC | 22:46 | |
*** lifeless has quit IRC | 22:46 | |
*** aignatov_ has quit IRC | 22:46 | |
*** ewindisch has quit IRC | 22:46 | |
*** JoshNang has quit IRC | 22:46 | |
*** matty_dubs has quit IRC | 22:46 | |
*** Haomeng has quit IRC | 22:46 | |
*** rwsu has quit IRC | 22:46 | |
*** mrda has quit IRC | 22:46 | |
*** hemna has quit IRC | 22:46 | |
*** NobodyCam has quit IRC | 22:46 | |
*** devananda has quit IRC | 22:46 | |
*** hemna has joined #openstack-ironic | 22:47 | |
*** russellb has joined #openstack-ironic | 22:47 | |
*** wendar has joined #openstack-ironic | 22:47 | |
*** rainya has joined #openstack-ironic | 22:47 | |
*** EmilienM has joined #openstack-ironic | 22:47 | |
*** rloo has joined #openstack-ironic | 22:47 | |
*** openstackgerrit has joined #openstack-ironic | 22:47 | |
*** pleia2 has joined #openstack-ironic | 22:47 | |
*** jroll has joined #openstack-ironic | 22:47 | |
*** pquerna_ has joined #openstack-ironic | 22:47 | |
*** Shrews has joined #openstack-ironic | 22:47 | |
*** harlowja has joined #openstack-ironic | 22:47 | |
*** mikal_ has joined #openstack-ironic | 22:47 | |
*** BLZbubba has joined #openstack-ironic | 22:47 | |
*** ekarlso has joined #openstack-ironic | 22:47 | |
*** JayF has joined #openstack-ironic | 22:47 | |
*** sbadia has joined #openstack-ironic | 22:47 | |
*** john-n-seattle has joined #openstack-ironic | 22:47 | |
*** bigjools has joined #openstack-ironic | 22:47 | |
*** mdurnosvistov has joined #openstack-ironic | 22:47 | |
*** vkozhukalov has joined #openstack-ironic | 22:47 | |
*** hstimer has joined #openstack-ironic | 22:47 | |
*** max_lobur1 has joined #openstack-ironic | 22:47 | |
*** viktors-away has joined #openstack-ironic | 22:47 | |
*** max_lobur_afk has joined #openstack-ironic | 22:47 | |
*** pradipta` has joined #openstack-ironic | 22:47 | |
*** yuriyz has joined #openstack-ironic | 22:47 | |
*** lazy_prince has joined #openstack-ironic | 22:47 | |
*** jrist has joined #openstack-ironic | 22:47 | |
*** Xurong has joined #openstack-ironic | 22:47 | |
*** Haomeng has joined #openstack-ironic | 22:47 | |
*** yongli has joined #openstack-ironic | 22:47 | |
*** ewindisch has joined #openstack-ironic | 22:47 | |
*** lifeless has joined #openstack-ironic | 22:47 | |
*** rwsu has joined #openstack-ironic | 22:47 | |
*** blamar has joined #openstack-ironic | 22:47 | |
*** aignatov_ has joined #openstack-ironic | 22:47 | |
*** comstud has joined #openstack-ironic | 22:47 | |
*** russell_h has joined #openstack-ironic | 22:47 | |
*** davidlenwell has joined #openstack-ironic | 22:47 | |
*** mordred has joined #openstack-ironic | 22:47 | |
*** JoshNang has joined #openstack-ironic | 22:47 | |
*** lynxman has joined #openstack-ironic | 22:47 | |
*** GheRivero has joined #openstack-ironic | 22:47 | |
*** NobodyCam has joined #openstack-ironic | 22:47 | |
*** devananda has joined #openstack-ironic | 22:47 | |
*** matty_dubs has joined #openstack-ironic | 22:47 | |
*** mrda has joined #openstack-ironic | 22:47 | |
openstackgerrit | Kai Zhang proposed a change to openstack/ironic: Fix small typos in matchmaker.py https://review.openstack.org/75216 | 22:48 |
*** matty_dubs is now known as matty_dubs|gone | 22:48 | |
BLZbubba | NobodyCam: so is diskimage-builder better than baremetal-initrd-builder ? | 22:59 |
*** jcooley_ has joined #openstack-ironic | 23:01 | |
*** mikal_ is now known as mikal | 23:10 | |
NobodyCam | prob calling the same script. been awhile sense I've dug into those scripts | 23:14 |
BLZbubba | NobodyCam: ok your diskimage-builder command helped -- it is getting a bit further now | 23:17 |
BLZbubba | it gives an iser error and then reboots | 23:17 |
BLZbubba | but it is at least trying something for another minute before giving up | 23:17 |
BLZbubba | ah and the deploy helper log file has entries now! | 23:19 |
BLZbubba | getting soooooo close | 23:19 |
NobodyCam | :) | 23:19 |
*** max_lobur has joined #openstack-ironic | 23:22 | |
*** jcooley_ has quit IRC | 23:22 | |
BLZbubba | NobodyCam: http://paste.openstack.org/show/67786/ | 23:22 |
BLZbubba | sfdisk error of some sort | 23:23 |
*** max_lobur has quit IRC | 23:24 | |
*** max_lobur has joined #openstack-ironic | 23:24 | |
*** max_lobur1 has quit IRC | 23:24 | |
NobodyCam | BLZbubba: what are the is the flavors disk size | 23:24 |
BLZbubba | there doesn't appear to be an error but it got a non-zero error code and errored out the instance | 23:24 |
BLZbubba | i believe i set it to 1 | 23:25 |
BLZbubba | when i was trying to get past the filters | 23:25 |
BLZbubba | it was comparing them to the nova-baremetal node's cpu/disk instead of the pxe hardware | 23:26 |
BLZbubba | i'll set back to a reasonable number and see what happens | 23:26 |
NobodyCam | BLZbubba: :) i use 10 or 20 gb | 23:26 |
BLZbubba | hmm, BLKRRPART: Device or resource busy\nThe command to re-read the partition table failed. | 23:28 |
*** jcooley_ has joined #openstack-ironic | 23:30 | |
BLZbubba | hmm root_gb is 100 in the flavor, bm node disk size is 1000 | 23:33 |
NobodyCam | they should match see: | 23:37 |
*** jcooley_ has quit IRC | 23:38 | |
*** jcooley_ has joined #openstack-ironic | 23:38 | |
NobodyCam | http://paste.openstack.org/show/tZZrbs8WxJU3fdODXhyp/ | 23:38 |
*** vkozhukalov has quit IRC | 23:42 | |
max_lobur | night Everyone | 23:42 |
NobodyCam | night max_lobur | 23:43 |
*** max_lobur has quit IRC | 23:43 | |
*** jcooley_ has quit IRC | 23:45 | |
*** pquerna_ is now known as pquerna | 23:48 | |
BLZbubba | adjusting the size didn't seem to help | 23:49 |
NobodyCam | devananda: I'm holding off onthe tripleo changes for a bit trying to connect with StevenK to see what changes he has instore | 23:49 |
NobodyCam | BLZbubba: same error | 23:50 |
*** SpamapS has joined #openstack-ironic | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!