Saturday, 2014-11-15

Haomengdlaube: Ironic is accessing db via sqlalchemy, so sqlalchemy supports postgresql, ironic will support also, I think00:01
dlaubeI think so too, after reading this ->  http://docs.openstack.org/developer/ironic/api/ironic.tests.db.sqlalchemy.test_migrations.html00:02
dlaubejust didnt know if anyone is actually using postgres00:02
dlaubemost ironic devs are probably testing with mysql via what is in devstack I would assume00:03
Haomengdlaube: http://docs.openstack.org/security-guide/content/ch041_database-backend-considerations.html00:03
dlaubenot sure if tempest or whatever CI runs all the tests against postgresql00:03
Haomengdlaube: yes, we run devstack with mysql00:03
dlaubethanks for the link00:03
Haomengdlaube: yw00:05
*** marcoemorais has quit IRC00:05
Haomengdlaube: :)00:05
*** marcoemorais has joined #openstack-ironic00:06
*** marcoemorais has quit IRC00:06
*** foexle has quit IRC00:06
*** marcoemorais has joined #openstack-ironic00:06
*** foexle has joined #openstack-ironic00:09
JayFdlaube: AFAIK nobody runs with postgres00:10
JayFdlaube: 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
dlaubeI want to learn to walk before I run00:13
dlaubeI will surely report back if we end up putting ironic on postgres though00:13
openstackgerritJosh Gachnang proposed openstack/ironic-specs: Support Zapping of Nodes  https://review.openstack.org/10268500:15
*** ryanpetrello has joined #openstack-ironic00:17
*** foexle has quit IRC00:20
NobodyCammorning Haomeng and dlaube :)00:26
openstackgerritJosh Gachnang proposed openstack/ironic-python-agent: Add command metrics to IPA API  https://review.openstack.org/11998100:26
HaomengNobodyCam: morning:)00:27
NobodyCamJoshNang: is it worth pointing out that the image need a line from zapfail to AVAILABLE???00:33
NobodyCam:-p00:33
* NobodyCam *ducks*00:33
JoshNangNobodyCam: "simplified" :)00:34
JoshNangi tried to make more lines, but it got really complicated really quickly00:35
NobodyCamlol I'll bet00:35
dlaubeg'morning00:35
NobodyCam:)00:35
*** harlowja is now known as harlowja_away00:35
yjiang5JayF: 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
JayFI think I had a +1 on it before your last commit :)00:37
JayFI really wish we had the agent_ssh job running on devstack :(00:37
*** david-lyle is now known as david-lyle_afk00:38
yjiang5JayF: 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
JayFit's not, but that's far from your fault :)00:45
yjiang5JayF: JoshNang, thanks for review.00:45
yjiang5JayF: hmm, I remember Shrews show some code for agent_ssh in gate, possibly I'm wrong.00:46
JayFit's running in the check pipeline for *ironic* and *ipa* as non-voting00:47
JayFbut not devstack00:47
JayFeither way I'll just make sure the job continues to pass once that merges00:47
JayFor ping you on IRC to fix it like you've been pinging me for reviews :P00:47
yjiang5JayF: Sure :)00:47
*** marcoemorais has quit IRC00:48
*** marcoemorais has joined #openstack-ironic00:48
*** harlowja_away is now known as harlowja00:49
yjiang5jroll: JayF: Are there any parameter to have IPA print more detailed information?01:01
JoshNangyjiang5: what more detailed info are you looking for?01:07
yjiang5JoshNang: 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
JoshNangtbh, 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
JoshNangbut it looks like you're sending invalid json01:13
yjiang5JoshNang: 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
JoshNangerrr, the agent is sending back invalid json. or not sending anything back.01:15
yjiang5JoshNang: yes, seems the IPA sending invalid json.01:15
yjiang5JoshNang: Hmm, I need hurry up on my deploy progress blueprint.01:16
JoshNangwe haven't had any issues with fragility there, but we've got a pretty sweet images team that builds those for us01:16
JoshNangi think you can get a console on the agent, which would help you here. is this devstack?01:17
yjiang5JoshNang: Yes, this is devstack. I'm the only person for everything for my minicloud now.01:17
JoshNangyjiang5: gotcha01:18
yjiang5JoshNang: 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
JoshNangyjiang5: really? i know i can watch the logs when its booted on a machine, but i haven't done too much debugging in devstack01:19
JoshNanglemme see if i can find where that option is (or track down JayF heh)01:20
yjiang5JoshNang: hmm, I will check the IPA code also. If it need some special config option, I will add support to devstack.01:21
yjiang5JoshNang: thanks.01:21
JayFyjiang5: I was thinking about this; we really should have the agent log to console, at least in devstack01:22
JayFyjiang5: you can see the console for the node; but no IPA logs in it01:22
JayFyjiang5: 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 debug01:23
JayFyjiang5: 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
JayFyjiang5: I'll think about this over the weekend as well and see if we can do a better job of exposing IPA logs01:24
yjiang5JayF: I just fetch the pre-built one, but yes, I will build myself.01:24
yjiang5JayF: thanks for your information and I will have a try.01:24
HaomengJayF: one question here, could we run agent command from conductor side during the provisioning ?01:33
HaomengJayF: I see we have such IPA command supportting01:33
HaomengJayF: if it is case, we can run remote command to check agent side env/status01:34
yjiang5Haomeng: but in that case, the remote command itself may fail?01:38
*** rwsu has quit IRC01:39
yjiang5Haomeng: of course, it will be help a lot still.01:39
Haomengyjiang5: 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 remote01:40
*** spandhe has quit IRC01:41
yjiang5JayF: build_coreos_image.sh failed fetching stackbrew/ubuntu, not sure if because of proxy issue in docker. Never used docker before.01:41
yjiang5Haomeng: That's too powerful :)01:43
Haomengyjiang5: yes, docker will get the image from the remote repo01:45
yjiang5Haomeng: thanks. Yes, I need change the docker config file.01:45
yjiang5Haomeng: you are also racker?01:46
Haomengyjiang5: no:)01:46
*** ryanpetrello has quit IRC01:46
Haomengyjiang5: I am from IBM china01:46
Haomengyjiang5: are you from Intel China?01:46
yjiang5Haomeng: I'm from Intel, but located in bay area.01:47
Haomengyjiang5: ok:)01:48
Haomengthis 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#L11701:52
Haomengyjiang5: so we can run this api to run remote command I think01:52
Haomengyjiang5: once your problem is recreated, can you have try with IPA command api to run remote command and get the result?01:53
Haomengyjiang5: I think this should be useful to troubleshorting the ipa side issue01:53
yjiang5Haomeng: sure, I will have a try, after I resolved my issue.01:54
Haomengyjiang5: ok, good luck:)01:54
yjiang5Haomeng: :)01:54
Haomengyjiang5: and nice weekend:)01:54
Haomengyjiang5: :)01:54
yjiang5Haomeng: thanks. Yes, it's weekend, need go home now.01:55
Haomengyjiang5: enjoy the evening:)01:55
Haomengyjiang5: :)01:55
yjiang5Haomeng: you too for the morning :)01:55
Haomengyjiang5: yes01:55
Haomengyjiang5: :)01:55
yjiang5:)01:56
*** yjiang5 is now known as yjiang5_away01:56
*** dlaube has quit IRC02:06
*** ryanpetrello has joined #openstack-ironic02:07
*** marcoemorais has quit IRC02:25
*** penick has joined #openstack-ironic02:49
*** achanda has quit IRC03:08
*** Haomeng|2 has joined #openstack-ironic03:13
*** Haomeng has quit IRC03:13
*** ryanpetrello has quit IRC03:42
*** ryanpetrello has joined #openstack-ironic03:48
*** rushiagr_away is now known as rushiagr03:54
*** harlowja is now known as harlowja_away04:05
*** achanda has joined #openstack-ironic04:09
*** achanda has quit IRC04:13
*** pcrews has quit IRC04:27
*** ryanpetrello has quit IRC04:34
*** enikanorov_ has quit IRC04:46
*** penick has quit IRC05:12
*** Viswanath has joined #openstack-ironic05:58
*** Haomeng has joined #openstack-ironic06:01
*** Viswanath has quit IRC06:01
*** Haomeng|2 has quit IRC06:02
*** achanda has joined #openstack-ironic06:11
*** achanda has quit IRC06:16
*** achanda has joined #openstack-ironic06:17
*** lazy_prince has quit IRC08:01
*** achanda has quit IRC08:07
*** Haomeng|2 has joined #openstack-ironic08:31
*** Haomeng has quit IRC08:31
*** pensu has joined #openstack-ironic08:58
*** MattMan has quit IRC09:42
*** MattMan has joined #openstack-ironic09:42
*** igordcard has joined #openstack-ironic10:13
*** igordcard has quit IRC10:21
*** tatyana has joined #openstack-ironic10:33
*** igordcard has joined #openstack-ironic10:35
openstackgerritPeeyush Gupta proposed openstack/ironic: Adding fake driver in Developer QuickStart guide  https://review.openstack.org/13258811:02
openstackgerritPeeyush Gupta proposed openstack/ironic: Add ipmitool as dependency on RHEL/Fedora systems.  https://review.openstack.org/13258811:05
openstackgerritPeeyush Gupta proposed openstack/ironic: Add ipmitool as dependency on RHEL/Fedora systems.  https://review.openstack.org/13258811:13
openstackgerritPeeyush Gupta proposed openstack/ironic: Add ipmitool as dependency on RHEL/Fedora systems.  https://review.openstack.org/13258811:35
*** pensu has quit IRC11:56
*** foexle has joined #openstack-ironic11:58
*** pensu has joined #openstack-ironic12:11
openstackgerritPeeyush Gupta proposed openstack/ironic: Add ipmitool as dependency on RHEL/Fedora systems  https://review.openstack.org/13258812:15
*** Haomeng has joined #openstack-ironic12:30
*** Haomeng|2 has quit IRC12:31
*** igordcard has quit IRC12:36
*** igordcard has joined #openstack-ironic12:49
pensuHi 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 IRC13:21
*** Haomeng|2 has joined #openstack-ironic13:25
*** Haomeng has quit IRC13:26
*** igordcard has quit IRC14:10
*** jjohnson2 has joined #openstack-ironic14:29
*** igordcard has joined #openstack-ironic14:33
*** rushiagr is now known as rushiagr_away14:44
NobodyCammorning pensu14:48
NobodyCamyou getting that running tox?14:48
NobodyCamtry importing directly in python14:48
*** hemna__ has quit IRC15:08
*** ryanpetrello has joined #openstack-ironic15:19
*** pcrews has joined #openstack-ironic15:46
*** ryanpetrello has quit IRC15:53
*** rushiagr_away is now known as rushiagr15:55
*** pcrews has quit IRC16:07
*** foexle has joined #openstack-ironic17:22
*** Hefeweizen has quit IRC17:26
pensuNobodyCam: Hey, looks like a bug in subnit gate: https://bugs.launchpad.net/openstack-ci/+bug/139298618:06
*** rushiagr is now known as rushiagr_away18:09
jrollyjiang5_away, JayF, --log-file=/dev/console as an argument to ironic-python-agent is super helpful :)18:15
*** tatyana_ has joined #openstack-ironic18:17
*** tatyana has quit IRC18:17
*** tatyana_ is now known as tatyana18:17
*** foexle has quit IRC18:23
*** foexle has joined #openstack-ironic18:27
*** Marga_ has joined #openstack-ironic18:27
*** Marga_ has quit IRC18:27
*** Marga_ has joined #openstack-ironic18:28
*** Marga_ has quit IRC18:38
*** foexle has quit IRC18:40
*** jjohnson2_ has joined #openstack-ironic18:45
*** rainya has quit IRC18:46
*** bigjools has quit IRC18:46
*** bigjools has joined #openstack-ironic18:46
*** bigjools has joined #openstack-ironic18:46
*** med_` has joined #openstack-ironic18:47
*** adam_g has quit IRC18:47
*** adam_g has joined #openstack-ironic18:48
*** rainya has joined #openstack-ironic18:48
*** adam_g has quit IRC18:48
*** adam_g has joined #openstack-ironic18:48
*** PaulCzar has quit IRC18:50
*** PaulCzar has joined #openstack-ironic18:52
*** JoshNang_ has joined #openstack-ironic18:53
*** med_ has quit IRC18:54
*** openstackgerrit has quit IRC18:54
*** zz_jgrimm has quit IRC18:54
*** Shrews has quit IRC18:54
*** JoshNang has quit IRC18:54
*** jjohnson2 has quit IRC18:54
*** k4n0 has quit IRC18:54
*** jrist has quit IRC18:54
*** yuriyz has quit IRC18:54
*** jrist has joined #openstack-ironic18:54
*** JoshNang_ is now known as JoshNang18:54
*** yuriyz has joined #openstack-ironic18:55
*** k4n0_ has joined #openstack-ironic18:55
*** zz_jgrimm has joined #openstack-ironic18:55
*** Shrews has joined #openstack-ironic18:55
*** pensu has quit IRC18:56
*** openstackgerrit has joined #openstack-ironic18:56
*** Haomeng has joined #openstack-ironic18:58
*** Isotopp_ has joined #openstack-ironic18:59
*** rainya has quit IRC19:00
*** greghaynes has quit IRC19:00
*** JayF has quit IRC19:00
*** Isotopp has quit IRC19:00
*** mgagne has quit IRC19:00
*** russell_h has quit IRC19:00
*** bearhands has quit IRC19:00
*** Haomeng|2 has quit IRC19:00
*** cohn has quit IRC19:00
*** cohn has joined #openstack-ironic19:00
*** JayF has joined #openstack-ironic19:00
*** JayF has quit IRC19:00
*** JayF has joined #openstack-ironic19:00
*** cohn is now known as Guest5715919:01
*** rainya has joined #openstack-ironic19:01
*** ronald_ has joined #openstack-ironic19:01
*** comstud has joined #openstack-ironic19:02
*** russell_h has joined #openstack-ironic19:03
*** russell_h has quit IRC19:04
*** russell_h has joined #openstack-ironic19:04
*** ronald has quit IRC19:05
*** ronald_ is now known as ronald19:05
*** mrda_away has quit IRC19:05
*** mgagne has joined #openstack-ironic19:07
*** mgagne is now known as Guest3227819:07
*** greghaynes has joined #openstack-ironic19:10
*** BadCub has quit IRC19:21
*** yarker has quit IRC19:23
*** mitz has quit IRC19:23
*** BadCub has joined #openstack-ironic19:23
*** yarker has joined #openstack-ironic19:25
*** mitz has joined #openstack-ironic19:27
*** ekarlso- has joined #openstack-ironic19:34
*** tatyana has quit IRC19:36
*** ekarlso has quit IRC19:36
*** jrist has quit IRC19:47
*** openstack has joined #openstack-ironic20:07
*** rushiagrz has joined #openstack-ironic20:08
*** foexle has joined #openstack-ironic20:08
*** aignatov has joined #openstack-ironic20:08
*** EmilienM has joined #openstack-ironic20:08
*** stevebak` has joined #openstack-ironic20:08
*** dutsmoc has joined #openstack-ironic20:08
*** slagle has joined #openstack-ironic20:08
*** colettecello has joined #openstack-ironic20:08
*** cohn_ has joined #openstack-ironic20:08
*** wendar_ has joined #openstack-ironic20:08
*** jrist has joined #openstack-ironic20:08
*** ekarlso- has joined #openstack-ironic20:08
*** mitz has joined #openstack-ironic20:08
*** yarker has joined #openstack-ironic20:08
*** BadCub has joined #openstack-ironic20:08
*** greghaynes has joined #openstack-ironic20:08
*** Guest32278 has joined #openstack-ironic20:08
*** russell_h has joined #openstack-ironic20:08
*** rainya has joined #openstack-ironic20:08
*** JayF has joined #openstack-ironic20:08
*** Isotopp_ has joined #openstack-ironic20:08
*** Haomeng has joined #openstack-ironic20:08
*** openstackgerrit has joined #openstack-ironic20:08
*** Shrews has joined #openstack-ironic20:08
*** zz_jgrimm has joined #openstack-ironic20:08
*** k4n0_ has joined #openstack-ironic20:08
*** yuriyz has joined #openstack-ironic20:08
*** JoshNang has joined #openstack-ironic20:08
*** PaulCzar has joined #openstack-ironic20:08
*** adam_g has joined #openstack-ironic20:08
*** med_` has joined #openstack-ironic20:08
*** bigjools has joined #openstack-ironic20:08
*** jjohnson2_ has joined #openstack-ironic20:08
*** igordcard has joined #openstack-ironic20:08
*** annegentle has joined #openstack-ironic20:08
*** pleia2 has joined #openstack-ironic20:08
*** harlowja_away has joined #openstack-ironic20:08
*** david-lyle_afk has joined #openstack-ironic20:08
*** krtaylor has joined #openstack-ironic20:08
*** coolsvap has joined #openstack-ironic20:08
*** anteaya has joined #openstack-ironic20:08
*** d0ugal has joined #openstack-ironic20:08
*** dvorak has joined #openstack-ironic20:08
*** ChuckC has joined #openstack-ironic20:08
*** mjturek has joined #openstack-ironic20:08
*** viktors|afk has joined #openstack-ironic20:08
*** tteggel has joined #openstack-ironic20:08
*** keekz has joined #openstack-ironic20:08
*** trown|outttypeww has joined #openstack-ironic20:08
*** mordred has joined #openstack-ironic20:08
*** cppforlife has joined #openstack-ironic20:08
*** Ng has joined #openstack-ironic20:08
*** vdrok has joined #openstack-ironic20:08
*** datajerk has joined #openstack-ironic20:08
*** victor_lowther has joined #openstack-ironic20:08
*** lsmola has joined #openstack-ironic20:08
*** HenryG has joined #openstack-ironic20:08
*** russellb has joined #openstack-ironic20:08
*** dtantsur|afk has joined #openstack-ironic20:08
*** sbadia has joined #openstack-ironic20:08
*** kevinbenton has joined #openstack-ironic20:08
*** dividebin has joined #openstack-ironic20:08
*** lifeless has joined #openstack-ironic20:08
*** TheJulia has joined #openstack-ironic20:08
*** agordeev has joined #openstack-ironic20:08
*** toabctl has joined #openstack-ironic20:08
*** arif-ali has joined #openstack-ironic20:08
*** antonym has joined #openstack-ironic20:08
*** jeblair has joined #openstack-ironic20:08
*** davidlenwell has joined #openstack-ironic20:08
*** jroll has joined #openstack-ironic20:08
*** Madasi has joined #openstack-ironic20:08
*** zer0c00l has joined #openstack-ironic20:08
*** aweeks has joined #openstack-ironic20:08
*** zigo has joined #openstack-ironic20:08
*** sirushti has joined #openstack-ironic20:08
*** kbyrne has joined #openstack-ironic20:08
*** dhellmann has joined #openstack-ironic20:08
*** SpamapS has joined #openstack-ironic20:08
*** zentropy has joined #openstack-ironic20:08
*** lynxman has joined #openstack-ironic20:08
*** morgabra has joined #openstack-ironic20:08
*** NobodyCam has joined #openstack-ironic20:08
*** marios_ has joined #openstack-ironic20:08
*** kylestev has joined #openstack-ironic20:08
*** mikal has joined #openstack-ironic20:08
*** cinerama has joined #openstack-ironic20:08
*** pradipta_away has joined #openstack-ironic20:08
*** devananda has joined #openstack-ironic20:08
*** christopheraedo has joined #openstack-ironic20:08
*** soren has joined #openstack-ironic20:08
*** early has joined #openstack-ironic20:08
*** zz_naotok has joined #openstack-ironic20:08
*** enterprisedc has quit IRC20:08
*** omnibus7 has joined #openstack-ironic20:10
*** toabctl has quit IRC20:10
*** jeblair has quit IRC20:10
*** lsmola has quit IRC20:11
*** davidlenwell has quit IRC20:11
*** jeblair has joined #openstack-ironic20:11
*** toabctl has joined #openstack-ironic20:11
*** zer0c00l has quit IRC20:11
*** krtaylor has quit IRC20:12
*** kbyrne has quit IRC20:13
*** colettecello has quit IRC20:14
*** killer_prince has joined #openstack-ironic20:14
*** JoshNang has quit IRC20:14
*** killer_prince is now known as lazy_prince20:14
*** lsmola has joined #openstack-ironic20:15
*** gothicmindfood has joined #openstack-ironic20:16
*** JoshNang has joined #openstack-ironic20:19
*** tteggel has quit IRC20:20
*** mordred has quit IRC20:22
*** enterprisedc has joined #openstack-ironic20:22
*** tteggel has joined #openstack-ironic20:22
*** zer0c00l has joined #openstack-ironic20:26
*** kbyrne has joined #openstack-ironic20:26
*** krtaylor has joined #openstack-ironic20:26
*** mordred has joined #openstack-ironic20:27
*** foexle has quit IRC20:31
*** mrda_away has joined #openstack-ironic21:02
*** Marga_ has joined #openstack-ironic21:27
*** Marga_ has quit IRC21:49
*** jjohnson2_ has quit IRC22:20
*** mitz_ has joined #openstack-ironic22:46
*** pcrews has joined #openstack-ironic23:33

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