madhuri | dane_leblanc, Can you please paste? | 00:00 |
---|---|---|
madhuri | sdake_, here http://paste.openstack.org/show/275732/ | 00:01 |
dane_leblanc | Traceback: http://paste.openstack.org/show/275733/ | 00:01 |
sdake_ | dane_leblanc and pip show pip plz | 00:01 |
sdake_ | pip show six rather | 00:02 |
dane_leblanc | pip show six: http://paste.openstack.org/show/275734/ | 00:02 |
sdake_ | pip show olso.log from both systems plz | 00:03 |
madhuri | No oslo.log | 00:04 |
sdake_ | oslo-log | 00:04 |
*** dims_ has joined #openstack-containers | 00:05 | |
dane_leblanc | oslo-log output: http://paste.openstack.org/show/275739/ | 00:05 |
madhuri | http://paste.openstack.org/show/275743/ | 00:05 |
sdake_ | dane_leblanc pip install --upgrade oslo.log==1.1.0 | 00:06 |
*** unicell has quit IRC | 00:06 | |
*** unicell has joined #openstack-containers | 00:06 | |
sdake_ | ctrl-c and restart the api and conductor | 00:07 |
sdake_ | ctl-c em first | 00:07 |
sdake_ | then start em second | 00:07 |
dane_leblanc | You mean ctl-c via screen? | 00:07 |
sdake_ | ya in screen | 00:07 |
sdake_ | ctl-c | 00:07 |
sdake_ | then press up arrow | 00:07 |
sdake_ | and press enter | 00:07 |
sdake_ | this will restart the services | 00:07 |
sdake_ | our requirements file liss oslo.log 1.2.0 or later | 00:08 |
*** dims has quit IRC | 00:08 | |
sdake_ | lists that is | 00:08 |
dane_leblanc | Crap, getting timeouts from pypi | 00:08 |
sdake_ | proably firewall | 00:08 |
* sdake_ groans some more | 00:08 | |
sdake_ | you can git clone oslo-log from openstack | 00:09 |
sdake_ | and checkout the 1.1.0 branch | 00:09 |
sdake_ | and pip install -e . | 00:09 |
sdake_ | with a sudo prepended :) | 00:09 |
sdake_ | branch/tag | 00:09 |
sdake_ | https://bugs.launchpad.net/sahara/+bug/1451631 | 00:10 |
openstack | Launchpad bug 1451631 in Sahara "error in LOG with "KeyError: 'user_name'"" [Undecided,Fix committed] - Assigned to li,chen (chen-li) | 00:10 |
madhuri | Hmm seems dane_leblanc hit that bug | 00:11 |
madhuri | I hope upgrading the version will fix the issue | 00:11 |
sdake_ | it was fixed in devstack in that particular instance | 00:12 |
sdake_ | problem with the colorizer | 00:12 |
sdake_ | something wacky with localrc i suspect dane_leblanc | 00:16 |
sdake_ | well atleast magnum isn't busted ;) | 00:16 |
sdake_ | and I can unswear at swagger for the day | 00:16 |
sdake_ | yuanying madhuri thanks for your debug help | 00:18 |
madhuri | Waiting for dane_leblanc response | 00:19 |
madhuri | :) | 00:19 |
madhuri | sdake_, https://review.openstack.org/#/c/188059/ for this review | 00:19 |
dane_leblanc | I cloned oslo.log, but don't see a 1.1.0 branch | 00:20 |
sdake_ | no tag with that version? | 00:20 |
sdake_ | it wouldn't be a branch | 00:20 |
dims_ | tag | 00:20 |
madhuri | When I tested this patch, I hit the same issue as zaneb | 00:20 |
dims_ | i can see it here - http://git.openstack.org/cgit/openstack/oslo.log/ | 00:20 |
sdake_ | dane_leblanc my guess is your devstack hasn't been git updated in a long long time - because really who wants to suffer through the pain of doing that | 00:22 |
sdake_ | this means your reuqirements directory is woefully out of date ;) | 00:22 |
dane_leblanc | I thought I pulled a devstack from master in the last 4 days or so | 00:23 |
dane_leblanc | I can repull it | 00:23 |
sdake_ | you could probably delete the requirements directory in /opt/stack, restack and devstack would do the right hting | 00:23 |
sdake_ | can you get the 1.1.0 oslo-log on your system? | 00:23 |
sdake_ | another option is to use github to download the tarball untar and pip install -e . from that | 00:23 |
dane_leblanc | What is the git command to checkout tag 1.1.0? | 00:24 |
sdake_ | git fetch --tags | 00:26 |
sdake_ | git checkout tags/1.1.0 | 00:26 |
*** sdake has joined #openstack-containers | 00:29 | |
dane_leblanc | Okay, I have oslo.log 1.1.0, but I still see the same error with pod-create | 00:30 |
sdake | bummer | 00:30 |
dane_leblanc | Wait, didn't restart processes | 00:31 |
sdake | yar gota do that :) | 00:31 |
sdake | python caches the files | 00:31 |
sdake | gotta stop both first | 00:31 |
sdake | then start | 00:31 |
sdake | in fact you probably have to restack since is oslo-log | 00:31 |
sdake | but try just the two processes first | 00:32 |
sdake | i'm pretty sure you would have ot restack tho | 00:32 |
*** sdake_ has quit IRC | 00:32 | |
dane_leblanc | Yep, no luck with just restarting the 2 processes. | 00:35 |
dane_leblanc | Will try restacking | 00:35 |
openstackgerrit | Merged openstack/magnum: Fix ignored E121 to E125 pep 8 rules https://review.openstack.org/189242 | 00:35 |
sdake | if hat doesn't work its a difference in your config settings in your localrc | 00:36 |
sdake | and some bug in our devstack plugin | 00:36 |
*** sdake_ has joined #openstack-containers | 00:39 | |
*** sdake has quit IRC | 00:42 | |
sdake_ | dane_leblanc this should fix your immediate pain after you devstack and find oslo.log 1.1.10 doesn't fix the problem :) | 00:49 |
sdake_ | http://ur1.ca/mrvct -> http://paste.fedoraproject.org/230179/10954143 | 00:49 |
sdake_ | that will atleast get rid of the key error | 00:49 |
sdake_ | and get us to something more readable error wise | 00:50 |
* sdake_ really needs to get devstack rolling | 00:52 | |
*** snrism has joined #openstack-containers | 00:54 | |
sdake_ | madhuri next time lets start with the big one (logs:) | 00:57 |
madhuri | Yeah :) | 00:58 |
*** muralia has joined #openstack-containers | 01:17 | |
*** sthillma has quit IRC | 01:21 | |
*** muralia has quit IRC | 01:28 | |
*** hongbin has joined #openstack-containers | 01:28 | |
*** erkules has joined #openstack-containers | 01:30 | |
*** muralia has joined #openstack-containers | 01:31 | |
*** erkules_ has quit IRC | 01:33 | |
*** vilobhmm has quit IRC | 01:37 | |
*** dims_ has quit IRC | 01:43 | |
*** ybathia has quit IRC | 01:50 | |
*** eghobo has joined #openstack-containers | 01:52 | |
*** sdake has joined #openstack-containers | 01:58 | |
*** jay-lau-513 has quit IRC | 01:59 | |
*** unicell has quit IRC | 02:00 | |
*** sdake_ has quit IRC | 02:01 | |
openstackgerrit | Zane Bitter proposed openstack/magnum: Handle 'any' type in k8s client https://review.openstack.org/189533 | 02:09 |
openstackgerrit | Zane Bitter proposed openstack/magnum: Use Oslo datetime parsing in k8sclient https://review.openstack.org/189534 | 02:09 |
*** eghobo has quit IRC | 02:14 | |
*** bradjones has quit IRC | 02:17 | |
*** bradjones has joined #openstack-containers | 02:18 | |
*** bradjones has quit IRC | 02:18 | |
*** bradjones has joined #openstack-containers | 02:18 | |
sdake | madhuri can you test htose from zaneb plz | 02:19 |
*** zaneb has joined #openstack-containers | 02:19 | |
zaneb | madhuri: o/ | 02:19 |
sdake | hey zaneb | 02:19 |
madhuri | Hi zaneb | 02:19 |
sdake | i just requested madhuri give a run of your code ;) | 02:19 |
zaneb | sure, just doing some late-night hacking ;) | 02:20 |
sdake | the only reason i -2 all that stuff is people in magnum core are heavily reliant on the gate working | 02:20 |
sdake | but this stuff, as you have seen, has no unit tests | 02:20 |
sdake | and our functional gate doesn't test this stuff either | 02:20 |
sdake | our policy is if it looks right nd passes the gate approve ;) | 02:21 |
sdake | but special care must be taken with this garbage swagger nonsense | 02:21 |
madhuri | But I see that the patch is old one | 02:21 |
madhuri | In my env, I observed the same zaneb | 02:22 |
madhuri | __builtin__ is a module | 02:22 |
madhuri | But in swagger code, how is this a dict? | 02:22 |
sdake | and devstack is bustedon fedora apaprently | 02:22 |
madhuri | May be there is some issue in my env | 02:22 |
madhuri | I would like someone else to test | 02:23 |
zaneb | yeah, how is it a dict? I don't understand how that could happen | 02:23 |
madhuri | I think yuanying can | 02:23 |
madhuri | Yes, that's why I asked you to test. | 02:23 |
sdake | madhuri zaneb doesn't have magnum oeprational | 02:24 |
madhuri | Ya I know | 02:24 |
sdake | zaneb may I point you at our fine devstack plugin for magnum ;-) | 02:24 |
madhuri | So I will ask yuanying to test | 02:24 |
madhuri | Hi yuanying | 02:24 |
* zaneb doesn't have devstack operational ;) | 02:24 | |
yuanying | ok | 02:24 |
* sdake sighs at fedora support for devstack | 02:24 | |
sdake | the localrc change wasn't helpful at all | 02:25 |
sdake | i'm not sure who thought that was a good idea | 02:25 |
madhuri | sdake, zaneb Also about this patch https://review.openstack.org/#/c/189534/1 | 02:26 |
madhuri | Is this a good idea to include oslo library in pythonk8sclient? | 02:27 |
madhuri | pythonk8sclient will be an independent project | 02:27 |
*** tobe has joined #openstack-containers | 02:27 | |
zaneb | madhuri: that horse already bolted | 02:28 |
zaneb | madhuri, sdake: here is the script I'm testing with: http://paste.openstack.org/show/276075/ | 02:28 |
sdake | lol horse already bolted | 02:29 |
sdake | i love it | 02:29 |
sdake | where did you hea rthat from zaneb | 02:29 |
zaneb | sdake: a very old saying about shutting the stable door | 02:30 |
*** muralia has quit IRC | 02:34 | |
*** unicell has joined #openstack-containers | 02:38 | |
*** unicell1 has joined #openstack-containers | 02:42 | |
*** unicell has quit IRC | 02:43 | |
openstackgerrit | Zane Bitter proposed openstack/magnum: Use Oslo datetime parsing in k8sclient https://review.openstack.org/189534 | 02:43 |
*** dims has joined #openstack-containers | 02:43 | |
zaneb | madhuri: I probably shouldn't spend much more time on this patch. I've added comments with everything I know, feel free to take over the review and tweak if you find out what is going on | 02:45 |
madhuri | Sure zaneb. Thank you | 02:47 |
*** dims has quit IRC | 02:50 | |
openstackgerrit | Baohua Yang proposed openstack/magnum: Remove unused PodFactory class and add parent class for Pod https://review.openstack.org/189203 | 02:51 |
*** harshs has joined #openstack-containers | 03:05 | |
*** briancurtin has quit IRC | 03:06 | |
*** destiny has quit IRC | 03:06 | |
sdake | madhuri i'm calling it a day early - have travel @ 6am | 03:08 |
sdake | need any last bit of help? | 03:08 |
*** dane_leblanc has quit IRC | 03:09 | |
madhuri | I tested the patch | 03:09 |
madhuri | And now it is running fine | 03:09 |
madhuri | But I want to get it merged after I complete adding test for it in magnum | 03:10 |
madhuri | So I am adding test for it | 03:10 |
madhuri | Thanks sdake :) | 03:10 |
madhuri | sdake, Just one thing | 03:11 |
sdake | anything I -2'ed? | 03:11 |
madhuri | Around? | 03:11 |
sdake | whatever patch needs merging | 03:11 |
madhuri | Ok | 03:11 |
madhuri | Like the createPod API returns a dict, so should I change to return a V1beta3_Pod object rather | 03:12 |
madhuri | If yes, I will submit a patch for it too | 03:12 |
sdake | well to make the code less confusing I'd say yes | 03:12 |
madhuri | Ok thanks | 03:13 |
madhuri | I want to finish this pythonk8sclient today itself | 03:13 |
madhuri | Well, have a safe travel and safe demo :) | 03:13 |
*** Drago has quit IRC | 03:14 | |
*** sirushti has joined #openstack-containers | 03:15 | |
*** kebray has joined #openstack-containers | 03:28 | |
*** sdake has quit IRC | 03:31 | |
*** sdake has joined #openstack-containers | 03:32 | |
*** sdake has quit IRC | 03:34 | |
*** snrism has quit IRC | 03:35 | |
*** harshs has quit IRC | 03:38 | |
*** kebray has quit IRC | 03:40 | |
*** ybathia has joined #openstack-containers | 03:47 | |
*** ybathia_ has joined #openstack-containers | 03:48 | |
*** ybathia has quit IRC | 03:52 | |
*** ybathia_ is now known as ybathia | 03:52 | |
*** rongze has joined #openstack-containers | 03:55 | |
*** rongze has quit IRC | 03:56 | |
*** rongze has joined #openstack-containers | 03:57 | |
*** rongze has quit IRC | 03:58 | |
*** rongze has joined #openstack-containers | 03:58 | |
*** eghobo has joined #openstack-containers | 03:58 | |
*** coolsvap|afk is now known as coolsvap | 04:00 | |
*** kebray has joined #openstack-containers | 04:01 | |
*** jjlehr1 has joined #openstack-containers | 04:02 | |
*** dboik has joined #openstack-containers | 04:02 | |
*** jjlehr has quit IRC | 04:04 | |
*** jjlehr1 has quit IRC | 04:05 | |
*** dboik has quit IRC | 04:07 | |
*** hongbin has quit IRC | 04:13 | |
*** kebray has quit IRC | 04:15 | |
*** nihilifer has quit IRC | 04:16 | |
*** eghobo has quit IRC | 04:16 | |
*** ybathia has quit IRC | 04:16 | |
*** ybathia has joined #openstack-containers | 04:16 | |
*** jay-lau-513 has joined #openstack-containers | 04:18 | |
openstackgerrit | Madhuri Kumari proposed openstack/magnum: Fix the KeyError and change type 'any' in k8s client code https://review.openstack.org/186674 | 04:21 |
*** snrism has joined #openstack-containers | 04:24 | |
*** eghobo has joined #openstack-containers | 04:45 | |
*** dims has joined #openstack-containers | 04:46 | |
*** sdake has joined #openstack-containers | 04:51 | |
*** dims has quit IRC | 04:51 | |
openstackgerrit | Madhuri Kumari proposed openstack/magnum: Return proper response object in Kubernetes APIs https://review.openstack.org/189550 | 04:53 |
*** tobe has quit IRC | 05:05 | |
*** juggler_ has joined #openstack-containers | 05:12 | |
*** ybathia has quit IRC | 05:13 | |
*** juggler has quit IRC | 05:15 | |
*** snrism has quit IRC | 05:19 | |
openstackgerrit | Merged openstack/magnum: Add support for API microversions https://review.openstack.org/184975 | 05:21 |
*** eghobo has quit IRC | 05:21 | |
*** eghobo_ has joined #openstack-containers | 05:21 | |
*** achanda has joined #openstack-containers | 05:27 | |
openstackgerrit | Jay Lau proposed openstack/magnum: NotAcceptable exception should be 406 https://review.openstack.org/189557 | 05:28 |
*** eghobo_ has quit IRC | 05:32 | |
*** eghobo has joined #openstack-containers | 05:36 | |
*** achanda has quit IRC | 05:36 | |
*** eghobo_ has joined #openstack-containers | 05:39 | |
*** belmoreira has joined #openstack-containers | 05:39 | |
*** eghobo has quit IRC | 05:42 | |
*** vilobhmm has joined #openstack-containers | 05:43 | |
*** yuntong has joined #openstack-containers | 05:47 | |
*** adrian_otto has joined #openstack-containers | 05:49 | |
*** vilobhmm has quit IRC | 05:55 | |
*** vilobhmm has joined #openstack-containers | 06:00 | |
*** daneyon_ has quit IRC | 06:10 | |
*** rbradfor has quit IRC | 06:10 | |
*** achanda has joined #openstack-containers | 06:16 | |
*** sdake has quit IRC | 06:16 | |
*** apuimedo has joined #openstack-containers | 06:17 | |
*** nshaikh has joined #openstack-containers | 06:18 | |
*** eghobo_ has quit IRC | 06:19 | |
*** rbradfor has joined #openstack-containers | 06:20 | |
*** alex_klimov has joined #openstack-containers | 06:21 | |
*** adrian_otto has quit IRC | 06:32 | |
*** erw has quit IRC | 06:33 | |
*** ewindisch has quit IRC | 06:33 | |
*** achanda has quit IRC | 06:36 | |
*** tobe has joined #openstack-containers | 06:45 | |
*** BertrandN has joined #openstack-containers | 06:45 | |
*** vilobhmm has quit IRC | 06:49 | |
*** ramishra has quit IRC | 06:53 | |
*** Marga_ has joined #openstack-containers | 06:54 | |
*** yuntong1 has joined #openstack-containers | 07:08 | |
*** yuntong has quit IRC | 07:09 | |
*** briancurtin has joined #openstack-containers | 07:09 | |
*** juggler has joined #openstack-containers | 07:16 | |
*** ybathia has joined #openstack-containers | 07:17 | |
*** Tango has quit IRC | 07:17 | |
*** ybathia has quit IRC | 07:25 | |
*** destiny has joined #openstack-containers | 07:25 | |
*** achanda has joined #openstack-containers | 07:28 | |
*** sdake has joined #openstack-containers | 07:29 | |
*** ewindisch has joined #openstack-containers | 07:35 | |
*** erw has joined #openstack-containers | 07:35 | |
*** sdake_ has joined #openstack-containers | 07:39 | |
*** sdake has quit IRC | 07:43 | |
*** sdake has joined #openstack-containers | 07:44 | |
*** ramishra has joined #openstack-containers | 07:45 | |
*** sdake_ has quit IRC | 07:47 | |
*** Marga_ has quit IRC | 07:54 | |
*** Marga_ has joined #openstack-containers | 07:54 | |
openstackgerrit | Perry Rivera proposed openstack/magnum: Add devstack link into document dev-quickstart.rst https://review.openstack.org/189584 | 08:00 |
*** erkules has quit IRC | 08:00 | |
*** erkules has joined #openstack-containers | 08:00 | |
*** yuanying has quit IRC | 08:05 | |
*** achanda has quit IRC | 08:13 | |
*** mfalatic has quit IRC | 08:22 | |
*** sdake_ has joined #openstack-containers | 08:22 | |
*** mfalatic has joined #openstack-containers | 08:22 | |
*** sdake has quit IRC | 08:25 | |
*** sdake_ has quit IRC | 08:34 | |
*** sdake has joined #openstack-containers | 08:36 | |
*** achanda has joined #openstack-containers | 08:37 | |
*** Marga_ has quit IRC | 08:37 | |
*** sdake_ has joined #openstack-containers | 08:39 | |
*** sdake_ has quit IRC | 08:41 | |
*** suro-patz has joined #openstack-containers | 08:42 | |
*** sdake has quit IRC | 08:42 | |
openstackgerrit | Baohua Yang proposed openstack/magnum: Remove unused PodFactory class and add parent class for Pod https://review.openstack.org/189203 | 08:52 |
*** pksingh__ has joined #openstack-containers | 08:57 | |
*** snrism has joined #openstack-containers | 09:00 | |
*** suro-patz has quit IRC | 09:08 | |
*** juggler has quit IRC | 09:10 | |
*** jay-lau-513 has quit IRC | 09:15 | |
*** dims has joined #openstack-containers | 09:48 | |
*** snrism has quit IRC | 09:54 | |
*** dims has quit IRC | 09:54 | |
*** achanda has quit IRC | 09:56 | |
*** achanda has joined #openstack-containers | 09:58 | |
*** achanda has quit IRC | 10:03 | |
openstackgerrit | Madhuri Kumari proposed openstack/magnum: Fix the KeyError and change type 'any' in k8s client code https://review.openstack.org/186674 | 10:06 |
openstackgerrit | Madhuri Kumari proposed openstack/magnum: Return proper response object in Kubernetes APIs https://review.openstack.org/189550 | 10:06 |
*** dims has joined #openstack-containers | 10:09 | |
*** achanda has joined #openstack-containers | 10:12 | |
openstackgerrit | Madhuri Kumari proposed openstack/magnum: Refactor magnum functional test to add Kubernetes API test https://review.openstack.org/189637 | 10:18 |
*** suro-patz has joined #openstack-containers | 10:27 | |
*** tobe has quit IRC | 10:32 | |
*** tobe has joined #openstack-containers | 10:33 | |
*** suro-patz has quit IRC | 10:34 | |
*** gnep has joined #openstack-containers | 10:37 | |
*** gnep has quit IRC | 10:44 | |
*** gnep has joined #openstack-containers | 10:45 | |
*** tobe has quit IRC | 10:47 | |
*** suro-patz1 has joined #openstack-containers | 10:47 | |
*** tobe has joined #openstack-containers | 10:49 | |
*** tobe has quit IRC | 10:53 | |
*** snrism has joined #openstack-containers | 10:54 | |
*** snrism has quit IRC | 10:59 | |
*** sankarshan_away is now known as sankarshan_ | 11:04 | |
*** coolsvap is now known as coolsvap|afk | 11:12 | |
*** coolsvap|afk is now known as coolsvap | 11:23 | |
*** achanda has quit IRC | 11:26 | |
*** coolsvap is now known as coolsvap|afk | 11:27 | |
*** pksingh__ has quit IRC | 11:31 | |
*** snrism has joined #openstack-containers | 11:55 | |
*** snrism has quit IRC | 12:04 | |
*** achanda has joined #openstack-containers | 12:05 | |
*** achanda has quit IRC | 12:13 | |
*** achanda has joined #openstack-containers | 12:27 | |
*** abe_music has joined #openstack-containers | 12:35 | |
*** unicell has joined #openstack-containers | 12:40 | |
*** unicell1 has quit IRC | 12:41 | |
*** suro-patz1 has quit IRC | 12:46 | |
openstackgerrit | ShaoHe Feng proposed openstack/magnum: first policy check for bay https://review.openstack.org/185501 | 12:52 |
*** jjlehr has joined #openstack-containers | 13:00 | |
*** rlrevell has joined #openstack-containers | 13:06 | |
*** julim has joined #openstack-containers | 13:07 | |
*** sdake has joined #openstack-containers | 13:17 | |
openstackgerrit | Bradley Jones proposed openstack/magnum: Web Interface for Magnum in Horizon https://review.openstack.org/188958 | 13:17 |
*** muralia has joined #openstack-containers | 13:21 | |
*** achanda has quit IRC | 13:39 | |
*** dane_leblanc has joined #openstack-containers | 13:52 | |
*** sdake has quit IRC | 13:56 | |
*** snrism has joined #openstack-containers | 14:01 | |
*** rpothier has joined #openstack-containers | 14:02 | |
*** dboik has joined #openstack-containers | 14:04 | |
*** snrism has quit IRC | 14:05 | |
*** hongbin has joined #openstack-containers | 14:13 | |
openstackgerrit | Baohua Yang proposed openstack/magnum: Remove unused PodFactory class and add parent class for Pod https://review.openstack.org/189203 | 14:20 |
*** julim has quit IRC | 14:29 | |
*** jruano has joined #openstack-containers | 14:30 | |
*** julim has joined #openstack-containers | 14:30 | |
*** achanda has joined #openstack-containers | 14:33 | |
*** kebray has joined #openstack-containers | 14:37 | |
*** Tango has joined #openstack-containers | 14:48 | |
*** kbyrne has quit IRC | 14:54 | |
*** jjlehr has quit IRC | 14:56 | |
*** achanda_ has joined #openstack-containers | 15:00 | |
*** Drago has joined #openstack-containers | 15:01 | |
*** achanda has quit IRC | 15:01 | |
*** Drago has quit IRC | 15:01 | |
*** Drago has joined #openstack-containers | 15:02 | |
*** snrism has joined #openstack-containers | 15:02 | |
*** achanda_ has quit IRC | 15:04 | |
*** sdake has joined #openstack-containers | 15:05 | |
*** achanda has joined #openstack-containers | 15:06 | |
*** sdake has quit IRC | 15:06 | |
*** snrism has quit IRC | 15:06 | |
*** sdake has joined #openstack-containers | 15:07 | |
*** achanda has quit IRC | 15:11 | |
*** hongbin_desktop has joined #openstack-containers | 15:12 | |
*** muralia has quit IRC | 15:12 | |
*** muralia has joined #openstack-containers | 15:12 | |
*** nihilifer has joined #openstack-containers | 15:14 | |
*** vahidh has joined #openstack-containers | 15:15 | |
*** oro has joined #openstack-containers | 15:18 | |
*** dims has quit IRC | 15:19 | |
*** belmoreira has quit IRC | 15:23 | |
*** sdake has quit IRC | 15:30 | |
*** jjlehr has joined #openstack-containers | 15:30 | |
*** snrism has joined #openstack-containers | 15:32 | |
*** achanda has joined #openstack-containers | 15:37 | |
*** BertrandN has quit IRC | 15:44 | |
*** pradk has joined #openstack-containers | 15:44 | |
*** pradk has quit IRC | 15:45 | |
*** Satya_ has joined #openstack-containers | 15:46 | |
Satya_ | Hi Everyone | 15:46 |
Satya_ | i have a query | 15:46 |
Satya_ | i deployed magnum with devstack | 15:46 |
Satya_ | want to check the magnum log | 15:47 |
Satya_ | where can i find the logs | 15:47 |
Satya_ | please help me with the location | 15:48 |
jjlehr | Satya_: Did you use the devstack configurations outlined in the quickstart guide? | 15:51 |
jjlehr | If so, then the logs are probably in ~/logs/screen-m-api.log and ~/logs/screen-m-cond.log | 15:51 |
*** eghobo has joined #openstack-containers | 15:53 | |
*** ybathia has joined #openstack-containers | 15:54 | |
*** unicell has quit IRC | 15:54 | |
*** diga__ has joined #openstack-containers | 15:55 | |
*** snrism has quit IRC | 15:55 | |
*** snrism has joined #openstack-containers | 15:55 | |
*** adrian_otto has joined #openstack-containers | 15:56 | |
adrian_otto | Our team meeting is scheduled to begin in a few minutes | 15:56 |
adrian_otto | fawad volunteered to chair, but I do not see him online | 15:58 |
Satya_ | jjlehr yes | 15:58 |
Satya_ | http://docs.openstack.org/developer/magnum/dev/dev-quickstart.html | 15:58 |
*** apuimedo has quit IRC | 15:59 | |
*** achanda has quit IRC | 15:59 | |
*** muralia1 has joined #openstack-containers | 15:59 | |
*** achanda has joined #openstack-containers | 16:00 | |
*** joffter has joined #openstack-containers | 16:00 | |
adrian_otto | we will begin our team meeting in #openstack-meeting-alt now | 16:01 |
*** muralia has quit IRC | 16:03 | |
*** juggler_ is now known as juggler | 16:03 | |
*** Drago1 has joined #openstack-containers | 16:06 | |
*** Drago has quit IRC | 16:07 | |
*** adrian_otto has quit IRC | 16:07 | |
*** sthillma has joined #openstack-containers | 16:08 | |
*** amit213 has joined #openstack-containers | 16:09 | |
*** alex_klimov has quit IRC | 16:12 | |
*** snrism has quit IRC | 16:16 | |
*** amit213 has quit IRC | 16:17 | |
*** achanda has quit IRC | 16:18 | |
*** ashishjain has joined #openstack-containers | 16:19 | |
ashishjain | hello caas team. | 16:20 |
ashishjain | Is there any document available to try magnum out? | 16:20 |
bradjones | ashishjain: The developer quickstart guide is a good place to start http://docs.openstack.org/developer/magnum/dev/dev-quickstart.html | 16:24 |
ashishjain | bradjones: thanks. Does magnum also support attaching cinder volumes? | 16:26 |
*** unicell has joined #openstack-containers | 16:27 | |
*** daneyon has joined #openstack-containers | 16:31 | |
*** daneyon_ has joined #openstack-containers | 16:32 | |
*** nihilifer has quit IRC | 16:34 | |
*** daneyon has quit IRC | 16:36 | |
*** oro has quit IRC | 16:37 | |
*** harshs has joined #openstack-containers | 16:49 | |
*** amit213 has joined #openstack-containers | 16:51 | |
*** nihilifer has joined #openstack-containers | 16:51 | |
*** vilobhmm has joined #openstack-containers | 16:51 | |
*** jay-lau-513 has joined #openstack-containers | 16:51 | |
*** amit213 has quit IRC | 16:54 | |
rbradfor | Infra is requesting a +1 from Magnum core team to add coverage to review process -- https://review.openstack.org/#/c/187753/ | 17:01 |
*** jay-lau-513 has quit IRC | 17:01 | |
juggler | "coverage"? | 17:02 |
hongbin | rbradfor: I will get back to that | 17:02 |
bradjones | juggler: I'm guessing UT coverage | 17:03 |
juggler | ah | 17:03 |
rbradfor | hongbin, thanks | 17:03 |
juggler | thx bradjones | 17:03 |
rbradfor | hongbin, several other projects do exactly this, so it's not breaking new ground. Step 2, of comparing coverage between review/HEAD is. | 17:03 |
*** daneyon_ has quit IRC | 17:04 | |
*** daneyon has joined #openstack-containers | 17:04 | |
*** sthillma has quit IRC | 17:06 | |
hongbin | rbradfor: sure. It LGTM. Will vote after lunch. Thanks for proposing the review :) | 17:06 |
juggler | any other discussion items? :) | 17:10 |
*** snrism has joined #openstack-containers | 17:20 | |
*** daneyon has quit IRC | 17:24 | |
*** gnep has quit IRC | 17:30 | |
Satya_ | while creating bay the bay get into error | 17:39 |
Satya_ | posted the log at http://pastebin.com/vPrXPQTg | 17:40 |
Satya_ | any help please | 17:40 |
*** sthillma has joined #openstack-containers | 17:41 | |
Satya_ | my magnum.conf is "http://pastebin.com/hyQcxBa2" | 17:46 |
Satya_ | any help please | 17:48 |
*** oro has joined #openstack-containers | 17:50 | |
Satya_ | can anyone help me? | 17:53 |
*** vahidh has quit IRC | 17:55 | |
*** vahidh has joined #openstack-containers | 17:55 | |
*** dims has joined #openstack-containers | 17:56 | |
*** achanda has joined #openstack-containers | 17:57 | |
*** achanda has quit IRC | 17:57 | |
*** achanda has joined #openstack-containers | 17:58 | |
hongbin | Satya_: It looks you need to change the magnum.conf | 17:58 |
hongbin | Satya_: Try to change "logging_for_format_string": user_name -> user, project_name -> project | 17:59 |
Satya_ | Thanks hongbin please recommend what all changes required in the magnum | 17:59 |
openstackgerrit | Bradley Jones proposed openstack/magnum: Web Interface for Magnum in Horizon https://review.openstack.org/188958 | 17:59 |
hongbin | See more information: https://review.openstack.org/#/c/186989/ | 17:59 |
*** diga__ has quit IRC | 18:00 | |
*** Tango has quit IRC | 18:00 | |
hongbin | A reminder: you need to restart magnum after changing the config file | 18:00 |
*** eghobo has quit IRC | 18:03 | |
Satya_ | hongbin is it possible to restart magnum only in devstack? | 18:05 |
*** eghobo has joined #openstack-containers | 18:05 | |
hongbin | screen -r stack | 18:05 |
hongbin | navigate to m-api and m-cond | 18:05 |
Satya_ | or do i need to unstack and stack again? | 18:05 |
hongbin | no | 18:06 |
hongbin | Don't need to unstack | 18:06 |
hongbin | screen -r stack will get you into the openstack screen | 18:06 |
hongbin | You should see a lot of processes running | 18:06 |
Satya_ | yes | 18:06 |
hongbin | Use ctrl+p/ctrl+n to navigate the process tabs | 18:07 |
*** sdake has joined #openstack-containers | 18:07 | |
hongbin | go to the tab with "m-api" | 18:07 |
hongbin | ctrl+c to stop the process | 18:07 |
*** bradjones is now known as bradjones|away | 18:07 | |
hongbin | Then type the histroy command to restart the process | 18:07 |
Satya_ | ok | 18:08 |
hongbin | Do the same thing for "m-cond" | 18:08 |
Satya_ | o | 18:08 |
Satya_ | ok | 18:08 |
*** jruano has quit IRC | 18:12 | |
*** achanda has quit IRC | 18:21 | |
*** eghobo has quit IRC | 18:22 | |
*** eghobo has joined #openstack-containers | 18:23 | |
*** kebray has quit IRC | 18:33 | |
*** belmoreira has joined #openstack-containers | 18:33 | |
*** Tango has joined #openstack-containers | 18:40 | |
*** vilobhmm has quit IRC | 18:43 | |
*** vilobhmm has joined #openstack-containers | 18:44 | |
*** openstackgerrit has quit IRC | 18:48 | |
*** openstackgerrit has joined #openstack-containers | 18:48 | |
*** kebray has joined #openstack-containers | 19:03 | |
*** vahidh has quit IRC | 19:19 | |
*** Marga_ has joined #openstack-containers | 19:23 | |
*** Marga_ has quit IRC | 19:23 | |
*** achanda has joined #openstack-containers | 19:24 | |
*** Marga_ has joined #openstack-containers | 19:24 | |
*** rongze has quit IRC | 19:25 | |
*** ashishjain has quit IRC | 19:29 | |
*** achanda has quit IRC | 19:29 | |
*** kebray has quit IRC | 19:30 | |
*** kebray has joined #openstack-containers | 19:30 | |
*** sdake has quit IRC | 19:31 | |
*** dboik has quit IRC | 19:34 | |
*** dboik has joined #openstack-containers | 19:34 | |
*** achanda has joined #openstack-containers | 19:36 | |
*** Marga_ has quit IRC | 19:37 | |
*** snrism has quit IRC | 19:56 | |
*** belmoreira has quit IRC | 19:56 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/magnum: Updated from global requirements https://review.openstack.org/189902 | 19:58 |
*** alex_klimov has joined #openstack-containers | 20:12 | |
*** achanda has quit IRC | 20:13 | |
*** vilobhmm has quit IRC | 20:21 | |
*** vilobhmm has joined #openstack-containers | 20:21 | |
*** bradjones|away has quit IRC | 20:21 | |
*** bradjones has joined #openstack-containers | 20:23 | |
*** bradjones has quit IRC | 20:23 | |
*** bradjones has joined #openstack-containers | 20:23 | |
*** oro has quit IRC | 20:36 | |
*** Satya_ has quit IRC | 20:42 | |
*** eghobo has quit IRC | 20:54 | |
*** snrism has joined #openstack-containers | 20:55 | |
*** rlrevell has quit IRC | 20:57 | |
*** eghobo has joined #openstack-containers | 20:57 | |
*** julim has quit IRC | 20:58 | |
*** adrian_otto has joined #openstack-containers | 21:00 | |
*** adrian_otto has quit IRC | 21:08 | |
*** adrian_otto has joined #openstack-containers | 21:08 | |
*** Drago1 has quit IRC | 21:13 | |
*** daneyon has joined #openstack-containers | 21:29 | |
*** eghobo has quit IRC | 21:31 | |
*** daneyon_ has joined #openstack-containers | 21:32 | |
*** rpothier has quit IRC | 21:32 | |
*** daneyon has quit IRC | 21:34 | |
*** eghobo has joined #openstack-containers | 21:39 | |
*** adrian_otto has quit IRC | 21:43 | |
*** jjlehr has quit IRC | 21:49 | |
*** daneyon has joined #openstack-containers | 21:52 | |
*** daneyon_ has quit IRC | 21:53 | |
*** daneyon has quit IRC | 21:58 | |
*** dboik has quit IRC | 21:58 | |
*** daneyon has joined #openstack-containers | 21:58 | |
*** sthillma has quit IRC | 22:05 | |
*** Drago has joined #openstack-containers | 22:14 | |
*** Drago has quit IRC | 22:14 | |
*** Drago has joined #openstack-containers | 22:14 | |
*** kebray has quit IRC | 22:25 | |
openstackgerrit | Hongbin Lu proposed openstack/magnum: Add elements for building Mesos image https://review.openstack.org/189180 | 22:26 |
openstackgerrit | Hongbin Lu proposed openstack/magnum: Initial Heat template for Mesos https://review.openstack.org/189179 | 22:26 |
*** hongbin has quit IRC | 22:32 | |
*** vilobhmm has quit IRC | 22:36 | |
*** vilobhmm has joined #openstack-containers | 22:37 | |
*** daneyon_ has joined #openstack-containers | 22:40 | |
*** daneyon has quit IRC | 22:40 | |
*** destiny has quit IRC | 22:40 | |
*** rlrevell has joined #openstack-containers | 23:01 | |
*** sthillma has joined #openstack-containers | 23:04 | |
*** sthillma_ has joined #openstack-containers | 23:06 | |
*** sthillma has quit IRC | 23:08 | |
*** sthillma_ is now known as sthillma | 23:08 | |
*** rlrevell has quit IRC | 23:16 | |
*** yuanying has joined #openstack-containers | 23:25 | |
*** rlrevell has joined #openstack-containers | 23:26 | |
*** apuimedo has joined #openstack-containers | 23:27 | |
*** mikedillion has joined #openstack-containers | 23:31 | |
*** mikedillion has quit IRC | 23:32 | |
*** mikedillion has joined #openstack-containers | 23:35 | |
*** apuimedo has quit IRC | 23:36 | |
*** kebray has joined #openstack-containers | 23:40 | |
*** vilobhmm has quit IRC | 23:43 | |
*** rlrevell has quit IRC | 23:46 | |
*** mikedillion has quit IRC | 23:48 | |
*** dane_leblanc has quit IRC | 23:50 | |
*** rlrevell has joined #openstack-containers | 23:51 | |
*** bradjones has quit IRC | 23:58 | |
*** vilobhmm has joined #openstack-containers | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!