Haomeng | dlaube: Ironic is accessing db via sqlalchemy, so sqlalchemy supports postgresql, ironic will support also, I think | 00:01 |
---|---|---|
dlaube | I think so too, after reading this -> http://docs.openstack.org/developer/ironic/api/ironic.tests.db.sqlalchemy.test_migrations.html | 00:02 |
dlaube | just didnt know if anyone is actually using postgres | 00:02 |
dlaube | most ironic devs are probably testing with mysql via what is in devstack I would assume | 00:03 |
Haomeng | dlaube: http://docs.openstack.org/security-guide/content/ch041_database-backend-considerations.html | 00:03 |
dlaube | not sure if tempest or whatever CI runs all the tests against postgresql | 00:03 |
Haomeng | dlaube: yes, we run devstack with mysql | 00:03 |
dlaube | thanks for the link | 00:03 |
Haomeng | dlaube: yw | 00:05 |
*** marcoemorais has quit IRC | 00:05 | |
Haomeng | dlaube: :) | 00:05 |
*** marcoemorais has joined #openstack-ironic | 00:06 | |
*** marcoemorais has quit IRC | 00:06 | |
*** foexle has quit IRC | 00:06 | |
*** marcoemorais has joined #openstack-ironic | 00:06 | |
*** foexle has joined #openstack-ironic | 00:09 | |
JayF | dlaube: AFAIK nobody runs with postgres | 00:10 |
JayF | dlaube: but it's tested via tempest... you seem like the type of person who wants to be the first to do something and report back that it works ;) | 00:11 |
dlaube | :) | 00:12 |
dlaube | I want to learn to walk before I run | 00:13 |
dlaube | I will surely report back if we end up putting ironic on postgres though | 00:13 |
openstackgerrit | Josh Gachnang proposed openstack/ironic-specs: Support Zapping of Nodes https://review.openstack.org/102685 | 00:15 |
*** ryanpetrello has joined #openstack-ironic | 00:17 | |
*** foexle has quit IRC | 00:20 | |
NobodyCam | morning Haomeng and dlaube :) | 00:26 |
openstackgerrit | Josh Gachnang proposed openstack/ironic-python-agent: Add command metrics to IPA API https://review.openstack.org/119981 | 00:26 |
Haomeng | NobodyCam: morning:) | 00:27 |
NobodyCam | JoshNang: is it worth pointing out that the image need a line from zapfail to AVAILABLE??? | 00:33 |
NobodyCam | :-p | 00:33 |
* NobodyCam *ducks* | 00:33 | |
JoshNang | NobodyCam: "simplified" :) | 00:34 |
JoshNang | i tried to make more lines, but it got really complicated really quickly | 00:35 |
NobodyCam | lol I'll bet | 00:35 |
dlaube | g'morning | 00:35 |
NobodyCam | :) | 00:35 |
*** harlowja is now known as harlowja_away | 00:35 | |
yjiang5 | JayF: Can you please have a look on https://review.openstack.org/#/c/132936/ when you have time? I removed the agent_ipmitool from the default drivers already. | 00:36 |
JayF | I think I had a +1 on it before your last commit :) | 00:37 |
JayF | I really wish we had the agent_ssh job running on devstack :( | 00:37 |
*** david-lyle is now known as david-lyle_afk | 00:38 | |
yjiang5 | JayF: Sorry, I changed all [] to "[[]]'' per the review. I think my patch does not impact agent_ssh and agent_ssh is already in gate IIRC, right? | 00:43 |
JayF | it's not, but that's far from your fault :) | 00:45 |
yjiang5 | JayF: JoshNang, thanks for review. | 00:45 |
yjiang5 | JayF: hmm, I remember Shrews show some code for agent_ssh in gate, possibly I'm wrong. | 00:46 |
JayF | it's running in the check pipeline for *ironic* and *ipa* as non-voting | 00:47 |
JayF | but not devstack | 00:47 |
JayF | either way I'll just make sure the job continues to pass once that merges | 00:47 |
JayF | or ping you on IRC to fix it like you've been pinging me for reviews :P | 00:47 |
yjiang5 | JayF: Sure :) | 00:47 |
*** marcoemorais has quit IRC | 00:48 | |
*** marcoemorais has joined #openstack-ironic | 00:48 | |
*** harlowja_away is now known as harlowja | 00:49 | |
yjiang5 | jroll: JayF: Are there any parameter to have IPA print more detailed information? | 01:01 |
JoshNang | yjiang5: what more detailed info are you looking for? | 01:07 |
yjiang5 | JoshNang: wow, you are also on IPA . I meet error on http://paste.openstack.org/show/133378/ , and want to check if anything wrong. I think if the IPA can print something, it will be helpful. | 01:10 |
JoshNang | :) yup we're all rackers working on onmetal (aweeks and morgabra too) | 01:11 |
JoshNang | :( | 01:12 |
JoshNang | tbh, we don't have the best logging in the agent (and right now, the logs are stuck on the agent, which is a pain) | 01:13 |
JoshNang | but it looks like you're sending invalid json | 01:13 |
yjiang5 | JoshNang: IMHO, prepare_image step tries to push the image through the http, and IPA converts it to raw, that's a quite fragile process (maybe I'm wrong, not well on web/http) , did you meet stable issue on this step? | 01:15 |
JoshNang | errr, the agent is sending back invalid json. or not sending anything back. | 01:15 |
yjiang5 | JoshNang: yes, seems the IPA sending invalid json. | 01:15 |
yjiang5 | JoshNang: Hmm, I need hurry up on my deploy progress blueprint. | 01:16 |
JoshNang | we haven't had any issues with fragility there, but we've got a pretty sweet images team that builds those for us | 01:16 |
JoshNang | i think you can get a console on the agent, which would help you here. is this devstack? | 01:17 |
yjiang5 | JoshNang: Yes, this is devstack. I'm the only person for everything for my minicloud now. | 01:17 |
JoshNang | yjiang5: gotcha | 01:18 |
yjiang5 | JoshNang: Yes, I have the console, but the IPA by default will not print anything. I will build the image again and add some log to it. | 01:18 |
JoshNang | yjiang5: really? i know i can watch the logs when its booted on a machine, but i haven't done too much debugging in devstack | 01:19 |
JoshNang | lemme see if i can find where that option is (or track down JayF heh) | 01:20 |
yjiang5 | JoshNang: hmm, I will check the IPA code also. If it need some special config option, I will add support to devstack. | 01:21 |
yjiang5 | JoshNang: thanks. | 01:21 |
JayF | yjiang5: I was thinking about this; we really should have the agent log to console, at least in devstack | 01:22 |
JayF | yjiang5: you can see the console for the node; but no IPA logs in it | 01:22 |
JayF | yjiang5: if you're running this locally; I'd strongly reccomend building your own agent and modifying the oem/cloud-config.yml file to embed an ssh key so you can ssh into the box running the agent to debug | 01:23 |
JayF | yjiang5: if you get logged into the server running the agent, you can see the logs in the journal (journalctl -u ironic-python-agent -l) | 01:23 |
JayF | yjiang5: I'll think about this over the weekend as well and see if we can do a better job of exposing IPA logs | 01:24 |
yjiang5 | JayF: I just fetch the pre-built one, but yes, I will build myself. | 01:24 |
yjiang5 | JayF: thanks for your information and I will have a try. | 01:24 |
Haomeng | JayF: one question here, could we run agent command from conductor side during the provisioning ? | 01:33 |
Haomeng | JayF: I see we have such IPA command supportting | 01:33 |
Haomeng | JayF: if it is case, we can run remote command to check agent side env/status | 01:34 |
yjiang5 | Haomeng: but in that case, the remote command itself may fail? | 01:38 |
*** rwsu has quit IRC | 01:39 | |
yjiang5 | Haomeng: of course, it will be help a lot still. | 01:39 |
Haomeng | yjiang5: I mean if IPA support remote command, we can run os command to check what happens, not sure if IPA support to send *any* command to remote | 01:40 |
*** spandhe has quit IRC | 01:41 | |
yjiang5 | JayF: build_coreos_image.sh failed fetching stackbrew/ubuntu, not sure if because of proxy issue in docker. Never used docker before. | 01:41 |
yjiang5 | Haomeng: That's too powerful :) | 01:43 |
Haomeng | yjiang5: yes, docker will get the image from the remote repo | 01:45 |
yjiang5 | Haomeng: thanks. Yes, I need change the docker config file. | 01:45 |
yjiang5 | Haomeng: you are also racker? | 01:46 |
Haomeng | yjiang5: no:) | 01:46 |
*** ryanpetrello has quit IRC | 01:46 | |
Haomeng | yjiang5: I am from IBM china | 01:46 |
Haomeng | yjiang5: are you from Intel China? | 01:46 |
yjiang5 | Haomeng: I'm from Intel, but located in bay area. | 01:47 |
Haomeng | yjiang5: ok:) | 01:48 |
Haomeng | this should be IPA api code which support remote *any* command call - https://github.com/openstack/ironic-python-agent/blob/master/ironic_python_agent/api/controllers/v1/command.py#L117 | 01:52 |
Haomeng | yjiang5: so we can run this api to run remote command I think | 01:52 |
Haomeng | yjiang5: once your problem is recreated, can you have try with IPA command api to run remote command and get the result? | 01:53 |
Haomeng | yjiang5: I think this should be useful to troubleshorting the ipa side issue | 01:53 |
yjiang5 | Haomeng: sure, I will have a try, after I resolved my issue. | 01:54 |
Haomeng | yjiang5: ok, good luck:) | 01:54 |
yjiang5 | Haomeng: :) | 01:54 |
Haomeng | yjiang5: and nice weekend:) | 01:54 |
Haomeng | yjiang5: :) | 01:54 |
yjiang5 | Haomeng: thanks. Yes, it's weekend, need go home now. | 01:55 |
Haomeng | yjiang5: enjoy the evening:) | 01:55 |
Haomeng | yjiang5: :) | 01:55 |
yjiang5 | Haomeng: you too for the morning :) | 01:55 |
Haomeng | yjiang5: yes | 01:55 |
Haomeng | yjiang5: :) | 01:55 |
yjiang5 | :) | 01:56 |
*** yjiang5 is now known as yjiang5_away | 01:56 | |
*** dlaube has quit IRC | 02:06 | |
*** ryanpetrello has joined #openstack-ironic | 02:07 | |
*** marcoemorais has quit IRC | 02:25 | |
*** penick has joined #openstack-ironic | 02:49 | |
*** achanda has quit IRC | 03:08 | |
*** Haomeng|2 has joined #openstack-ironic | 03:13 | |
*** Haomeng has quit IRC | 03:13 | |
*** ryanpetrello has quit IRC | 03:42 | |
*** ryanpetrello has joined #openstack-ironic | 03:48 | |
*** rushiagr_away is now known as rushiagr | 03:54 | |
*** harlowja is now known as harlowja_away | 04:05 | |
*** achanda has joined #openstack-ironic | 04:09 | |
*** achanda has quit IRC | 04:13 | |
*** pcrews has quit IRC | 04:27 | |
*** ryanpetrello has quit IRC | 04:34 | |
*** enikanorov_ has quit IRC | 04:46 | |
*** penick has quit IRC | 05:12 | |
*** Viswanath has joined #openstack-ironic | 05:58 | |
*** Haomeng has joined #openstack-ironic | 06:01 | |
*** Viswanath has quit IRC | 06:01 | |
*** Haomeng|2 has quit IRC | 06:02 | |
*** achanda has joined #openstack-ironic | 06:11 | |
*** achanda has quit IRC | 06:16 | |
*** achanda has joined #openstack-ironic | 06:17 | |
*** lazy_prince has quit IRC | 08:01 | |
*** achanda has quit IRC | 08:07 | |
*** Haomeng|2 has joined #openstack-ironic | 08:31 | |
*** Haomeng has quit IRC | 08:31 | |
*** pensu has joined #openstack-ironic | 08:58 | |
*** MattMan has quit IRC | 09:42 | |
*** MattMan has joined #openstack-ironic | 09:42 | |
*** igordcard has joined #openstack-ironic | 10:13 | |
*** igordcard has quit IRC | 10:21 | |
*** tatyana has joined #openstack-ironic | 10:33 | |
*** igordcard has joined #openstack-ironic | 10:35 | |
openstackgerrit | Peeyush Gupta proposed openstack/ironic: Adding fake driver in Developer QuickStart guide https://review.openstack.org/132588 | 11:02 |
openstackgerrit | Peeyush Gupta proposed openstack/ironic: Add ipmitool as dependency on RHEL/Fedora systems. https://review.openstack.org/132588 | 11:05 |
openstackgerrit | Peeyush Gupta proposed openstack/ironic: Add ipmitool as dependency on RHEL/Fedora systems. https://review.openstack.org/132588 | 11:13 |
openstackgerrit | Peeyush Gupta proposed openstack/ironic: Add ipmitool as dependency on RHEL/Fedora systems. https://review.openstack.org/132588 | 11:35 |
*** pensu has quit IRC | 11:56 | |
*** foexle has joined #openstack-ironic | 11:58 | |
*** pensu has joined #openstack-ironic | 12:11 | |
openstackgerrit | Peeyush Gupta proposed openstack/ironic: Add ipmitool as dependency on RHEL/Fedora systems https://review.openstack.org/132588 | 12:15 |
*** Haomeng has joined #openstack-ironic | 12:30 | |
*** Haomeng|2 has quit IRC | 12:31 | |
*** igordcard has quit IRC | 12:36 | |
*** igordcard has joined #openstack-ironic | 12:49 | |
pensu | Hi all, for my patch submission I am getting this error: subunit.run discover: error: no such option: --list. Any idea what this means? | 13:14 |
*** foexle has quit IRC | 13:21 | |
*** Haomeng|2 has joined #openstack-ironic | 13:25 | |
*** Haomeng has quit IRC | 13:26 | |
*** igordcard has quit IRC | 14:10 | |
*** jjohnson2 has joined #openstack-ironic | 14:29 | |
*** igordcard has joined #openstack-ironic | 14:33 | |
*** rushiagr is now known as rushiagr_away | 14:44 | |
NobodyCam | morning pensu | 14:48 |
NobodyCam | you getting that running tox? | 14:48 |
NobodyCam | try importing directly in python | 14:48 |
*** hemna__ has quit IRC | 15:08 | |
*** ryanpetrello has joined #openstack-ironic | 15:19 | |
*** pcrews has joined #openstack-ironic | 15:46 | |
*** ryanpetrello has quit IRC | 15:53 | |
*** rushiagr_away is now known as rushiagr | 15:55 | |
*** pcrews has quit IRC | 16:07 | |
*** foexle has joined #openstack-ironic | 17:22 | |
*** Hefeweizen has quit IRC | 17:26 | |
pensu | NobodyCam: Hey, looks like a bug in subnit gate: https://bugs.launchpad.net/openstack-ci/+bug/1392986 | 18:06 |
*** rushiagr is now known as rushiagr_away | 18:09 | |
jroll | yjiang5_away, JayF, --log-file=/dev/console as an argument to ironic-python-agent is super helpful :) | 18:15 |
*** tatyana_ has joined #openstack-ironic | 18:17 | |
*** tatyana has quit IRC | 18:17 | |
*** tatyana_ is now known as tatyana | 18:17 | |
*** foexle has quit IRC | 18:23 | |
*** foexle has joined #openstack-ironic | 18:27 | |
*** Marga_ has joined #openstack-ironic | 18:27 | |
*** Marga_ has quit IRC | 18:27 | |
*** Marga_ has joined #openstack-ironic | 18:28 | |
*** Marga_ has quit IRC | 18:38 | |
*** foexle has quit IRC | 18:40 | |
*** jjohnson2_ has joined #openstack-ironic | 18:45 | |
*** rainya has quit IRC | 18:46 | |
*** bigjools has quit IRC | 18:46 | |
*** bigjools has joined #openstack-ironic | 18:46 | |
*** bigjools has joined #openstack-ironic | 18:46 | |
*** med_` has joined #openstack-ironic | 18:47 | |
*** adam_g has quit IRC | 18:47 | |
*** adam_g has joined #openstack-ironic | 18:48 | |
*** rainya has joined #openstack-ironic | 18:48 | |
*** adam_g has quit IRC | 18:48 | |
*** adam_g has joined #openstack-ironic | 18:48 | |
*** PaulCzar has quit IRC | 18:50 | |
*** PaulCzar has joined #openstack-ironic | 18:52 | |
*** JoshNang_ has joined #openstack-ironic | 18:53 | |
*** med_ has quit IRC | 18:54 | |
*** openstackgerrit has quit IRC | 18:54 | |
*** zz_jgrimm has quit IRC | 18:54 | |
*** Shrews has quit IRC | 18:54 | |
*** JoshNang has quit IRC | 18:54 | |
*** jjohnson2 has quit IRC | 18:54 | |
*** k4n0 has quit IRC | 18:54 | |
*** jrist has quit IRC | 18:54 | |
*** yuriyz has quit IRC | 18:54 | |
*** jrist has joined #openstack-ironic | 18:54 | |
*** JoshNang_ is now known as JoshNang | 18:54 | |
*** yuriyz has joined #openstack-ironic | 18:55 | |
*** k4n0_ has joined #openstack-ironic | 18:55 | |
*** zz_jgrimm has joined #openstack-ironic | 18:55 | |
*** Shrews has joined #openstack-ironic | 18:55 | |
*** pensu has quit IRC | 18:56 | |
*** openstackgerrit has joined #openstack-ironic | 18:56 | |
*** Haomeng has joined #openstack-ironic | 18:58 | |
*** Isotopp_ has joined #openstack-ironic | 18:59 | |
*** rainya has quit IRC | 19:00 | |
*** greghaynes has quit IRC | 19:00 | |
*** JayF has quit IRC | 19:00 | |
*** Isotopp has quit IRC | 19:00 | |
*** mgagne has quit IRC | 19:00 | |
*** russell_h has quit IRC | 19:00 | |
*** bearhands has quit IRC | 19:00 | |
*** Haomeng|2 has quit IRC | 19:00 | |
*** cohn has quit IRC | 19:00 | |
*** cohn has joined #openstack-ironic | 19:00 | |
*** JayF has joined #openstack-ironic | 19:00 | |
*** JayF has quit IRC | 19:00 | |
*** JayF has joined #openstack-ironic | 19:00 | |
*** cohn is now known as Guest57159 | 19:01 | |
*** rainya has joined #openstack-ironic | 19:01 | |
*** ronald_ has joined #openstack-ironic | 19:01 | |
*** comstud has joined #openstack-ironic | 19:02 | |
*** russell_h has joined #openstack-ironic | 19:03 | |
*** russell_h has quit IRC | 19:04 | |
*** russell_h has joined #openstack-ironic | 19:04 | |
*** ronald has quit IRC | 19:05 | |
*** ronald_ is now known as ronald | 19:05 | |
*** mrda_away has quit IRC | 19:05 | |
*** mgagne has joined #openstack-ironic | 19:07 | |
*** mgagne is now known as Guest32278 | 19:07 | |
*** greghaynes has joined #openstack-ironic | 19:10 | |
*** BadCub has quit IRC | 19:21 | |
*** yarker has quit IRC | 19:23 | |
*** mitz has quit IRC | 19:23 | |
*** BadCub has joined #openstack-ironic | 19:23 | |
*** yarker has joined #openstack-ironic | 19:25 | |
*** mitz has joined #openstack-ironic | 19:27 | |
*** ekarlso- has joined #openstack-ironic | 19:34 | |
*** tatyana has quit IRC | 19:36 | |
*** ekarlso has quit IRC | 19:36 | |
*** jrist has quit IRC | 19:47 | |
*** openstack has joined #openstack-ironic | 20:07 | |
*** rushiagrz has joined #openstack-ironic | 20:08 | |
*** foexle has joined #openstack-ironic | 20:08 | |
*** aignatov has joined #openstack-ironic | 20:08 | |
*** EmilienM has joined #openstack-ironic | 20:08 | |
*** stevebak` has joined #openstack-ironic | 20:08 | |
*** dutsmoc has joined #openstack-ironic | 20:08 | |
*** slagle has joined #openstack-ironic | 20:08 | |
*** colettecello has joined #openstack-ironic | 20:08 | |
*** cohn_ has joined #openstack-ironic | 20:08 | |
*** wendar_ has joined #openstack-ironic | 20:08 | |
*** jrist has joined #openstack-ironic | 20:08 | |
*** ekarlso- has joined #openstack-ironic | 20:08 | |
*** mitz has joined #openstack-ironic | 20:08 | |
*** yarker has joined #openstack-ironic | 20:08 | |
*** BadCub has joined #openstack-ironic | 20:08 | |
*** greghaynes has joined #openstack-ironic | 20:08 | |
*** Guest32278 has joined #openstack-ironic | 20:08 | |
*** russell_h has joined #openstack-ironic | 20:08 | |
*** rainya has joined #openstack-ironic | 20:08 | |
*** JayF has joined #openstack-ironic | 20:08 | |
*** Isotopp_ has joined #openstack-ironic | 20:08 | |
*** Haomeng has joined #openstack-ironic | 20:08 | |
*** openstackgerrit has joined #openstack-ironic | 20:08 | |
*** Shrews has joined #openstack-ironic | 20:08 | |
*** zz_jgrimm has joined #openstack-ironic | 20:08 | |
*** k4n0_ has joined #openstack-ironic | 20:08 | |
*** yuriyz has joined #openstack-ironic | 20:08 | |
*** JoshNang has joined #openstack-ironic | 20:08 | |
*** PaulCzar has joined #openstack-ironic | 20:08 | |
*** adam_g has joined #openstack-ironic | 20:08 | |
*** med_` has joined #openstack-ironic | 20:08 | |
*** bigjools has joined #openstack-ironic | 20:08 | |
*** jjohnson2_ has joined #openstack-ironic | 20:08 | |
*** igordcard has joined #openstack-ironic | 20:08 | |
*** annegentle has joined #openstack-ironic | 20:08 | |
*** pleia2 has joined #openstack-ironic | 20:08 | |
*** harlowja_away has joined #openstack-ironic | 20:08 | |
*** david-lyle_afk has joined #openstack-ironic | 20:08 | |
*** krtaylor has joined #openstack-ironic | 20:08 | |
*** coolsvap has joined #openstack-ironic | 20:08 | |
*** anteaya has joined #openstack-ironic | 20:08 | |
*** d0ugal has joined #openstack-ironic | 20:08 | |
*** dvorak has joined #openstack-ironic | 20:08 | |
*** ChuckC has joined #openstack-ironic | 20:08 | |
*** mjturek has joined #openstack-ironic | 20:08 | |
*** viktors|afk has joined #openstack-ironic | 20:08 | |
*** tteggel has joined #openstack-ironic | 20:08 | |
*** keekz has joined #openstack-ironic | 20:08 | |
*** trown|outttypeww has joined #openstack-ironic | 20:08 | |
*** mordred has joined #openstack-ironic | 20:08 | |
*** cppforlife has joined #openstack-ironic | 20:08 | |
*** Ng has joined #openstack-ironic | 20:08 | |
*** vdrok has joined #openstack-ironic | 20:08 | |
*** datajerk has joined #openstack-ironic | 20:08 | |
*** victor_lowther has joined #openstack-ironic | 20:08 | |
*** lsmola has joined #openstack-ironic | 20:08 | |
*** HenryG has joined #openstack-ironic | 20:08 | |
*** russellb has joined #openstack-ironic | 20:08 | |
*** dtantsur|afk has joined #openstack-ironic | 20:08 | |
*** sbadia has joined #openstack-ironic | 20:08 | |
*** kevinbenton has joined #openstack-ironic | 20:08 | |
*** dividebin has joined #openstack-ironic | 20:08 | |
*** lifeless has joined #openstack-ironic | 20:08 | |
*** TheJulia has joined #openstack-ironic | 20:08 | |
*** agordeev has joined #openstack-ironic | 20:08 | |
*** toabctl has joined #openstack-ironic | 20:08 | |
*** arif-ali has joined #openstack-ironic | 20:08 | |
*** antonym has joined #openstack-ironic | 20:08 | |
*** jeblair has joined #openstack-ironic | 20:08 | |
*** davidlenwell has joined #openstack-ironic | 20:08 | |
*** jroll has joined #openstack-ironic | 20:08 | |
*** Madasi has joined #openstack-ironic | 20:08 | |
*** zer0c00l has joined #openstack-ironic | 20:08 | |
*** aweeks has joined #openstack-ironic | 20:08 | |
*** zigo has joined #openstack-ironic | 20:08 | |
*** sirushti has joined #openstack-ironic | 20:08 | |
*** kbyrne has joined #openstack-ironic | 20:08 | |
*** dhellmann has joined #openstack-ironic | 20:08 | |
*** SpamapS has joined #openstack-ironic | 20:08 | |
*** zentropy has joined #openstack-ironic | 20:08 | |
*** lynxman has joined #openstack-ironic | 20:08 | |
*** morgabra has joined #openstack-ironic | 20:08 | |
*** NobodyCam has joined #openstack-ironic | 20:08 | |
*** marios_ has joined #openstack-ironic | 20:08 | |
*** kylestev has joined #openstack-ironic | 20:08 | |
*** mikal has joined #openstack-ironic | 20:08 | |
*** cinerama has joined #openstack-ironic | 20:08 | |
*** pradipta_away has joined #openstack-ironic | 20:08 | |
*** devananda has joined #openstack-ironic | 20:08 | |
*** christopheraedo has joined #openstack-ironic | 20:08 | |
*** soren has joined #openstack-ironic | 20:08 | |
*** early has joined #openstack-ironic | 20:08 | |
*** zz_naotok has joined #openstack-ironic | 20:08 | |
*** enterprisedc has quit IRC | 20:08 | |
*** omnibus7 has joined #openstack-ironic | 20:10 | |
*** toabctl has quit IRC | 20:10 | |
*** jeblair has quit IRC | 20:10 | |
*** lsmola has quit IRC | 20:11 | |
*** davidlenwell has quit IRC | 20:11 | |
*** jeblair has joined #openstack-ironic | 20:11 | |
*** toabctl has joined #openstack-ironic | 20:11 | |
*** zer0c00l has quit IRC | 20:11 | |
*** krtaylor has quit IRC | 20:12 | |
*** kbyrne has quit IRC | 20:13 | |
*** colettecello has quit IRC | 20:14 | |
*** killer_prince has joined #openstack-ironic | 20:14 | |
*** JoshNang has quit IRC | 20:14 | |
*** killer_prince is now known as lazy_prince | 20:14 | |
*** lsmola has joined #openstack-ironic | 20:15 | |
*** gothicmindfood has joined #openstack-ironic | 20:16 | |
*** JoshNang has joined #openstack-ironic | 20:19 | |
*** tteggel has quit IRC | 20:20 | |
*** mordred has quit IRC | 20:22 | |
*** enterprisedc has joined #openstack-ironic | 20:22 | |
*** tteggel has joined #openstack-ironic | 20:22 | |
*** zer0c00l has joined #openstack-ironic | 20:26 | |
*** kbyrne has joined #openstack-ironic | 20:26 | |
*** krtaylor has joined #openstack-ironic | 20:26 | |
*** mordred has joined #openstack-ironic | 20:27 | |
*** foexle has quit IRC | 20:31 | |
*** mrda_away has joined #openstack-ironic | 21:02 | |
*** Marga_ has joined #openstack-ironic | 21:27 | |
*** Marga_ has quit IRC | 21:49 | |
*** jjohnson2_ has quit IRC | 22:20 | |
*** mitz_ has joined #openstack-ironic | 22:46 | |
*** pcrews has joined #openstack-ironic | 23:33 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!