openstackgerrit | Merged openstack/magnum: Implement bay smart scale down https://review.openstack.org/196526 | 00:04 |
---|---|---|
openstackgerrit | Merged openstack/magnum: Add documentation for smart scale down feature https://review.openstack.org/198799 | 00:04 |
mfalatic | adrian I see doc merges to the same ones Im touching are already happening. May need to rebase. | 00:10 |
adrian_otto | ok | 00:17 |
*** Marga_ has joined #openstack-containers | 00:18 | |
mfalatic | Zuul is taking its sweet time today on the check-functional-dsvm-magnum gate... might be a little while as I'm sure we've been pretty backed up on that one. | 00:19 |
*** adrian_otto has quit IRC | 00:19 | |
*** adrian_otto has joined #openstack-containers | 00:19 | |
*** Marga_ has quit IRC | 00:22 | |
*** adrian_otto has quit IRC | 00:24 | |
*** kebray has joined #openstack-containers | 00:25 | |
*** Tango has joined #openstack-containers | 00:25 | |
openstackgerrit | Zachary Sais proposed openstack/magnum: Remove redundant Copyright text from heat-mesos https://review.openstack.org/200931 | 00:34 |
*** kebray has quit IRC | 00:37 | |
*** suro-patz has quit IRC | 00:37 | |
*** apuimedo has quit IRC | 00:42 | |
*** yuanying-alt has joined #openstack-containers | 00:42 | |
*** yuanying-alt has quit IRC | 00:47 | |
*** SourabhP has quit IRC | 00:51 | |
*** SourabhP has joined #openstack-containers | 00:53 | |
*** hongbin has joined #openstack-containers | 00:54 | |
*** Marga_ has joined #openstack-containers | 00:57 | |
*** Marga_ has quit IRC | 00:58 | |
*** Marga_ has joined #openstack-containers | 00:58 | |
openstackgerrit | Merged openstack/python-magnumclient: Updated from global requirements https://review.openstack.org/200905 | 01:05 |
openstackgerrit | Michael Sambol proposed openstack/magnum: Drop XML support in Magnum https://review.openstack.org/200961 | 01:05 |
*** bradjones_ has joined #openstack-containers | 01:06 | |
*** bradjones_ has quit IRC | 01:06 | |
*** bradjones_ has joined #openstack-containers | 01:06 | |
*** bradjones has quit IRC | 01:06 | |
*** bradjones_ is now known as bradjones | 01:07 | |
wanghua | Kennan: ping | 01:08 |
Kennan | hi wanghua: | 01:08 |
wanghua | Kennan: Currently magnum-conductor can communicates with k8s master which has a floating ip in all-in-one deployment. But if magnum-conductor is not deployed on the neutron network node which has the br-ex, how can magnum-conductor communicate with k8s master. The magnum-conductor node then has no access to the k8s master. | 01:09 |
wanghua | Kennan: do you have any idea | 01:10 |
Kennan | hi wanghua: | 01:11 |
Kennan | I think if you have management network, m-conductor would have communication through network-node, and then network node have net flow to compute node | 01:13 |
Kennan | which compute node have that containers | 01:13 |
Kennan | so floating ip make l3 net flow ok | 01:13 |
Kennan | did you try m-conductor deployed on different node? | 01:14 |
Kennan | I think it follows like nova-conductor etc. | 01:15 |
wanghua | Kennan: nova-conductor can not communicate with vms | 01:16 |
*** erkules_ has joined #openstack-containers | 01:17 | |
wanghua | Kennan: I will try to deploy on different nodes today. I think there is a problem. | 01:19 |
*** Tango has quit IRC | 01:19 | |
*** erkules has quit IRC | 01:20 | |
Kennan | I think floating ip is OK, controller node have network node would have route for that | 01:20 |
*** SourabhP has quit IRC | 01:21 | |
*** jjlehr has quit IRC | 01:25 | |
wanghua | Kennan: why kubeminion also has a floating ip | 01:28 |
*** jjlehr has joined #openstack-containers | 01:28 | |
Kennan | I did not work with kubernetes much, for docker swarm I know that, it need related acess internet to pull containers | 01:29 |
Kennan | for kubernetes not know if minion need pull related dockers | 01:29 |
Kennan | containers | 01:29 |
wanghua | Kennan: I know now, thks | 01:32 |
Kennan | wcl. wanghua. You could debug more (as I know not much :)) | 01:32 |
*** dims__ has joined #openstack-containers | 01:34 | |
*** dims_ has quit IRC | 01:38 | |
madhuri | dims__, ping | 01:38 |
Kennan | hi madhuri: seems jenknis failed for kubernetes API function tests | 01:40 |
madhuri | Yes I saw it | 01:40 |
Kennan | I suspect it was because of volume issue | 01:40 |
madhuri | And working on it | 01:40 |
madhuri | Which volume issue? | 01:40 |
madhuri | Can you run functional test on your env? | 01:40 |
Kennan | I did not have env now | 01:41 |
Kennan | http://logs.openstack.org/90/200790/3/check/check-functional-dsvm-magnum/25569ad/logs/screen-h-eng.txt | 01:41 |
Kennan | from heat seems it failed for volume step | 01:41 |
Kennan | CREATE: CinderVolume "docker_volume" Stack "testbay-yewvpmhssmk4-kube_minions-xvmbjtxzc2ht-0-ltucnhdn2azv" [d289f92a-b4b5-4d62-97b4-0d1a903fd949] | 01:41 |
*** sthillma has quit IRC | 01:41 | |
Kennan | ClientException: The server has either erred or is incapable of performing the requested operation. (HTTP 500) | 01:41 |
madhuri | Yes that seems cinder issue | 01:42 |
Kennan | http://logs.openstack.org/90/200790/3/check/check-functional-dsvm-magnum/25569ad/logs/screen-c-api.txt | 01:42 |
Kennan | it have errors like | 01:42 |
Kennan | ERROR cinder.volume.api [req-0188ec4b-72df-45ea-ba5c-9e8fade5052d None] Failed to create api volume flow. | 01:42 |
Kennan | ERROR cinder.volume.api StorageFailure: Invalid storage class <class 'taskflow.persistence.logbook.FlowDetail'> | 01:42 |
Kennan | just suspect it was because of that | 01:42 |
*** SourabhP has joined #openstack-containers | 01:43 | |
madhuri | Yes it is | 01:43 |
madhuri | But why is this failure? | 01:43 |
madhuri | Looking | 01:43 |
*** SourabhP has quit IRC | 01:49 | |
Kennan | create a cinder bug | 01:50 |
Kennan | https://bugs.launchpad.net/cinder/+bug/1474175 | 01:50 |
openstack | Launchpad bug 1474175 in Cinder "Magnum jenkins job failed for cinder API issue" [Undecided,New] | 01:50 |
*** SourabhP has joined #openstack-containers | 01:50 | |
*** eliqiao has joined #openstack-containers | 01:53 | |
*** dboik has joined #openstack-containers | 01:53 | |
*** dboik_ has joined #openstack-containers | 01:54 | |
*** jjlehr has quit IRC | 01:55 | |
*** sdake_ has joined #openstack-containers | 01:55 | |
*** dboik has quit IRC | 01:58 | |
madhuri | Kennan, shall we ask on cinder irc? | 01:58 |
*** sdake has quit IRC | 01:59 | |
*** kan__ has joined #openstack-containers | 02:00 | |
*** jruano has quit IRC | 02:08 | |
Kennan | hi madhuri: I was asking in IRC in cinder | 02:09 |
Kennan | Just found your question :0 | 02:09 |
madhuri | Question is why cinder gate is not failing? | 02:09 |
madhuri | Strange | 02:09 |
Kennan | he(or she) said the latest cinder jenkins job used old taskflow | 02:10 |
Kennan | and taskflow have new release recently | 02:11 |
Kennan | he would check the new jenkins job | 02:11 |
Kennan | in cinder | 02:11 |
madhuri | Yes I see | 02:11 |
Kennan | if hit same issue, it would be taskflow issue | 02:11 |
madhuri | We have to wait untill cinder gate failures | 02:11 |
*** dims_ has joined #openstack-containers | 02:12 | |
*** jruano has joined #openstack-containers | 02:13 | |
*** dims__ has quit IRC | 02:13 | |
Kennan | or we try baymodel creation without cinder volume and try if it pass | 02:17 |
Kennan | if it pass, it could be as tempary workaround | 02:17 |
*** dims__ has joined #openstack-containers | 02:18 | |
*** dims_ has quit IRC | 02:19 | |
*** eghobo has quit IRC | 02:23 | |
*** sdake has joined #openstack-containers | 02:25 | |
*** zhenguo has joined #openstack-containers | 02:27 | |
*** jay-lau-513 has joined #openstack-containers | 02:28 | |
*** sdake_ has quit IRC | 02:29 | |
*** SourabhP has quit IRC | 02:29 | |
*** unicell has quit IRC | 02:31 | |
*** yuanying-alt has joined #openstack-containers | 02:31 | |
*** harshs has quit IRC | 02:31 | |
*** yuanying-alt has quit IRC | 02:36 | |
*** sdake_ has joined #openstack-containers | 02:40 | |
*** tobe has joined #openstack-containers | 02:42 | |
*** dboik_ has quit IRC | 02:44 | |
*** sdake has quit IRC | 02:44 | |
*** dboik has joined #openstack-containers | 02:44 | |
openstackgerrit | Hua Wang proposed openstack/magnum: Remove unnecessary codes https://review.openstack.org/199850 | 02:47 |
mfalatic | Argh. Got past the gate bug and the build timed out two hours later. | 02:53 |
mfalatic | and now it's rebase time | 02:58 |
*** jruano has quit IRC | 03:00 | |
mfalatic | Will rebase later tonight and re-upload. | 03:01 |
mfalatic | Hopefully the build will go smoothly and we can get this integrated | 03:02 |
*** jruano has joined #openstack-containers | 03:11 | |
*** hongbin has quit IRC | 03:13 | |
*** adrian_otto has joined #openstack-containers | 03:22 | |
*** dims__ has quit IRC | 03:27 | |
*** adrian_otto has quit IRC | 03:28 | |
Kennan | mfalatic: seems now cinder have one issue which can break jenkins | 03:29 |
*** adrian_otto has joined #openstack-containers | 03:32 | |
*** jruano has quit IRC | 03:33 | |
*** adrian_otto has quit IRC | 03:35 | |
*** achanda has quit IRC | 03:38 | |
*** jjlehr has joined #openstack-containers | 03:42 | |
*** jruano has joined #openstack-containers | 03:48 | |
openstackgerrit | Martin Falatic proposed openstack/magnum: Updated Magnum documentation https://review.openstack.org/199212 | 03:54 |
mfalatic | Kennan - Oh joy! | 03:55 |
mfalatic | Well, I've submitted my rebase and it's rebuilding. Of course, if jenkins is going to break then I guess we know how that's gonna go. Is this a global issue or just for magnum? | 03:56 |
*** harshs has joined #openstack-containers | 03:58 | |
*** jjlehr has quit IRC | 03:59 | |
*** jruano has quit IRC | 04:02 | |
*** eghobo has joined #openstack-containers | 04:02 | |
*** sdake has joined #openstack-containers | 04:03 | |
*** sdake_ has quit IRC | 04:07 | |
mfalatic | Looks like I picked the wrong week to make non-code changes that still have to go through a full build. | 04:08 |
*** harshs_ has joined #openstack-containers | 04:09 | |
*** sdake_ has joined #openstack-containers | 04:10 | |
*** harshs has quit IRC | 04:10 | |
*** harshs_ has quit IRC | 04:10 | |
*** harshs has joined #openstack-containers | 04:10 | |
openstackgerrit | lifeless proposed openstack/magnum: Use constraints. https://review.openstack.org/201412 | 04:12 |
*** sdake has quit IRC | 04:13 | |
*** sdake_ is now known as sdake | 04:13 | |
*** yuanying-alt has joined #openstack-containers | 04:20 | |
harlowja_ | Kennan mfalatic ^ should resolve that (hopefully) | 04:22 |
*** sdake has quit IRC | 04:22 | |
harlowja_ | :) | 04:22 |
mfalatic | Fingers crossed - if it works I'll +1 it. | 04:22 |
mfalatic | (FWIW) | 04:22 |
harlowja_ | cool, basically two versions of taskflow were installed, while cinder was still running :-/ | 04:22 |
harlowja_ | that ends badly, lol | 04:22 |
mfalatic | Gotcha | 04:24 |
*** oro has joined #openstack-containers | 04:24 | |
*** dave-mccowan has quit IRC | 04:25 | |
*** yuanying-alt has quit IRC | 04:25 | |
Kennan | OK harlowja_: | 04:28 |
*** unicell has joined #openstack-containers | 04:33 | |
*** fawadkhaliq has joined #openstack-containers | 04:34 | |
*** eghobo_ has joined #openstack-containers | 04:35 | |
*** sthillma has joined #openstack-containers | 04:37 | |
*** fawadkhaliq has quit IRC | 04:38 | |
*** eghobo has quit IRC | 04:38 | |
*** sthillma has quit IRC | 04:40 | |
*** unicell has quit IRC | 04:41 | |
*** unicell has joined #openstack-containers | 04:45 | |
*** achanda has joined #openstack-containers | 04:52 | |
*** fawadkhaliq has joined #openstack-containers | 04:58 | |
*** apuimedo has joined #openstack-containers | 05:52 | |
*** coolsvap has joined #openstack-containers | 06:00 | |
*** Kennan has quit IRC | 06:02 | |
*** Kennan has joined #openstack-containers | 06:03 | |
*** achanda has quit IRC | 06:07 | |
*** yuanying-alt has joined #openstack-containers | 06:09 | |
*** coolsvap has quit IRC | 06:13 | |
*** yuanying-alt has quit IRC | 06:13 | |
*** coolsvap|away is now known as coolsvap | 06:13 | |
openstackgerrit | Eli Qiao proposed openstack/magnum: API: Handler exception when doing container-list https://review.openstack.org/199007 | 06:19 |
*** achanda has joined #openstack-containers | 06:22 | |
*** oro has quit IRC | 06:25 | |
*** oro has joined #openstack-containers | 06:27 | |
*** SourabhP has joined #openstack-containers | 06:32 | |
*** SourabhP_ has joined #openstack-containers | 06:35 | |
openstackgerrit | Eli Qiao proposed openstack/magnum: Add periodic task to sync up bay status https://review.openstack.org/194514 | 06:35 |
*** belmoreira has joined #openstack-containers | 06:36 | |
*** SourabhP has quit IRC | 06:37 | |
*** SourabhP_ is now known as SourabhP | 06:37 | |
*** BertrandN has joined #openstack-containers | 06:43 | |
*** harshs has quit IRC | 06:55 | |
*** eghobo has joined #openstack-containers | 06:57 | |
*** eghobo_ has quit IRC | 07:00 | |
*** BertrandN has quit IRC | 07:02 | |
*** SourabhP has quit IRC | 07:07 | |
*** eghobo has quit IRC | 07:08 | |
*** humble_ has joined #openstack-containers | 07:13 | |
*** wanghua has quit IRC | 07:14 | |
*** BertrandN has joined #openstack-containers | 07:19 | |
*** achanda has quit IRC | 07:19 | |
*** eliqiao has quit IRC | 07:33 | |
*** sthillma has joined #openstack-containers | 07:35 | |
*** macjack has joined #openstack-containers | 07:46 | |
*** fawadkhaliq has quit IRC | 07:49 | |
*** alex_klimov has joined #openstack-containers | 07:50 | |
*** sdake has joined #openstack-containers | 07:51 | |
*** sthillma has quit IRC | 07:55 | |
*** yuanying-alt has joined #openstack-containers | 07:57 | |
*** sdake has quit IRC | 07:58 | |
*** yuanying-alt has quit IRC | 08:02 | |
*** eliqiao has joined #openstack-containers | 08:05 | |
Kennan | hi madhuri: there? | 08:05 |
Kennan | yuanying: there? | 08:06 |
yuanying | hi | 08:06 |
Kennan | hi yuanying: lifeless: fixed the jenkins failed issue about pip version issue | 08:06 |
Kennan | https://review.openstack.org/#/c/201412/ | 08:06 |
Kennan | please help merge it | 08:06 |
yuanying | ok | 08:06 |
Kennan | as our many reviews blocked by that :( | 08:06 |
yuanying | yes | 08:07 |
openstackgerrit | Merged openstack/magnum: Use constraints. https://review.openstack.org/201412 | 08:11 |
*** fawadkhaliq has joined #openstack-containers | 08:11 | |
*** eliqiao1 has joined #openstack-containers | 08:17 | |
*** eliqiao has quit IRC | 08:18 | |
*** erkules_ is now known as erkules | 08:28 | |
*** erkules has quit IRC | 08:28 | |
*** erkules has joined #openstack-containers | 08:28 | |
openstackgerrit | Yusaku Sawai proposed openstack/magnum: Add `sudo` before `docker` command on dev docs https://review.openstack.org/200426 | 08:43 |
*** jay-lau-513 has quit IRC | 08:47 | |
*** jay-lau-513 has joined #openstack-containers | 08:47 | |
*** tobe has quit IRC | 08:48 | |
*** tobe has joined #openstack-containers | 08:58 | |
*** irenab has joined #openstack-containers | 09:17 | |
openstackgerrit | Merged openstack/magnum: Use the pythonic way to catch exceptions https://review.openstack.org/200790 | 09:37 |
openstackgerrit | Merged openstack/magnum: Remove redundant Copyright text from heat-mesos https://review.openstack.org/200931 | 09:38 |
*** yuanying-alt has joined #openstack-containers | 09:46 | |
*** dims_ has joined #openstack-containers | 09:48 | |
*** yuanying-alt has quit IRC | 09:52 | |
openstackgerrit | Merged openstack/magnum: Add `sudo` before `docker` command on dev docs https://review.openstack.org/200426 | 09:57 |
*** Kennan has quit IRC | 10:03 | |
*** Kennan has joined #openstack-containers | 10:03 | |
*** fawadkhaliq has quit IRC | 10:03 | |
*** Marga_ has quit IRC | 10:12 | |
*** Marga_ has joined #openstack-containers | 10:13 | |
*** Marga_ has quit IRC | 10:16 | |
*** Marga_ has joined #openstack-containers | 10:16 | |
*** fawadkhaliq has joined #openstack-containers | 10:18 | |
*** oro has quit IRC | 10:27 | |
*** irenab has left #openstack-containers | 10:59 | |
*** irenab has joined #openstack-containers | 10:59 | |
*** jay-lau-513 has quit IRC | 11:01 | |
*** openstackgerrit has quit IRC | 11:09 | |
*** coolsvap is now known as coolsvap_ | 11:09 | |
*** openstackgerrit has joined #openstack-containers | 11:09 | |
*** alex_klimov has quit IRC | 11:21 | |
*** alex_klimov has joined #openstack-containers | 11:29 | |
*** yuanying-alt has joined #openstack-containers | 11:36 | |
*** tobe has quit IRC | 11:37 | |
openstackgerrit | Martin Falatic proposed openstack/magnum: Updated Magnum documentation https://review.openstack.org/199212 | 11:38 |
*** tobe has joined #openstack-containers | 11:39 | |
*** yuanying-alt has quit IRC | 11:41 | |
*** tobe has quit IRC | 11:46 | |
*** jjlehr has joined #openstack-containers | 11:51 | |
*** julim has joined #openstack-containers | 12:00 | |
BertrandN | Anybody managed to run the Redis example on a Magnum Devstack install? | 12:03 |
BertrandN | My node is not able to access the internet, so it cannot download any Docker images | 12:03 |
*** jay-lau-513 has joined #openstack-containers | 12:03 | |
*** jjlehr has quit IRC | 12:10 | |
*** openstack has joined #openstack-containers | 12:13 | |
*** absubram has joined #openstack-containers | 12:18 | |
*** absubram has quit IRC | 12:19 | |
*** absubram has joined #openstack-containers | 12:20 | |
*** fawadkhaliq has quit IRC | 12:20 | |
*** ig0r_ has joined #openstack-containers | 12:24 | |
*** jay-lau-513 has quit IRC | 12:34 | |
*** _hanhart has joined #openstack-containers | 12:37 | |
*** yuanying-alt has joined #openstack-containers | 12:38 | |
*** dave-mccowan has joined #openstack-containers | 12:38 | |
*** coolsvap_ is now known as coolsvap|away | 12:39 | |
*** absubram has quit IRC | 12:41 | |
*** jay-lau-513 has joined #openstack-containers | 12:41 | |
*** yuanying-alt has quit IRC | 12:42 | |
*** jay-lau-513 has quit IRC | 12:45 | |
*** julim has quit IRC | 12:47 | |
*** jruano has joined #openstack-containers | 13:01 | |
*** oro has joined #openstack-containers | 13:01 | |
*** fawadkhaliq has joined #openstack-containers | 13:02 | |
*** dims_ has quit IRC | 13:09 | |
*** dims_ has joined #openstack-containers | 13:10 | |
*** julim has joined #openstack-containers | 13:13 | |
*** dims_ has quit IRC | 13:13 | |
*** dims_ has joined #openstack-containers | 13:13 | |
*** dane_leblanc has joined #openstack-containers | 13:16 | |
*** rpothier has joined #openstack-containers | 13:24 | |
*** yuanying-alt has joined #openstack-containers | 13:38 | |
*** bradjones has quit IRC | 13:41 | |
*** yuanying-alt has quit IRC | 13:43 | |
*** bradjones has joined #openstack-containers | 13:48 | |
*** bradjones has quit IRC | 13:48 | |
*** bradjones has joined #openstack-containers | 13:48 | |
*** dboik has quit IRC | 13:52 | |
*** absubram has joined #openstack-containers | 13:56 | |
*** irenab has quit IRC | 14:00 | |
*** kan__ has quit IRC | 14:01 | |
*** obedmr has joined #openstack-containers | 14:01 | |
*** Kennan2 has joined #openstack-containers | 14:10 | |
*** Kennan has quit IRC | 14:10 | |
*** dboik has joined #openstack-containers | 14:12 | |
*** Drago has joined #openstack-containers | 14:17 | |
*** Drago has quit IRC | 14:18 | |
*** Drago has joined #openstack-containers | 14:19 | |
*** kbyrne has quit IRC | 14:23 | |
*** sdake_ has joined #openstack-containers | 14:24 | |
*** harshs has joined #openstack-containers | 14:33 | |
openstackgerrit | Merged openstack/magnum: Updated Magnum documentation https://review.openstack.org/199212 | 14:36 |
*** sdake_ is now known as sdae | 14:37 | |
*** zsais has joined #openstack-containers | 14:37 | |
*** sdae is now known as sdake | 14:37 | |
*** unicell1 has joined #openstack-containers | 14:38 | |
*** unicell has quit IRC | 14:39 | |
*** kbyrne has joined #openstack-containers | 14:43 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/magnum: Updated from global requirements https://review.openstack.org/200676 | 14:48 |
*** sdake has quit IRC | 14:51 | |
*** sdake has joined #openstack-containers | 14:51 | |
*** achanda has joined #openstack-containers | 14:58 | |
*** adrian_otto has joined #openstack-containers | 14:59 | |
*** coolsvap|away is now known as coolsvap | 15:04 | |
*** achanda has quit IRC | 15:06 | |
*** harshs has quit IRC | 15:10 | |
*** ig0r_ has quit IRC | 15:10 | |
*** ig0r__ has joined #openstack-containers | 15:11 | |
*** harshs has joined #openstack-containers | 15:14 | |
*** ig0r_ has joined #openstack-containers | 15:18 | |
*** ig0r__ has quit IRC | 15:19 | |
*** adrian_otto has quit IRC | 15:21 | |
*** harshs has quit IRC | 15:21 | |
*** belmoreira has quit IRC | 15:26 | |
*** yuanying-alt has joined #openstack-containers | 15:27 | |
*** adrian_otto has joined #openstack-containers | 15:31 | |
*** yuanying-alt has quit IRC | 15:32 | |
*** dimtruck has joined #openstack-containers | 15:34 | |
*** oro_ has joined #openstack-containers | 15:38 | |
*** ig0r__ has joined #openstack-containers | 15:42 | |
*** ig0r_ has quit IRC | 15:43 | |
*** liangbo has joined #openstack-containers | 15:47 | |
*** oro_ has quit IRC | 15:47 | |
*** oro has quit IRC | 15:48 | |
*** dimtruck is now known as zz_dimtruck | 16:02 | |
*** zz_dimtruck is now known as dimtruck | 16:03 | |
*** sthillma has joined #openstack-containers | 16:06 | |
*** Drago has quit IRC | 16:10 | |
*** Drago has joined #openstack-containers | 16:11 | |
*** unicell1 has quit IRC | 16:13 | |
*** zhenguo has quit IRC | 16:13 | |
*** harshs has joined #openstack-containers | 16:14 | |
*** alex_klimov has quit IRC | 16:16 | |
*** eghobo has joined #openstack-containers | 16:17 | |
*** BertrandN has quit IRC | 16:26 | |
*** apuimedo has quit IRC | 16:32 | |
*** fawadkhaliq has quit IRC | 16:33 | |
*** oro_ has joined #openstack-containers | 16:46 | |
*** fawadkhaliq has joined #openstack-containers | 16:46 | |
*** oro has joined #openstack-containers | 16:47 | |
*** unicell has joined #openstack-containers | 16:48 | |
*** unicell has quit IRC | 16:48 | |
*** unicell has joined #openstack-containers | 16:48 | |
*** vahidh has joined #openstack-containers | 17:00 | |
*** yuanying-alt has joined #openstack-containers | 17:16 | |
*** fawadkhaliq has quit IRC | 17:16 | |
*** liangbo has quit IRC | 17:17 | |
*** coolsvap is now known as coolsvap|afk | 17:20 | |
*** yuanying-alt has quit IRC | 17:21 | |
*** achanda has joined #openstack-containers | 17:29 | |
*** sthillma has quit IRC | 17:33 | |
*** fawadkhaliq has joined #openstack-containers | 17:34 | |
*** daneyon_ has quit IRC | 17:35 | |
*** daneyon has joined #openstack-containers | 17:35 | |
*** suro-patz has joined #openstack-containers | 17:37 | |
*** daneyon_ has joined #openstack-containers | 17:38 | |
*** achanda has quit IRC | 17:41 | |
*** daneyon has quit IRC | 17:41 | |
*** achanda has joined #openstack-containers | 17:41 | |
*** sthillma has joined #openstack-containers | 17:51 | |
*** ameybhide has joined #openstack-containers | 17:52 | |
*** openstackgerrit has quit IRC | 17:56 | |
*** openstackgerrit has joined #openstack-containers | 17:56 | |
*** Tango has joined #openstack-containers | 17:57 | |
*** sthillma has quit IRC | 17:57 | |
*** apuimedo has joined #openstack-containers | 18:03 | |
*** dane_leblanc has quit IRC | 18:04 | |
*** sthillma has joined #openstack-containers | 18:06 | |
*** dane_leblanc has joined #openstack-containers | 18:12 | |
*** obedmr has quit IRC | 18:19 | |
openstackgerrit | Merged openstack/magnum: Drop XML support in Magnum https://review.openstack.org/200961 | 18:21 |
Tango | ping sdake | 18:21 |
sdake | shoot tango | 18:22 |
Tango | question: in the current Fedora_atomic image, ping doesn't work. It gives you the error "Invalid argument". Do you know what caused this? | 18:23 |
Tango | I am getting the same error now for kube-apiserver in the image I build. I asked in the Atomic forum and got a pointer on composing the tree, which I am not sure solve the problem. | 18:25 |
*** tcammann1 has joined #openstack-containers | 18:26 | |
sdake | no idea, the image has not changed | 18:29 |
sdake | you mean the one you downloaded from the fedorapeople page? | 18:30 |
sdake | the fedora atomic 3? | 18:30 |
Tango | right | 18:30 |
*** vahidh has quit IRC | 18:30 | |
sdake | each time you build your own image you need to modify the template to match teh new iamge | 18:30 |
*** daneyon_ has quit IRC | 18:30 | |
*** fawadkhaliq has quit IRC | 18:30 | |
*** Drago has quit IRC | 18:30 | |
*** zsais has quit IRC | 18:30 | |
*** Marga_ has quit IRC | 18:30 | |
*** liudong has quit IRC | 18:30 | |
*** filler has quit IRC | 18:30 | |
*** brendenblanco has quit IRC | 18:30 | |
*** tcammann_ has quit IRC | 18:30 | |
sdake | unfortunately the command line options and other config stuff changes between releases | 18:30 |
*** f1ller has joined #openstack-containers | 18:31 | |
openstackgerrit | Merged openstack/magnum: Updated from global requirements https://review.openstack.org/200676 | 18:32 |
Tango | Right, the k8s stuff needs to be updated continually. But I mean the Fedora image itself, if I create a normal bay with the current fedora atomic 3 image and log in, I would find that ping doesn't work | 18:32 |
*** hongbin has joined #openstack-containers | 18:33 | |
Tango | the weird thing is that if I copy /usr/bin/ping to somewhere else and run it, it works fine. It seems to be something that Atomic sets up that is not working properly. | 18:33 |
*** oro has quit IRC | 18:34 | |
*** oro_ has quit IRC | 18:34 | |
sdake | ya ping is busted in atomic | 18:37 |
sdake | i dont know why | 18:37 |
Tango | ok, I will keep bugging the Atomic guys | 18:38 |
Tango | but I can work around this for now | 18:39 |
apmelton | hey Tango, do you have any hotel suggestions for the mid-cycle? | 18:44 |
Tango | apmelton: Would you like some place nearby, or nice, or with fun surrounding? | 18:45 |
apmelton | Tango: probably just nearby | 18:46 |
Tango | apmelton: ok let me get the addresses | 18:47 |
apmelton | thanks! | 18:47 |
*** obedmr has joined #openstack-containers | 18:50 | |
Tango | apmelton: http://www.fourpointssiliconvalley.com/ is a popular choices for visitors here. It's 6 miles away and right off the highway. | 18:52 |
apmelton | Tango: sounds good, thanks! | 18:54 |
*** sgordon has quit IRC | 18:55 | |
Tango | apmelton: For something more home like, with kitchen and so: Residence Inn San Jose South, 6111 San Ignacio Ave, San Jose, CA 95119 | 18:55 |
Tango | about the same distance | 18:55 |
*** openstackgerrit has quit IRC | 18:56 | |
*** openstackgerrit has joined #openstack-containers | 18:56 | |
Tango | apmelton: Another similar place: Extended Stay America - San Jose, 6189 San Ignacio Ave, San Jose, CA 95119 | 18:56 |
*** sgordon has joined #openstack-containers | 18:57 | |
*** dane_leblanc has quit IRC | 19:02 | |
*** yuanying-alt has joined #openstack-containers | 19:05 | |
*** dane_leblanc has joined #openstack-containers | 19:08 | |
*** yuanying-alt has quit IRC | 19:09 | |
*** adrian_otto has quit IRC | 19:10 | |
*** achanda has quit IRC | 19:17 | |
*** achanda has joined #openstack-containers | 19:17 | |
*** kebray has joined #openstack-containers | 19:26 | |
*** achanda has quit IRC | 19:34 | |
*** achanda has joined #openstack-containers | 19:35 | |
*** achanda has quit IRC | 19:47 | |
*** brendenblanco has joined #openstack-containers | 19:49 | |
*** daneyon has joined #openstack-containers | 19:49 | |
*** Marga_ has joined #openstack-containers | 19:49 | |
*** Drago has joined #openstack-containers | 19:49 | |
*** Tango has quit IRC | 19:50 | |
*** eghobo has quit IRC | 19:58 | |
*** liudong has joined #openstack-containers | 20:01 | |
*** eghobo has joined #openstack-containers | 20:08 | |
*** adrian_otto has joined #openstack-containers | 20:10 | |
*** Tango has joined #openstack-containers | 20:14 | |
*** coolsvap|afk is now known as coolsvap|away | 20:25 | |
*** dave-mccowan has quit IRC | 20:27 | |
*** dane_leblanc has quit IRC | 20:28 | |
*** dave-mccowan has joined #openstack-containers | 20:29 | |
*** dane_leblanc has joined #openstack-containers | 20:35 | |
*** sdake has quit IRC | 20:36 | |
*** achanda has joined #openstack-containers | 20:38 | |
*** kebray has quit IRC | 20:38 | |
*** dimtruck is now known as zz_dimtruck | 20:42 | |
*** oro_ has joined #openstack-containers | 20:43 | |
*** oro has joined #openstack-containers | 20:43 | |
*** yuanying-alt has joined #openstack-containers | 20:53 | |
*** kebray has joined #openstack-containers | 20:57 | |
*** yuanying-alt has quit IRC | 20:58 | |
*** zz_dimtruck is now known as dimtruck | 21:00 | |
*** kebray has quit IRC | 21:08 | |
mfalatic | Is tox broken right now? | 21:12 |
mfalatic | tox -e docs is failing for me with some kind of a problem in requirements.txt | 21:12 |
*** julim has quit IRC | 21:13 | |
*** julim has joined #openstack-containers | 21:15 | |
*** julim has quit IRC | 21:15 | |
hongbin | mfalatic: It works for me. What kind of error you saw? | 21:16 |
*** kebray has joined #openstack-containers | 21:19 | |
mfalatic | Are you fully rebased right now? | 21:19 |
mfalatic | I'm getting n error in test-requirements.txt concerning the two mock lines | 21:20 |
mfalatic | running tox -e docs is triggering it and its a very recent change | 21:20 |
mfalatic | ValueError: ("Expected ',' or end-of-list in", "mock>=1.1;python_version!='2.6'", 'at', ";python_version!='2.6'") | 21:21 |
*** sdake has joined #openstack-containers | 21:21 | |
hongbin | mfalatic: Looks like this error: http://lists.openstack.org/pipermail/openstack-dev/2015-July/069269.html | 21:23 |
hongbin | Try this command: tox -e docs --recreate | 21:23 |
mfalatic | I'm in a brand new working area | 21:24 |
mfalatic | What's interesting is if I revert that change (the mock bit) it works fine. | 21:24 |
hongbin | I see | 21:24 |
hongbin | There is a recent commit to change the requirement | 21:24 |
mfalatic | I'm not sure if it'll break the gate (surprised it didn't do that when the change went in. | 21:24 |
mfalatic | yes | 21:24 |
mfalatic | that's the commit I reverted to make this work just moments ago | 21:25 |
hongbin | No, because gate use the latest pip | 21:25 |
mfalatic | hmm! | 21:25 |
hongbin | You need to upgrade some package I guess | 21:25 |
mfalatic | I wonder if my pip is wrong | 21:25 |
mfalatic | or if my pip is too new | 21:25 |
mfalatic | (I upgraded pip first thing when I set up my environment) | 21:26 |
hongbin | Try this solution http://lists.openstack.org/pipermail/openstack-dev/2015-July/069286.html | 21:26 |
mfalatic | Interesting too, now that I've run it I reverted the change and re-ran tox... that works. Recreate fails as it did before. | 21:27 |
mfalatic | The question is what package would I do that to? | 21:28 |
mfalatic | Seems fragile. | 21:28 |
hongbin | Seem to be the pdr | 21:29 |
hongbin | https://bugs.launchpad.net/devstack/+bug/1468808 | 21:29 |
openstack | Launchpad bug 1468808 in devstack "stack.sh downgrades pbr if old dependencies are present" [Undecided,Confirmed] | 21:29 |
*** suro-patz has quit IRC | 21:30 | |
mfalatic | Well, downgrading pip didn't help so it wasn't that. pdr? Will read the link | 21:30 |
*** coolsvap has joined #openstack-containers | 21:31 | |
*** suro-patz has joined #openstack-containers | 21:31 | |
mfalatic | and that export suggesting doesn't help either. still trying things, | 21:32 |
*** kebray has quit IRC | 21:36 | |
*** dboik has quit IRC | 21:37 | |
mfalatic | In fact, looking at the global requirements I can't find another instance where two lines have the same package name like this... | 21:37 |
*** sdake_ has joined #openstack-containers | 21:40 | |
*** sdake has quit IRC | 21:41 | |
*** rpothier has quit IRC | 21:49 | |
*** madhuri_ has joined #openstack-containers | 21:52 | |
*** oro has quit IRC | 21:53 | |
*** oro_ has quit IRC | 21:54 | |
*** adrian_otto has quit IRC | 21:54 | |
*** adrian_otto has joined #openstack-containers | 21:55 | |
adrian_otto | our team meeting begins in 5 minutes in #openstack-meeting-alt | 21:56 |
*** shakamunyi has joined #openstack-containers | 21:58 | |
*** yuanying-alt has joined #openstack-containers | 22:00 | |
*** kebray has joined #openstack-containers | 22:11 | |
*** suro-patz has quit IRC | 22:13 | |
*** suro-patz1 has joined #openstack-containers | 22:13 | |
*** sdake_ is now known as sdake | 22:34 | |
openstackgerrit | Merged openstack/magnum: Remove unnecessary codes https://review.openstack.org/199850 | 22:40 |
*** dimtruck is now known as zz_dimtruck | 22:49 | |
*** obedmr has quit IRC | 22:57 | |
*** hongbin has quit IRC | 23:00 | |
*** yuanying-alt has quit IRC | 23:00 | |
madhuri_ | hi adrian_otto sdake Tango | 23:00 |
Tango | Hi madhuri_ | 23:01 |
madhuri_ | Sorry may be out of sync, when are you planning to move to 0.19 | 23:01 |
adrian_otto | madhuri_: I'm really sorry, but I have to head to an appointment, so I can't stay and chat now. | 23:01 |
madhuri_ | Sure adrian_otto | 23:01 |
adrian_otto | ok, catch you later. | 23:02 |
mfalatic | As a reminder if your virtulenv isn't very current you will have a bad time running tox. Be sure to update it, either system-wide per the openstck docs, or at least locally using https://rbtcollins.wordpress.com/2015/07/12/bootstrapping-developer-environments-for-openstack/ or similar. | 23:02 |
madhuri_ | Tango, I just wanted to make sure the kubernetesclient works well with it | 23:02 |
*** adrian_otto has quit IRC | 23:02 | |
madhuri_ | Tango, Do you have the 0.19 image? | 23:02 |
*** adrian_otto has joined #openstack-containers | 23:02 | |
Tango | madhuri_: I think as soon as we get what we have working | 23:02 |
madhuri_ | It would be great if you can provide me the image so that I can also test | 23:03 |
Tango | madhuri_: I do, but it does have a problem as I mentioned. The binary /usr/bin/kube-apiserver is not set up correctly by Atomic, so it would return an error like "Invalid argument" | 23:03 |
sdake | tango did you as on the atomic ml | 23:04 |
madhuri_ | Ok. Once corrected, please let me know | 23:04 |
Tango | In our current image Fedora Atomic 3, if you try ping, it's the same problem | 23:04 |
*** absubram has quit IRC | 23:04 | |
Tango | Yes I posted a question there with the problem we saw | 23:04 |
Tango | for ping | 23:04 |
sdake | they said what? | 23:04 |
madhuri_ | Yes with current image also | 23:05 |
Tango | the weird thing is that kube-apiserver worked fine when I built earlier. Then suddenly this problem crops up | 23:05 |
sdake | arn't containers fun? ;-) | 23:06 |
Tango | One person pointed to the updated instruction to compose the rpm-ostree | 23:06 |
Tango | I tried this: the instruction says to build on a Fedora server, the step to compose works fine, but the step to create the image fails | 23:06 |
madhuri_ | Team just to inform, I am suffering from food poisoning and might not be available for a day or two | 23:07 |
*** adrian_otto has quit IRC | 23:07 | |
Tango | madhuri_: hope you get well quickly! | 23:07 |
madhuri_ | Thanks Tango :) | 23:07 |
Tango | Anyway, I will try to build on Ubuntu server to see if I have better luck. | 23:08 |
sdake | get well soon madhuri_ | 23:08 |
sdake | lots of fluids :) | 23:08 |
Tango | sdake: You mentioned nulecule ? | 23:09 |
sdake | ya the wrong answer? | 23:09 |
sdake | what of it :) | 23:09 |
madhuri_ | sdake, I will get back to you later to discuss about Dave | 23:09 |
sdake | i was just making a joke earlier when i mentioned in our team meeting | 23:09 |
Tango | what does it mean? :) | 23:09 |
madhuri_ | Thanks sdake :) | 23:09 |
sdake | it means the wrong answer | 23:09 |
*** jruano has quit IRC | 23:09 | |
Tango | oh ok. I am grabbing for anything that helps | 23:10 |
sdake | https://github.com/projectatomic/nulecule | 23:10 |
openstackgerrit | Martin Falatic proposed openstack/magnum: Add manual links into dev-quickstart.rst https://review.openstack.org/189584 | 23:10 |
*** madhuri_ has quit IRC | 23:11 | |
sdake | homer simspon was on who wants to be a millionare | 23:11 |
sdake | and he has a million bucks riding on the line | 23:11 |
sdake | and the host asks him a question | 23:12 |
sdake | oh wait, nah, they call homer | 23:12 |
sdake | someone does, one of the cast calls homer as the lifeline | 23:12 |
sdake | and he says "nulecule" | 23:12 |
sdake | which is the wrong answer to the question | 23:12 |
sdake | fail to comprehend why someone would name their project after the wrong answer | 23:12 |
mfalatic | juggler ^^^^ That's the update. When merged, the docs will be visible at http://docs.openstack.org/developer/magnum/dev/dev-quickstart.html and the manual install link will refer to the proper page there. | 23:12 |
juggler | ah ok cool | 23:13 |
juggler | is dev-manual-install that you referenced somehow related to dev-manual-devstack.rst | 23:14 |
juggler | the names seem different | 23:14 |
mfalatic | hmm | 23:14 |
mfalatic | did I screw that up | 23:14 |
mfalatic | let me look | 23:14 |
juggler | patch 4 is: https://review.openstack.org/#/c/189584/4/doc/source/dev/dev-quickstart.rst | 23:14 |
juggler | patch 3 is: https://review.openstack.org/#/c/189584/3/doc/source/dev/dev-quickstart.rst,unified | 23:15 |
mfalatic | yes | 23:15 |
mfalatic | it's correct | 23:15 |
juggler | please note that there are technically 2 URLs added to patch 3 | 23:15 |
mfalatic | look at the top of the file | 23:15 |
mfalatic | and yes, the URL for the docs is totally redundant | 23:15 |
juggler | line 125 and 128 | 23:15 |
mfalatic | the docs are at | 23:16 |
mfalatic | oh | 23:16 |
mfalatic | oh my | 23:16 |
mfalatic | let me go back and give that a look again. | 23:16 |
mfalatic | damn | 23:16 |
mfalatic | I see what you mean now | 23:17 |
juggler | yup | 23:17 |
*** dims__ has joined #openstack-containers | 23:17 | |
mfalatic | My bad, but if we're going to have a link ike that it should be in both the manual and quickstart guides. | 23:17 |
mfalatic | so let me add that back now and also add it to the other one. | 23:17 |
mfalatic | sound good? | 23:17 |
juggler | sounds good | 23:18 |
juggler | for dev-quickstart.rst, you might want to preserve the verbiage of new... | 23:19 |
*** dims_ has quit IRC | 23:19 | |
mfalatic | ? | 23:19 |
juggler | lines 119-128 as much as possible | 23:19 |
juggler | I tried the keep the verbiage from the prior patch intact | 23:20 |
juggler | so it doesn't confuse things | 23:20 |
mfalatic | My patch changed a lot of that. | 23:20 |
mfalatic | (the big docs one) | 23:20 |
mfalatic | I'm going to add the following to both docs FWIW: | 23:21 |
mfalatic | For details on devstack setup and options, please refer to the OpenStack | 23:21 |
mfalatic | DevStack documentation at http://docs.openstack.org/developer/devstack | 23:21 |
mfalatic | Otherwise, I think all the bases are covered between my changes already merged and these. | 23:21 |
mfalatic | does that sound acceptable? | 23:22 |
juggler | will you also be adding the reference to the secondary URL? +https://github.com/openstack/magnum/blob/master/doc/source/dev/dev-manual-devstack.rst | 23:22 |
juggler | i didn't come up with the filenames, but those are two very different sets of documentation that users need to be aware of | 23:23 |
mfalatic | one moment | 23:23 |
juggler | ok, be back in 2m | 23:24 |
juggler | (i'll be..) | 23:24 |
mfalatic | It's already there | 23:24 |
mfalatic | Look at the top of the raw version of that file | 23:24 |
mfalatic | .. _dev-manual-install: | 23:24 |
mfalatic | that's where that name comes from... frankly it's a confusing difference between that and the filename so I might fix the ref name or might save that for a future cleanup. | 23:25 |
juggler | might you have the URL for the "cooked" HTML version of that dev-manual-devstack file? | 23:26 |
juggler | the one that lives on github? | 23:26 |
juggler | (i think?) | 23:27 |
sdake | github autogenerates | 23:27 |
*** dane_leblanc has quit IRC | 23:27 | |
sdake | the built docs end up on docs.openstack.org iirc | 23:27 |
juggler | i knowt...i'm trying to trace that URL.. | 23:28 |
juggler | hmm maybe it's here...scanning http://docs.openstack.org/developer/magnum/dev/dev-quickstart.html | 23:28 |
mfalatic | Actually | 23:29 |
mfalatic | Last cooked one is here: http://docs.openstack.org/developer/magnum/dev/dev-manual-devstack.html | 23:30 |
*** jruano has joined #openstack-containers | 23:30 | |
mfalatic | In that I had a link to openstack devstack already | 23:30 |
mfalatic | specifically for configuration info. | 23:30 |
mfalatic | I'm curious, what about just having that same link in the same approximate place in the quickstat? | 23:31 |
juggler | ok, in the link: http://docs.openstack.org/developer/magnum/dev/dev-manual-devstack.html ... | 23:31 |
*** bitblt has joined #openstack-containers | 23:31 | |
mfalatic | http://docs.openstack.org/developer/magnum/dev/dev-manual-devstack.html | 23:31 |
juggler | the Developer Quick-Start link seems to not derive from the text quickstart link | 23:31 |
mfalatic | I meanL More devstack configuration information can be found at http://docs.openstack.org/developer/devstack/configuration.html | 23:31 |
*** kebray has quit IRC | 23:32 | |
mfalatic | What link are you referring to | 23:32 |
mfalatic | you mean the one that goes here? http://docs.openstack.org/developer/magnum/dev/dev-quickstart.html#dev-quickstart | 23:32 |
juggler | hang on a min.. :) | 23:34 |
mfalatic | The more I look at this, the more I think it's all covered in rev 4 | 23:35 |
mfalatic | there is already a "more info" type link for devstack configuration after the configs in both of the docs | 23:35 |
*** shakamunyi has quit IRC | 23:36 | |
*** barra204 has joined #openstack-containers | 23:36 | |
mfalatic | I added that in my big update. | 23:36 |
mfalatic | Note: this is why I'm working on yours - I know I changed a lot and I wanted to make the merge go more smoothly for you, while not duplicating things and so on. | 23:38 |
juggler | ok this is puzzling... | 23:38 |
juggler | the version of : http://git.openstack.org/cgit/openstack/magnum/tree/doc/source/dev/dev-quickstart.rst | 23:38 |
juggler | appears to be very different than the patch 3 version: https://review.openstack.org/#/c/189584/3/doc/source/dev/dev-quickstart.rst,unified | 23:39 |
juggler | has a lot changed docwise??? | 23:39 |
mfalatic | yup | 23:39 |
mfalatic | a ton | 23:39 |
juggler | oh thank goodnes...i thought everything had gone pear-shaped lol | 23:40 |
mfalatic | that's why I specifically involved myself in your change. It's a good change - adding the manual link in particular | 23:40 |
juggler | whew | 23:40 |
mfalatic | lol | 23:40 |
mfalatic | No worries | 23:40 |
*** apuimedo has quit IRC | 23:41 | |
mfalatic | again, just trying to make your merge go smoothly and correctly. | 23:41 |
juggler | yeah, i think bottom line, as long as we have some semblance of those 2 URLs, we should be good-to-go | 23:41 |
mfalatic | you see the link in the current docs right? | 23:41 |
juggler | i think it might also help... | 23:41 |
mfalatic | the devstack config? | 23:41 |
mfalatic | (http://docs.openstack.org/developer/devstack/configuration.html) | 23:41 |
juggler | (scratch my last statement for now..) | 23:42 |
mfalatic | that should suffice for anyone needing more info | 23:43 |
mfalatic | Which first statement? | 23:43 |
mfalatic | :-D | 23:43 |
juggler | ha, this statement is redacted: "i think it might also help..." | 23:44 |
mfalatic | gotcha :-) | 23:44 |
mfalatic | Are we good to go then? Assuming it builds... | 23:45 |
*** jruano has quit IRC | 23:45 | |
juggler | i think so | 23:45 |
mfalatic | (Because broken builds have been a "thing" the last few days unfortunately... but that's beyond the scope of this) | 23:45 |
juggler | did the documentation break the build, or was that caused by something else? | 23:46 |
mfalatic | cool | 23:46 |
mfalatic | wel... | 23:46 |
mfalatic | well. docs didn't break it over the weekend. | 23:46 |
juggler | correction /documentation/patch3/ | 23:46 |
mfalatic | but tox is broken as of today | 23:46 |
mfalatic | nonono | 23:46 |
mfalatic | yours didn't break anything | 23:46 |
mfalatic | the failed builds were outside of docs but the autobuild gets triggered nonetheless | 23:47 |
*** ameybhide has quit IRC | 23:47 | |
mfalatic | so if the build system is acting up, no patch will get built right. | 23:47 |
mfalatic | and now that tox is giving me grief... I had to make sure tox wouldn't break the gate. | 23:48 |
*** hblixt has joined #openstack-containers | 23:48 | |
mfalatic | (I couldn't build the docs today because it kept throwing errors... nothing to do with you or me but rather a req change that doesnt work with old virtualenv versions) | 23:48 |
mfalatic | Turns out ubuntu 14.04 uses too old a version. Either way I updated that package and it worked. I have some confidence the build will be fine and if it's not it won't be my fault or yours. :-D | 23:50 |
juggler | cool... i was a little worried (and perplexed) how my patch broke something :D | 23:50 |
mfalatic | Nope but you'd have had a fund time rebasing. | 23:50 |
mfalatic | *fun | 23:50 |
juggler | ok. i'll relay the message to adrian_otto that you appear to have things covered on your side. | 23:51 |
juggler | thanks for interceding :) | 23:51 |
mfalatic | To recap - you didn't break anything. And remember to put a # in the Closes-Bug: line... "Closes-Bug: #1451678" not "Closes-Bug: 1451678" | 23:51 |
openstack | bug 1451678 in Magnum "Add link to dev-manual-devstack.rst into document dev-quickstart.rst" [High,In progress] https://launchpad.net/bugs/1451678 - Assigned to P Rivera (juggler) | 23:51 |
mfalatic | I made the same exact mistake in an early rev of my doc changes. | 23:52 |
mfalatic | without the # it won't trigger launchpad so it knows there was a merge so it can change state. Apparently.... I'm really not sure if it's mandatory or not but I was told it is. | 23:53 |
juggler | hmm? patch 3 doesn't have a hashtag in front of the number: https://review.openstack.org/#/c/189584/3//COMMIT_MSG,unified | 23:53 |
juggler | patch4 was submitted by someone else, i think | 23:53 |
mfalatic | (Seems I've seen it done both ways but who knows, maybe that led to problems for others) | 23:53 |
mfalatic | Patch 4 is from me. | 23:54 |
juggler | sounds like a hashtag cropped up in all the pasteups | 23:54 |
juggler | I didn't want to say, since you've been helping me a lot ;) | 23:54 |
mfalatic | it's not strictly a hashtag in this case... just a number sign. | 23:54 |
mfalatic | Which makes me think that I I say "we're #1" here, the bot will do something interesting... let's see. | 23:55 |
mfalatic | Nope. Ah well. | 23:55 |
juggler | oh oh | 23:55 |
juggler | hmm | 23:55 |
* juggler is pondering | 23:56 | |
mfalatic | Closes-Bug: 1451678 | 23:56 |
openstack | bug 1451678 in Magnum "Add link to dev-manual-devstack.rst into document dev-quickstart.rst" [High,In progress] https://launchpad.net/bugs/1451678 - Assigned to P Rivera (juggler) | 23:56 |
mfalatic | Closes-Bug: #1451678 | 23:56 |
mfalatic | Interesting.... | 23:56 |
mfalatic | This is all aside from your review at this point, just trying to figure out whether that matters and actually why the "wrong" one triggers the channel bot here. | 23:57 |
juggler | I see now... | 23:58 |
mfalatic | blah blah 1451678 blah | 23:58 |
mfalatic | blah: 1451678 blah | 23:58 |
juggler | looks like there is an error here: https://wiki.openstack.org/wiki/Magnum/Contributing | 23:58 |
mfalatic | subtle... interesting | 23:58 |
juggler | I will add a # to the Closes-Bug line | 23:58 |
mfalatic | I already did | 23:58 |
juggler | it's missing in the template | 23:58 |
mfalatic | wait | 23:59 |
mfalatic | where do you plan to add that? | 23:59 |
juggler | on the Contributing wiki page | 23:59 |
juggler | (above) | 23:59 |
mfalatic | k | 23:59 |
*** hblixt_ has joined #openstack-containers | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!