Thursday, 2014-02-20

*** matsuhashi has joined #openstack-ironic00:15
*** mdurnosvistov_lt has quit IRC00:16
*** matsuhashi has quit IRC00:21
*** matsuhashi has joined #openstack-ironic00:21
*** matsuhashi has quit IRC00:21
*** matsuhashi has joined #openstack-ironic00:22
NobodyCamdevananda: http://paste.openstack.org/show/EdIlPIwoIKi7jMPYFHPr/00:22
NobodyCamstill need to figure out how to get the virt type and ssh creds!00:23
* NobodyCam steps afk 00:26
openstackgerritDevananda van der Veen proposed a change to openstack/ironic: Simplify locking around acquiring Node resources  https://review.openstack.org/7197400:35
* NobodyCam is back00:35
devanandanow greatly simplified00:35
devanandaNobodyCam: that paste seems mostly on the right track00:39
NobodyCamya not done yet00:40
NobodyCamshould a rev up tomorrow00:40
devanandasure00:40
russell_hdevananda: is there any possible advantage to a filesystem-based lock?00:40
russell_hlike its not like you want it to persist across restarts right?00:40
devanandarussell_h: erm, it's really slow and bad?00:40
jrollNobodyCam: so, thoughts on having an extra "deploy_data" parameter to provision that gets passed through to the driver?00:41
devanandarussell_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 it00:41
NobodyCam:-p i -1'd https://review.openstack.org/#/c/7296900:41
*** coolsvap has quit IRC00:41
devanandarussell_h: but as far as why, yes, there are cases where someone else might want it, so Oslo supports them00:41
russell_hk00:42
* devananda doesn't remember wjhat they are off-hand00:42
NobodyCamjroll: that would need a BP00:42
russell_hI've never understood fs-based locking00:42
russell_hits like for when you have multiple processes on a single box00:42
devanandaNobodyCam: btw, instead of a bunch of ironic node-update, you can pass al lthe info to create00:42
russell_hconfig management I guess00:42
NobodyCamyes!!!00:42
jrollNobodyCam: sure thing. but you're open to it, at least?00:42
devanandaNobodyCam: ironic node-create -i xx -i xx -i xx -p xx -p xx -p xx ....00:42
NobodyCamyep just putting things toghether00:43
NobodyCamjroll: not opposed at this point... timing may not perfect for such changes right now...00:44
*** SpamapS has quit IRC00:44
NobodyCams/may not perfect/nay not BE perfect/00:44
jrollNobodyCam: 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
jrollnot ideal but I can make it work00:45
NobodyCamdevananda: for new BP can we stil accept just not for Icehiuse00:45
NobodyCamhouse*00:45
devanandaNobodyCam: BP can always be proposed, but yea, not accepting for this cycle any more00:46
jrollright, that's fine00:46
NobodyCamjroll: ^^^:)00:46
jroll:)00:46
jrollI'll get it in this week00:46
jrollprobably with an early version of a patch00:47
NobodyCamGreat :)00:47
NobodyCamseeng code always helps /me00:47
NobodyCam:-p00:47
jrollsame00:47
mrdajroll: excellent idea - getting eyeballs on it will help it get thru easier for Juno00:47
*** matsuhashi has quit IRC00:59
*** matsuhashi has joined #openstack-ironic01:00
*** SpamapS has joined #openstack-ironic01:02
*** zul has joined #openstack-ironic01:06
*** anniec has quit IRC01:23
devanandadhellmann: re: pyghmi and testing, i think i'm missing something01:27
devanandadhellmann: when I add a "testenv:ironic-tip" to pyghmi, similar to what you've got in pecan, sure, it installs ironic and runs those tests01:28
devanandadhellmann: 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 tree01:28
devanandadhellmann: or at least that's what it looks like01:28
devananda*latest pyghmi release on pip, I mean01:29
*** epim has quit IRC01:35
*** anniec has joined #openstack-ironic01:35
*** nosnos has joined #openstack-ironic01:39
*** anniec has quit IRC01:41
mrdahey 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-ironic01:41
mrda(sorry for the noob question)01:42
devanandamrda: heya! um, so ...01:44
devanandamrda: i would punt that particular question to lucas or agordeev, as I'm not testing that in a VM01:44
devanandamrda: I've been trying to get it going inside of an HPCS instance running precise01:45
devanandamrda: and then using libvirt to make small VMs for the fake baremetal nodes01:45
devanandai was making progress on monday, then spent the last 2 days travelling01:45
*** anniec has quit IRC01:46
*** hstimer has joined #openstack-ironic01:48
mrdaso I'm on the bleeding edge ;)01:48
*** anniec has joined #openstack-ironic01:50
devanandayep01:52
*** marty has quit IRC01:52
devanandamrda: so any devstack should be able to start ironic services01:52
devanandamrda: the issue is going to be around the net bridge and neutron configuration to control DHCP for the fake baremetal nodes01:52
*** hstimer has quit IRC01:52
devanandamrda: agordeev has been working on some of that here: https://review.openstack.org/#/c/70348/01:54
mrdayes, I'd like to get to the point where I can actually get an ironic node booting01:54
mrda:)01:54
mrdado you think that it'll work using those notes with a fake baremetal node?01:55
mrdaOr am I wasting my time?01:55
devanandamrda: depends on your definition of "wasting" and "time" ;)01:57
devanandamrda: 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 IRC01:59
openstackgerritHaomeng,Wang proposed a change to openstack/ironic: Re-enable lazy translation  https://review.openstack.org/7462601:59
openstackgerritDevananda van der Veen proposed a change to stackforge/pyghmi: Add testing with Ironic to tox.ini  https://review.openstack.org/7489102:00
*** zul has quit IRC02:01
devanandamrda: have I been in any way helpful?02:02
mrdadevananda: that's been good02:16
mrdain that I'm less certain about whether I should proceed, or go do something else02:16
mrdagetting ironic going in devstack is something I want and need to do :)02:17
devanandamrda: fwiw, we're all blocked on that right now ..02:18
devanandai've been fighting with precise for the last hour refusing to even start devstack (let alone anything with ironic)02:18
devanandamrda: in principle, using devstack from trunk, you should get ironic itself up and running just by adding this02:20
devanandaenable_service ir-api02:20
devanandato your localrc02:20
devanandaenable_service ir-cond02:20
mrdasure, 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-302:20
devanandagah! titles! please stop that :)02:20
mrdalol :)02:20
mrdaso I'd like to get ironic booting a fake baremetal node, then I can concentrate on non-hardware specific ironic issues02:21
devanandaso, NobodyCam and I have kept up the tripleo side of things fairly well02:21
devanandathat's probably the shortest path to getting a local env with VMs that you can boot02:22
mrdaok, so which wiki/ether should I be following to go there?02:22
devanandadevstack 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
devanandak, sec02:23
mrdasure, I agree02:23
devanandamrda: https://wiki.openstack.org/wiki/Ironic/TripleO02:23
mrdaI just want to be able to resolve real issues and learn the code base, so getting that going is going to help me I think02:23
mrdathanks02:23
devanandamrda: I think that's accurate. I haven't tested it in ~1 wk, so who knows if tripleo-incubator changed ... :-/02:24
devanandamrda: also, if you haven't already seen http://docs.openstack.org/developer/ironic/dev/dev-quickstart.html, there are some new sections there that02:24
devanandamrda: show how to get the services running in a venv locally (no VM)02:24
mrdacool, excellent.  I hadn't read that last since January in Perth :)02:25
devanandaI 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 locking02:25
devanandarather than trying to create N VMs with one service each, I just create different config files and point each service at one02:26
mrdathanks devananda, I'll refocus on those two (Ironic/TripleO & dev-quickstart) and see where that gets me02:29
devanandamrda: 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 major02:30
* devananda needs to dig up those notes02:30
devanandamrda: also it was enough to get a few of their developers to start spamming IPMI traffic onto their local net, so .. \o/02:31
mrdaif you find those notes, I'd be inteersted!02:35
devanandadavidlenwell: you dont happen to have gotten a copy of the notes from yesterday?02:36
*** rloo has quit IRC02:41
*** rongze has joined #openstack-ironic02:48
davidlenwelldevananda: which notes again ?03:01
devanandadavidlenwell: the ones joshua took03:04
davidlenwellI'll ask him for them ..03:04
devanandadavidlenwell: i think i remembered the issue we found in the dev-quickstart, but he had some others03:04
devanandathanks03:04
openstackgerritDevananda van der Veen proposed a change to openstack/ironic: Clarify and fix up the dev-quickstart doc some more  https://review.openstack.org/7490903:05
devanandadavidlenwell, mrda: this may be even more helpful for ya'll03:05
mrdacool!03:06
devanandawhen jenkins finishes its test, there'll be a link to a more readable version03:06
devanandamrda: also, i just updated the tail end of https://etherpad.openstack.org/p/IronicDeployDevstack with my current notes03:10
devanandai haven't actually tested it yet ... heh03:11
mrda:)03:11
*** lazy_prince is now known as killer_prince03:19
devanandaok, i think i'm done for the day... see ya'll tmw!03:25
mrdahave a great night devananda!03:25
*** rongze has quit IRC03:32
*** matsuhashi has quit IRC03:46
*** rongze has joined #openstack-ironic03:57
davidlenwelldevananda: 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 tomorrow04:15
*** anniec has quit IRC04:21
*** anniec has joined #openstack-ironic04:28
*** Kanagaraj has joined #openstack-ironic04:30
*** matsuhashi has joined #openstack-ironic04:31
*** killer_prince has quit IRC04:43
*** lazy_prince has joined #openstack-ironic04:43
*** lazy_prince has quit IRC04:43
*** killer_prince has joined #openstack-ironic04:44
*** rongze has quit IRC04:44
openstackgerritAndreas Jaeger proposed a change to openstack/ironic: Improve help strings  https://review.openstack.org/7482204:44
*** aignatov_ is now known as aignatov04:45
*** aignatov is now known as aignatov_05:00
*** SpamapS has quit IRC05:06
*** jcooley_ has joined #openstack-ironic05:13
*** anniec has quit IRC05:13
*** rongze has joined #openstack-ironic05:16
*** shausy has joined #openstack-ironic05:18
*** rongze_ has joined #openstack-ironic05:18
*** rongze has quit IRC05:19
*** rongze has joined #openstack-ironic05:20
*** anniec has joined #openstack-ironic05:21
*** rongze_ has quit IRC05:22
*** SpamapS has joined #openstack-ironic05:23
*** rongze has quit IRC05:24
*** anniec has quit IRC06:04
openstackgerritJenkins proposed a change to openstack/ironic: Imported Translations from Transifex  https://review.openstack.org/7119206:07
*** loki_ has joined #openstack-ironic06:16
*** anniec has joined #openstack-ironic06:16
*** rongze has joined #openstack-ironic06:18
*** killer_prince is now known as lazy_prince06:19
*** rongze has quit IRC06:25
openstackgerritHaomeng,Wang proposed a change to openstack/ironic: Re-enable lazy translation  https://review.openstack.org/7462606:25
*** rongze has joined #openstack-ironic06:27
*** anniec has quit IRC06:35
*** mrda is now known as mrda_away06:36
openstackgerritSun Jing proposed a change to openstack/ironic: Support serial console access  https://review.openstack.org/6410006:48
openstackgerritHaomeng,Wang proposed a change to openstack/ironic: Re-enable lazy translation  https://review.openstack.org/7462606:56
*** vkozhukalov has joined #openstack-ironic06:58
*** matsuhashi has quit IRC07:01
*** matsuhashi has joined #openstack-ironic07:03
*** Kanagaraj has quit IRC07:05
openstackgerritHaomeng,Wang proposed a change to openstack/ironic: Re-enable lazy translation  https://review.openstack.org/7462607:11
*** saju_m has joined #openstack-ironic07:15
*** saju_m has quit IRC07:20
*** saju_m has joined #openstack-ironic07:21
*** saju_m has quit IRC07:26
*** saju_m has joined #openstack-ironic07:26
*** lazy_prince2 has joined #openstack-ironic07:28
*** lazy_prince2 is now known as killer_prince07:29
openstackgerritlokesh s proposed a change to openstack/ironic: Ironic deployment docs  https://review.openstack.org/7428207:48
*** saju_m has quit IRC07:49
*** Kanagaraj has joined #openstack-ironic07:55
*** mdurnosvistov_lt has joined #openstack-ironic07:57
*** ndipanov has joined #openstack-ironic08:04
*** mdurnosvistov_lt has quit IRC08:24
*** mdurnosvistov_lt has joined #openstack-ironic08:26
*** dshulyak has quit IRC08:34
*** dshulyak has joined #openstack-ironic08:37
*** vkozhukalov has quit IRC08:44
*** saju_m has joined #openstack-ironic08:45
*** jistr has joined #openstack-ironic08:46
agordeevgood morning, Ironic08:50
*** loki_ has quit IRC08:54
*** loki_ has joined #openstack-ironic09:02
*** Kanagaraj has quit IRC09:08
*** KanagarajM_ has joined #openstack-ironic09:08
*** lucasagomes has joined #openstack-ironic09:13
Haomengagordeev: morning:)09:17
*** mdurnosvistov_lt has quit IRC09:24
*** matsuhashi has quit IRC09:29
*** matsuhashi has joined #openstack-ironic09:30
*** aignatov_ is now known as aignatov09:33
openstackgerritYuriy Zveryanskyy proposed a change to openstack/ironic: Add string representation method to MultiType  https://review.openstack.org/7407509:33
*** aignatov is now known as aignatov_09:34
*** rmiki has joined #openstack-ironic09:41
openstackgerritYuiko Takada proposed a change to openstack/python-ironicclient: Fix the test parameter order  https://review.openstack.org/7497609:42
*** yuriyz has joined #openstack-ironic09:42
*** rmiki has quit IRC09:44
*** rmiki has joined #openstack-ironic09:45
*** tatyana has joined #openstack-ironic09:46
*** derekh has joined #openstack-ironic09:47
*** martyntaylor has joined #openstack-ironic09:49
*** tatyana has quit IRC09:49
rmikihello09:50
rmikiDoes 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 aignatov10:12
ifarkasagordeev, ping10:13
*** mdurnosvistov_lt has joined #openstack-ironic10:17
Haomenganyone 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 options10:18
*** max_lobur_afk is now known as max_lobur10:19
Haomengyuriyz: thanks for your comments - "recheck bug 1282481"10:22
yuriyzhello Haomeng10:23
yuriyzyes this is bug 1282481 relatet10:23
Haomengyuriyz:thanks:)10:29
*** vkozhukalov has joined #openstack-ironic10:33
*** tatyana has joined #openstack-ironic10:35
openstackgerritLucas Alvares Gomes proposed a change to openstack/python-ironicclient: Add set-console-mode, get-console commands  https://review.openstack.org/7400710:43
openstackgerritLucas Alvares Gomes proposed a change to openstack/python-ironicclient: Return 'maintenance' from node-show command  https://review.openstack.org/7498810:48
openstackgerritlokesh s proposed a change to openstack/ironic: Ironic deployment docs  https://review.openstack.org/7428210:52
openstackgerritLucas Alvares Gomes proposed a change to openstack/python-ironicclient: Return 'maintenance' from node-show and node-list cmd  https://review.openstack.org/7498810:55
openstackgerritA change was merged to openstack/ironic: Add string representation method to MultiType  https://review.openstack.org/7407510:57
*** matsuhashi has quit IRC10:58
openstackgerritLucas Alvares Gomes proposed a change to openstack/python-ironicclient: Return 'maintenance' from node-show command  https://review.openstack.org/7498811:00
*** killer_prince has quit IRC11:07
*** martyntaylor1 has joined #openstack-ironic11:07
*** martyntaylor has quit IRC11:09
*** martyntaylor1 has quit IRC11:13
openstackgerritA change was merged to openstack/ironic: Supports OPERATOR priv level for ipmitool driver  https://review.openstack.org/7357811:17
*** martyntaylor has joined #openstack-ironic11:18
*** matsuhashi has joined #openstack-ironic11:18
*** matsuhashi has quit IRC11:26
*** matsuhashi has joined #openstack-ironic11:27
*** KanagarajM_ has quit IRC11:28
*** martyntaylor has quit IRC11:30
*** max_lobur is now known as max_lobur_afk11:31
*** matsuhashi has quit IRC11:31
*** pradipta` has joined #openstack-ironic11:32
*** pradipta has quit IRC11:35
*** rmiki has quit IRC11:38
agordeevifarkas: pong11:39
*** martyntaylor has joined #openstack-ironic11:40
ifarkasagordeev, hey, I have seen you are working on the devstack functional tests11:42
ifarkasagordeev, 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
ifarkasagordeev, I used this script to setup the network: https://github.com/openstack/tripleo-incubator/blob/master/scripts/setup-network11:43
*** matsuhashi has joined #openstack-ironic11:45
*** lazy_prince is now known as killer_prince11:47
agordeevifarkas: actually i'm stuck on the same point11:52
ifarkasagordeev, ahh, okay11:52
*** loki_ has quit IRC11:53
agordeevneutron part is very tricky. I'm trying to do what nova did for spawning the instance11:55
ifarkasagordeev, hmm, that's not an option for me. I want to figure out whether the neutron integration really works or not11:57
agordeevalso 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 server11:59
*** matsuhashi has quit IRC12:01
*** matsuhashi has joined #openstack-ironic12:01
agordeevifarkas: 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 not12:02
*** matsuhashi has quit IRC12:05
*** matsuhashi has joined #openstack-ironic12:07
ifarkasagordeev, 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-pxelinux12:08
ifarkasagordeev, 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-support12:08
*** matsuhashi has quit IRC12:14
*** matsuhashi has joined #openstack-ironic12:15
agordeevifarkas: thanks, that makes sense12:18
*** matsuhashi has quit IRC12:18
*** matsuhashi has joined #openstack-ironic12:18
*** lucasagomes is now known as lucas-hungry12:27
*** mdurnosvistov_lt has quit IRC12:27
*** mdurnosvistov_lt has joined #openstack-ironic12:27
agordeevifarkas: you meant tftpd not dnsmasq :)12:28
ifarkasagordeev, oh, yeah. sry :-)12:28
*** derekh has quit IRC12:30
*** datajerk has joined #openstack-ironic12:36
*** athomas has quit IRC12:41
openstackgerritMikhail Durnosvistov proposed a change to openstack/ironic: Cleanup mock patch without `with` part 2  https://review.openstack.org/7325612:45
openstackgerritMikhail Durnosvistov proposed a change to openstack/ironic: Cleanup mock patch without `with` part 1  https://review.openstack.org/7322312:45
openstackgerritMikhail Durnosvistov proposed a change to openstack/ironic: Get rid of the newline "\"  https://review.openstack.org/6679312:45
*** derekh has joined #openstack-ironic12:58
*** athomas has joined #openstack-ironic12:58
*** datajerk has quit IRC13:02
*** datajerk has joined #openstack-ironic13:13
*** Alexei_987 has joined #openstack-ironic13:14
*** jdob has joined #openstack-ironic13:25
*** martyntaylor has quit IRC13:35
openstackgerritAnton Grigorev proposed a change to openstack/ironic: add missing tests for get_one() to tests.api  https://review.openstack.org/7503413:38
*** lucas-hungry is now known as lucasagomes13:41
*** rloo has joined #openstack-ironic13:46
*** rongze has quit IRC13:50
*** matsuhas_ has joined #openstack-ironic13:51
*** matty_dubs|gone is now known as matty_dubs13:53
*** Shrews_ has joined #openstack-ironic13:54
*** martyntaylor has joined #openstack-ironic13:57
*** matsuhashi has quit IRC13:59
*** dshulyak has quit IRC13:59
*** shausy has quit IRC13:59
*** JayF has quit IRC13:59
*** ekarlso has quit IRC13:59
*** lsmola has quit IRC13:59
*** Shrews has quit IRC13:59
*** med_ has quit IRC13:59
*** rloo has quit IRC14:00
*** shausy has joined #openstack-ironic14:01
*** rloo has joined #openstack-ironic14:01
*** saju_m has quit IRC14:11
*** nosnos_ has joined #openstack-ironic14:15
*** lsmola has joined #openstack-ironic14:15
*** dshulyak has joined #openstack-ironic14:16
*** JayF has joined #openstack-ironic14:16
*** ekarlso has joined #openstack-ironic14:16
*** saju_m has joined #openstack-ironic14:16
*** agordeev has quit IRC14:16
*** ndipanov has quit IRC14:16
*** nosnos has quit IRC14:16
*** ndipanov has joined #openstack-ironic14:16
*** jcooley_ has quit IRC14:17
*** matsuhas_ has quit IRC14:17
*** rloo has quit IRC14:17
*** rloo has joined #openstack-ironic14:18
*** matsuhashi has joined #openstack-ironic14:18
*** rloo has quit IRC14:19
*** rloo has joined #openstack-ironic14:19
*** dshulyak has quit IRC14:20
*** JayF has quit IRC14:20
*** ekarlso has quit IRC14:20
*** rloo has quit IRC14:20
*** rloo has joined #openstack-ironic14:21
*** rloo has quit IRC14:23
*** rloo has joined #openstack-ironic14:24
*** saju_m has quit IRC14:27
*** mdurnosvistov_ has joined #openstack-ironic14:31
*** dshulyak has joined #openstack-ironic14:33
*** JayF has joined #openstack-ironic14:33
*** ekarlso has joined #openstack-ironic14:33
*** max_lobur has joined #openstack-ironic14:34
*** athomas has quit IRC14:38
*** max_lobur_afk has quit IRC14:38
*** mdurnosvistov has quit IRC14:38
*** anniec has joined #openstack-ironic14:38
*** datajerk has quit IRC14:38
*** datajerk has joined #openstack-ironic14:39
*** anniec has quit IRC14:43
*** anniec has joined #openstack-ironic14:43
*** athomas has joined #openstack-ironic14:43
*** anniec has quit IRC14:43
*** anniec has joined #openstack-ironic14:43
*** anniec is now known as 45PAAHZ1R14:43
*** datajerk has quit IRC14:54
*** zul has joined #openstack-ironic15:01
*** matsuhashi has quit IRC15:05
*** dhellmann has quit IRC15:05
*** nosnos_ has quit IRC15:06
*** dhellmann_ has joined #openstack-ironic15:07
*** dhellmann_ is now known as dhellmann15:08
NobodyCamGood morning Ironic15:15
*** Kanagaraj has joined #openstack-ironic15:15
max_loburmorning NobodyCam :) and morning Ironic15:18
NobodyCammorning max_lobur :)15:18
*** rsacharya_ has joined #openstack-ironic15:18
NobodyCamlol well Refactor get_iscsi_initiator to a common location landed :-p15:21
yuriyzmorning All15:22
NobodyCammorning yuriyz :O15:22
NobodyCams/O/)15:22
* NobodyCam still needs coffee15:22
* max_lobur is going home15:24
* max_lobur and will join meeting from there15:25
NobodyCam:)15:25
NobodyCamsee you in a little while15:25
max_lobur:)15:25
*** max_lobur is now known as max_lobur_afk15:26
devanandag'morning, all15:29
NobodyCammorning devananda :)15:29
*** dhellmann has quit IRC15:33
lucasagomesmorning all15:34
*** viktors has joined #openstack-ironic15:34
viktorsdevananda: hi15:34
lucasagomesdevananda, NobodyCam q: pyghmi is py3 compatible?15:34
viktorsdevananda: could you please take a look at bug https://bugs.launchpad.net/ironic/+bug/128248115:35
NobodyCammorning lucasagomes viktors15:36
viktorsmorning NobodyCam15:36
*** Kanagaraj has quit IRC15:40
*** Kanagaraj has joined #openstack-ironic15:40
ifarkasmorning all!15:41
*** vkozhukalov has quit IRC15:41
ifarkasdevananda, 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 IRC15:42
NobodyCammorning ifarkas :)15:43
devanandalucasagomes: not sure. honestly, i haven't been paying close attention to pyghmi. jbjohnson has been developing it but without any functional tests15:44
devanandaifarkas: in principle, the code in Ironic is done, but we dont have good testing of it15:44
lucasagomesdevananda, ack, yeah we have a dependency on it15:44
lucasagomesso I'm packing it to fedora15:44
lucasagomespackaging*15:44
devanandagotcha15:44
devanandalucasagomes: see the issue that was raised a few days ago?15:44
lucasagomesdevananda, about the 0.5.9?15:45
lucasagomesbeing a broken release15:45
devanandajbjohnso released 0.5.9.1 and broke pecan, etc15:45
devanandayes15:45
lucasagomesyeah15:45
lucasagomesdevananda, I think I will pack 0.5.8 then15:45
devanandaso i'm trying to get some testing of it by at least having jenkins run ironic's unit and tempest tests15:45
devanandaand do the builds from jenkins, not manually15:46
ifarkasdevananda, 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
ifarkasdevananda, I used devstack in vm and used this script to setup the network: https://github.com/openstack/tripleo-incubator/blob/master/scripts/setup-network15:47
ifarkasdo you have any idea what's could be missing?15:47
*** viktors1 has joined #openstack-ironic15:50
NobodyCamifarkas: what os are you on? persice?15:50
*** mdurnosvistov_lt has quit IRC15:51
ifarkasNobodyCam, no, on Fedora 1915:51
ifarkasshould I give precise a go?15:51
NobodyCamno15:51
*** viktors has quit IRC15:52
*** viktors1 is now known as viktors15:52
NobodyCamafter running setup-network does sudo virsh net-list --all --persistent look correct?15:52
NobodyCamoh question. are you running a firewall on the ironic node?15:54
*** 45PAAHZ1R has quit IRC15:54
ifarkasNobodyCam, yes, I can see brbm network is active15:54
NobodyCamok15:54
ifarkaslet me check the firewall...15:54
devanandaifarkas: so, no - this is the area we're trying to all test right now. i have a devstack install i'm poking at as well15:55
ifarkasNobodyCam, no, the firewall is inactive and when I do 'sudo tcpdump -i any  | grep -i dhcp' I can see the dhcp requests15:55
ifarkasdevananda, ahh, that's cool15:56
devanandaifarkas: please do share what you find out / /what works / doesn't work :)15:57
NobodyCamyou see the dhcp requests they just never get answered15:57
ifarkasNobodyCam, exactly15:57
ifarkasdevananda, sure, I did an etherpad so far: https://etherpad.openstack.org/p/IronicNeutron15:57
NobodyCamneutron is running on the devstack node15:57
ifarkasyep15:58
*** vkozhukalov has joined #openstack-ironic15:59
NobodyCamif have you seen this? https://wiki.openstack.org/wiki/NeutronDevstack15:59
*** rsacharya_ has quit IRC16:00
NobodyCamis your localrc setup like the example there?16:01
*** Shrews_ is now known as Shrews16:01
*** rsacharya_ has joined #openstack-ironic16:01
devanandaifarkas: can you look at the neutron options on the ports associated with your test node?16:01
devanandaifarkas: 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
ifarkasdevananda, how can I check that?16:02
NobodyCamthe dhcp requests are making it to the ironic host?16:02
NobodyCamoh is the node getting a ip and not pxe booting or does it get nothing back16:03
ifarkasNobodyCam, yes, I run tcpdump in the devstack vm and I can see the requests there16:03
ifarkasno, it doesn't even get an ip :-(16:03
openstackgerritAndreas Jaeger proposed a change to openstack/ironic: Improve help strings  https://review.openstack.org/7482216:03
*** aignatov is now known as aignatov_16:04
devanandaifarkas: http://docs.openstack.org/api/openstack-network/2.0/content/extra-dhcp-opts-ext-show.html16:04
openstackgerritAndreas Jaeger proposed a change to openstack/ironic: Improve help strings  https://review.openstack.org/7482216:05
devanandahmm, if the VM isn't even getting an IP, I'd start at the network config16:05
devanandaifarkas: is the VM on the right net? is neutron dhcp on the same net?16:05
devanandaand does neutron have a port for the node: neutron list-ports16:06
ifarkasdevananda, I added a brbm nic to the devstack vm and the node only have 1 nic for the same network16:06
*** aignatov_ is now known as aignatov16:07
*** aignatov is now known as aignatov_16:08
*** viktors is now known as viktors-away16:08
ifarkasdevananda, hmm, neutron port-list doesn't contain any entry with the same mac address as the node has16:09
ifarkasI guess that's the problem16:09
*** killer_prince is now known as lazy_prince16:09
devanandaNobodyCam: shouldn't the nova driver be creating the port / VIF ?16:10
NobodyCamI 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 stuff16:11
NobodyCamBLZbubba_: ?16:11
ifarkasdevananda, 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 missing16:11
*** aignatov_ is now known as aignatov16:11
BLZbubba_and when i try to launch a baremetal instance I get this: Filter ComputeCapabilitiesFilter returned 0 host(s)16:11
shortstopadding 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
devanandaifarkas: he he he :)16:12
NobodyCamshortstop: prob16:12
devanandaNobodyCam: that discussion came up on dkehn's review16:12
BLZbubba_BLZbubba_: google it yourself dude16:12
BLZbubba_heh i deserve a lmgtfy.com response for that question16:13
ifarkasdevananda, sry, my bad. I thought for the neutron integration I only need upstream ironic which is obviously not the case16:13
ifarkasdevananda, NobodyCam, thanks, I will try with the nova driver!16:13
devanandaifarkas: are you booting a node via nova or directly via ironic?16:13
ifarkasdevananda, directly with ironic16:13
devanandaahhh16:13
devanandaso16:13
NobodyCamBLZbubba_: I would need to see the scheduler logs.. there are may reasons a node would get rejected16:13
devanandayea, that's more challenging :)16:14
ifarkasdevananda, ohhh, I can quickly change my mind if that's the case :-)16:14
ifarkasdevananda, it's simpler if I just use nova boot?16:14
NobodyCamcommon one are amount of memory, # of cpus, size of disk, and cpu(node)_arch16:15
BLZbubba_NobodyCam: maybe it is this: https://bugs.launchpad.net/nova/+bug/1129485   ?16:15
devanandaifarkas: that's the idea16:16
BLZbubba_current recommendation is to disable the ComputeCapabilitiesFilter16:16
devanandaifarkas: 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
NobodyCamBLZbubba_: looks like a fix for that was released about a year ago16:16
ifarkasdevananda, cool. I will give it a go. thanks!16:19
devanandaBLZbubba_: old recommentation was to disable ...16:19
openstackgerritGhe Rivero proposed a change to openstack/ironic: Generic Multiplexed method  https://review.openstack.org/7332216:20
openstackgerritGhe Rivero proposed a change to openstack/ironic: Set boot device to PXE when deploying  https://review.openstack.org/7133216:20
openstackgerritGhe Rivero proposed a change to openstack/ironic: Move ipminative _set_boot_device to VendorPassthru  https://review.openstack.org/7249516:20
devanandaBLZbubba_: if you use the BaremetalHostManager and match your flavor specs to the node specs, it should work16:20
BLZbubba_ah ok i read the last comment in the thread and not the next-to-last one :P16:20
BLZbubba_i'm a n00b with "extra_specs" still, I guess I should read up on that next16:20
*** chuck_ has joined #openstack-ironic16:21
*** chuck_ has quit IRC16:21
NobodyCamBLZbubba_: :) its all experence :)16:21
*** chuck_ has joined #openstack-ironic16:21
*** aignatov is now known as aignatov_16:21
* NobodyCam makes another cup of coffee16:21
devanandawoooot16:22
devanandaok, some progress here16:23
devanandaifarkas: follow the guide at the bottom of https://etherpad.openstack.org/p/IronicDeployDevstack16:23
devanandalucasagomes: you should look at ^ too16:23
ifarkasdevananda, awesome, thanks for that!16:24
lucasagomesdevananda, a-ha nice! thank you I will give it a go soonish :D16:24
devanandathis is what I've got when that finishes:16:24
devanandahttp://paste.openstack.org/show/7demKuMRcYpPhpINFJW3/16:25
BLZbubba_are extra_specs different from "custom properties" in horizon?16:25
lucasagomesdevananda, is the port ACTIVE or DOWN?16:25
lucasagomesneutron port-list <uuid>16:25
devanandalucasagomes: down16:26
lucasagomes:(16:26
lucasagomesyeah I stuck there16:26
lucasagomesidk hw to make it active16:26
devanandavif-type unbound16:26
devanandahmm16:26
lucasagomesIll get back to it after finishing the packing stuff16:26
devanandalucasagomes: do you see any VM's? I'm not getting anything from virsh list16:26
lucasagomesdevananda, checking16:27
NobodyCamBLZbubba_: I'm not sure. I don't use horizon16:27
NobodyCam:(16:27
lucasagomesdevananda, nop 016:27
lucasagomesstack@stack-virtual-machine:~/devstack$ virsh list --all16:27
lucasagomes Id    Name                           State16:27
lucasagomes----------------------------------------------------16:27
devanandahumm16:27
BLZbubba_ok in my baremetal flavor I have baremetal:deploy_kernel_id and baremetal:deploy_ramdisk_id (and cpu_arch)16:27
NobodyCamBLZbubba_: what about memory/cpu & disk?16:28
NobodyCamdo they match the flavors specs?16:28
BLZbubba_those aren't in extra_specs16:28
*** linggao has joined #openstack-ironic16:30
BLZbubba_it would be nice if ComputeCapabilityFilter respected the debug option and showed why it was complaining16:30
NobodyCamnot16:30
NobodyCamBLZbubba_: it does.. ?? did you restart nova-schudler after setting debug=True in nove conf?16:31
*** dtalton has joined #openstack-ironic16:31
devanandamax_lobur_afk: ping16:32
*** dtalton has left #openstack-ironic16:32
NobodyCamdevananda: he is onhis way home atm16:33
devanandaah ty16:33
devanandahrm, my devstack instance lost network ... fun16:34
* devananda wonders what neutron did16:34
*** digambar has joined #openstack-ironic16:34
* NobodyCam thinks it did what neutron does.. break :-p16:34
*** rsacharya_ has quit IRC16: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_passes16:36
devanandawow. the net on that instance is hosed. it doesn't even come back after restart16:37
NobodyCamBLZbubba_: can you paste (http://paste.openstack.org) a nova baremetal-node-show <nodeName>16:37
*** max_lobur has joined #openstack-ironic16:41
max_loburback16:41
max_lobursorry16:41
max_lobureveryone here / started already?16:42
NobodyCammax_lobur: nope16:43
devanandamax_lobur: hi! nope. was just me & NobodyCam :)16:43
max_loburhi devananda16:44
*** aignatov_ is now known as aignatov16:44
NobodyCamThere is a problem connecting to this video call. :(16:45
BLZbubba_ok can the world please standardize on x86_64 vs amd64?  ok thanks16:45
openstackgerritRuby Loo proposed a change to openstack/ironic: Unused 'pxe_key_data' info for pxe driver  https://review.openstack.org/7509816:46
max_loburhttps://review.openstack.org/#/c/70348/7 Func testing16:48
NobodyCamhttps://review.openstack.org/#/c/64100/16:48
*** Alexei_987 has quit IRC16:52
BLZbubba_ok it appears that the extra_specs cpu_arch value doesn't have a match in the host capabilities16:57
*** datajerk has joined #openstack-ironic16:58
*** chuck_ is now known as zul16:59
*** zul has quit IRC16:59
*** zul has joined #openstack-ironic16:59
*** datajerk has quit IRC17:05
*** rsacharya_ has joined #openstack-ironic17:07
*** Kanagaraj has quit IRC17:07
*** max_lobur has quit IRC17:10
*** max_lobur1 has joined #openstack-ironic17:10
*** anniec has joined #openstack-ironic17:10
*** digambar has quit IRC17:12
NobodyCamBLZbubba_: hehe ya that gets me a lot too17:12
*** jistr has quit IRC17:15
*** digambar has joined #openstack-ironic17:16
BLZbubba_how do you set it for the compute node?17:18
*** matty_dubs is now known as matty_dubs|lunch17:20
NobodyCamBLZbubba_: is that not part of the flavor?17:21
BLZbubba_ah ok i am a moron17:22
BLZbubba_the earlier filter is rejecting my baremetal host17:22
*** lsmola has quit IRC17:23
NobodyCamBLZbubba_: :-p there are many pices to get right to make it work..:)17:23
NobodyCamyour doing great17:23
*** rsacharya_ has quit IRC17:26
BLZbubba_how does the RamFilter come up with ram:144117:26
BLZbubba_ah ok17:30
BLZbubba_let me make sure I have this straight17: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 instead17:32
*** vkozhukalov has quit IRC17:32
*** saju_m has joined #openstack-ironic17:33
BLZbubba_or is this part kind of a hack, and I should just set the ram amount for each baremetal flavor to be 017:34
BLZbubba_ok i tried that and now I'm getting the same missing cpu_arch in host_state problem with the baremetal node17:38
digambarHi17:39
NobodyCamhi digambar17:39
*** anniec has quit IRC17:39
digambarrelated to https://bugs.launchpad.net/ironic/+bug/1276393/+login17:39
digambaras  I am working on this17:39
digambarI am adding a task manager lock when it is going to update the port17:40
*** shausy has quit IRC17:41
NobodyCamgreat .. sorry slow here on a conf call17:41
digambarsure NP17:41
digambarThis is good way right ?17:41
*** martyntaylor has left #openstack-ironic17:41
digambarI am adding acquire lock once the port is going to update for the related node17:43
BLZbubba_ugh should I just remove cpu_arch from the flavor extra specs?17:43
openstackgerritA change was merged to openstack/python-ironicclient: Return 'maintenance' from node-show command  https://review.openstack.org/7498817:43
*** shausy has joined #openstack-ironic17:44
NobodyCamBLZbubba_: no17:45
BLZbubba_how do I get cpu_arch into host_state then?17:46
*** saju_m has quit IRC17:46
BLZbubba_I took cpu_arch out of the flavor and it launched on my non-baremetal node17:46
devanandaodd error: http://logs.openstack.org/95/72495/5/check/gate-ironic-pep8/d851f54/console.html17:48
openstackgerritA change was merged to openstack/python-ironicclient: Fix the test parameter order  https://review.openstack.org/7497617:48
*** shausy has quit IRC17:48
*** matty_dubs|lunch is now known as matty_dubs17:49
openstackgerritDevananda van der Veen proposed a change to openstack/ironic: Clarify and fix up the dev-quickstart doc some more  https://review.openstack.org/7490917:49
*** loki_ has joined #openstack-ironic17:49
*** loki_ has quit IRC17:50
NobodyCamBLZbubba_: 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
NobodyCamBLZbubba_: that sounds like something else?17:55
devanandahttps://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 now17:55
BLZbubba_so that is what I"m getting from nova-compute on the baremetal node now17:55
*** derekh has quit IRC17: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 2418:04
*** harlowja has joined #openstack-ironic18:08
*** saju_m has joined #openstack-ironic18:09
BLZbubba_yeah, it sure looks like nova-compute is launching it instead of nova-baremetal, hmmm18:09
*** anniec has joined #openstack-ironic18:10
*** dshulyak has quit IRC18:11
NobodyCamBLZbubba_: a compute node can not do both virtual and BM at the same time18:12
BLZbubba_right, do I need to stop nova-compute on the machine that runs nova-baremetal?18:13
digambarHello NobodyCam18:13
digambarif node is on then we cannot update the port, right ?18:13
digambarthis should be checked I think18:13
digambarWhat you say18:14
devanandabug for the check_uptodate issue: 128271418:14
NobodyCamdigambar: yes that makes sense to me :)18:15
BLZbubba_NobodyCam: here are the pastes you asked for earlier:18:15
BLZbubba_http://pastebin.ca/264476418:15
digambarYep18:15
digambarlet me implement that way, Thanks :)18:15
NobodyCamBLZbubba_: here is my flavor show18:16
NobodyCamhttp://paste.openstack.org/show/0e84b4rcMSDgybIRnXlD/18:16
*** saju_m has quit IRC18:17
shortstopdevananda, just saw this, I think something similar was filed earlier -> 128248118:18
NobodyCamthank you digambar :)18:19
digambarwelcome :)18:20
*** saju_m has joined #openstack-ironic18:21
openstackgerritLucas Alvares Gomes proposed a change to openstack/python-ironicclient: Filtering nodes by maintenance mode  https://review.openstack.org/7512118:21
digambarNormally we have weekly meeting on Tuesday 1900 UTC, right?18:21
NobodyCamdigambar: mondays Triplo is tuesday18:22
digambarWhen is our meeting conducted ?18:23
NobodyCammondays 19:00 utc18:23
NobodyCamdigambar: https://wiki.openstack.org/wiki/Meetings/Ironic18:23
digambarThanks18:23
openstackgerritLucas Alvares Gomes proposed a change to openstack/python-ironicclient: Filtering nodes by maintenance mode  https://review.openstack.org/7512118:24
digambarwill join meeting from coming monday18:24
NobodyCamdigambar: Woo hoo.. look forward to having you there?18:25
NobodyCams/?/./18:25
NobodyCam:-p18:25
digambarYep :)18:26
*** linggao has quit IRC18:28
*** saju_m has quit IRC18:28
openstackgerritA change was merged to openstack/ironic: Fix test migrations for alembic  https://review.openstack.org/7474718:28
*** anniec has quit IRC18:29
*** agordeev has joined #openstack-ironic18:31
*** anniec has joined #openstack-ironic18:31
*** saju_m has joined #openstack-ironic18:32
agordeevgood morning/evening, Ironic18:34
max_lobur1evening!18:35
openstackgerritAndreas Jaeger proposed a change to openstack/ironic: Improve help strings  https://review.openstack.org/7482218:38
NobodyCamdigambar: I may have been incorrect on the don't allow port changes to running nodes answer a few minutes ago18:40
*** digambar has quit IRC18:40
*** lucasagomes has quit IRC18:40
*** athomas has quit IRC18:44
*** ifarkas has quit IRC18:45
max_lobur1folks, also wanted to share https://www.openstack.org/vote-atlanta/Presentation/writing-ironic-vendor-extension18:46
max_lobur1I've also seen two more presentation for Ironic18:47
max_lobur1one from SeaMicro guys18:47
max_lobur1they're going to do our CLI interface overview - basically to make a hands-on workshop using Ironic18:47
max_lobur1and other from Mirantis community group18:48
max_lobur1something about HA (and Ironic mentioned in those context somehow)18:48
jrollmax_lobur1: nice, voted :)18:49
jrollI 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, too18:50
*** rloo has quit IRC18:51
max_lobur1cool18:51
max_lobur1thanks18:51
*** rloo has joined #openstack-ironic18:51
*** hstimer has joined #openstack-ironic18:52
NobodyCamvoted :)18:54
NobodyCampost bbt walkies!!!! bbiafm18:54
BLZbubba_NobodyCam: ok your flavor doesn't look too different18:55
BLZbubba_at what point does nova-baremetal wake up and start setting up the PXE boot?18:55
*** anniec has quit IRC18:56
max_lobur1bbiaw18:59
NobodyCamBLZbubba_: I have cpu arch19:01
*** anniec has joined #openstack-ironic19:01
NobodyCam| extra_specs                | {u'cpu_arch': u'i386',19:01
NobodyCamBLZbubba_: after it gets a node :-p19:02
BLZbubba_well I don't want to waste time with filters now so I disabled them all19:04
NobodyCamahh19: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 pxe19:05
NobodyCamI have seen that befor. https://github.com/openstack/nova/blob/master/nova/scheduler/baremetal_host_manager.py#L57-L6019: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
NobodyCamBLZbubba_: your compute driver should be "baremetal.driver.BareMetalDriver"19:09
NobodyCamBLZbubba_: mixing does NOT work!!!!19:09
BLZbubba_ok that must be where i'm going wrongr19:10
BLZbubba_wrong19:10
BLZbubba_i'll kill the other compute nodes and make it 100% baremetal19:10
NobodyCam:) yep Bm compute nodes can only handle BM19:10
NobodyCam:)19:10
NobodyCamagordeev: 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 baremetal19:11
BLZbubba_but maybe I should hold off on trying that part19:11
NobodyCamnope.. I have heard tail of people mixing with the use of cells19:12
NobodyCambut thats it19:12
BLZbubba_ok thanks for your patience19:12
NobodyCamnot with in a single AZ19: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 brb19:14
BLZbubba_hmm, how can I get nova-baremetal to write something in /var/log/nova19:15
*** rloo has quit IRC19:15
*** rloo has joined #openstack-ironic19:16
*** tatyana has quit IRC19:16
NobodyCamBLZbubba_: do you have a nova-baremetal-deploy-helper.log ?19:17
*** vkozhukalov has joined #openstack-ironic19:24
BLZbubba_yes, 0 bytes19: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_instance19:25
BLZbubba_easy enough to test19:26
NobodyCamBLZbubba_: prob neutron19:26
*** zul has quit IRC19:26
*** rloo has quit IRC19:27
*** rloo has joined #openstack-ironic19:27
BLZbubba_yuck, installing nova-network on the compute node let it get to the "Active" state19:27
BLZbubba_openstack has way way too much NAT nonsense going on19:28
openstackgerritGhe Rivero proposed a change to openstack/ironic: Set boot device to PXE when deploying  https://review.openstack.org/7133219:28
*** rloo has quit IRC19:28
BLZbubba_that is the one thing they should not have copied from !##%^ EC219:28
BLZbubba_floating addresses are dumb, the fixed ip's should just be public19:28
BLZbubba_but I digress19:28
NobodyCam:-p19:28
*** rloo has joined #openstack-ironic19:28
BLZbubba_ok so should I also run nova-compute on the baremetal compute node?19:29
agordeevNobodyCam: yup, i'm here19: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 section19:31
NobodyCamagordeev: This is your review? https://review.openstack.org/#/c/70348/ ?19:31
NobodyCamBLZbubba_: yep need that19:32
NobodyCamBLZbubba_: somehting is not set right19:33
agordeevNobodyCam: yes, it's mine. I saw your comment. Sorry, being to busy today19:33
NobodyCamnp just wanted to poke you :-p19:33
NobodyCamThank you!!!19:33
NobodyCamthere are time I mix up irc handles with real the real names behind them19:34
BLZbubba_NobodyCam: do you happen to have a havana nova.conf that works that I could look at19:34
BLZbubba_I got confused by the [baremetal] section, but then some config parameters started with baremetal_ but went in DEFAULT19:35
NobodyCamBLZbubba_: from my seed http://paste.openstack.org/show/FGRkmOL8le3nTsHYqpVo/19:36
agordeevNobodyCam: 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
NobodyCamTY agordeev :)19:37
BLZbubba_NobodyCam: your baremetal section appears to be using virsh for the powermanagement19:40
BLZbubba_is that right?19:40
NobodyCamyep19:43
NobodyCami test on laptop19:43
*** rloo has quit IRC19:45
*** rloo has joined #openstack-ironic19:45
BLZbubba_how can you control a baremetal node power with virsh?19:46
NobodyCamactual hardware ... no.. for that you would want ipmi19:47
BLZbubba_hmm there is a file /etc/nova/nova-compute.conf with some kvm settings19:48
BLZbubba_should I just rm that file?19:48
BLZbubba_i'll bet that's what's hosing me19:48
NobodyCamno you should not just delete that file19:50
NobodyCamif your usig real HW your power manager should be https://github.com/openstack/nova/blob/master/nova/virt/baremetal/ipmi.py19:51
* NobodyCam steps afk... brb19:52
BLZbubba_ComputeDriver is in both nova.conf and nova-compute.conf19: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 this19:53
BLZbubba_just in time for havana baremetal to be obsolete, probably :P19:54
NobodyCam:)19:54
NobodyCamwe're working towards that goal here :)19:54
*** ndipanov has quit IRC19:55
NobodyCami would remive the libvirt-type option from nova.conf19:55
NobodyCamcan you past you nova.conf?19:56
BLZbubba_do you mean nova-compute.conf19:56
BLZbubba_why do they have more than one config file, so annoying19:56
NobodyCami'm not sure about that file19:56
NobodyCammaybe rename it or move it out of the dir tree19:57
BLZbubba_I tried but then nova-compute neither starts nor makes any log entries19: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
NobodyCamhumm i don't hsve that file19:58
BLZbubba_on a working havana baremetal node?19:59
BLZbubba_maybe i should just symlink nova.conf to nova-compute.conf20:00
NobodyCamhttp://paste.openstack.org/show/PIqoBQ3TrgsEYRI45SXL/20:01
NobodyCampaste me both files if you can20:01
BLZbubba_to construct a compute node it needs a virtapi object20:01
*** mrda_away is now known as mrda20:02
BLZbubba_hmm actually i think it is baremetaldriver failing to create a firewall driver20:05
mrdaMorning all!20:05
NobodyCammorning mrda :)20:05
BLZbubba_lame, if I add a noop firewall driver, nova-compute starts but dies without logging anything at all20:06
BLZbubba_@$^T@^20:06
NobodyCamdid i miss lucas leaving?20:08
NobodyCam:-p20:08
*** anniec has quit IRC20:09
*** anniec has joined #openstack-ironic20:09
BLZbubba_hahah awesome, the init script had two config_file options20:09
BLZbubba_the second file it listed was unreadable by the nova user20:10
BLZbubba_which apparently causes it to just die without logging anything20:10
NobodyCamnice... sounds like a bug to me:)20:10
devanandaBLZbubba_: i know nothing of this separate config file ... but at one point, it was important to set the virt-type20:10
*** anniec has quit IRC20:11
NobodyCamdevananda: in Grizzly thou?20:11
* devananda hasn't followed all the various changes in nova config files in ivehouse20:11
devanandaNobodyCam: in havana even20:11
NobodyCamoh20:11
BLZbubba_devananda: this is the havana init script on precise20: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.conf20:12
BLZbubba_i would prefer something like /etc/nova.conf.d/ maybe20:12
devanandawow, yea, that's pretty lame20: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 found20:13
BLZbubba_but that sure looks like I'm on the right track again, awesome20:13
NobodyCamok really stepping away.. back in 15 min (or so)20:14
*** mdurnosvistov_lt has joined #openstack-ironic20:24
BLZbubba_"AttributeError: 'module' object has no attribute 'Ipmi'"20:26
BLZbubba_can i skip ipmi and just do pxe20:27
NobodyCamwhat is your power manager setting20:27
BLZbubba_power_manager=nova.virt.baremetal.ipmi.Ipmi20:28
BLZbubba_it is in both the DEFAULT and baremetal config sections20:28
NobodyCamtry nova.virt.baremetal.ipmi.IPMI  <- note caps20:29
NobodyCammatches https://github.com/openstack/nova/blob/master/nova/virt/baremetal/ipmi.py#L9220:29
BLZbubba_ah nice20:31
BLZbubba_that fixed it20:31
NobodyCamnote with ipmi you'll have a couple more setting on the node20:31
BLZbubba_guess I shouldn't have cut & pasted from that "historical" document :)20:31
NobodyCamnova baremetal-node-create --pm_address=${PM_IPS[$count]} --pm_user=${PM_USERS[$count]} --pm_password=${PM_PASSWORDS[$count]} $SERVICE_HOST $CPU $MEM $DISK $MAC20:31
NobodyCamis how I would create the node20: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 now20:32
NobodyCam:)20:32
*** anniec has joined #openstack-ironic20:32
BLZbubba_awesome, this gets me far enough that the "terminate" button in horizon actually works20:33
BLZbubba_not to put the cart in front of the horse or anything20:33
BLZbubba_but it would be cool if the horizon console could use the ipmi console instead of vnc for baremetal nodes20:34
NobodyCamcommand line the only way to fly :-p20:34
*** aignatov is now known as aignatov_20:34
BLZbubba_yeah don't need horizon unless this proof of concept is a success20:39
NobodyCamdevananda: :-p hehehe20:39
NobodyCamdevananda: you still here20:40
BLZbubba_ok it looks like a failed startup fills in the instance_uuid column20:40
BLZbubba_should I set it to NULL?  any other cleanup I need to do?20:40
NobodyCamthat should be it20:41
BLZbubba_ok great, getting tftp error snow20:41
BLZbubba_errors now20:41
devanandaNobodyCam: yea20:41
BLZbubba_that is a great sign20:41
BLZbubba_and why does "tftp" get to be the exception to the standard of putting things under /var20:42
BLZbubba_more of a rhetorial question, that :P20:42
NobodyCamok how would we handle have a ssh key as a var and not a file!20:43
BLZbubba_getting so close I can feel it20:43
BLZbubba_NobodyCam: depends how you're using it20:43
NobodyCamdevananda: IE http://paste.openstack.org/show/zLeOYDkdzgZdbhr11awZ/20:44
BLZbubba_ok it is injecting things into images20:45
BLZbubba_this is a great sign20:45
NobodyCamnova baremetal has a single ssh user name and password for vm control we set it per node20:45
NobodyCamthis comes from work ironic into other programs like TripleO20:45
BLZbubba_ok so how does nova-baremetal handle dnsmasq20:45
NobodyCamdepends, neutron or nova-network20:46
NobodyCamas I recall nova-net requires you to run a local dnsmasq20: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 available20: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.4820:49
NobodyCamdevananda: up for quick call/20:50
NobodyCam?20:50
devanandaNobodyCam, max_lobur1 - fwiw, refactoring the NodeManager class leads to a LOT more work, since that's where all the driver loading is mocked today20:51
devanandaNobodyCam: sure. hangout20:51
BLZbubba_"The baremetal PXE driver interacts directly with the dnsmasq configuration file ..."20:51
NobodyCambrb20:52
jrollNobodyCam: 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 IRC21:05
*** mdurnosvistov_ has quit IRC21:05
*** russellb has quit IRC21:05
*** rainya has quit IRC21:05
*** mikal has quit IRC21:05
*** BLZbubba_ has quit IRC21:05
*** wendar has quit IRC21:05
*** bigjools has quit IRC21:05
*** john-n-seattle has quit IRC21:05
*** sbadia has quit IRC21:05
*** JayF has quit IRC21:05
*** ekarlso has quit IRC21:05
*** mdurnosvistov_lt has quit IRC21:05
*** max_lobur1 has quit IRC21:05
*** agordeev has quit IRC21:05
*** jdob has quit IRC21:05
*** comstud has quit IRC21:05
*** saju_m has quit IRC21:05
*** max_lobur_afk has quit IRC21:05
*** SpamapS has quit IRC21:05
*** yongli has quit IRC21:05
*** hstimer has quit IRC21:05
*** viktors-away has quit IRC21:05
*** blamar has quit IRC21:05
*** vkozhukalov has quit IRC21:05
*** lazy_prince has quit IRC21:05
*** jrist has quit IRC21:05
*** russell_h has quit IRC21:05
*** davidlenwell has quit IRC21:05
*** mordred has quit IRC21:05
*** lynxman has quit IRC21:05
*** GheRivero has quit IRC21:05
*** pradipta` has quit IRC21:05
*** anniec has quit IRC21:05
*** Shrews has quit IRC21:05
*** openstackgerrit has quit IRC21:05
*** pquerna has quit IRC21:05
*** pleia2 has quit IRC21:05
*** EmilienM has quit IRC21:05
*** jroll has quit IRC21:05
*** rloo has quit IRC21:05
*** yuriyz has quit IRC21:05
*** hemna has quit IRC21:05
*** Xurong has quit IRC21:05
*** lifeless has quit IRC21:05
*** aignatov_ has quit IRC21:05
*** ewindisch has quit IRC21:05
*** JoshNang has quit IRC21:05
*** matty_dubs has quit IRC21:05
*** Haomeng has quit IRC21:05
*** rwsu has quit IRC21:05
*** mrda has quit IRC21:05
*** NobodyCam has quit IRC21:05
*** devananda has quit IRC21:05
*** wendar has joined #openstack-ironic21:07
*** BLZbubba_ has joined #openstack-ironic21:07
*** mikal has joined #openstack-ironic21:07
*** rainya has joined #openstack-ironic21:07
*** russellb has joined #openstack-ironic21:07
*** mrda has joined #openstack-ironic21:07
*** matty_dubs has joined #openstack-ironic21:07
*** devananda has joined #openstack-ironic21:07
*** NobodyCam has joined #openstack-ironic21:07
*** jroll has joined #openstack-ironic21:07
*** GheRivero has joined #openstack-ironic21:07
*** lynxman has joined #openstack-ironic21:07
*** JoshNang has joined #openstack-ironic21:07
*** EmilienM has joined #openstack-ironic21:07
*** mordred has joined #openstack-ironic21:07
*** davidlenwell has joined #openstack-ironic21:07
*** russell_h has joined #openstack-ironic21:07
*** pleia2 has joined #openstack-ironic21:07
*** comstud has joined #openstack-ironic21:07
*** pquerna has joined #openstack-ironic21:07
*** aignatov_ has joined #openstack-ironic21:07
*** blamar has joined #openstack-ironic21:07
*** rwsu has joined #openstack-ironic21:07
*** lifeless has joined #openstack-ironic21:07
*** ewindisch has joined #openstack-ironic21:07
*** hemna has joined #openstack-ironic21:07
*** yongli has joined #openstack-ironic21:07
*** Haomeng has joined #openstack-ironic21:07
*** Xurong has joined #openstack-ironic21:07
*** openstackgerrit has joined #openstack-ironic21:07
*** jrist has joined #openstack-ironic21:07
*** lazy_prince has joined #openstack-ironic21:07
*** SpamapS has joined #openstack-ironic21:07
*** yuriyz has joined #openstack-ironic21:07
*** pradipta` has joined #openstack-ironic21:07
*** jdob has joined #openstack-ironic21:07
*** Shrews has joined #openstack-ironic21:07
*** max_lobur_afk has joined #openstack-ironic21:07
*** viktors-away has joined #openstack-ironic21:07
*** max_lobur1 has joined #openstack-ironic21:07
*** agordeev has joined #openstack-ironic21:07
*** saju_m has joined #openstack-ironic21:07
*** hstimer has joined #openstack-ironic21:07
*** vkozhukalov has joined #openstack-ironic21:07
*** rloo has joined #openstack-ironic21:07
*** mdurnosvistov_lt has joined #openstack-ironic21:07
*** mdurnosvistov has joined #openstack-ironic21:07
*** bigjools has joined #openstack-ironic21:07
*** john-n-seattle has joined #openstack-ironic21:07
*** sbadia has joined #openstack-ironic21:07
BLZbubba_must be nova-network's doing21:09
jroll12:57:41       devananda | jroll: all that should be passed in to the *instance* during init <- I guess my question is how this currently happens21:09
jrollcontext: I'm working on a blueprint to pass arbitrary data to deploy() for exactly this case21:10
mordredw00t!21:10
mordredwelcome Shrews21:10
devanandajroll: it should be via nova metadata service21:11
devanandajroll: which, if you're using nova to initiate the deploy, should work if you're using our unlanded, -2'd patch21:11
* devananda tries not to gripe again21:12
jrolldevananda: where does that end up going through ironic, though?21:12
NobodyCamhi Shrews :)21:12
NobodyCammorning mordred :)21:12
BLZbubba_netsplits rock21:12
NobodyCamBLZbubba_: umm well... hehehe21:12
jrolldevananda: I want access to that metadata in my ironic driver21:12
* NobodyCam had been split on to his own little island21:13
BLZbubba_ok the tftp part appears to have worked!!  let's see if it actually booted up21:13
NobodyCamBLZbubba_: awesome ness :)21:13
devanandajroll: it doesn't go through ironic21:13
jrollhrm21:14
devanandajroll: ironic puts the image on the machine. when the machine starts, the OS's first-boot scripts will pull the metadata from the magic place21:14
devanandai mean, nova metadata service21:14
devananda:)21:14
jroll"the magic place"21:14
jroll:P21:14
*** JayF has joined #openstack-ironic21:14
*** ekarlso has joined #openstack-ironic21:14
jrollso this will require specialized images?21:15
devananda169.254.169.25421:15
devanandajroll: images that are designed for booting in clouds. yes21:15
devanandajroll: now, it's possible to use other means to parameterize the instances, in principle21:15
jrollright, we were planning on configdrive21:15
devanandajroll: eg, HP's iLO driver is proposing to use virtual media to load a configdrive21:15
*** JayF has quit IRC21:26
*** ekarlso has quit IRC21:26
*** russellb has quit IRC21:26
*** rainya has quit IRC21:26
*** mikal has quit IRC21:26
*** BLZbubba_ has quit IRC21:26
*** wendar has quit IRC21:26
*** bigjools has quit IRC21:26
*** john-n-seattle has quit IRC21:26
*** sbadia has quit IRC21:26
*** mdurnosvistov has quit IRC21:26
*** mdurnosvistov_lt has quit IRC21:26
*** max_lobur1 has quit IRC21:26
*** agordeev has quit IRC21:26
*** jdob has quit IRC21:26
*** comstud has quit IRC21:26
*** saju_m has quit IRC21:26
*** max_lobur_afk has quit IRC21:26
*** SpamapS has quit IRC21:26
*** yongli has quit IRC21:26
*** hstimer has quit IRC21:26
*** viktors-away has quit IRC21:26
*** blamar has quit IRC21:26
*** vkozhukalov has quit IRC21:26
*** lazy_prince has quit IRC21:26
*** jrist has quit IRC21:26
*** russell_h has quit IRC21:26
*** davidlenwell has quit IRC21:26
*** mordred has quit IRC21:26
*** lynxman has quit IRC21:26
*** GheRivero has quit IRC21:26
*** pradipta` has quit IRC21:26
*** Shrews has quit IRC21:26
*** openstackgerrit has quit IRC21:26
*** pquerna has quit IRC21:26
*** pleia2 has quit IRC21:26
*** EmilienM has quit IRC21:26
*** jroll has quit IRC21:26
*** rloo has quit IRC21:26
*** yuriyz has quit IRC21:26
*** hemna has quit IRC21:26
*** Xurong has quit IRC21:26
*** lifeless has quit IRC21:26
*** aignatov_ has quit IRC21:26
*** ewindisch has quit IRC21:26
*** JoshNang has quit IRC21:26
*** matty_dubs has quit IRC21:26
*** Haomeng has quit IRC21:26
*** rwsu has quit IRC21:26
*** mrda has quit IRC21:26
*** NobodyCam has quit IRC21:26
*** devananda has quit IRC21:26
*** rloo has joined #openstack-ironic21:49
*** russellb has joined #openstack-ironic21:49
*** wendar has joined #openstack-ironic21:49
*** rainya has joined #openstack-ironic21:49
*** EmilienM has joined #openstack-ironic21:59
*** anniec has joined #openstack-ironic22:06
*** pleia2 has joined #openstack-ironic22:06
*** jroll has joined #openstack-ironic22:06
*** mdurnosvistov_lt has joined #openstack-ironic22:06
*** pquerna_ has joined #openstack-ironic22:06
*** Shrews_ has joined #openstack-ironic22:06
*** 45PAAH8X1 has joined #openstack-ironic22:06
*** harlowja has joined #openstack-ironic22:06
*** jcooley_ has joined #openstack-ironic22:06
*** mikal_ has joined #openstack-ironic22:06
*** BLZbubba has joined #openstack-ironic22:06
*** ekarlso has joined #openstack-ironic22:06
*** JayF has joined #openstack-ironic22:06
*** mrda has joined #openstack-ironic22:06
*** matty_dubs has joined #openstack-ironic22:06
*** devananda has joined #openstack-ironic22:06
*** NobodyCam has joined #openstack-ironic22:06
*** GheRivero has joined #openstack-ironic22:06
*** lynxman has joined #openstack-ironic22:06
*** JoshNang has joined #openstack-ironic22:06
*** mordred has joined #openstack-ironic22:06
*** davidlenwell has joined #openstack-ironic22:06
*** russell_h has joined #openstack-ironic22:06
*** comstud has joined #openstack-ironic22:06
*** aignatov_ has joined #openstack-ironic22:06
*** blamar has joined #openstack-ironic22:06
*** rwsu has joined #openstack-ironic22:06
*** lifeless has joined #openstack-ironic22:06
*** ewindisch has joined #openstack-ironic22:06
*** hemna has joined #openstack-ironic22:06
*** yongli has joined #openstack-ironic22:06
*** Haomeng has joined #openstack-ironic22:06
*** Xurong has joined #openstack-ironic22:06
*** jrist has joined #openstack-ironic22:06
*** lazy_prince has joined #openstack-ironic22:06
*** yuriyz has joined #openstack-ironic22:06
*** pradipta` has joined #openstack-ironic22:06
*** jdob has joined #openstack-ironic22:06
*** max_lobur_afk has joined #openstack-ironic22:06
*** viktors-away has joined #openstack-ironic22:06
*** max_lobur1 has joined #openstack-ironic22:06
*** hstimer has joined #openstack-ironic22:06
*** vkozhukalov has joined #openstack-ironic22:06
*** mdurnosvistov has joined #openstack-ironic22:06
*** bigjools has joined #openstack-ironic22:06
*** john-n-seattle has joined #openstack-ironic22:06
*** sbadia has joined #openstack-ironic22:06
BLZbubbathat is kind of painful compared to init=/bin/sh22:06
NobodyCamthose elements build and init script that runs in/on the deployment ramdisk22:06
NobodyCambut you need to see what in htat script is failing22:07
BLZbubbawith a shell i can poke around and then launch the real init script22:07
BLZbubbaand even run each step by hand22:07
NobodyCamreal init script the env will be the custom ramdisk22:07
BLZbubbai saw a little more of the message it gave right before rebooting, the word iSCSI22:07
BLZbubbanot terribly helpful yet22:08
BLZbubbahmm what is the "troubleshoot=0" option22:08
NobodyCamoh that may be new22:09
BLZbubbai get the feeling it isn't even looking at the options in that config file22:11
*** jdob has quit IRC22:14
NobodyCamBLZbubba: what was the command you used you build the deployment disk22:15
BLZbubbanope i was wrong22:17
NobodyCamthe init that runs in the deployment ramdsk is build thru elements in here : https://github.com/openstack/diskimage-builder/tree/master/elements22:18
NobodyCamsee init.d sections of the included elements22:18
BLZbubbabin/ramdisk-image-create -a amd64 -o my-deploy-ramdisk ubuntu22:19
BLZbubbawhy can't the kernel just have a /bin/sh payload to execute22:20
BLZbubbainstead of depending on this ramdisk nonsense22:20
BLZbubbaBLZbubba: it's open source, hack it in yourself...22:21
NobodyCamtry something like diskimage-builder/bin/ramdisk-image-create -a amd64 ubuntu deploy -o my-deploy-ramdisk22:22
*** mdurnosvistov_lt has quit IRC22:22
*** 45PAAH8X1 has quit IRC22:32
*** jroll has quit IRC22:32
*** JayF has quit IRC22:32
*** ekarlso has quit IRC22:32
*** harlowja has quit IRC22:32
*** bigjools has quit IRC22:32
*** john-n-seattle has quit IRC22:32
*** sbadia has quit IRC22:33
*** mdurnosvistov has quit IRC22:33
*** max_lobur1 has quit IRC22:33
*** pleia2 has quit IRC22:33
*** comstud has quit IRC22:33
*** Shrews_ has quit IRC22:33
*** BLZbubba has quit IRC22:33
*** max_lobur_afk has quit IRC22:33
*** yongli has quit IRC22:33
*** pquerna_ has quit IRC22:33
*** hstimer has quit IRC22:33
*** viktors-away has quit IRC22:33
*** blamar has quit IRC22:33
*** anniec has quit IRC22:33
*** jcooley_ has quit IRC22:33
*** vkozhukalov has quit IRC22:33
*** lazy_prince has quit IRC22:33
*** jrist has quit IRC22:33
*** russell_h has quit IRC22:33
*** davidlenwell has quit IRC22:33
*** mordred has quit IRC22:33
*** lynxman has quit IRC22:33
*** GheRivero has quit IRC22:33
*** mikal_ has quit IRC22:33
*** pradipta` has quit IRC22:33
*** yuriyz has quit IRC22:33
*** hemna has quit IRC22:33
*** Xurong has quit IRC22:33
*** lifeless has quit IRC22:33
*** aignatov_ has quit IRC22:33
*** ewindisch has quit IRC22:33
*** JoshNang has quit IRC22:33
*** matty_dubs has quit IRC22:33
*** Haomeng has quit IRC22:33
*** rwsu has quit IRC22:33
*** mrda has quit IRC22:33
*** NobodyCam has quit IRC22:33
*** devananda has quit IRC22:33
*** rloo has quit IRC22:34
*** rloo has joined #openstack-ironic22:37
*** openstackgerrit has joined #openstack-ironic22:37
*** pleia2 has joined #openstack-ironic22:37
*** jroll has joined #openstack-ironic22:37
*** pquerna_ has joined #openstack-ironic22:37
*** Shrews_ has joined #openstack-ironic22:37
*** harlowja has joined #openstack-ironic22:37
*** mikal_ has joined #openstack-ironic22:37
*** BLZbubba has joined #openstack-ironic22:37
*** ekarlso has joined #openstack-ironic22:37
*** JayF has joined #openstack-ironic22:37
*** mrda has joined #openstack-ironic22:37
*** matty_dubs has joined #openstack-ironic22:37
*** devananda has joined #openstack-ironic22:37
*** NobodyCam has joined #openstack-ironic22:37
*** GheRivero has joined #openstack-ironic22:37
*** lynxman has joined #openstack-ironic22:37
*** JoshNang has joined #openstack-ironic22:37
*** mordred has joined #openstack-ironic22:37
*** davidlenwell has joined #openstack-ironic22:37
*** russell_h has joined #openstack-ironic22:37
*** comstud has joined #openstack-ironic22:37
*** aignatov_ has joined #openstack-ironic22:37
*** blamar has joined #openstack-ironic22:37
*** rwsu has joined #openstack-ironic22:37
*** lifeless has joined #openstack-ironic22:37
*** ewindisch has joined #openstack-ironic22:37
*** hemna has joined #openstack-ironic22:37
*** yongli has joined #openstack-ironic22:37
*** Haomeng has joined #openstack-ironic22:37
*** Xurong has joined #openstack-ironic22:37
*** jrist has joined #openstack-ironic22:37
*** lazy_prince has joined #openstack-ironic22:37
*** yuriyz has joined #openstack-ironic22:37
*** pradipta` has joined #openstack-ironic22:37
*** max_lobur_afk has joined #openstack-ironic22:37
*** viktors-away has joined #openstack-ironic22:37
*** max_lobur1 has joined #openstack-ironic22:37
*** hstimer has joined #openstack-ironic22:37
*** vkozhukalov has joined #openstack-ironic22:37
*** mdurnosvistov has joined #openstack-ironic22:37
*** bigjools has joined #openstack-ironic22:37
*** john-n-seattle has joined #openstack-ironic22:37
*** sbadia has joined #openstack-ironic22:37
* Shrews_ clobbers deva tomorrow. Dinner time22:37
*** Shrews_ is now known as Shrews22:37
NobodyCam:) enjoy the eats Shrews22:37
ShrewsNobodyCam: will do!22:39
*** hemna has quit IRC22:42
*** hemna has joined #openstack-ironic22:44
*** EmilienM has quit IRC22:46
*** wendar has quit IRC22:46
*** rainya has quit IRC22:46
*** russellb has quit IRC22:46
*** harlowja has quit IRC22:46
*** bigjools has quit IRC22:46
*** john-n-seattle has quit IRC22:46
*** sbadia has quit IRC22:46
*** jroll has quit IRC22:46
*** JayF has quit IRC22:46
*** ekarlso has quit IRC22:46
*** mdurnosvistov has quit IRC22:46
*** max_lobur1 has quit IRC22:46
*** pleia2 has quit IRC22:46
*** comstud has quit IRC22:46
*** Shrews has quit IRC22:46
*** BLZbubba has quit IRC22:46
*** max_lobur_afk has quit IRC22:46
*** yongli has quit IRC22:46
*** rloo has quit IRC22:46
*** pquerna_ has quit IRC22:46
*** hstimer has quit IRC22:46
*** viktors-away has quit IRC22:46
*** blamar has quit IRC22:46
*** openstackgerrit has quit IRC22:46
*** vkozhukalov has quit IRC22:46
*** lazy_prince has quit IRC22:46
*** jrist has quit IRC22:46
*** russell_h has quit IRC22:46
*** davidlenwell has quit IRC22:46
*** mordred has quit IRC22:46
*** lynxman has quit IRC22:46
*** GheRivero has quit IRC22:46
*** mikal_ has quit IRC22:46
*** pradipta` has quit IRC22:46
*** yuriyz has quit IRC22:46
*** Xurong has quit IRC22:46
*** lifeless has quit IRC22:46
*** aignatov_ has quit IRC22:46
*** ewindisch has quit IRC22:46
*** JoshNang has quit IRC22:46
*** matty_dubs has quit IRC22:46
*** Haomeng has quit IRC22:46
*** rwsu has quit IRC22:46
*** mrda has quit IRC22:46
*** hemna has quit IRC22:46
*** NobodyCam has quit IRC22:46
*** devananda has quit IRC22:46
*** hemna has joined #openstack-ironic22:47
*** russellb has joined #openstack-ironic22:47
*** wendar has joined #openstack-ironic22:47
*** rainya has joined #openstack-ironic22:47
*** EmilienM has joined #openstack-ironic22:47
*** rloo has joined #openstack-ironic22:47
*** openstackgerrit has joined #openstack-ironic22:47
*** pleia2 has joined #openstack-ironic22:47
*** jroll has joined #openstack-ironic22:47
*** pquerna_ has joined #openstack-ironic22:47
*** Shrews has joined #openstack-ironic22:47
*** harlowja has joined #openstack-ironic22:47
*** mikal_ has joined #openstack-ironic22:47
*** BLZbubba has joined #openstack-ironic22:47
*** ekarlso has joined #openstack-ironic22:47
*** JayF has joined #openstack-ironic22:47
*** sbadia has joined #openstack-ironic22:47
*** john-n-seattle has joined #openstack-ironic22:47
*** bigjools has joined #openstack-ironic22:47
*** mdurnosvistov has joined #openstack-ironic22:47
*** vkozhukalov has joined #openstack-ironic22:47
*** hstimer has joined #openstack-ironic22:47
*** max_lobur1 has joined #openstack-ironic22:47
*** viktors-away has joined #openstack-ironic22:47
*** max_lobur_afk has joined #openstack-ironic22:47
*** pradipta` has joined #openstack-ironic22:47
*** yuriyz has joined #openstack-ironic22:47
*** lazy_prince has joined #openstack-ironic22:47
*** jrist has joined #openstack-ironic22:47
*** Xurong has joined #openstack-ironic22:47
*** Haomeng has joined #openstack-ironic22:47
*** yongli has joined #openstack-ironic22:47
*** ewindisch has joined #openstack-ironic22:47
*** lifeless has joined #openstack-ironic22:47
*** rwsu has joined #openstack-ironic22:47
*** blamar has joined #openstack-ironic22:47
*** aignatov_ has joined #openstack-ironic22:47
*** comstud has joined #openstack-ironic22:47
*** russell_h has joined #openstack-ironic22:47
*** davidlenwell has joined #openstack-ironic22:47
*** mordred has joined #openstack-ironic22:47
*** JoshNang has joined #openstack-ironic22:47
*** lynxman has joined #openstack-ironic22:47
*** GheRivero has joined #openstack-ironic22:47
*** NobodyCam has joined #openstack-ironic22:47
*** devananda has joined #openstack-ironic22:47
*** matty_dubs has joined #openstack-ironic22:47
*** mrda has joined #openstack-ironic22:47
openstackgerritKai Zhang proposed a change to openstack/ironic: Fix small typos in matchmaker.py  https://review.openstack.org/7521622:48
*** matty_dubs is now known as matty_dubs|gone22:48
BLZbubbaNobodyCam: so is diskimage-builder better than baremetal-initrd-builder ?22:59
*** jcooley_ has joined #openstack-ironic23:01
*** mikal_ is now known as mikal23:10
NobodyCamprob calling the same script. been awhile sense I've dug into those scripts23:14
BLZbubbaNobodyCam: ok your diskimage-builder command helped -- it is getting a bit further now23:17
BLZbubbait gives an iser error and then reboots23:17
BLZbubbabut it is at least trying something for another minute before giving up23:17
BLZbubbaah and the deploy helper log file has entries now!23:19
BLZbubbagetting soooooo close23:19
NobodyCam:)23:19
*** max_lobur has joined #openstack-ironic23:22
*** jcooley_ has quit IRC23:22
BLZbubbaNobodyCam: http://paste.openstack.org/show/67786/23:22
BLZbubbasfdisk error of some sort23:23
*** max_lobur has quit IRC23:24
*** max_lobur has joined #openstack-ironic23:24
*** max_lobur1 has quit IRC23:24
NobodyCamBLZbubba: what are the is the flavors disk size23:24
BLZbubbathere doesn't appear to be an error but it got a non-zero error code and errored out the instance23:24
BLZbubbai believe i set it to 123:25
BLZbubbawhen i was trying to get past the filters23:25
BLZbubbait was comparing them to the nova-baremetal node's cpu/disk instead of the pxe hardware23:26
BLZbubbai'll set back to a reasonable number and see what happens23:26
NobodyCamBLZbubba: :) i use 10 or 20 gb23:26
BLZbubbahmm, BLKRRPART: Device or resource busy\nThe command to re-read the partition table failed.23:28
*** jcooley_ has joined #openstack-ironic23:30
BLZbubbahmm root_gb is 100 in the flavor, bm node disk size is 100023:33
NobodyCamthey should match see:23:37
*** jcooley_ has quit IRC23:38
*** jcooley_ has joined #openstack-ironic23:38
NobodyCamhttp://paste.openstack.org/show/tZZrbs8WxJU3fdODXhyp/23:38
*** vkozhukalov has quit IRC23:42
max_loburnight Everyone23:42
NobodyCamnight max_lobur23:43
*** max_lobur has quit IRC23:43
*** jcooley_ has quit IRC23:45
*** pquerna_ is now known as pquerna23:48
BLZbubbaadjusting the size didn't seem to help23:49
NobodyCamdevananda: I'm holding off onthe tripleo changes for a bit trying to connect with StevenK to see what changes he has instore23:49
NobodyCamBLZbubba: same error23:50
*** SpamapS has joined #openstack-ironic23:56

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