*** harshs has quit IRC | 00:01 | |
*** Sukhdev has quit IRC | 00:02 | |
*** harshs has joined #openstack-ironic | 00:03 | |
*** harshs has quit IRC | 00:03 | |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: Allow to build user image with DIB https://review.openstack.org/256363 | 00:03 |
---|---|---|
openstackgerrit | Vasyl Saienko proposed openstack/ironic: Add Link-Local-Connection info to ironic port https://review.openstack.org/256365 | 00:03 |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: Added operator documentation for ironic portgroups https://review.openstack.org/228496 | 00:03 |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: Add portgroups to support LAG interfaces - API https://review.openstack.org/206244 | 00:03 |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: refactor ironic enroll-node code https://review.openstack.org/256364 | 00:03 |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: Add configure_provision_network function https://review.openstack.org/256367 | 00:03 |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: Update Ironic VM network connection https://review.openstack.org/256366 | 00:03 |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: Update the deploy drivers with network flipping logic https://review.openstack.org/213262 | 00:03 |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: Add Ironic/Neutron integration documentation https://review.openstack.org/258596 | 00:03 |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: Add network provider interface and implementations https://review.openstack.org/139687 | 00:03 |
rloo | jlvillal: good. cuz it always takes me awhile to figure out how the tests work. | 00:04 |
jlvillal | rloo: I was scratching my head for awhile trying to figure it out :) | 00:04 |
rloo | jlvillal: I hate tests | 00:05 |
jlvillal | rloo: I'm with you. I'll admit the part of reviewing that seems the most difficult for me. | 00:05 |
rloo | jlvillal: I mean, reviewing them. great to have them running :) | 00:05 |
*** klindgren has quit IRC | 00:13 | |
*** Sukhdev has joined #openstack-ironic | 00:27 | |
*** smoriya_ has joined #openstack-ironic | 00:34 | |
openstackgerrit | John L. Villalovos proposed openstack/python-ironicclient: Replace HTTP 'magic numbers' with constants https://review.openstack.org/253947 | 00:37 |
*** dims_ has joined #openstack-ironic | 00:39 | |
*** dims has quit IRC | 00:40 | |
*** aginwala has quit IRC | 00:44 | |
*** penick has quit IRC | 00:57 | |
*** sinvalv has joined #openstack-ironic | 00:58 | |
*** harshs has joined #openstack-ironic | 00:59 | |
*** chlong has joined #openstack-ironic | 01:01 | |
*** sinvalv has quit IRC | 01:12 | |
*** nicholarf has joined #openstack-ironic | 01:13 | |
nicholarf | good morning folks | 01:13 |
*** Sukhdev has quit IRC | 01:18 | |
*** baoli has joined #openstack-ironic | 01:19 | |
openstackgerrit | John L. Villalovos proposed openstack/ironic: Log warning if ipmi_username/ipmi_password missing https://review.openstack.org/273891 | 01:20 |
jlvillal | nicholarf: Good morning | 01:20 |
nicholarf | :) | 01:20 |
*** harshs_ has joined #openstack-ironic | 01:22 | |
*** baoli has quit IRC | 01:23 | |
*** harshs has quit IRC | 01:23 | |
*** harshs_ is now known as harshs | 01:23 | |
*** r-daneel has quit IRC | 01:24 | |
*** garthb has quit IRC | 01:24 | |
*** nicholarf has left #openstack-ironic | 01:26 | |
*** sinvalv has joined #openstack-ironic | 01:27 | |
sinvalv | jlvillal, ping | 01:28 |
jlvillal | sinval: Hello | 01:28 |
sinvalv | jlvillal, hey, do you have any idea why I'm getting this error: "Invalid input for field/attribute patch. Value: '{'path': '/driver', 'value': 'iscsi_pxe_oneview', 'op': 'replace'}'. Value not a valid list: {'path': '/driver', 'value': 'iscsi_pxe_oneview', 'op': 'replace'}" | 01:28 |
jlvillal | sinval: value looks like a dict to me | 01:29 |
jlvillal | Not a list | 01:29 |
jlvillal | Not sure if that helps. | 01:30 |
*** harshs has quit IRC | 01:30 | |
sinvalv | jlvillal: well, I would guess that the 'patch' parameter has to be a dict | 01:30 |
sinvalv | jlvillal, https://github.com/openstack/python-ironicclient/blob/master/ironicclient/tests/unit/v1/test_node.py#L621 | 01:31 |
jlvillal | sinval: :( | 01:31 |
jlvillal | So, unfortunately | 01:31 |
jlvillal | The python-ironicclient unit tests can be bad examples of how to use the api | 01:32 |
jlvillal | :( | 01:32 |
sinvalv | jlvillal, I have no idea why I'm getting this, when using 'ironic node-update' in CLI it works | 01:32 |
jlvillal | As they don't actually make a call to the Ironic API | 01:32 |
jlvillal | sinval: So what function are you calling? | 01:33 |
jlvillal | update? | 01:33 |
sinvalv | yep | 01:33 |
sinvalv | ironicclient.node.update(node.uuid, patch) | 01:33 |
sinvalv | where patch == {'op': 'replace', 'value': 'iscsi_pxe_oneview', 'path': '/driver'} | 01:34 |
*** mtanino has quit IRC | 01:34 | |
sinvalv | it does not work for any attribute update, like 'path': '/name'... or anything else | 01:34 |
*** chlong has quit IRC | 01:34 | |
jlvillal | And what happens if you put patch inside a list? | 01:35 |
jlvillal | With the dict inside the list | 01:35 |
jlvillal | No idea if that will work or not | 01:35 |
sinvalv | I'll give it a try | 01:35 |
*** chlong has joined #openstack-ironic | 01:35 | |
sinvalv | oh my fuc**** god | 01:36 |
sinvalv | thank you jlvillal, you're the man | 01:36 |
jlvillal | sinval: Woo hoo! | 01:36 |
jlvillal | If you like a patch to that unit test would be nice. | 01:36 |
jlvillal | To make it match up with reality better. | 01:36 |
sinvalv | jlvillal, good idea thanks | 01:37 |
jlvillal | sinval: You're welcome. And thanks in advance for the patch :) | 01:37 |
sinvalv | I need more coffee, 20 mins following the code, it is almost 11 p.m here | 01:38 |
*** piet has joined #openstack-ironic | 01:38 | |
*** shuquan has joined #openstack-ironic | 01:38 | |
jlvillal | sinval: Almost 6pm here! ;) | 01:38 |
jlvillal | About to head out into that cold dark rainy night and walk home... | 01:38 |
sinvalv | 20 mins trying to figure out why this wasn't working, and you did it in 2 mins | 01:39 |
jlvillal | sinval: Usually the other way around for me :) | 01:39 |
jlvillal | I spend hours on it. And finally ask someone and solve it in a few minutes. | 01:39 |
sinvalv | jlvillal, that's why I love Ironic people | 01:40 |
jlvillal | :) | 01:40 |
*** raginbajin has quit IRC | 01:42 | |
*** raginbajin has joined #openstack-ironic | 01:46 | |
*** shuquan has quit IRC | 01:47 | |
*** aginwala has joined #openstack-ironic | 01:47 | |
*** Sukhdev has joined #openstack-ironic | 02:02 | |
*** Sukhdev has quit IRC | 02:03 | |
openstackgerrit | Zhenguo Niu proposed openstack/ironic-specs: Update ssh console support specs https://review.openstack.org/276535 | 02:04 |
*** klindgren has joined #openstack-ironic | 02:05 | |
*** shuquan has joined #openstack-ironic | 02:09 | |
*** shuquan has quit IRC | 02:11 | |
openstackgerrit | Zhenguo Niu proposed openstack/ironic-specs: Update ssh console support specs https://review.openstack.org/276535 | 02:15 |
openstackgerrit | Zhenguo Niu proposed openstack/ironic: Joined 'tags' column while getting node https://review.openstack.org/253065 | 02:17 |
*** davidlenwell has quit IRC | 02:18 | |
*** aginwala has quit IRC | 02:18 | |
*** davidlenwell has joined #openstack-ironic | 02:19 | |
*** aginwala has joined #openstack-ironic | 02:22 | |
*** davideagnello has quit IRC | 02:23 | |
*** davidlenwell has quit IRC | 02:23 | |
*** baoli has joined #openstack-ironic | 02:24 | |
*** davideagnello has joined #openstack-ironic | 02:24 | |
*** daemontool has joined #openstack-ironic | 02:25 | |
*** davidlenwell has joined #openstack-ironic | 02:27 | |
*** piet has quit IRC | 02:27 | |
*** shuquan has joined #openstack-ironic | 02:29 | |
*** shu-mutou has joined #openstack-ironic | 02:33 | |
openstackgerrit | Zhenguo Niu proposed openstack/ironic-specs: Replace Tag with NodeTag in nodes-tagging spec https://review.openstack.org/276540 | 02:35 |
*** rloo has quit IRC | 02:37 | |
*** rloo_ has joined #openstack-ironic | 02:37 | |
*** achanda has joined #openstack-ironic | 02:42 | |
*** izaakk has quit IRC | 02:43 | |
*** rloo_ has quit IRC | 02:52 | |
openstackgerrit | Sivaramakrishna Garimella proposed openstack/ironic: Update the deploy drivers with network flipping logic https://review.openstack.org/213262 | 02:53 |
*** baoli has quit IRC | 03:00 | |
*** mgoddard has joined #openstack-ironic | 03:06 | |
*** baoli has joined #openstack-ironic | 03:06 | |
*** baoli has quit IRC | 03:09 | |
*** rbudden has quit IRC | 03:10 | |
*** mgoddard has quit IRC | 03:11 | |
*** yuanying_ has joined #openstack-ironic | 03:18 | |
*** yuanying has quit IRC | 03:21 | |
*** aginwala has quit IRC | 03:22 | |
*** baoli has joined #openstack-ironic | 03:24 | |
*** baoli has quit IRC | 03:25 | |
*** baoli has joined #openstack-ironic | 03:30 | |
*** dims_ has quit IRC | 03:33 | |
*** piet has joined #openstack-ironic | 03:33 | |
*** baoli has quit IRC | 03:41 | |
*** baoli has joined #openstack-ironic | 03:41 | |
*** yuanying has joined #openstack-ironic | 03:42 | |
*** yuanying_ has quit IRC | 03:44 | |
*** piet has quit IRC | 03:45 | |
*** baoli has quit IRC | 03:53 | |
*** baoli has joined #openstack-ironic | 03:54 | |
*** baoli has quit IRC | 03:55 | |
*** sinvalv has left #openstack-ironic | 03:56 | |
*** shuquan has quit IRC | 03:59 | |
*** achanda has quit IRC | 03:59 | |
*** shuquan has joined #openstack-ironic | 04:00 | |
*** shuquan has quit IRC | 04:01 | |
*** shuquan has joined #openstack-ironic | 04:03 | |
*** yuanying has quit IRC | 04:06 | |
*** yuanying has joined #openstack-ironic | 04:07 | |
*** spandhe has quit IRC | 04:18 | |
*** spandhe has joined #openstack-ironic | 04:21 | |
*** shuquan has quit IRC | 04:22 | |
*** vaishnavi has joined #openstack-ironic | 04:26 | |
*** Nisha has joined #openstack-ironic | 04:29 | |
*** Sukhdev has joined #openstack-ironic | 04:36 | |
*** jaybeale has quit IRC | 04:43 | |
*** links has joined #openstack-ironic | 04:43 | |
*** spandhe has quit IRC | 04:53 | |
*** achanda has joined #openstack-ironic | 04:58 | |
*** aginwala has joined #openstack-ironic | 04:59 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/bifrost: Updated from global requirements https://review.openstack.org/276570 | 05:06 |
*** shuquan has joined #openstack-ironic | 05:09 | |
*** amotoki has joined #openstack-ironic | 05:11 | |
*** shuquan has quit IRC | 05:13 | |
*** Sukhdev has quit IRC | 05:15 | |
*** Sukhdev has joined #openstack-ironic | 05:16 | |
*** Marga_ has quit IRC | 05:19 | |
*** piet has joined #openstack-ironic | 05:32 | |
*** kalpase has joined #openstack-ironic | 05:33 | |
*** spandhe has joined #openstack-ironic | 05:43 | |
*** Marga_ has joined #openstack-ironic | 05:50 | |
*** Marga_ has quit IRC | 05:53 | |
*** Marga_ has joined #openstack-ironic | 05:54 | |
*** Nisha_away has joined #openstack-ironic | 05:56 | |
*** piet has quit IRC | 05:59 | |
*** Nisha has quit IRC | 05:59 | |
*** Nisha has joined #openstack-ironic | 06:01 | |
openstackgerrit | Merged openstack/ironic: Refresh ssh verification mechanism https://review.openstack.org/275884 | 06:02 |
*** jefabo has quit IRC | 06:03 | |
*** Nisha_away has quit IRC | 06:03 | |
*** yuanying_ has joined #openstack-ironic | 06:08 | |
*** yuanying has quit IRC | 06:11 | |
*** Sukhdev has quit IRC | 06:12 | |
*** yuanying_ has quit IRC | 06:13 | |
*** yuanying has joined #openstack-ironic | 06:14 | |
*** yuanying has quit IRC | 06:15 | |
*** achanda has quit IRC | 06:19 | |
*** achanda has joined #openstack-ironic | 06:20 | |
*** NobodyCa1 has joined #openstack-ironic | 06:26 | |
*** yuanying has joined #openstack-ironic | 06:28 | |
*** ChubYann has quit IRC | 06:30 | |
*** NobodyCa1 has quit IRC | 06:34 | |
*** aginwala has quit IRC | 06:53 | |
*** aginwala has joined #openstack-ironic | 06:58 | |
*** links has quit IRC | 07:04 | |
*** links has joined #openstack-ironic | 07:14 | |
*** spandhe has quit IRC | 07:20 | |
*** e0ne has joined #openstack-ironic | 07:30 | |
*** ianw has quit IRC | 07:30 | |
*** ianw has joined #openstack-ironic | 07:30 | |
*** jefabo has joined #openstack-ironic | 07:57 | |
*** jefabo has quit IRC | 08:01 | |
*** jefabo has joined #openstack-ironic | 08:03 | |
*** aginwala has quit IRC | 08:10 | |
*** aginwala has joined #openstack-ironic | 08:12 | |
*** vaishnavi has quit IRC | 08:25 | |
*** athomas has joined #openstack-ironic | 08:37 | |
openstackgerrit | Zhenguo Niu proposed openstack/ironic: Add nodes tagging suport - objs https://review.openstack.org/233357 | 08:37 |
openstackgerrit | Zhenguo Niu proposed openstack/ironic: Add DB layer support for node tags filter https://review.openstack.org/272624 | 08:37 |
*** mbound has joined #openstack-ironic | 08:47 | |
*** lazy_prince has joined #openstack-ironic | 08:50 | |
openstackgerrit | Anton Arefiev proposed openstack/ironic-inspector: WIP: Discover nodes test https://review.openstack.org/276107 | 08:51 |
*** chlong has quit IRC | 08:52 | |
*** aginwala has quit IRC | 09:01 | |
*** _degorenko|afk is now known as degorenko | 09:03 | |
aarefiev | good morning all! | 09:04 |
*** mgoddard has joined #openstack-ironic | 09:09 | |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: Update ironic.conf.samle https://review.openstack.org/276631 | 09:11 |
*** Nisha_away has joined #openstack-ironic | 09:12 | |
*** Nisha has quit IRC | 09:13 | |
*** yolanda has quit IRC | 09:14 | |
*** Nisha_brb has joined #openstack-ironic | 09:16 | |
*** openstackgerrit has quit IRC | 09:17 | |
*** openstackgerrit has joined #openstack-ironic | 09:18 | |
*** Nisha_away has quit IRC | 09:18 | |
*** lucas-dinner is now known as lucasagomes | 09:22 | |
*** pas-ha has joined #openstack-ironic | 09:22 | |
pas-ha | morning Ironic | 09:23 |
*** ifarkas has joined #openstack-ironic | 09:23 | |
openstackgerrit | Sivaramakrishna Garimella proposed openstack/ironic: Update the deploy drivers with network flipping logic https://review.openstack.org/213262 | 09:26 |
*** jefabo has quit IRC | 09:29 | |
*** achanda has quit IRC | 09:31 | |
lucasagomes | pas-ha, aarefiev morning | 09:33 |
aarefiev | lucasagomes: morning | 09:34 |
*** moshele has joined #openstack-ironic | 09:36 | |
*** aginwala has joined #openstack-ironic | 09:41 | |
*** aginwala has quit IRC | 09:46 | |
*** aginwala has joined #openstack-ironic | 09:47 | |
*** boris-42 has joined #openstack-ironic | 09:52 | |
*** aginwala has quit IRC | 09:52 | |
*** siva has joined #openstack-ironic | 09:55 | |
*** siva is now known as Guest27088 | 09:55 | |
*** Guest27088 has left #openstack-ironic | 09:59 | |
openstackgerrit | Jinxing Fang proposed openstack/ironic: Update the home page https://review.openstack.org/276662 | 10:07 |
*** Nisha has joined #openstack-ironic | 10:11 | |
*** Nisha_away has joined #openstack-ironic | 10:11 | |
*** Nisha_brb has quit IRC | 10:12 | |
*** sambetts has joined #openstack-ironic | 10:12 | |
*** yolanda has joined #openstack-ironic | 10:13 | |
*** Nisha has quit IRC | 10:15 | |
sambetts | Morning everyone o/ | 10:18 |
openstackgerrit | Imre Farkas proposed openstack/ironic: Follow-up on dracclient refactor https://review.openstack.org/276311 | 10:18 |
ifarkas | morning sambetts! | 10:18 |
*** moshele has quit IRC | 10:22 | |
vdrok | morning aarefiev pas-ha lucasagomes sambetts and ifarkas ! | 10:23 |
sambetts | o/ ifarkas vdrok | 10:24 |
*** bnemec has joined #openstack-ironic | 10:25 | |
openstackgerrit | Sivaramakrishna Garimella proposed openstack/ironic: Update the deploy drivers with network flipping logic https://review.openstack.org/213262 | 10:32 |
*** electrofelix has joined #openstack-ironic | 10:33 | |
*** Nisha has joined #openstack-ironic | 10:36 | |
*** devvesa has joined #openstack-ironic | 10:36 | |
*** Nisha_away has quit IRC | 10:38 | |
*** electrofelix has quit IRC | 10:42 | |
openstackgerrit | Lucas Alvares Gomes proposed openstack/ironic: Fix genconfig "tempdir" inconsistency https://review.openstack.org/276679 | 10:43 |
*** electrofelix has joined #openstack-ironic | 10:43 | |
openstackgerrit | Lucas Alvares Gomes proposed openstack/ironic: Fix genconfig "tempdir" inconsistency https://review.openstack.org/276679 | 10:44 |
devvesa | lucasagomes: hi | 10:45 |
devvesa | Yesterday I recreated the environment with IPMI and still failing | 10:45 |
lucasagomes | devvesa, hi there | 10:47 |
lucasagomes | devvesa, which error you are seeing again? | 10:47 |
devvesa | http://fpaste.org/318887/68159145/ < ironic-conductor.log | 10:47 |
devvesa | lhttp://fpaste.org/318888/14546681/ < ironic-api.log | 10:48 |
devvesa | http://fpaste.org/318888/14546681/ | 10:49 |
devvesa | better | 10:49 |
lucasagomes | true, lemme take a better look at the code see if I can spot something | 10:49 |
lucasagomes | in any case, are you able to log in the ramdisk when it's running? | 10:49 |
devvesa | the journald in console stuff? | 10:52 |
lucasagomes | devvesa, yeah | 10:52 |
devvesa | on my way | 10:52 |
lucasagomes | devvesa, you know what I wonder, whether this "No such file or directory" is for the disk device itself | 10:52 |
lucasagomes | or for the iscsi command that the ramdisk is trying to run | 10:53 |
lucasagomes | devvesa, can you test the deployment with the upstream ramdisk? | 10:53 |
lucasagomes | just to make sure it's not the ramdisk that is problematic (missing commands in the host OS) but something in Ironic itself | 10:54 |
lucasagomes | devvesa, https://github.com/openstack/ironic-python-agent/tree/master/imagebuild/coreos | 10:54 |
lucasagomes | devvesa, I wonder if the error is coming from https://github.com/openstack/ironic-python-agent/blob/master/ironic_python_agent/extensions/iscsi.py#L52-L70 | 10:56 |
*** e0ne has quit IRC | 10:57 | |
devvesa | lucasagomes: I don't understand the steps for the coreos image | 11:00 |
devvesa | Do I have to rename these kernel and initrd images to 'ironic-python-agent' ? | 11:01 |
lucasagomes | devvesa, nop, you just upload the kernel and ramdisk to glance | 11:01 |
lucasagomes | and update the node's driver_info "deploy_ramdisk" and "deploy_kernel" configuration pointing to the glance UUIDs | 11:02 |
devvesa | Ok. Thanks. I'll try right now | 11:02 |
lucasagomes | ironic node-update <uuid> add driver_info/deploy_ramdisk=<glance uuid> driver_info/deploy_kernel=<uuid> | 11:02 |
devvesa | I discovered that tripleo-common script helper can do this for me :) | 11:05 |
* devvesa is lazy | 11:05 | |
*** mgould|afk is now known as mgould | 11:05 | |
mgould | morning Ironic | 11:05 |
*** Madasi has quit IRC | 11:10 | |
*** early` has quit IRC | 11:11 | |
*** mjturek1 has quit IRC | 11:12 | |
*** vsaienko has quit IRC | 11:12 | |
lucasagomes | mgould, morning | 11:17 |
*** Madasi has joined #openstack-ironic | 11:17 | |
mgould | morning lucasagomes | 11:17 |
*** priteau has joined #openstack-ironic | 11:19 | |
*** priteau has quit IRC | 11:20 | |
*** sambetts_ has joined #openstack-ironic | 11:20 | |
sambetts_ | Morning lucasagomes\ | 11:20 |
*** sambetts has quit IRC | 11:22 | |
*** Nisha has quit IRC | 11:22 | |
*** vsaienko has joined #openstack-ironic | 11:24 | |
*** bkumar has joined #openstack-ironic | 11:25 | |
*** mjturek1 has joined #openstack-ironic | 11:27 | |
openstackgerrit | Anton Arefiev proposed openstack/ironic-inspector: Add head backslash for node path patch https://review.openstack.org/276693 | 11:28 |
*** early has joined #openstack-ironic | 11:29 | |
*** sambetts_ is now known as sambetts | 11:31 | |
*** bnemec has quit IRC | 11:31 | |
*** sergek has joined #openstack-ironic | 11:36 | |
openstackgerrit | Vladyslav Drok proposed openstack/ironic: Add proxy related parameters to agent driver https://review.openstack.org/254296 | 11:38 |
vdrok | good morning mgould | 11:41 |
*** dims has joined #openstack-ironic | 11:46 | |
devvesa | lucasagomes: Now the instrospection does not work.. | 11:49 |
lucasagomes | ew | 11:49 |
devvesa | When I run the 'tripleo.sh --introspect-nodes' it fails just after loading the ramdisk from pxe | 11:49 |
lucasagomes | kernel panic or something? | 11:50 |
devvesa | I see 'No Signal' right after in the console | 11:50 |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: Update ironic.conf.samle https://review.openstack.org/276631 | 11:50 |
devvesa | Is there any step I might miss? Do I have to uncompress the cpio.gz file? | 11:50 |
openstackgerrit | Vladyslav Drok proposed openstack/ironic: Add proxy related parameters to agent driver https://review.openstack.org/254296 | 11:51 |
devvesa | My guess is that I don't have | 11:51 |
lucasagomes | yeah you don't have to | 11:53 |
lucasagomes | "No Signal" apparently means the machine is off | 11:53 |
lucasagomes | odd... | 11:53 |
*** bkumar has quit IRC | 11:55 | |
*** e0ne has joined #openstack-ironic | 11:55 | |
*** raildo-afk is now known as raildo | 11:58 | |
*** afaranha has joined #openstack-ironic | 12:10 | |
devvesa | lucasagomes: I see in the inspector.ipxe file the options 'ipa-inspection-callback-url=..' and 'ipa-inspection-collectors=default' | 12:12 |
devvesa | Are these options still aplicable, right? | 12:13 |
lucasagomes | devvesa, yes | 12:22 |
lucasagomes | dtantsur|afk, ^ | 12:22 |
sinval | good morning Ironic | 12:23 |
openstackgerrit | Thiago Paiva Brito proposed openstack/python-oneviewclient: [WIP] Get unintrospected MAC address from iLO https://review.openstack.org/276703 | 12:27 |
*** mgould has quit IRC | 12:30 | |
TheJulia | good morning | 12:31 |
sambetts | o/ TheJulia | 12:32 |
*** lucasagomes is now known as lucas-hungry | 12:35 | |
thiagop | good morning all | 12:38 |
*** daemontool has quit IRC | 12:38 | |
*** mgould has joined #openstack-ironic | 12:40 | |
*** links has quit IRC | 12:43 | |
*** sambetts_ has joined #openstack-ironic | 12:44 | |
*** sambetts has quit IRC | 12:44 | |
*** sambetts_ is now known as sambetts | 12:44 | |
* TheJulia sips very strong coffee and does reviews | 12:45 | |
* sambetts thinks TheJulia has the right idea | 12:46 | |
*** kalpase has left #openstack-ironic | 12:47 | |
TheJulia | I truly need relative peace and quiet to do it :) | 12:50 |
*** mtanino has joined #openstack-ironic | 12:50 | |
TheJulia | cinerama: going through bifrost reviews, I left a comment on your venv change but not a vote. If you could reply with your thoughts and then ping me, I think we can then go from there | 12:51 |
TheJulia | yolanda: wow, thank you for the dhcp test. That is going to be an after lunch review I think :) | 12:52 |
*** smoriya_ has quit IRC | 12:54 | |
yolanda | hi TheJulia, it's a bit dense yes :) | 12:54 |
TheJulia | good morning by the way | 12:54 |
yolanda | good morning | 12:56 |
yolanda | friday! | 12:56 |
TheJulia | indeed, although I always tend to work a little over the weekends as well :) | 12:57 |
mgould | morning TheJulia! | 12:58 |
*** trown|outttypeww is now known as trown | 12:59 | |
TheJulia | good morning mgould | 12:59 |
*** max_lobur has joined #openstack-ironic | 12:59 | |
*** jaypipes has quit IRC | 13:00 | |
*** krotscheck has joined #openstack-ironic | 13:01 | |
openstackgerrit | Caio Oliveira proposed openstack/python-oneviewclient: Adding new functions to get OneView resources by it's uuid https://review.openstack.org/276269 | 13:03 |
*** jaypipes has joined #openstack-ironic | 13:04 | |
mgould | TheJulia, did you see my comments on https://review.openstack.org/#/c/263663? | 13:07 |
mgould | I'm trying to do the same thing in puppet-ironic, and have never looked at dnsmasq.conf before :-/ | 13:07 |
TheJulia | mgould: regarding the arch tag? | 13:10 |
mgould | that, and the logic flow | 13:11 |
TheJulia | re the as-is, the answer should be yes, but I've not tested it personally | 13:11 |
mgould | cool | 13:11 |
*** daemontool has joined #openstack-ironic | 13:11 | |
mgould | if a dhcp-boot line doesn't match, it falls through to the next one, right? | 13:12 |
TheJulia | you have a good point about the arch, we can't only think about x86_64 efi, at least need to signfiy that it is the prime focus of the support | 13:12 |
mgould | right | 13:12 |
mgould | code 7 is EFI bytecode, which is apparently platform-independent | 13:12 |
mgould | but maybe some bootloaders say "hey I'm EFI x86_64" or whatever, idk | 13:13 |
TheJulia | yes, that is effectively the one. | 13:13 |
TheJulia | I think code 7 signifiies "hey i'm efi x86_64" but looking up now | 13:13 |
TheJulia | heh, it is 9 | 13:13 |
TheJulia | 6 is 32 bit efi | 13:13 |
* mgould has no idea which of these are used in the wild | 13:14 | |
TheJulia | ugh yeah | 13:15 |
TheJulia | RFC 4578 has a list | 13:15 |
mgould | yeah, looking now | 13:15 |
* mgould looks up Xscale | 13:15 | |
*** NobodyCa1 has joined #openstack-ironic | 13:15 | |
TheJulia | I've seen a slightly different one someplace | 13:15 |
* TheJulia giggles | 13:15 | |
mgould | so there's a code for "Intel's ARM ripoff", but not for actual ARM? | 13:16 |
TheJulia | well, it was an intel submitted rfc it looks like | 13:16 |
mgould | ah, OK | 13:16 |
TheJulia | I've seen it referred to as just arm elsewhere | 13:16 |
mgould | I guess people rarely run servers on ARM, RPi notwithstanding | 13:16 |
TheJulia | I have an arm expert I can ask in a few hours if you'd like | 13:16 |
mgould | yes please! | 13:17 |
mgould | "does anyone actually use this, and if so does it need a different image sent to it?" | 13:17 |
TheJulia | mgould: remind me in ~2 hours when I can be confident he is awake and caffinated | 13:17 |
mgould | TheJulia, will do :-) | 13:17 |
*** aginwala has joined #openstack-ironic | 13:18 | |
* mgould is also struggling to work out what "Arc x86" means | 13:18 | |
mgould | ARC is another embedded chip architecture, but it's nothing like x86 | 13:19 |
*** deva_ has joined #openstack-ironic | 13:19 | |
yolanda | TheJulia, i will be working at bit this weekend as well, too many things going on | 13:19 |
*** NobodyCa1 has quit IRC | 13:21 | |
*** NobodyCa1 has joined #openstack-ironic | 13:21 | |
TheJulia | yolanda: indeed, too many things at the moment :( | 13:21 |
TheJulia | mgould: I just workflow -1'ed my own efi change until we get the tag value questions better worked out | 13:22 |
*** aginwala has quit IRC | 13:23 | |
*** deva_ has quit IRC | 13:23 | |
*** boris-42 has quit IRC | 13:23 | |
*** samueldmq1 has joined #openstack-ironic | 13:24 | |
*** deva_ has joined #openstack-ironic | 13:24 | |
mgould | TheJulia, this one? https://review.openstack.org/#/c/263663 | 13:24 |
*** sambetts_ has joined #openstack-ironic | 13:26 | |
* mgould does the same on https://review.openstack.org/#/c/276187 | 13:27 | |
*** Pespa has joined #openstack-ironic | 13:27 | |
*** sambetts has quit IRC | 13:27 | |
*** NobodyCa1 has quit IRC | 13:27 | |
*** chaustin has joined #openstack-ironic | 13:28 | |
*** deva_ has quit IRC | 13:28 | |
*** samueldmq1 has quit IRC | 13:28 | |
TheJulia | mgould: 268808 | 13:31 |
mgould | TheJulia, thanks, that's the one I meant - copy-and-paste fail | 13:32 |
TheJulia | no worries :) | 13:32 |
*** baoli has joined #openstack-ironic | 13:34 | |
*** baoli_ has joined #openstack-ironic | 13:37 | |
*** rbudden has joined #openstack-ironic | 13:39 | |
*** baoli has quit IRC | 13:39 | |
*** keedya has joined #openstack-ironic | 13:51 | |
openstackgerrit | Anton Arefiev proposed openstack/ironic-inspector: WIP: Discover nodes test https://review.openstack.org/276107 | 13:54 |
openstackgerrit | Thiago Paiva Brito proposed openstack/python-oneviewclient: Adding new functions to get OneView resources by it's uuid https://review.openstack.org/276269 | 13:56 |
*** lucas-hungry is now known as lucasagomes | 14:00 | |
*** jcoufal has joined #openstack-ironic | 14:14 | |
*** chaustin has quit IRC | 14:17 | |
*** piet has joined #openstack-ironic | 14:19 | |
*** chaustin has joined #openstack-ironic | 14:22 | |
*** mgould has quit IRC | 14:24 | |
*** raildo is now known as raildo-afk | 14:25 | |
*** alaski is now known as lascii | 14:35 | |
*** amotoki has quit IRC | 14:37 | |
*** aginwala has joined #openstack-ironic | 14:39 | |
*** mgould has joined #openstack-ironic | 14:40 | |
*** aginwala has quit IRC | 14:45 | |
*** bkumar has joined #openstack-ironic | 14:45 | |
*** chaustin has quit IRC | 14:46 | |
*** chaustin has joined #openstack-ironic | 14:47 | |
openstackgerrit | Debayan Ray proposed openstack/ironic: Add documentation for firmware update(iLO) as manual cleaning step https://review.openstack.org/276765 | 14:49 |
*** Pespa has quit IRC | 14:53 | |
*** NobodyCa1 has joined #openstack-ironic | 14:53 | |
*** chaustin has quit IRC | 14:54 | |
*** bkumar4 has joined #openstack-ironic | 14:54 | |
*** Pespa has joined #openstack-ironic | 14:55 | |
*** chaustin has joined #openstack-ironic | 14:56 | |
*** bkumar has quit IRC | 14:56 | |
*** chaustin has quit IRC | 14:57 | |
*** lazy_prince has quit IRC | 14:58 | |
*** chaustin has joined #openstack-ironic | 15:00 | |
*** samueldmq1 has joined #openstack-ironic | 15:00 | |
openstackgerrit | Caio Oliveira proposed openstack/python-oneviewclient: Adding new functions to get OneView resources by it's uuid https://review.openstack.org/276269 | 15:01 |
sambetts_ | lucasagomes: Did you ever merge the code to allow IPA to stream an image to a node? A colleague of mine is seeing a No space left on device error when trying to deploy an image that is ~900mb in size | 15:01 |
*** NobodyCa1 has quit IRC | 15:02 | |
TheJulia | sambetts_: without digging, I seem to remember that was for only images that were raw | 15:03 |
*** baoli_ has quit IRC | 15:03 | |
*** aginwala has joined #openstack-ironic | 15:04 | |
sambetts_ | TheJulia: ah :/ this is a qcow2 image, and I think its maxing the RAM when attempting to convert to raw | 15:04 |
*** baoli has joined #openstack-ironic | 15:04 | |
TheJulia | so qemu-img, if I rememeber correctly converts on the fly as it writes it, but I might be crazy | 15:04 |
NobodyCam | Good morning Ironicers | 15:05 |
sambetts_ | :/ hmm then it might not be that then | 15:05 |
sambetts_ | o/ NobodyCam | 15:05 |
*** samueldmq1 has quit IRC | 15:05 | |
sambetts_ | TGIF | 15:05 |
TheJulia | sambetts_: easy enough to look in ipa | 15:05 |
thiagop | morning NobodyCam | 15:06 |
thiagop | TGIF! | 15:06 |
NobodyCam | morning sambetts_ jroll vdrok jlvillal devananda mgould sinval dtantsur|afk lucasagomes thiagop TheJulia ifarkas | 15:06 |
NobodyCam | of big time TGIF | 15:06 |
vdrok | mornign thiagop TheJulia and NobodyCam ! | 15:06 |
NobodyCam | :) | 15:06 |
*** athomas has quit IRC | 15:07 | |
thiagop | vdrok: o/ | 15:08 |
lucasagomes | NobodyCam, morning | 15:08 |
NobodyCam | :) | 15:08 |
lucasagomes | sambetts_, we did merge that no? /me checks | 15:08 |
*** sambetts_ is now known as sambetts | 15:08 | |
lucasagomes | sambetts_, it only works for raw | 15:08 |
*** aginwala has quit IRC | 15:09 | |
sambetts | lucasagomes: maybe I should tell him to qemu convert it manually and reupload it to glance as raw then try again? | 15:09 |
lucasagomes | sambetts, yeah | 15:10 |
lucasagomes | make sure the config in ironic stream_raw_images is true too (it's true by default_ | 15:10 |
sambetts | ok great, its true in devstack right? | 15:10 |
lucasagomes | sambetts, the reason why it needs to be raw is because qemu-img can't be pipe'd, it needs random access to the image to convert it | 15:11 |
lucasagomes | sambetts, afaik yes | 15:11 |
sambetts | ah ok thats annoying | 15:11 |
*** chaustin has quit IRC | 15:11 | |
lucasagomes | yeah | 15:12 |
lucasagomes | I will document how to enable streaming raw images | 15:12 |
lucasagomes | I don't think we have any docs on there, /me checks | 15:12 |
*** chaustin has joined #openstack-ironic | 15:13 | |
*** amotoki has joined #openstack-ironic | 15:14 | |
*** aginwala has joined #openstack-ironic | 15:16 | |
mgould | NobodyCam, morning! | 15:19 |
sambetts | lucasagomes: does the image need to be converted to raw or host_device format? | 15:19 |
lucasagomes | raw | 15:19 |
mgould | TheJulia, is your friend awake and caffeinated yet? | 15:20 |
* lucasagomes not sure what is host_device format | 15:20 | |
sambetts | lucasagomes: http://linux.die.net/man/1/qemu-img says that its something to use instead of raw if your writing to a block device | 15:20 |
TheJulia | mgould: not looking like it yet. I think he lives on the west coast of the united states now, so hopefully he will wake soon | 15:21 |
sambetts | lucasagomes: IPA's write_image script uses host_device | 15:21 |
lucasagomes | interesting | 15:22 |
* lucasagomes reads more about it | 15:22 | |
sambetts | yeah thats what confused me | 15:22 |
NobodyCam | question: on how folks feel about a backport of https://review.openstack.org/#/c/240260 | 15:23 |
*** raddaoui_ has joined #openstack-ironic | 15:23 | |
*** raddaoui has joined #openstack-ironic | 15:23 | |
* sambetts reads | 15:23 | |
lucasagomes | sambetts, yeah... well in any case, all the streaming does is to write byte by byte the image from requests directly to the device | 15:24 |
lucasagomes | w/o trying to convert, so I bet whatever format you can do that will work | 15:24 |
lucasagomes | (e.g hybrid ISOs) | 15:24 |
sambetts | ok :) I'll ask him to give it a go | 15:25 |
*** bkumar4 has quit IRC | 15:25 | |
*** keedya has quit IRC | 15:25 | |
*** bkumar4 has joined #openstack-ironic | 15:25 | |
lucasagomes | sambetts, yeah, just make sure the disk_format in glance is set to "raw" | 15:25 |
lucasagomes | and Ironic will trust it | 15:26 |
mgould | TheJulia, cool, thanks. I need to leave early today, so I may have to check back on Monday | 15:26 |
sambetts | lucasagomes: ok great :) | 15:26 |
TheJulia | mgould: That is fine :) Have a wonderful weekend | 15:26 |
*** aginwala has quit IRC | 15:27 | |
lucasagomes | mgould, enjoy the weekend | 15:27 |
mgould | thanks :-) | 15:28 |
thiagop | mgould: see ya, have a good weekend | 15:28 |
mgould | oh, I'm around for a bit longer, but may leave before TheJulia's friend is around | 15:28 |
mgould | but thank you :-) | 15:28 |
*** chaustin has quit IRC | 15:29 | |
TheJulia | mgould: of course, there is a distinct possibility that he could have gone off into the woods somewhere and not be online for a few days. | 15:30 |
* mgould nods | 15:31 | |
BadCub | Happy Friday Ironic! | 15:31 |
TheJulia | good morning BadCub | 15:31 |
mgould | morning BadCub | 15:31 |
BadCub | morning TheJulia mogul :) | 15:32 |
BadCub | mgould: moring | 15:32 |
sambetts | o/ BadCub | 15:32 |
* BadCub just gives up on his typos and pushes forward | 15:33 | |
BadCub | morning sambetts | 15:33 |
*** 18WABZU4F has joined #openstack-ironic | 15:35 | |
TheJulia | NobodyCam: I think it would be a good idea, although I do disagree with the importance level on the lp bug. It just gives me this sinking feeling that we're not really good at keeping in mind that some people do actually operate off the stable branches. | 15:37 |
* TheJulia gets off the soap box she stole from BadCub | 15:37 | |
* BadCub points to his new and improved soap box. You can keep this one if you want! lol | 15:38 | |
*** 18WABZU4F has quit IRC | 15:39 | |
*** ukalifon2 has joined #openstack-ironic | 15:39 | |
*** bnemec has joined #openstack-ironic | 15:39 | |
* BadCub adds operating off stable branches to a new chapter in the Quatrains of BadCub | 15:39 | |
TheJulia | lol | 15:40 |
*** amotoki has quit IRC | 15:40 | |
TheJulia | If feel like you should publish book at some point... | 15:40 |
TheJulia | s/If/I/ | 15:41 |
BadCub | lol. I probably should! Especially with my "colorful phrases collection" | 15:41 |
*** piet has quit IRC | 15:42 | |
TheJulia | and phrase adaptation | 15:42 |
openstackgerrit | Thiago Paiva Brito proposed openstack/python-oneviewclient: Getting OneView resources by their uuid https://review.openstack.org/276269 | 15:42 |
NobodyCam | okay I put up https://review.openstack.org/#/c/276785/ | 15:42 |
*** piet has joined #openstack-ironic | 15:43 | |
BadCub | maybe I am in the wrong career and should just take up writing kids books or something! | 15:43 |
* BadCub wonders if his vocabulary would actually work for kids books | 15:43 | |
*** Pespa has quit IRC | 15:44 | |
*** ppiela has joined #openstack-ironic | 15:44 | |
TheJulia | what have I created... | 15:45 |
openstackgerrit | Thiago Paiva Brito proposed openstack/python-oneviewclient: Getting OneView resources by their uuid https://review.openstack.org/276269 | 15:45 |
*** david-lyle has joined #openstack-ironic | 15:47 | |
lucasagomes | NobodyCam, ++ thanks for backporting it | 15:49 |
NobodyCam | :) | 15:49 |
*** bkumar4 has quit IRC | 15:50 | |
*** izaakk has joined #openstack-ironic | 15:50 | |
jlvillal | Good morning NobodyCam lucasagomes TheJulia BadCub gmmaha sambetts mgould thiagop vdrok and everyone else :) | 15:51 |
mgould | jlvillal, morning! | 15:51 |
sambetts | o/ jlvillal | 15:51 |
*** mjturek1 has quit IRC | 15:51 | |
lucasagomes | jlvillal, morning | 15:51 |
* jlvillal not sure how mgould can respond so fast... | 15:52 | |
vdrok | morning BadCub, jlvillal | 15:52 |
jlvillal | :) | 15:52 |
openstackgerrit | Anton Arefiev proposed openstack/python-ironicclient: Use requests lib in HTTPClient https://review.openstack.org/229286 | 15:52 |
BadCub | howdy jlvillal vdrok :) | 15:53 |
*** amotoki has joined #openstack-ironic | 15:54 | |
*** mgarza has joined #openstack-ironic | 15:55 | |
*** ukalifon2 has quit IRC | 15:57 | |
*** aginwala has joined #openstack-ironic | 15:58 | |
jroll | morning y'all :) | 15:58 |
* jroll refrains from highlighting the world | 15:58 | |
sambetts | o/ jroll | 15:58 |
* BadCub kinda likes the idea of highlighting the world with toxic highlighter ink | 15:59 | |
*** bnemec has quit IRC | 15:59 | |
jroll | hehehe | 15:59 |
*** bnemec has joined #openstack-ironic | 16:00 | |
*** logan_ has joined #openstack-ironic | 16:00 | |
*** logan_ is now known as Guest78654 | 16:01 | |
lucasagomes | jroll, morning | 16:01 |
*** logan- has quit IRC | 16:01 | |
*** TheJulia_ has joined #openstack-ironic | 16:02 | |
*** Guest78654 is now known as logan- | 16:02 | |
*** jcoufal has quit IRC | 16:02 | |
*** jaybeale has joined #openstack-ironic | 16:03 | |
*** aarefiev_ has joined #openstack-ironic | 16:03 | |
*** aginwala has quit IRC | 16:03 | |
*** NobodyCa1 has joined #openstack-ironic | 16:03 | |
*** TheJulia has quit IRC | 16:04 | |
*** chaustin has joined #openstack-ironic | 16:05 | |
*** TheJulia_ is now known as TheJulia | 16:05 | |
*** raddaoui_ has quit IRC | 16:05 | |
*** ifarkas_ has joined #openstack-ironic | 16:06 | |
*** raddaoui has quit IRC | 16:07 | |
*** mjturek1 has joined #openstack-ironic | 16:07 | |
*** zer0c00l_ has joined #openstack-ironic | 16:07 | |
* mgould is about to lose connectivity: have a good weekend, everyone! | 16:09 | |
*** mgould has quit IRC | 16:09 | |
sambetts | o/ Madasi | 16:10 |
sambetts | damn <tab> :-P mgould had already gone | 16:10 |
sambetts | jroll: the tinyipa project-config patch has 2 +2s | 16:11 |
jroll | sambetts: nice! | 16:11 |
* jroll surveys those patches | 16:12 | |
*** bnemec has quit IRC | 16:13 | |
*** ifarkas has quit IRC | 16:14 | |
*** zer0c00l has quit IRC | 16:14 | |
*** aarefiev has quit IRC | 16:14 | |
*** NobodyCam has quit IRC | 16:14 | |
*** vishwanathj has joined #openstack-ironic | 16:14 | |
ifarkas_ | jroll, morning! could you please take a look on the wsmanclient patches? https://review.openstack.org/#/c/269122/ and https://review.openstack.org/#/c/269137/ | 16:17 |
ifarkas_ | it needs PTL +1 | 16:17 |
vdrok | morning jroll | 16:18 |
jroll | ifarkas_: yep, will look | 16:19 |
ifarkas_ | jroll, thanks | 16:20 |
*** david-lyle has quit IRC | 16:23 | |
jroll | ifarkas_: got a question on the governance patch | 16:24 |
*** garthb has joined #openstack-ironic | 16:24 | |
sambetts | thanks for the reviews jroll :) | 16:25 |
jroll | sambetts: np :) | 16:25 |
*** raildo-afk is now known as raildo | 16:27 | |
*** david-lyle has joined #openstack-ironic | 16:29 | |
*** raddaoui has joined #openstack-ironic | 16:29 | |
*** raddaoui_ has joined #openstack-ironic | 16:30 | |
* ifarkas_ looks | 16:30 | |
ifarkas_ | jroll, sorry, a stupid question: with release:managed how can we ship a new release? is it done automatically at the end of the cycle? | 16:33 |
ifarkas_ | the description on wiki page is not entirely clear to me: https://governance.openstack.org/reference/tags/release_managed.html | 16:33 |
dims | ifarkas_ : you request a release by starting a review in openstack/releases/ when you need it | 16:33 |
jroll | ifarkas_: you make a patch like this https://review.openstack.org/#/c/273709/ | 16:33 |
jroll | and use reno for release notes, preferably | 16:34 |
jroll | automation will send out the release email, tag the repo, upload tarballs/pypi | 16:34 |
jroll | super easy :) | 16:34 |
ifarkas_ | dims, jroll, thanks the explanation | 16:34 |
ifarkas_ | jroll, yeah, I agree with your suggestion, will change the patch | 16:35 |
jroll | ifarkas_: cool, the tags section needs to be dropped from project-config patch too | 16:35 |
jroll | ping me when it's done and I can +1 :) | 16:35 |
ifarkas_ | jroll, sure. also, do you think python-dracclient should be updated as well? it's set to release:independent | 16:36 |
*** piet has quit IRC | 16:36 | |
jroll | ifarkas_: if you'd like, feel free. I'd like to definitely use managed for new projects | 16:37 |
*** piet has joined #openstack-ironic | 16:37 | |
jroll | it's you doing releases after all :) | 16:37 |
*** e0ne has quit IRC | 16:37 | |
ifarkas_ | jroll, right :-) | 16:38 |
devananda | morning, all | 16:39 |
ifarkas_ | o/ | 16:41 |
ifarkas_ | jroll, I update the governance patch | 16:41 |
ifarkas_ | *updated | 16:41 |
*** rbudden has quit IRC | 16:42 | |
jroll | ifarkas_: thanks, +1 | 16:43 |
*** athomas has joined #openstack-ironic | 16:43 | |
*** mgoddard_ has joined #openstack-ironic | 16:47 | |
*** mgoddard has quit IRC | 16:50 | |
NobodyCa1 | morning devananda | 16:51 |
*** NobodyCa1 is now known as NobodyCam | 16:52 | |
*** e0ne has joined #openstack-ironic | 16:52 | |
*** raddaoui_ has quit IRC | 16:53 | |
*** raddaoui has quit IRC | 16:53 | |
*** praneshp has joined #openstack-ironic | 16:56 | |
*** spandhe has joined #openstack-ironic | 16:56 | |
*** aginwala has joined #openstack-ironic | 17:01 | |
*** aginwala has quit IRC | 17:02 | |
lucasagomes | devananda, morning | 17:02 |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: Allow to build user image with DIB https://review.openstack.org/256363 | 17:02 |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: Add Link-Local-Connection info to ironic port https://review.openstack.org/256365 | 17:02 |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: Added operator documentation for ironic portgroups https://review.openstack.org/228496 | 17:02 |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: refactor ironic enroll-node code https://review.openstack.org/256364 | 17:02 |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: Add configure_provision_network function https://review.openstack.org/256367 | 17:02 |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: Update Ironic VM network connection https://review.openstack.org/256366 | 17:02 |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: Update the deploy drivers with network flipping logic https://review.openstack.org/213262 | 17:02 |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: Add Ironic/Neutron integration documentation https://review.openstack.org/258596 | 17:02 |
openstackgerrit | Vasyl Saienko proposed openstack/ironic: Add network provider interface and implementations https://review.openstack.org/139687 | 17:02 |
*** vishwanathj has quit IRC | 17:02 | |
*** vishwanathj has joined #openstack-ironic | 17:03 | |
*** rbudden has joined #openstack-ironic | 17:04 | |
*** mgoddard_ has quit IRC | 17:04 | |
*** mgoddard has joined #openstack-ironic | 17:04 | |
*** rbudden has quit IRC | 17:06 | |
*** rbudden has joined #openstack-ironic | 17:06 | |
*** rbudden has quit IRC | 17:07 | |
vdrok | good morning devananda | 17:09 |
*** david-lyle has quit IRC | 17:14 | |
sambetts | night all o/ | 17:15 |
*** achanda has joined #openstack-ironic | 17:15 | |
* sambetts quit | 17:15 | |
*** sambetts has quit IRC | 17:15 | |
TheJulia | goodnight | 17:15 |
TheJulia | aw :( | 17:15 |
*** vishwanathj has quit IRC | 17:18 | |
*** david-lyle has joined #openstack-ironic | 17:21 | |
*** david-lyle has quit IRC | 17:25 | |
lucasagomes | I'm calling it a day too | 17:26 |
lucasagomes | have a great night everyone, enjoy the weekend! | 17:27 |
*** lucasagomes is now known as lucas-dinner | 17:27 | |
gmmaha | good morning jlvillal.. rather slow start for me here today! | 17:30 |
jlvillal | :) | 17:30 |
*** priteau has joined #openstack-ironic | 17:35 | |
* jlvillal thinks it is strange/funny that memtest86+ can run for 48 hours with no errors, but boot Ubuntu for less than five minutes and the computer crashes hard. | 17:36 | |
* jlvillal sent that DIMM set back to Amazon, since other DIMM set of exact same model works perfectly in same computer. | 17:37 | |
jlvillal | vdrok: You still around? I know it is late there (19:40) | 17:40 |
*** chaustin has quit IRC | 17:41 | |
jlvillal | devananda: Did you want to keep your -2 on https://review.openstack.org/#/c/206232/ (The neutron patch) | 17:42 |
*** amotoki has quit IRC | 17:45 | |
openstackgerrit | Merged openstack/ironic: Fix genconfig "tempdir" inconsistency https://review.openstack.org/276679 | 17:45 |
*** raddaoui_ has joined #openstack-ironic | 17:45 | |
*** raddaoui has joined #openstack-ironic | 17:45 | |
*** chaustin has joined #openstack-ironic | 17:46 | |
*** chaustin has quit IRC | 17:47 | |
*** raddaoui has quit IRC | 17:50 | |
*** raddaoui_ has quit IRC | 17:50 | |
*** e0ne has quit IRC | 17:51 | |
vdrok | jlvillal, yep, here | 17:52 |
vdrok | good night lucas-dinner | 17:52 |
*** izaakk has quit IRC | 17:53 | |
*** penick has joined #openstack-ironic | 17:56 | |
*** degorenko is now known as _degorenko|afk | 17:59 | |
*** praneshp has quit IRC | 18:02 | |
*** raddaoui_ has joined #openstack-ironic | 18:03 | |
*** raddaoui has joined #openstack-ironic | 18:04 | |
*** spandhe has quit IRC | 18:04 | |
*** trown is now known as trown|lunch | 18:05 | |
jlvillal | vdrok: Have a great weekend :) | 18:05 |
*** achanda has quit IRC | 18:06 | |
vdrok | jlvillal, thanks, you too! | 18:06 |
NobodyCam | have a good weekend vdrok | 18:07 |
NobodyCam | night lucas-dinner | 18:07 |
NobodyCam | night sambetts | 18:07 |
openstackgerrit | Vladyslav Drok proposed openstack/ironic: Add proxy related parameters to agent driver https://review.openstack.org/254296 | 18:09 |
*** athomas has quit IRC | 18:11 | |
openstackgerrit | Mauro Rodrigues proposed openstack/ironic: Comment out test options that already exists on tempest's tree https://review.openstack.org/275757 | 18:13 |
*** priteau has quit IRC | 18:14 | |
*** dansmith is now known as superdan | 18:16 | |
*** achanda has joined #openstack-ironic | 18:18 | |
*** ukalifon1 has joined #openstack-ironic | 18:19 | |
*** max_lobur has quit IRC | 18:22 | |
*** ukalifon1 has quit IRC | 18:23 | |
*** raddaoui_ has quit IRC | 18:25 | |
*** raddaoui has quit IRC | 18:25 | |
*** piet has quit IRC | 18:26 | |
*** ukalifon has joined #openstack-ironic | 18:26 | |
*** dims is now known as dimsum__ | 18:30 | |
*** ppiela_ has joined #openstack-ironic | 18:32 | |
*** ppiela has quit IRC | 18:36 | |
sinval | good night folks, have a great weekend | 18:37 |
*** mbound has quit IRC | 18:38 | |
NobodyCam | night sinval | 18:39 |
sinval | sinval-afk | 18:40 |
*** pas-ha has quit IRC | 18:40 | |
*** devvesa has quit IRC | 18:41 | |
*** spandhe has joined #openstack-ironic | 18:43 | |
*** spandhe has quit IRC | 18:44 | |
*** aginwala has joined #openstack-ironic | 18:46 | |
*** e0ne has joined #openstack-ironic | 18:50 | |
*** trown|lunch is now known as trown | 18:57 | |
*** rbudden has joined #openstack-ironic | 19:00 | |
vdrok | good night, have a good weekend everyone! Thanks NobodyCam :) | 19:00 |
*** aginwala has quit IRC | 19:01 | |
openstackgerrit | Baodong (Robert) Li proposed openstack/ironic-python-agent: Build socket list right before select call https://review.openstack.org/267537 | 19:02 |
NobodyCam | night vdrok | 19:03 |
NobodyCam | have a great weekend :) | 19:03 |
*** ukalifon has quit IRC | 19:04 | |
jlvillal | TheJulia: Another dumb question. So I see a deploy-dynamic.yaml. What is the preferred way to be finished with a machine. As in stop it from being deployed. And turn it off. And then wait until ready to deploy again. | 19:04 |
*** ijw_ has joined #openstack-ironic | 19:04 | |
jlvillal | As we are using deploy-dynamic.yaml to deploy the machines. | 19:05 |
jlvillal | Was wondering if there was the opposite of that. | 19:05 |
*** chaustin has joined #openstack-ironic | 19:05 | |
*** ppiela_ has quit IRC | 19:05 | |
*** ijw has quit IRC | 19:07 | |
*** afaranha has quit IRC | 19:09 | |
*** spandhe has joined #openstack-ironic | 19:10 | |
*** Pespa has joined #openstack-ironic | 19:10 | |
*** chaustin has quit IRC | 19:12 | |
*** harshs has joined #openstack-ironic | 19:15 | |
*** mgoddard has quit IRC | 19:18 | |
*** daemontool has quit IRC | 19:21 | |
*** Sukhdev has joined #openstack-ironic | 19:22 | |
*** spandhe has quit IRC | 19:23 | |
*** daemontool has joined #openstack-ironic | 19:25 | |
*** chaustin has joined #openstack-ironic | 19:26 | |
*** chaustin has quit IRC | 19:29 | |
*** spandhe has joined #openstack-ironic | 19:29 | |
*** jaybeale has quit IRC | 19:31 | |
*** mgoddard has joined #openstack-ironic | 19:33 | |
*** chaustin has joined #openstack-ironic | 19:34 | |
*** aginwala has joined #openstack-ironic | 19:36 | |
*** aginwala has quit IRC | 19:36 | |
gmmaha | TheJulia: if you have a few, would like to get some clarifications on patch 276347 | 19:38 |
*** chaustin has quit IRC | 19:38 | |
*** mbound has joined #openstack-ironic | 19:38 | |
openstackgerrit | Ganesh Maharaj Mahalingam proposed openstack/bifrost: Make init element configurable for bifrost vagrant VM https://review.openstack.org/276347 | 19:39 |
*** krotscheck is now known as krotscheck_dcm | 19:39 | |
*** jaybeale has joined #openstack-ironic | 19:39 | |
*** jaybeale has quit IRC | 19:40 | |
*** mbound has quit IRC | 19:43 | |
*** electrofelix has quit IRC | 19:46 | |
*** aginwala has joined #openstack-ironic | 19:51 | |
*** spandhe has quit IRC | 19:53 | |
SpamapS | devananda: so... hypothetical situation I want to ask you about | 19:57 |
SpamapS | devananda: Say I have a kvm setup with Ceph RBD's backing my instances, and Glance storing images in Ceph RBD's (so instant image->boot and snapshotting, yay) | 19:57 |
SpamapS | devananda: if I want to add in Ironic, is Ironic going to be able to deal with those images? | 19:58 |
devananda | SpamapS: what's the API exposure for those images? | 19:58 |
devananda | SpamapS: like, can I get at them from a public glance URL ? | 19:58 |
NobodyCam | hey SpamapS | 19:58 |
SpamapS | devananda: I don't really know | 19:58 |
SpamapS | NobodyCam: o/ | 19:58 |
SpamapS | devananda: IPA gets some kind of glance URL handed to it right? | 19:59 |
devananda | SpamapS: if we s/ceph/swift/ ... the answer is very simple: yes | 19:59 |
devananda | we test with that often | 19:59 |
*** ifarkas_ has quit IRC | 19:59 | |
devananda | SpamapS: IPA gets _a_ URL. it doesn't care if it's a glance image ref, HTTP, or HTTPS URL | 19:59 |
devananda | SpamapS: alternately, ironic can pull the image from glance, cache locally, and push over iSCSI. | 20:00 |
devananda | this is less scalable, but might get around some network issues?? | 20:00 |
SpamapS | I'm reading the drivers now | 20:00 |
devananda | if the network doesn't allow a bare metal node, while on the ironic provisioning network, to send a request to the glance API to download an image, then you would have to use the iSCSI deploy drivers | 20:01 |
devananda | I've seen some discussion about firewalling off the nodes during deploy (don't allow any egress from them, in case they were poisoned) -- so yea, that's conceivable | 20:01 |
SpamapS | interesting | 20:02 |
SpamapS | there's a get_uri call in each store driver | 20:02 |
SpamapS | which I believe is what IPA is using to find the image | 20:02 |
SpamapS | the rbd driver returns an rbd:// uri | 20:02 |
devananda | SpamapS: what protocol isthat? | 20:02 |
SpamapS | devananda: Ceph's | 20:03 |
SpamapS | RADOS block device | 20:03 |
devananda | does glanceclient understand it? | 20:03 |
SpamapS | sort of | 20:03 |
SpamapS | the problem is | 20:03 |
SpamapS | you have to have a ceph.conf | 20:03 |
devananda | like, can glancelient download an image from such a URL ? | 20:03 |
devananda | oi | 20:03 |
SpamapS | to find the mon, to lookup the fsid | 20:03 |
devananda | can it return an http(s) url ? | 20:03 |
SpamapS | it can download that, _if_ you have ceph.conf | 20:03 |
SpamapS | and if you have cephX security, you need the keys | 20:04 |
devananda | *can glance with a ceph rdb backend return an http(s) url? | 20:04 |
SpamapS | not ok for baremetals me thinks | 20:04 |
*** Marga_ has quit IRC | 20:04 | |
SpamapS | good news is, I bet we could teach it to return http uris if we add in rados-gw support | 20:04 |
devananda | I would be shocked if swapping the glance backing store suddenly disables HTTPS fetching | 20:04 |
SpamapS | (which is the ceph frontend that speaks swift/s3) | 20:04 |
SpamapS | hm | 20:05 |
SpamapS | devananda: let me look closer at what ipa does | 20:05 |
JayF | I'm pretty sure someone put in support for ceph temp urls to Ironic as well? At a minimum it's been proposed | 20:06 |
devananda | JayF: swift tempurls yes. ceph? hrm | 20:06 |
devananda | why is that not the same protocol? | 20:06 |
SpamapS | rados-gw supports those | 20:07 |
JayF | It might be, I found the releasenote | 20:07 |
JayF | just looking for the actual code | 20:07 |
SpamapS | but that's not in the rbd driver | 20:07 |
JayF | https://github.com/openstack/ironic/blob/4decf801a1924863987fe8a9d3caa5a517f48b8b/doc/source/deploy/radosgw.rst | 20:07 |
JayF | whoops, same link except to master (same content) https://github.com/openstack/ironic/blob/master/doc/source/deploy/radosgw.rst | 20:07 |
JayF | SpamapS: ^ there's your readme | 20:07 |
SpamapS | and the point of using the rbd driver is you have a little block device perfectly ready to be cow-cloned and handed to vms .. 0 copy to boot. | 20:07 |
devananda | there ya go | 20:08 |
JayF | I'm much more used to remembering we do something and then being wrong, lol | 20:08 |
JayF | nice to actually find it for once | 20:08 |
devananda | ditto :) | 20:08 |
SpamapS | this doesn't work if I have glance configured for rbd | 20:09 |
*** ijw_ has quit IRC | 20:09 | |
SpamapS | default_store = swift | 20:09 |
devananda | yes: "Configure Glance API service for RADOS Swift API as backend" | 20:09 |
SpamapS | yeah, so that's not going to give us the desired effect of instant boot of vms | 20:10 |
SpamapS | we can still have rbd nova, but it's going to fetch the image via ceph's swift frontend, and then make a whole new set of bits for the instance | 20:10 |
devananda | SpamapS: uh, yea | 20:11 |
devananda | SpamapS: we can't (today) boot bare metal from a cinder volume | 20:11 |
devananda | or any other type of network-attached image | 20:11 |
JayF | there are pieces in place for near-instaboot | 20:11 |
devananda | IPA writes the image to disk | 20:11 |
JayF | if you use Arsenal with Ironic and clif_h's caching patches | 20:11 |
devananda | it doesn't boot the instance from netowkr in a disk-less server | 20:11 |
JayF | but you're still replicating the bits over the wire, just before deploy time, so I don't think it gets at the heart of what you want | 20:12 |
clif_h | :D | 20:12 |
devananda | but there is work in progress to start doing that soon ... just dont know if it'll make Mitaka | 20:12 |
devananda | SpamapS: I did not realize you wanted thin-provisioning-bare-metal | 20:12 |
SpamapS | this is 0 ceinder | 20:12 |
SpamapS | cinder | 20:12 |
devananda | SpamapS: I reread your initial question and now I understand it better | 20:12 |
SpamapS | no cinder involved. But rbd backed vms, yes. | 20:12 |
*** spandhe has joined #openstack-ironic | 20:13 | |
SpamapS | yeah, thin provisioning is the thing I want. :) | 20:13 |
devananda | yea, we do not have instant-boot-baremetal-from-RBD | 20:13 |
SpamapS | that's ok | 20:13 |
SpamapS | that's not what I want. | 20:13 |
devananda | we haven't even discussed that yet | 20:13 |
devananda | so yay! new ideas :) | 20:13 |
SpamapS | I was just wondering if baremetal can somehow find the rbd, and fetch it. | 20:13 |
SpamapS | looks like no | 20:13 |
devananda | SpamapS: if glance or ceph expose an HTTP(S) URL from which to fetch it, then yes | 20:13 |
SpamapS | so, the other way, iscsi push... | 20:14 |
SpamapS | that happens on the ironic conductor yes? | 20:14 |
devananda | SpamapS: well ... now I don't know that htat's going to work either | 20:14 |
devananda | in both cases we need a URL to fetch the image from | 20:14 |
SpamapS | let's work through it | 20:14 |
SpamapS | you'll get an rbd://... rbd | 20:14 |
SpamapS | url | 20:14 |
SpamapS | I'm not keen on handing out ceph.conf's to the baremetals | 20:14 |
SpamapS | but it's totally doable to hand it to the conductor | 20:15 |
SpamapS | which would then push the bits from that url, to the iscsi | 20:15 |
devananda | I do not see any support for rbd or ceph-specific URLs in Ironic | 20:15 |
SpamapS | it would be a relatively thin patch to make sure there's an rbd:// url handler | 20:15 |
SpamapS | just like there's an if url.scheme == "file" | 20:16 |
devananda | SpamapS: https://github.com/openstack/ironic/blob/master/ironic/common/image_service.py | 20:16 |
SpamapS | I am looking at that code right as we speak :) | 20:16 |
devananda | :) | 20:17 |
SpamapS | and the glance_service/base_image_service as well | 20:17 |
JayF | For IPA; we use requests to get the URL. In order to support something other than http[s] it'd need some love here: https://github.com/openstack/ironic-python-agent/blob/master/ironic_python_agent/extensions/standby.py | 20:17 |
SpamapS | JayF: rbd's from IPA is a non-starter | 20:18 |
JayF | Why? | 20:18 |
SpamapS | JayF: Ceph's security model is not at all multi-tenant capable, even for readonly, this would go poorly. ;) | 20:18 |
JayF | Not that I care about the feature, but I'm curious why IPA couldn't do it. | 20:18 |
JayF | SpamapS: with new work to segregate provisioning networks; you could ship ceph configs w/the ramdisk in an isolated network | 20:19 |
JayF | SpamapS: or with a virtual media driver | 20:19 |
SpamapS | Handing tenant workloads rbd's is scoped down to the bits your privileged nova-compute or cinder-volume has scoped out with ceph. Handing them direct Ceph access would be madness. They could literally read any byte in the cluster. | 20:19 |
JayF | In that case, why is Ironic-conductor allowed to know then? It's behind the nova-compute in the same way? | 20:20 |
SpamapS | conductor is a box fully under admin control | 20:20 |
JayF | IMO; so is a provisioning agent | 20:20 |
SpamapS | Ehhh.. that's maybe a point of disagreement we're not going to resolve in here. :) | 20:20 |
JayF | if my customer gets a copy of my provisioning agent I'm going to be real unhappy, lol | 20:20 |
SpamapS | I agree it is less insane than handing it to the client outright. | 20:21 |
JayF | when you're talking about multitenant bare metal, firmware verification and flashing, and cleaning up hardware with OEM utilities, the ramdisk is already "secret" in a way | 20:21 |
JayF | I guess is the difference in perspective | 20:21 |
SpamapS | Also I'm not even sure I want to let those boxes access the ceph network directly at all. :) | 20:21 |
JayF | /that/ to me is probably a bigger operational concern | 20:21 |
JayF | but there are def customers of IPA who more or less just want functionality and don't care about that kind of security | 20:22 |
SpamapS | Right, I get that. :) | 20:22 |
SpamapS | and it would definitely be better to let the agent just go reach into the ceph cluster and pull out the image if thats what you want | 20:22 |
SpamapS | (and that would also facilitate thinly provisioned cinder volumes for baremetals too) | 20:22 |
*** harshs has quit IRC | 20:22 | |
devananda | SpamapS: if the image is public anyway, then just mirror it on a non-rbd proxy or SDN near the bare metal nodes | 20:23 |
SpamapS | also I believe Ceph is growing lock-down security so eventually you will be perfectly fine handing somebody a ceph.conf with keys that you generated for them that can only access the pools for those keys. that may actually already be a thing. | 20:23 |
SpamapS | devananda: that's kind of what I'm wondering too | 20:24 |
*** Sukhdev has quit IRC | 20:24 | |
devananda | SpamapS: btw, I do not know what problem you're trying to solve | 20:24 |
SpamapS | devananda: you don't even need to mirror it actually... | 20:24 |
SpamapS | we could add a config option to the rbd driver which makes it return radosgw fronted urls | 20:24 |
*** jaybeale has joined #openstack-ironic | 20:24 | |
*** penick has quit IRC | 20:25 | |
SpamapS | devananda: Ironic working with rbd stored images. | 20:25 |
*** Sukhdev has joined #openstack-ironic | 20:28 | |
sinval | nick sinval-afk | 20:29 |
*** sinval is now known as sinval-afk | 20:29 | |
*** Sukhdev has quit IRC | 20:30 | |
*** ijw has joined #openstack-ironic | 20:35 | |
*** Sukhdev has joined #openstack-ironic | 20:35 | |
*** sinval-afk has quit IRC | 20:36 | |
*** david-lyle has joined #openstack-ironic | 20:39 | |
*** ijw_ has joined #openstack-ironic | 20:39 | |
*** ijw has quit IRC | 20:40 | |
*** ijw_ has quit IRC | 20:44 | |
*** achanda has quit IRC | 20:45 | |
*** trown is now known as trown|brb | 20:51 | |
openstackgerrit | John L. Villalovos proposed openstack/ironic: Add proxy related parameters to agent driver https://review.openstack.org/254296 | 20:52 |
*** aginwala has quit IRC | 20:53 | |
openstackgerrit | Thiago Paiva Brito proposed openstack/python-oneviewclient: [WIP] Get unintrospected MAC address from iLO https://review.openstack.org/276703 | 20:54 |
*** david-lyle has quit IRC | 20:55 | |
*** david-lyle_ has joined #openstack-ironic | 20:55 | |
*** alexpilotti has quit IRC | 20:55 | |
*** alexpilotti has joined #openstack-ironic | 20:58 | |
thiagop | Guys, I'm calling it a week | 20:58 |
thiagop | have a good weekend, see you on wednesday (it's carnival!) | 20:59 |
*** achanda has joined #openstack-ironic | 20:59 | |
*** david-lyle_ is now known as david-lyle | 21:00 | |
*** raildo is now known as raildo-afk | 21:01 | |
*** jaybeale has quit IRC | 21:01 | |
*** jaybeale has joined #openstack-ironic | 21:02 | |
*** chaustin has joined #openstack-ironic | 21:02 | |
*** thiagop has quit IRC | 21:03 | |
*** raddaoui has joined #openstack-ironic | 21:04 | |
*** raddaoui_ has joined #openstack-ironic | 21:05 | |
*** aginwala has joined #openstack-ironic | 21:06 | |
*** achanda has quit IRC | 21:06 | |
*** trown|brb is now known as trown | 21:10 | |
*** achanda has joined #openstack-ironic | 21:12 | |
*** ijw has joined #openstack-ironic | 21:14 | |
*** e0ne has quit IRC | 21:20 | |
*** aginwala has quit IRC | 21:22 | |
*** boris-42 has joined #openstack-ironic | 21:23 | |
*** aginwala has joined #openstack-ironic | 21:23 | |
*** chaustin has quit IRC | 21:28 | |
*** Marga_ has joined #openstack-ironic | 21:28 | |
*** achanda has quit IRC | 21:31 | |
*** aginwala has quit IRC | 21:32 | |
*** max_lobur has joined #openstack-ironic | 21:32 | |
*** mbound has joined #openstack-ironic | 21:33 | |
*** trown has quit IRC | 21:34 | |
*** trown has joined #openstack-ironic | 21:36 | |
*** aginwala has joined #openstack-ironic | 21:37 | |
*** jaybeale has quit IRC | 21:39 | |
*** chaustin has joined #openstack-ironic | 21:39 | |
*** jaybeale has joined #openstack-ironic | 21:40 | |
*** achanda has joined #openstack-ironic | 21:41 | |
*** Marga_ has quit IRC | 21:43 | |
*** mbound has quit IRC | 21:44 | |
*** izaakk has joined #openstack-ironic | 21:45 | |
*** aginwala has quit IRC | 21:48 | |
*** raddaoui_ has quit IRC | 21:48 | |
*** raddaoui has quit IRC | 21:48 | |
NobodyCam | night thiagop | 21:49 |
*** Marga_ has joined #openstack-ironic | 21:49 | |
*** Marga_ has quit IRC | 21:49 | |
*** Marga_ has joined #openstack-ironic | 21:49 | |
*** Marga_ has quit IRC | 21:49 | |
NobodyCam | got the new router :) | 21:50 |
*** Marga_ has joined #openstack-ironic | 21:50 | |
*** aginwala has joined #openstack-ironic | 21:51 | |
*** chaustin has quit IRC | 21:52 | |
*** chaustin has joined #openstack-ironic | 21:53 | |
*** chaustin has quit IRC | 21:55 | |
*** chaustin has joined #openstack-ironic | 21:56 | |
*** aginwala has quit IRC | 22:03 | |
*** dims has joined #openstack-ironic | 22:04 | |
*** dimsum__ has quit IRC | 22:04 | |
*** chaustin has quit IRC | 22:05 | |
*** trown is now known as trown|outttypeww | 22:05 | |
jroll | Sukhdev: fyi I have another meeting overlapping with our meeting monday, I'll be there but probably not paying much attention | 22:06 |
Sukhdev | jroll : :-( just for next week? | 22:07 |
jroll | Sukhdev: yeah, just next week | 22:07 |
jroll | it's an all hands thing, can't miss it | 22:08 |
Sukhdev | jroll : got it - no worries - thanks for the heads up | 22:08 |
jroll | np :) | 22:08 |
*** Sukhdev has quit IRC | 22:19 | |
*** max_lobur has quit IRC | 22:20 | |
*** lascii is now known as alaski | 22:24 | |
*** aginwala has joined #openstack-ironic | 22:26 | |
*** daemontool has quit IRC | 22:30 | |
JayF | jroll: didn't we already have an upstream bug for https://bugs.launchpad.net/ironic/+bug/1542506 ? | 22:30 |
openstack | Launchpad bug 1542506 in Ironic "Handle IronicExceptions raised by agent_client" [Low,New] - Assigned to Ruby Loo (rloo) | 22:30 |
jroll | JayF: idk, I had a patch up though | 22:32 |
jlvillal | NobodyCam: What new router? | 22:32 |
jroll | JayF: https://review.openstack.org/269311 | 22:33 |
*** Sukhdev has joined #openstack-ironic | 22:33 | |
* jlvillal ears perk up since he got a new router recently :) | 22:33 | |
JayF | jroll: I'll edit that commit message to be related-bug to that | 22:33 |
jroll | JayF: yeah, similar not total fix | 22:33 |
JayF | jroll: and tag ruby on the review, since she's interested and filed that bug | 22:33 |
jroll | ty | 22:33 |
JayF | Ugh. TIL only cores can edit commit message apparently | 22:33 |
* JayF can download it and push a new patchset though | 22:34 | |
jroll | no | 22:34 |
jroll | new ui changed it | 22:34 |
jroll | you have to go to the commit msg "diff" | 22:34 |
jroll | and there's an edit button | 22:34 |
JayF | oh, weird | 22:34 |
jroll | because you can edit any file now | 22:34 |
JayF | I think I'll still pull it down and respond to pr comments, as long as you don't object? | 22:34 |
jroll | yeah go for it | 22:34 |
jroll | thanks | 22:34 |
* jroll steps out for a bit | 22:34 | |
jlvillal | jroll: JayF : It took me awhile to figure out how to edit a commit message :) | 22:34 |
JayF | np that's code that ... we should've never launched onmetal without | 22:34 |
JayF | lol | 22:35 |
NobodyCam | jlvillal: http://www.amazon.com/RT-AC5300-Wireless-Tri-Band-AiProtection-Complete/dp/B0167HG1V6 | 22:35 |
NobodyCam | :-p | 22:35 |
jlvillal | Start editing process, click file, save, close, finish editing, post edits | 22:35 |
jlvillal | <sarcasm>so intuitive</sarcasm> | 22:35 |
jlvillal | NobodyCam: Sweet :) | 22:35 |
jlvillal | NobodyCam: Holy crap! Looks fancy | 22:36 |
NobodyCam | lol | 22:36 |
NobodyCam | it's massive | 22:36 |
jlvillal | NobodyCam: I am looking at getting a Ubiquiti Unifi AC Lite access point. So not a router. | 22:36 |
jlvillal | You install it on the ceiling like a smoke detector. Of course have to run ethernet to it. | 22:37 |
NobodyCam | ya | 22:37 |
jlvillal | I already have an access point like that, but not AC. | 22:37 |
jlvillal | I still remember sweating like a XXXXXX while hunched over in the attic trying to fashion an ethernet jack with the temperature at about 105 in the attic. | 22:38 |
NobodyCam | jlvillal: ugh !!! yep | 22:38 |
jlvillal | Works well though. Uses power of ethernet. | 22:38 |
NobodyCam | poe is cool | 22:39 |
jlvillal | But now I want to upgrade to 802.11ac :) | 22:39 |
*** aginwala has quit IRC | 22:39 | |
jlvillal | NobodyCam: I don't think my Internet is fast enough to deserve your router :) | 22:39 |
jlvillal | I only have 25 megabit down. | 22:39 |
NobodyCam | hehehe we got this one because we just crushing our old netgear router... | 22:41 |
jlvillal | NobodyCam: Have fun setting it up :) | 22:41 |
NobodyCam | the corp vpn just crushes the poor thing | 22:41 |
*** baoli has quit IRC | 22:41 | |
jlvillal | Ah | 22:41 |
*** mbound has joined #openstack-ironic | 22:45 | |
*** vishwanathj has joined #openstack-ironic | 22:46 | |
NobodyCam | humm | 22:47 |
openstackgerrit | Jay Faulkner proposed openstack/ironic: Fail deploy if agent returns >= 400 https://review.openstack.org/269311 | 22:49 |
NobodyCam | anyone seen this? http://logs.openstack.org/85/276785/1/check/gate-tempest-dsvm-ironic-agent_ssh/00ebd48/console.html#_2016-02-05_22_12_38_862 | 22:49 |
*** mbound has quit IRC | 22:50 | |
*** aginwala has joined #openstack-ironic | 22:51 | |
JayF | NobodyCam: it timed out; you'll have to dig in and see why it didn't finish cleaning I think | 22:51 |
JayF | NobodyCam: tl;dr looks like at a cursory glance our common tempest timeout issue | 22:52 |
NobodyCam | yea, I gave it one recheck | 22:52 |
*** garthb_ has joined #openstack-ironic | 22:53 | |
*** garthb has quit IRC | 22:53 | |
NobodyCam | will dig in and see what the real issue is. The patch is a backport | 22:53 |
NobodyCam | so I'll dig in and see whats up | 22:53 |
*** vishwanathj has quit IRC | 23:00 | |
*** raddaoui has joined #openstack-ironic | 23:04 | |
*** raddaoui_ has joined #openstack-ironic | 23:04 | |
jroll | jlvillal: unifi++, that's on my short list for tech stuff to buy :) | 23:05 |
jlvillal | :) | 23:06 |
jlvillal | I keep looking at it on Amazon and Newegg. I'll pull the trigger one of these days. | 23:06 |
*** dims_ has joined #openstack-ironic | 23:06 | |
*** dims has quit IRC | 23:10 | |
*** mgoddard has quit IRC | 23:25 | |
*** MattMan has quit IRC | 23:26 | |
*** MattMan has joined #openstack-ironic | 23:26 | |
*** aginwala has quit IRC | 23:28 | |
*** aginwala has joined #openstack-ironic | 23:31 | |
*** raddaoui_ has quit IRC | 23:33 | |
*** raddaoui has quit IRC | 23:33 | |
*** aginwala has quit IRC | 23:34 | |
*** mgarza has quit IRC | 23:37 | |
*** chlong has joined #openstack-ironic | 23:38 | |
*** aginwala has joined #openstack-ironic | 23:45 | |
*** aginwala has quit IRC | 23:46 | |
*** aginwala has joined #openstack-ironic | 23:46 | |
*** aginwala has quit IRC | 23:53 | |
*** aginwala has joined #openstack-ironic | 23:56 | |
openstackgerrit | John L. Villalovos proposed openstack/ironic: Move _from_db_object() into base class https://review.openstack.org/276960 | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!