*** pcrews has joined #openstack-ironic | 01:04 | |
*** nosnos has joined #openstack-ironic | 01:43 | |
*** pcrews has quit IRC | 01:50 | |
*** Haomeng|2 has quit IRC | 02:46 | |
*** pquerna has quit IRC | 02:47 | |
*** pquerna has joined #openstack-ironic | 02:48 | |
*** Haomeng has joined #openstack-ironic | 02:54 | |
*** enikanorov_ has quit IRC | 02:56 | |
*** enikanorov__ has joined #openstack-ironic | 02:56 | |
*** nosnos has quit IRC | 03:37 | |
*** eghobo has joined #openstack-ironic | 03:41 | |
*** jcoufal has joined #openstack-ironic | 03:44 | |
*** mitz_ has joined #openstack-ironic | 03:58 | |
*** mitz has quit IRC | 03:58 | |
*** rameshg87 has joined #openstack-ironic | 04:04 | |
*** nosnos has joined #openstack-ironic | 04:15 | |
openstackgerrit | A change was merged to openstack/ironic: Add a test case for DB schema comparison https://review.openstack.org/107628 | 04:22 |
---|---|---|
*** Poornima has joined #openstack-ironic | 04:26 | |
openstackgerrit | Syed Ismail Faizan Barmawer proposed a change to openstack/ironic-specs: UEFI support for Ironic deploy drivers https://review.openstack.org/99850 | 04:29 |
*** pradipta_away is now known as pradipta | 04:34 | |
*** ramineni has joined #openstack-ironic | 04:36 | |
*** jcoufal has quit IRC | 04:47 | |
openstackgerrit | Michael Davies proposed a change to openstack/python-ironicclient: Export 'client' and 'exc' modules https://review.openstack.org/108974 | 04:58 |
*** k4n0 has joined #openstack-ironic | 05:17 | |
*** rakesh_hs has joined #openstack-ironic | 05:23 | |
*** bmahalakshmi has joined #openstack-ironic | 05:26 | |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/ironic: Imported Translations from Transifex https://review.openstack.org/108901 | 06:10 |
*** bvivek has joined #openstack-ironic | 06:16 | |
*** Mikhail_D_ltp has joined #openstack-ironic | 06:44 | |
*** Mikhail_D_ltp has quit IRC | 06:46 | |
*** pradipta is now known as pradipta_away | 06:46 | |
*** Mikhail_D_ltp has joined #openstack-ironic | 06:49 | |
*** sabah has joined #openstack-ironic | 06:56 | |
*** lsmola has joined #openstack-ironic | 07:02 | |
*** mkerrin has joined #openstack-ironic | 07:04 | |
*** eghobo has quit IRC | 07:11 | |
*** Poornima has quit IRC | 07:30 | |
*** nikunj2512 has joined #openstack-ironic | 07:30 | |
*** romcheg1 has joined #openstack-ironic | 07:37 | |
*** sabah has quit IRC | 07:39 | |
openstackgerrit | Haomeng,Wang proposed a change to openstack/ironic: Implements send-data-to-ceilometer https://review.openstack.org/72538 | 07:39 |
*** jistr has joined #openstack-ironic | 07:42 | |
*** ifarkas has joined #openstack-ironic | 07:46 | |
*** ndipanov has joined #openstack-ironic | 07:53 | |
*** william has joined #openstack-ironic | 07:55 | |
*** william has left #openstack-ironic | 07:55 | |
*** pelix has joined #openstack-ironic | 07:56 | |
*** sabah has joined #openstack-ironic | 08:10 | |
*** dguerri is now known as _dguerri | 08:12 | |
*** bvivek has quit IRC | 08:15 | |
*** _dguerri is now known as dguerri | 08:18 | |
*** dtantsur|afk is now known as dtantsur | 08:19 | |
dtantsur | Morning Ironic! | 08:19 |
*** derekh_ has joined #openstack-ironic | 08:21 | |
*** Zerpex has joined #openstack-ironic | 08:22 | |
Zerpex | Hi awesome people! Does anyone got ironic provisioning working on a CentOS 6 OS? I'm currently making a POC using the packstack tool - for yeah, looking into if we're gonna use Openstack and ironic for deploying servers - but I've searched the interwebs thin about how to get ironic working on CentOS without any luck sadly :/ | 08:24 |
*** igordcard has joined #openstack-ironic | 08:26 | |
*** bvivek has joined #openstack-ironic | 08:28 | |
*** MattMan has joined #openstack-ironic | 08:29 | |
dtantsur | Zerpex, hi! Well, I did some work on supporting CentOS and Fedora using DevStack. There is nothing in Ironic itself that would prevent you from using it on CentOS 6 | 08:31 |
dtantsur | Zerpex, I suspect the biggest problem would be that Ironic is still trying to graduate as a project, I am not sure that packstack will support it out-of-box currently (instead of nova-baremetal) | 08:32 |
dtantsur | But again, that's mostly about how to install and configure Ironic | 08:32 |
dtantsur | that reminds me, that I have to do one more round of checks of the current situation on Fedora and CentOS... | 08:33 |
openstackgerrit | Haomeng,Wang proposed a change to openstack/ironic: Implements send-data-to-ceilometer https://review.openstack.org/72538 | 08:36 |
Zerpex | dtantsur: cool! I don't mind if I need to configure some stuff to get ironic working just for a prove of concept - but sadly I haven't been able to find much information about ironic as well - and I would love to see the speeds of openstack deploying operating systems etc :) Could turn out that another large hosting provider would base infrastructure on openstack :D | 08:40 |
dtantsur | Zerpex, sounds great :) out docs are not perfect for now, we realize. What we have (and try to improve) is http://docs.openstack.org/developer/ironic/deploy/install-guide.html | 08:42 |
dtantsur | Zerpex, it may miss some points, you're free to ping us here and ask | 08:42 |
Zerpex | Cool - main issue I have, is where to find the code for ironic-api and ironic-conductor | 08:43 |
dtantsur | Zerpex, what do you mean by code? Source code? https://github.com/openstack/ironic | 08:45 |
Zerpex | dtantsur: yeah - so I can actually get it up and running on our test machines :D | 08:48 |
dtantsur | Zerpex, also DevStack source code (https://github.com/openstack-dev/devstack) is your friend: it contains ready-to-use bash commands to set up things, including Ironic | 08:49 |
Zerpex | cool! Will take a look! You rock | 08:49 |
dtantsur | :) | 08:51 |
*** bmahalakshmi has quit IRC | 08:56 | |
*** bmahalakshmi has joined #openstack-ironic | 08:57 | |
*** bmahalakshmi2 has joined #openstack-ironic | 09:03 | |
*** bmahalakshmi has quit IRC | 09:04 | |
*** bvivek has quit IRC | 09:06 | |
*** early has quit IRC | 09:08 | |
*** bvivek has joined #openstack-ironic | 09:10 | |
*** early has joined #openstack-ironic | 09:12 | |
*** igordcard has quit IRC | 09:22 | |
openstackgerrit | Dmitry Tantsur proposed a change to openstack/ironic: Do not rely on hash ordering in tests https://review.openstack.org/109939 | 09:25 |
*** openstackgerrit has quit IRC | 10:01 | |
*** saripurigopi has joined #openstack-ironic | 10:04 | |
*** jcoufal has joined #openstack-ironic | 10:05 | |
*** yuriyz|2 has quit IRC | 10:09 | |
saripurigopi | is there any simple rst tool available that helps with spec format? | 10:12 |
*** mitz_ has quit IRC | 10:17 | |
*** mitz has joined #openstack-ironic | 10:18 | |
*** mitz has quit IRC | 10:18 | |
*** mitz has joined #openstack-ironic | 10:20 | |
saripurigopi | IS there a way to run jenkins tests before submitting for review? | 10:24 |
*** tteggel_ is now known as tteggel | 10:25 | |
*** dtantsur is now known as dtantsur|lunch | 10:25 | |
ramineni | saripurigopi: you can create venev and run testr run and build_sphinx .. | 10:28 |
ramineni | saripurigopi: # activate your development virtualenv source .tox/venv/bin/activate .. testr init , testr run, python setup.py build_sphinx | 10:29 |
ramineni | saripurigopi: this should help to ensure jenkins pass successfully | 10:29 |
saripurigopi | ramineni, sure thanks will try it out. | 10:30 |
*** Nisha has joined #openstack-ironic | 10:31 | |
*** Nisha has quit IRC | 10:56 | |
*** ramineni has quit IRC | 10:58 | |
*** rameshg87 has left #openstack-ironic | 10:59 | |
Isotopp | Hello. I am looking at systems for the automated installation of machines such as MAAS or Ironic. The task that I need to solve is run a preboot-thingie, that is, updating the firmwares of the machines (or ensure that they are recent) | 11:00 |
Isotopp | and running a program to configure the RAID controller setup. | 11:00 |
Isotopp | The machines are DL380G8 and ibm blades, and I do have programs such as hpssacli, | 11:00 |
Isotopp | but I do see no state engine that would automatically boot into a preboot image, and run a setup script | 11:00 |
Isotopp | expect a callback and then boot into the actual installation | 11:01 |
Isotopp | That's what I would have expected to see, so how is this being done in ironic instead? | 11:01 |
*** dguerri is now known as _dguerri | 11:02 | |
*** bmahalakshmi2 has quit IRC | 11:15 | |
*** bmahalakshmi has joined #openstack-ironic | 11:15 | |
*** Halacs has quit IRC | 11:23 | |
*** Halacs has joined #openstack-ironic | 11:23 | |
*** sabah has quit IRC | 11:23 | |
*** jcoufal has quit IRC | 11:25 | |
*** dtantsur|lunch is now known as dtantsur | 11:36 | |
dtantsur | Isotopp, hi. You may want to have a look at Ironic Python Agent (https://review.openstack.org/98506) which is our future ramdisk and some more specs (https://review.openstack.org/#/c/100842/ etc) | 11:37 |
dtantsur | I guess you'd want to talk to jroll or JayF on this IPA thing | 11:38 |
*** bvivek2 has joined #openstack-ironic | 11:43 | |
*** bvivek has quit IRC | 11:44 | |
Isotopp | dtantsur: thanks. looking | 11:44 |
*** yuriyz has joined #openstack-ironic | 11:46 | |
*** nikunj2512 has quit IRC | 11:48 | |
*** viktors|afk is now known as viktors | 11:48 | |
*** krtaylor_ is now known as krtaylor | 11:56 | |
*** _dguerri is now known as dguerri | 12:05 | |
*** saripurigopi has quit IRC | 12:09 | |
*** dtantsur has quit IRC | 12:14 | |
*** jcoufal has joined #openstack-ironic | 12:18 | |
*** bmahalakshmi has quit IRC | 12:27 | |
*** jdob has joined #openstack-ironic | 12:37 | |
*** dguerri is now known as _dguerri | 12:46 | |
*** _dguerri is now known as dguerri | 12:46 | |
*** dguerri is now known as _dguerri | 12:46 | |
*** _dguerri is now known as dguerri | 12:46 | |
*** k4n0 has quit IRC | 12:50 | |
*** jasondotstar has joined #openstack-ironic | 12:52 | |
*** dguerri is now known as dguerri`afk | 12:54 | |
*** dguerri`afk is now known as dguerri | 12:54 | |
Shrews_ | lifeless: took the liberty of rebasing 106906 for you | 13:06 |
*** nosnos has quit IRC | 13:07 | |
*** rloo has joined #openstack-ironic | 13:09 | |
*** datajerk has quit IRC | 13:23 | |
*** jbjohnso has quit IRC | 13:31 | |
*** datajerk has joined #openstack-ironic | 13:32 | |
*** openstackgerrit has joined #openstack-ironic | 13:33 | |
*** pcrews has joined #openstack-ironic | 13:34 | |
Isotopp | Hm, are there any ubuntu 12 or 14 packages for ironic? | 13:40 |
rloo | Isotopp: ubuntu 14, ircehouse packages. | 13:41 |
rloo | Isotopp: http://docs.openstack.org/developer/ironic/deploy/install-guide.html#install-the-bare-metal-service | 13:42 |
Isotopp | thanks. let's see how i integrate that. i am on precise at the moment, because contrail | 13:43 |
rloo | Isotopp: but I think the latest version of ironic is better than the icehouse version. | 13:43 |
Shrews_ | rloo: morning | 13:46 |
*** Shrews_ is now known as Shrews | 13:46 | |
rloo | Morning Shrews! | 13:47 |
rloo | Shrews, did you have fun last week? | 13:47 |
Shrews | rloo: at the meetup? yeah. rest of the week was hectic | 13:52 |
rloo | Shrews: too bad about the hectic part, but hopefully this week will be relaxing ;) | 13:52 |
*** mdorman has joined #openstack-ironic | 13:57 | |
*** rakesh_hs has quit IRC | 14:00 | |
*** dtantsur has joined #openstack-ironic | 14:09 | |
*** dguerri is now known as dguerri`afk | 14:10 | |
*** dguerri`afk is now known as dguerri | 14:13 | |
*** bmahalakshmi has joined #openstack-ironic | 14:15 | |
* dtantsur is online again. Hello to everyone, who I didn't see :) | 14:15 | |
*** jgrimm has joined #openstack-ironic | 14:15 | |
rloo | hi dtantsur! | 14:20 |
dtantsur | rloo, hi | 14:20 |
*** jistr has quit IRC | 14:22 | |
boris-42 | devananda okay here is spec for OSprfoiler | 14:23 |
boris-42 | devananda https://review.openstack.org/#/c/103825/3 | 14:23 |
boris-42 | devananda so if you would like to discuss it in specs that is the right place | 14:23 |
*** jistr has joined #openstack-ironic | 14:23 | |
*** rainya has joined #openstack-ironic | 14:24 | |
*** rainya has quit IRC | 14:24 | |
*** rainya has joined #openstack-ironic | 14:25 | |
Shrews | hey dtantsur | 14:29 |
dtantsur | Shrews, hi! | 14:30 |
*** bvivek2 has quit IRC | 14:35 | |
*** dtantsur has quit IRC | 14:36 | |
*** dtantsur has joined #openstack-ironic | 14:37 | |
boris-42 | jroll ping | 14:39 |
Isotopp | I have just installed ironic in a virtualenv on ubuntu 12.04, which has been clean installed before. | 14:40 |
Isotopp | the dbsync failed because | 14:40 |
Isotopp | MySQLdb is missing | 14:40 |
Isotopp | I had to | 14:40 |
Isotopp | 1309 aptitude install libmysqlclient-dev | 14:40 |
Isotopp | 1310 pip install MySQL-python | 14:40 |
Isotopp | then the dbsync works. | 14:40 |
Isotopp | I do believe that is a missing dependency | 14:40 |
Isotopp | (but maybe a variable one, depending on the SQLAlchemy options used, right?) | 14:41 |
dtantsur | Isotopp, I guess the default (though not perfect) is sqlite | 14:46 |
Isotopp | i just want to make sure that this is not an actual bug as in 'missing dependency' but a thing that comes from a configuration choice. | 14:47 |
*** bvivek has joined #openstack-ironic | 14:51 | |
openstackgerrit | A change was merged to openstack/ironic: Push the image cache ttl way up https://review.openstack.org/106906 | 14:52 |
Shrews | rloo: no meeting today, right? | 14:53 |
rloo | Shrews: right. | 14:54 |
Shrews | since everyone is partying in portland | 14:54 |
Shrews | i mean... "working", of course :) | 14:54 |
rloo | Shrews: you mean, having lunch in portland ;) | 14:54 |
*** mrda-traveling is now known as mrda | 14:55 | |
NobodyCam | good morning Ironic | 15:06 |
dtantsur | NobodyCam, morning | 15:12 |
*** dkehnx has quit IRC | 15:12 | |
*** bvivek has quit IRC | 15:12 | |
*** dkehn_ has joined #openstack-ironic | 15:15 | |
jroll | boris-42: hi | 15:15 |
*** dkehn_ is now known as dkehnx | 15:15 | |
boris-42 | jroll hi there | 15:15 |
jroll | mornin everybody :) | 15:15 |
boris-42 | jroll I made a spec for osprofiler https://review.openstack.org/#/c/103825/ | 15:16 |
jroll | yep, I see that | 15:17 |
jroll | I'll take a look when I get a chance | 15:17 |
boris-42 | jroll ok thanks | 15:17 |
jroll | Isotopp: what doc are you reading for dependencies? | 15:17 |
rloo | jroll, Isotopp: our deploy instructions assume MySQL (and assumes it was already installed/setup due to other OpenStack components). | 15:21 |
rloo | jroll, Isotopp: http://docs.openstack.org/developer/ironic/deploy/install-guide.html#set-up-the-database-for-bare-metal | 15:21 |
jroll | yeah, exactly, that's why I want to fix whatever docs Isotopp is reading :) | 15:21 |
jroll | I would assume that nearly every project requires mysqldb | 15:22 |
rloo | jroll: yeah | 15:22 |
NobodyCam | mornign dtantsur jroll, boris-42 ,rloo and Shrews | 15:24 |
jroll | morning NobodyCam | 15:24 |
Shrews | NobodyCam: hey hey | 15:24 |
dtantsur | jroll, morning | 15:24 |
rloo | Morning NobodyCam. You at the meetup? | 15:24 |
NobodyCam | si | 15:24 |
jroll | heya dtantsur | 15:24 |
boris-42 | NobodyCam hi there-) | 15:24 |
rloo | NobodyCam: great. I expect great things from all of you this week :-) | 15:24 |
NobodyCam | :) hehehe we will try :) | 15:25 |
viktors | dtantsur: hi! | 15:27 |
dtantsur | viktors, hi! | 15:28 |
viktors | dtantsur: I have a question as for your comment to patch https://review.openstack.org/#/c/107629 | 15:28 |
viktors | dtantsur: ad for engine in create_schema() | 15:29 |
viktors | *as | 15:29 |
dtantsur | sure | 15:29 |
viktors | dtantsur: your comments sounds ok for me, but I see that we create engine also in version() function in ironic/db/sqlalchemy/migration.py file. Should I change signature of version() function also? | 15:30 |
dtantsur | me is looking | 15:32 |
ryanpetrello | Ironic folks: any more thoughts on this backport? https://review.openstack.org/#/c/105583/ | 15:32 |
ryanpetrello | not totally sure who has +2 on these backports | 15:32 |
Shrews | ryanpetrello: yeah, not sure who controls that (ttx?). we can't +2 it | 15:32 |
dtantsur | viktors, I'm not sure, if get_engine() actually returns new engine each time... | 15:33 |
dtantsur | viktors, but yes, it makes sense to do consistently | 15:34 |
dtantsur | viktors, judging by version(), maybe the same engine is returned each time... or it does not matter | 15:34 |
viktors | dtantsur: I suppose to add engine as an optional argument to these two functions | 15:36 |
dtantsur | viktors, makes sense to me | 15:36 |
viktors | dtantsur: >> get_engine() actually returns new engine each time... -- see https://github.com/openstack/oslo.db/blob/master/oslo/db/sqlalchemy/session.py#L690-L704 | 15:36 |
viktors | I'm gust supposed, that we can work with multiple engines in a same time | 15:36 |
dtantsur | yeah, makes sense | 15:37 |
viktors | dtantsur: ok, will fix, thanks! | 15:38 |
dtantsur | np) | 15:38 |
jroll | ryanpetrello: there's some sort of "stable release" team - not sure who that is but maybe poke infra or ttx... that has four +1s from ironic cores | 15:38 |
ryanpetrello | okay | 15:39 |
ryanpetrello | I’ll figure it out | 15:39 |
jroll | :) | 15:39 |
*** eghobo has joined #openstack-ironic | 15:40 | |
*** lsmola has quit IRC | 15:43 | |
*** rainya has quit IRC | 15:45 | |
openstackgerrit | Dmitry Tantsur proposed a change to openstack/ironic: EXPERIMENTAL Implement set up for hardware discovery in PXE driver https://review.openstack.org/110031 | 15:49 |
*** Mikhail_D_ltp has quit IRC | 15:49 | |
*** eghobo has quit IRC | 15:52 | |
*** ndipanov has quit IRC | 16:00 | |
*** eghobo has joined #openstack-ironic | 16:00 | |
*** rainya has joined #openstack-ironic | 16:01 | |
openstackgerrit | Victor Sergeyev proposed a change to openstack/ironic: Use metadata.create_all() to get database schema https://review.openstack.org/107629 | 16:02 |
rloo | jroll, you have time to look at my comment for 81391? | 16:03 |
*** ifarkas has quit IRC | 16:09 | |
*** dtantsur is now known as dtantsur|afk | 16:11 | |
jroll | rloo: I'll make JoshNang take a look | 16:12 |
rloo | jroll: ok thx. I know you guys want it merged. I'm on the fence about it. | 16:12 |
jroll | ;) | 16:12 |
jroll | yeah | 16:12 |
rloo | jroll: if others feel like that is ok (or can be done in a subsequent patch), I'll +2 it. | 16:12 |
jroll | rloo: ok, it shouldn't be a problem to add | 16:13 |
JoshNang | rloo: looking now. just got on the wifi | 16:13 |
jroll | I think it's ok but I'm biased | 16:13 |
rloo | thx jroll, JoshNang. jroll, that's why I asked you, to see what your biased opinion would be ;) | 16:14 |
jroll | :) | 16:14 |
JoshNang | rloo: i think i'm going to have to upload another patchset anyway. when i was debugging direct_url support, i went source diving and found 700 lines of glance code to deal with swift direct_urls and 5 different formats :/ I don't think we can feasibly support that | 16:14 |
rloo | JoshNang: ouch. | 16:15 |
rloo | JoshNang: maybe WIP it then. | 16:15 |
JoshNang | rloo: done. i'll have a patch removing it for now shortly | 16:16 |
rloo | thx JoshNang. You also at the meetup? | 16:17 |
*** ellenh has joined #openstack-ironic | 16:17 | |
JoshNang | rloo: i am! i mentioned direct_url in the spec. how ok is it to drop that support? | 16:19 |
jroll | noooooooo not WIP :| | 16:19 |
rloo | JoshNang, I think you have to huddle with jroll. Make sure jroll doesn't cry. | 16:19 |
jroll | remove direct_url and land it :| | 16:19 |
* jroll cries | 16:19 | |
*** matty_dubs|gone is now known as matty_dubs | 16:19 | |
JoshNang | jroll: don't cry. i just have to fix tests and make the docs a bit better | 16:20 |
jroll | gogogo | 16:20 |
rloo | JoshNang: that's a good question about the spec. I suspect you could for now, put in a patch that deals with the non-direct-url part of the spec, and then face the core-spec folks wrt not implementing the direct-url part of the spec ;) | 16:20 |
* jroll banishes JoshNang to the corner | 16:20 | |
* JoshNang is at the corner of the table. close enough | 16:21 | |
JoshNang | rloo: wfm | 16:21 |
openstackgerrit | Lucas Alvares Gomes proposed a change to openstack/ironic: Update_port should expect MACAlreadyExists https://review.openstack.org/109107 | 16:28 |
*** eguz has joined #openstack-ironic | 16:28 | |
*** eguz has quit IRC | 16:28 | |
*** lucasagomes has joined #openstack-ironic | 16:28 | |
*** Penick has joined #openstack-ironic | 16:29 | |
*** eguz has joined #openstack-ironic | 16:29 | |
*** viktors is now known as viktors|afk | 16:29 | |
*** eghobo has quit IRC | 16:32 | |
*** jcoufal has quit IRC | 16:33 | |
mrda | Just FYI - those linking ironic t-shirts and stickers look here: http://www.redbubble.com/people/mrda/works/12207321-ironic | 16:33 |
rloo | mrda: shouldn't ironic be first in that list? | 16:34 |
JayF | jroll: JoshNang ^^ we should all get red copies of that shirt | 16:34 |
mrda | rloo: well, it's levereging off an existing design | 16:37 |
mrda | but certainly the highlight is ironic :) | 16:37 |
mrda | JayF: Feel free :) | 16:37 |
mrda | rloo: Also, wish you were here in PDX! :) | 16:38 |
rloo | mrda: ok, if there was an existing design, I won't comment about it any more. | 16:38 |
rloo | mrda: ahh yeah, if it was a short hop to PDX I might have considered it, but it is more like a hop, skip, and big jump. | 16:39 |
mrda | rloo: 30 hours for me :-P | 16:39 |
rloo | mrda: you're a real trooper! | 16:39 |
*** ndipanov has joined #openstack-ironic | 16:40 | |
*** rameshg87 has joined #openstack-ironic | 16:42 | |
jroll | lucasagomes: was it you that was looking at booting from disk in virsh? the internet is telling me "just edit the config" | 16:46 |
*** bearhands is now known as comstud | 16:46 | |
lucasagomes | jroll, hmm? not that I remember | 16:46 |
lucasagomes | jroll, the set boot device will edit the config | 16:46 |
jroll | heh, ok | 16:46 |
lucasagomes | for e.g | 16:47 |
jroll | somebody was looking at it | 16:47 |
lucasagomes | if you set disk as a boot device | 16:47 |
jroll | ahh, I see | 16:47 |
jroll | the problem is... I don't think a 'set boot device' command exists for virsh :| | 16:49 |
jroll | I should probably like, just make ipa pxe boot the instance image to begin with | 16:50 |
*** jistr has quit IRC | 16:51 | |
*** marzif_ has quit IRC | 16:52 | |
*** shakamunyi has joined #openstack-ironic | 16:54 | |
JayF | jroll: if it's helpful to get it done quickly, I can show you a quick and dirty pxeboot chainload | 16:55 |
JayF | jroll: I've implemented it before in the hardware lab | 16:55 |
*** derekh_ has quit IRC | 16:58 | |
*** dguerri is now known as dguerri`afk | 17:00 | |
*** rwsu has joined #openstack-ironic | 17:13 | |
*** romcheg1 has quit IRC | 17:17 | |
*** harlowja_away is now known as harlowja | 17:20 | |
*** Nisha has joined #openstack-ironic | 17:23 | |
*** nikunj2512 has joined #openstack-ironic | 17:26 | |
ryanpetrello | \o/ merged https://review.openstack.org/#/c/105583/ | 17:28 |
jroll | \o/ | 17:33 |
*** nikunj2512 has quit IRC | 17:49 | |
jroll | stack@devstack:~$ sudo virsh dumpxml baremetalbrbm_1 | sed "s/boot dev='network'/boot dev='hd'/" | sudo virsh update-device baremetalbrbm_0 | 17:51 |
jroll | error: command 'update-device' requires <file> option | 17:51 |
jroll | hate you, vrish | 17:51 |
jroll | virsh, too | 17:51 |
*** Nisha has quit IRC | 17:55 | |
*** shakamunyi has quit IRC | 17:58 | |
*** achanda has joined #openstack-ironic | 17:58 | |
*** rainya has quit IRC | 17:59 | |
*** rainya has joined #openstack-ironic | 17:59 | |
lucasagomes | jroll, take a look at https://review.openstack.org/#/c/89884/18/ironic/drivers/modules/ssh.py | 18:10 |
openstackgerrit | Michael Davies proposed a change to openstack/python-ironicclient: Export 'client' and 'exc' modules https://review.openstack.org/108974 | 18:10 |
*** rainya has quit IRC | 18:11 | |
*** achanda has quit IRC | 18:13 | |
*** achanda has joined #openstack-ironic | 18:14 | |
openstackgerrit | Josh Gachnang proposed a change to openstack/ironic: Adding swift temp url support https://review.openstack.org/81391 | 18:20 |
*** rainya has joined #openstack-ironic | 18:22 | |
openstackgerrit | A change was merged to openstack/ironic: Imported Translations from Transifex https://review.openstack.org/108901 | 18:22 |
openstackgerrit | Ramakrishnan G proposed a change to openstack/ironic-specs: UEFI support for Ironic deploy drivers https://review.openstack.org/99850 | 18:23 |
jroll | lucasagomes+++++++ | 18:23 |
lucasagomes | jroll, btw, can't add you to the group there's something wrong with ur launchpad id | 18:23 |
lucasagomes | jroll, tried using ur full name and launchpad id but didn't work | 18:24 |
*** rameshg87 has quit IRC | 18:25 | |
*** rameshg87 has joined #openstack-ironic | 18:27 | |
*** rainya has quit IRC | 18:27 | |
*** achanda has quit IRC | 18:28 | |
rameshg87 | hi devananda, all, we have just updated the uefi boot spec removing the dependencies on the nova ironic virt driver - https://review.openstack.org/#/c/99850 | 18:28 |
rameshg87 | please have a look at the spec ... | 18:28 |
rloo | JoshNang: yt? wrt 81391, I don't think you rebased it against master. | 18:32 |
*** rainya has joined #openstack-ironic | 18:32 | |
jroll | lucasagomes: try 10343 | 18:32 |
*** bmahalakshmi has quit IRC | 18:33 | |
*** rameshg87 has quit IRC | 18:33 | |
JoshNang | rloo: oh gah. missed the jroll rebased | 18:33 |
jroll | JoshNang: rloo might be right, I had rebased | 18:33 |
jroll | yeah | 18:34 |
jroll | ha, grab that | 18:34 |
JoshNang | started on the code on friday but didn't finish | 18:34 |
jroll | oops :| | 18:34 |
lucasagomes | jroll, LOL ok it works | 18:34 |
jroll | lucasagomes: yeahhhh, it's messed up :/ | 18:36 |
openstackgerrit | Josh Gachnang proposed a change to openstack/ironic: Adding swift temp url support https://review.openstack.org/81391 | 18:36 |
JoshNang | rloo: should be fixed! | 18:37 |
rloo | JoshNang: ok, it's in the back of my queue now ;) | 18:37 |
JoshNang | rloo: heh no worries | 18:38 |
*** achanda has joined #openstack-ironic | 18:43 | |
*** rainya has quit IRC | 18:55 | |
*** scubacuda has joined #openstack-ironic | 18:57 | |
*** achanda has quit IRC | 18:57 | |
*** scubacuda has joined #openstack-ironic | 18:58 | |
*** rainya has joined #openstack-ironic | 19:04 | |
*** ekarlso has quit IRC | 19:04 | |
*** ellenh has quit IRC | 19:09 | |
*** pelix has quit IRC | 19:14 | |
*** ekarlso has joined #openstack-ironic | 19:16 | |
*** Penick has quit IRC | 19:18 | |
*** wanyen has joined #openstack-ironic | 19:27 | |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/ironic: Updated from global requirements https://review.openstack.org/106569 | 19:34 |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/ironic-python-agent: Updated from global requirements https://review.openstack.org/88722 | 19:34 |
*** achanda has joined #openstack-ironic | 19:44 | |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/ironic: Updated from global requirements https://review.openstack.org/106569 | 19:48 |
*** ndipanov has quit IRC | 19:48 | |
mrda | rloo: Just getting py33 running before I pit up a new patch for ironicclient | 19:52 |
rloo | cool mrda. | 19:52 |
*** achanda has quit IRC | 19:53 | |
openstackgerrit | Michael Davies proposed a change to openstack/python-ironicclient: Export 'client' and 'exc' modules https://review.openstack.org/108974 | 19:59 |
*** achanda has joined #openstack-ironic | 20:04 | |
*** tatyana has joined #openstack-ironic | 20:08 | |
*** igordcard has joined #openstack-ironic | 20:21 | |
*** lucasagomes has quit IRC | 20:22 | |
*** ellenh has joined #openstack-ironic | 20:23 | |
*** jdob has quit IRC | 20:23 | |
*** lucasagomes has joined #openstack-ironic | 20:31 | |
openstackgerrit | Michael Davies proposed a change to openstack/python-ironicclient: Export 'client' and 'exc' modules https://review.openstack.org/108974 | 20:45 |
*** igordcard has quit IRC | 20:57 | |
*** igordcard has joined #openstack-ironic | 21:10 | |
openstackgerrit | Josh Gachnang proposed a change to openstack/ironic: Adding swift temp url support https://review.openstack.org/81391 | 21:16 |
*** jasondotstar has quit IRC | 21:23 | |
lucasagomes | rloo, yes for the iPXE driver I'm going to address the comments | 21:30 |
rloo | thx lucasagomes | 21:30 |
rloo | but lucasagomes, get the nova-ironic-driver merged first ;) | 21:30 |
lucasagomes | rloo, hah ack | 21:37 |
mrda | rloo: +1 | 21:40 |
rloo | mrda: you're there. One of your tasks is to make sure the others know what the priorities are :D | 21:41 |
jroll | lucasagomes: btw, your ssh set_boot_device works :) | 21:41 |
lucasagomes | jroll, :) yay | 21:41 |
*** jgrimm has quit IRC | 21:41 | |
jroll | lucasagomes: so I guess we depend on swift tempurl thing, and now ssh management interface, do we want to just try to land one/both today or make a patch chain? | 21:42 |
jroll | and if we want to make a patch chain, what order? | 21:43 |
lucasagomes | jroll, yeah... I think I have to address some small nits on the ssh driver and it's pretty much ready... for the swift temp url it's also almost there no? | 21:43 |
lucasagomes | will review it | 21:43 |
jroll | lucasagomes: yes, I think tempurl is good to go, rloo found some nits but it should be fine | 21:46 |
rloo | jroll, that swift url thingy? I just +2 | 21:47 |
rloo | 'd it. Let someone else -1 it now ;) | 21:47 |
*** tatyana has quit IRC | 21:48 | |
openstackgerrit | Michael Davies proposed a change to openstack/python-ironicclient: Export 'client' and 'exc' modules https://review.openstack.org/108974 | 21:49 |
JoshNang | rloo: thanks for the handful of reviews :) | 21:49 |
rloo | JoshNang: yw. I'm exhausted now ;) | 21:50 |
JoshNang | rloo: me too! | 21:52 |
rloo | JoshNang: ha ha. Get it right the first time then ;) | 21:53 |
rloo | JoshNang: it ain't quite done yet... let's hope it gets merged soon. | 21:53 |
jroll | rloo: awesome, thanks :) | 21:54 |
*** dhellmann_ has joined #openstack-ironic | 21:55 | |
*** harlowja is now known as harlowja_away | 21:57 | |
*** dhellmann has quit IRC | 21:57 | |
*** dhellmann_ is now known as dhellmann | 21:57 | |
*** harlowja_away is now known as harlowja | 22:03 | |
rloo | mrda: why'd you remove the -1 from the test in 108974? | 22:05 |
*** harlowja has quit IRC | 22:10 | |
*** harlowja has joined #openstack-ironic | 22:11 | |
openstackgerrit | Ghe Rivero proposed a change to openstack/ironic: Raise MissingParameterValue instead of invalid https://review.openstack.org/108455 | 22:14 |
jroll | +2'd https://review.openstack.org/#/c/89884/ | 22:22 |
jroll | just needs one more :) | 22:23 |
lifeless | Shrews: good idea :) | 22:28 |
*** lucasagomes has quit IRC | 22:38 | |
jroll | rloo: I had to -1 the swift url thing :( | 22:42 |
mrda | rloo: It's defaulted anyway, and in py33 -1 is not supported | 22:43 |
mrda | so taking the defaults, we get what we want, and not specifying it means we can have one solution across py27/33 without having to do a six.blah test | 22:43 |
mrda | rloo ^^ | 22:44 |
*** lucasagomes has joined #openstack-ironic | 22:44 | |
JoshNang | jroll: rloo and I debated the 5 mins vs 15 mins. the spec was written with 5, i'm open to either | 22:50 |
JayF | I think landing it with either default is better than not landing it. | 22:54 |
JayF | Personally I'd go even higher than 15m, but that's probably because I don't think you should keep secret info in images :) | 22:54 |
JoshNang | JayF: right, but if deployers want users to be able to use their own images, i'm sure some of those will have secret info, which is why we dropped it from 60mins | 22:55 |
jroll | JayF, JoshNang, my point is that 5 almost certainly will not work. in devstack and in real hardware. | 22:57 |
JayF | jroll: why not? | 22:58 |
JayF | When is the temp url generated vs when it's used? | 22:58 |
jroll | ^ answered in meatspace | 23:06 |
rch | ew | 23:08 |
openstackgerrit | Josh Gachnang proposed a change to openstack/ironic: Adding swift temp url support https://review.openstack.org/81391 | 23:12 |
openstackgerrit | Josh Gachnang proposed a change to openstack/ironic: Adding swift temp url support https://review.openstack.org/81391 | 23:17 |
openstackgerrit | Josh Gachnang proposed a change to openstack/ironic: Adding swift temp url support https://review.openstack.org/81391 | 23:20 |
*** antonym has quit IRC | 23:26 | |
*** achanda has quit IRC | 23:35 | |
*** achanda has joined #openstack-ironic | 23:37 | |
*** igordcard has quit IRC | 23:38 | |
*** antonym has joined #openstack-ironic | 23:40 | |
lucasagomes | rloo, left a comment on the iPXE review | 23:46 |
lucasagomes | rloo, so yeah the name is not great but i think the suggested ones are not good too. I suggested changing that name to chainload.ipxe, what you think? (there's some explanation on the comment) | 23:47 |
* lucasagomes brb | 23:47 | |
*** lucasagomes has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!