Friday, 2015-10-09

*** achanda_ has joined #openstack-containers00:03
*** david-ly_ has joined #openstack-containers00:04
*** david-lyle has quit IRC00:05
*** mbound has quit IRC00:06
*** achanda has quit IRC00:06
*** achanda_ has quit IRC00:07
*** gangil1 has joined #openstack-containers00:08
*** suro-patz has quit IRC00:09
*** gangil has quit IRC00:09
*** VikasC has joined #openstack-containers00:12
*** devkulkarni has quit IRC00:13
openstackgerritMerged openstack/magnum: Fix an occasional 400 error on functional gate  https://review.openstack.org/23274900:18
*** adrian_otto has quit IRC00:19
*** Tango|2 has quit IRC00:21
*** vilobhmm has quit IRC00:22
openstackgerritMerged openstack/magnum: Pull metrics by using TLS enabled client  https://review.openstack.org/23213900:34
openstackgerritMerged openstack/magnum: Pull metrics by using TLS enabled client  https://review.openstack.org/23213900:34
*** sdake has joined #openstack-containers00:35
*** annegentle has quit IRC00:40
*** EricGonczer_ has quit IRC00:46
*** sthillma has quit IRC00:47
*** dave-mccowan has quit IRC00:52
*** ganeshna has quit IRC00:53
*** juggler_ has joined #openstack-containers00:56
*** EricGonczer_ has joined #openstack-containers00:57
*** juggler__ has quit IRC00:59
*** EricGonczer_ has quit IRC01:01
*** gangil1 has quit IRC01:02
*** ganeshna has joined #openstack-containers01:03
*** VikasC has quit IRC01:08
*** eghobo has joined #openstack-containers01:10
*** adrian_otto has joined #openstack-containers01:13
*** juggler_ is now known as juggler01:14
*** vimal has joined #openstack-containers01:14
*** david-ly_ has quit IRC01:14
*** erkules_ has joined #openstack-containers01:16
*** dims has quit IRC01:18
*** dims has joined #openstack-containers01:18
*** erkules has quit IRC01:19
*** david-lyle has joined #openstack-containers01:22
*** dims has quit IRC01:23
*** ganeshna has quit IRC01:24
eliqiaohello containers01:24
yuanyinghi01:26
yuanyingeliqiao: atomic-6 image seems created by Tango https://fedorapeople.org/groups/magnum/fedora-21-atomic-6-d181.qcow201:27
eliqiaoyuanying: cool, I will grap it and did some testing.01:28
eliqiaoyuanying: when we would bumping the version?01:28
*** david-lyle has quit IRC01:29
yuanyingafter testing, Tango will do01:29
eliqiaoyuanying: okay, good to know it, thank you.01:34
*** hongbin has joined #openstack-containers01:42
*** sdake has quit IRC01:44
*** eghobo has quit IRC01:50
*** devkulkarni has joined #openstack-containers01:55
*** vilobhmm has joined #openstack-containers01:55
*** eggshell has quit IRC01:57
*** eggshell has joined #openstack-containers02:01
vilobhmmyaunying : ping02:05
openstackgerritEli Qiao proposed openstack/magnum: Functional: Add testcase of tls_enabled bay creation case.  https://review.openstack.org/23242102:09
yuanyinghi vilobhmm02:13
vilobhmmyuanying : seems like you fixed this the other day https://github.com/openstack/magnum/blob/master/magnum/tests/functional/test_k8s_python_client.py#L130-L13702:13
vilobhmmjust wanted to check will the uuid be really fecthed here ?02:14
vilobhmmbecause I am getting a functional test failure as the test can’t find a uuid for a bay02:14
vilobhmmmeans a associated bay02:15
yuanyingwhat's your code02:15
vilobhmmbay with an associated uuid to be more specific :) sorry for the wrong wording02:15
vilobhmmhttp://logs.openstack.org/68/213368/18/check/gate-functional-dsvm-magnum/0aa6e7a/console.html#_2015-10-09_00_29_10_37702:16
vilobhmmis the test failure02:16
vilobhmmI thought of changing it this way https://review.openstack.org/#/c/213368/18/magnum/tests/functional/test_k8s_python_client.py but still see the failure02:16
vilobhmmyaunying : ^^02:16
openstackgerritVilobh Meshram proposed openstack/magnum: Objects from Bay - Pods  https://review.openstack.org/22336702:17
*** devkulkarni has quit IRC02:18
yuanyingI'm not sure, why this error is occured02:18
*** dims has joined #openstack-containers02:19
vilobhmmfrom the code it didn’t seem that the bay.uuid can be extracted at that point please correct if wrong02:20
yuanyingonly test_rcs_list is failed02:20
vilobhmmbecause that patch just modifies replication controller changes02:20
vilobhmmi have 3 seperate patchs 1 for each k8s object02:21
yuanyingActually, I don't know what you are doing this patch https://review.openstack.org/#/c/213368/02:22
yuanyingso, please wait a moment02:22
yuanyingI'll check02:22
*** dims has quit IRC02:24
*** harshs has joined #openstack-containers02:24
vilobhmmyaunying : this patch constrcts objects from bay for rc …it does not anymore stores data in magnum.rc but directly reads/writes using k8s_api02:25
*** adrian_otto has quit IRC02:26
yuanyingyes02:26
yuanyingvilobhmm: so I don't understand, why this test is failed02:26
vilobhmmwith this change https://review.openstack.org/#/c/231219/02:27
yuanyingyes02:28
vilobhmmmagnumclient changes were made to pass bay_uuid as a mandatory parameter to READ/WRITE k8s resources02:28
yuanyingso, I move these test to other https://github.com/openstack/magnum/blob/master/magnum/tests/functional/test_k8s_python_client.py#L130-L13702:29
vilobhmmI know02:30
vilobhmmbut the test is failing because bay.uuid is coming None IMHO02:30
vilobhmmhttp://logs.openstack.org/68/213368/18/check/gate-functional-dsvm-magnum/0aa6e7a/console.html#_2015-10-09_00_29_10_44202:31
*** achanda has joined #openstack-containers02:31
yuanyingI'll fix02:33
yuanyingbut why uuid is None...02:34
vilobhmmyuanying : not sure self.bay is already constrcuted as part of the constructor02:35
vilobhmmeven though this is here https://github.com/openstack/magnum/blob/master/magnum/tests/functional/test_k8s_python_client.py#L40 but this is a class method02:35
vilobhmmyuanying : can you see self.bay constructed somewhere ?02:36
vilobhmmI mean the bay from which the uuid is being extracted here https://github.com/openstack/magnum/blob/master/magnum/tests/functional/test_k8s_python_client.py#L13102:37
vilobhmmyuanying : I have to leave now02:38
eliqiaovilobhmm: do you mean where is self.cs created?02:38
eliqiaovilobhmm:  better to check class BaseMagnumClient02:39
vilobhmmnot really https://github.com/openstack/magnum/blob/master/magnum/tests/functional/test_k8s_python_client.py#L131 if you see the parameter pass to list api02:39
eliqiaoself.bay.uuid ?02:39
vilobhmmyup02:39
eliqiaohttps://github.com/openstack/magnum/blob/master/magnum/tests/functional/test_k8s_python_client.py#L4002:39
eliqiao^^ from here I guess02:40
yuanyingyes02:40
vilobhmmso then it should already be created as part of setup02:40
eliqiaovilobhmm: yes, maybe that creation is not finished yet ?02:41
*** eghobo has joined #openstack-containers02:41
yuanyinghttps://github.com/openstack/magnum/blob/master/magnum/tests/functional/python_client_base.py#L12002:41
yuanyingeliqiao:  _create_bay is waiting creation02:42
eliqiaovilobhmm: oh, get you, I am wrong.02:42
* eliqiao look logs02:42
vilobhmmok02:42
yuanyingI'll post a testing patch02:43
vilobhmmyuanying : thanks !02:43
vilobhmmyuanying, eliqiao : I will leave now…might take it over from you in the morning..02:44
eliqiaovilobhmm: okay , good night.02:44
eliqiaobut can you show me the patch link?02:45
eliqiaofor this log : http://logs.openstack.org/68/213368/18/check/gate-functional-dsvm-magnum/0aa6e7a/console.html#_2015-10-09_00_29_10_37702:45
vilobhmmthis is the patch https://review.openstack.org/#/c/213368/02:45
openstackgerritMotohiro/Yuanying Otsuka proposed openstack/magnum: [Do not merge] test for functional test  https://review.openstack.org/23284402:45
eliqiao vilobhmm:  thx, bye~02:45
vilobhmmeliqiao : ^^02:45
vilobhmmeliqiao : thanks ..good day!02:46
*** vilobhmm has quit IRC02:46
*** vilobhmm has joined #openstack-containers02:47
*** vilobhmm has quit IRC02:51
*** Tango|2 has joined #openstack-containers02:54
eliqiao yuanying : hi03:04
yuanyinghi eliqiao03:04
eliqiaoyuanying : for vilobhmm 's functional test failed, I searched the m-cond logs http://logs.openstack.org/68/213368/18/check/gate-functional-dsvm-magnum/0aa6e7a/logs/screen-m-cond.txt03:04
eliqiao"stack_status": "CREATE_FAILED",03:04
yuanyinghaha03:05
eliqiaoso that bay was created failed.03:05
eliqiaoworth to do a recheck ?03:05
yuanyingyes please03:05
eliqiaowill do.03:05
yuanyingbut why another test was suceeded..03:08
eliqiaoyuanying: which one?03:10
eliqiao2015-10-09 00:27:58.861 1246 ERROR magnum.conductor.handlers.bay_conductor [-] Unable to create bay, stack_id: 64151cd8-151c-419b-97a5-a90c38d26412, reason: Resource CREATE failed: resources.kube_masters: ResourceInError: resources[0].resources.kube_master: Went to status ERROR due to "Message: No valid host was found. There are not enough hosts available., Code: 500"03:11
yuanyingtest_replication_controller_apis03:11
eliqiaoNo valid host was found03:11
eliqiaoseems not our codes' error03:11
yuanyingI guess all of TestKubernetesAPIs may failed03:11
eliqiaoyuanying: really , but why ?03:12
*** unicell has quit IRC03:13
*** ganeshna has joined #openstack-containers03:14
Tango|2eliqiao: Hi Eli03:25
*** Tango|2 is now known as Tango03:25
*** harshs has quit IRC03:29
eliqiaohi Tango03:30
TangoI built a new image with Docker 1.8.1, but my dev environment is not working right now so I haven't been able to verify it03:30
eliqiaoyuanying has pointed the new atomic-6 image, I am downloading it , kinds of slow.03:31
TangoIf you like, you can give it a try03:31
*** eghobo_ has joined #openstack-containers03:31
Tangoah ok03:31
Tangojust to make sure, it's here:03:31
Tangohttps://fedorapeople.org/groups/magnum/fedora-21-atomic-6-d181.qcow203:31
eliqiaoTango: yeah, I would like to do a try, and my plan is adding functional testing on gate.03:31
eliqiaoyeah, it is.03:31
TangoThat would be great03:31
eliqiaothanks Tango.03:31
Tangonp03:31
*** eghobo has quit IRC03:31
eliqiaoTango: seems late in your time zone now?03:32
TangoIt's 8:30 pm, so it's not too bad03:32
*** vilobhmm has joined #openstack-containers03:34
eliqiaoutc -10?03:34
eliqiaoutc -11?03:34
eghobo_Tango: sorry for delay but see very strange error with docker pull03:35
Tangoeghobo_: hmm03:35
*** zz_dimtruck is now known as dimtruck03:35
eghobo_I am going to rebuild all my environment tonight, because this error doesn't make any sense03:35
eghobo_I can start any container03:36
*** vilobhmm has quit IRC03:36
TangoWith docker run?03:36
Tangoeliqiao: utc - 803:36
*** vilobhmm has joined #openstack-containers03:38
eliqiaoTango:  if possible ,can you please upload the md5sum of the image in https://fedorapeople.org/groups/magnum/ , that would be good for the image validation03:39
Tangoeliqiao: ok, good idea.  I also owe a README file to describe what's in the images03:40
eliqiaoI tried to download it by chrome, chromd told me it is finished but chekcing the size it is smaller than the page03:40
eliqiaoah, that would be greate :)03:40
eliqiaoTango:  I was thought that atomic image was owned/relesed by fedora/redhat ...03:41
Tangoeliqiao: We have to build a custom image with the version of what we need (kubernetes, docker, etcd, flannel, lvm2)03:42
*** Kennan has quit IRC03:43
*** Kennan has joined #openstack-containers03:43
*** david-lyle has joined #openstack-containers03:47
openstackgerritOpenStack Proposal Bot proposed openstack/magnum: Updated from global requirements  https://review.openstack.org/23056603:50
eliqiaoso much slow, only  150 kB/s average...03:50
*** sdake has joined #openstack-containers03:51
*** madhuri has joined #openstack-containers03:51
Tangoeliqiao: Guess I should have put it on a Google drive03:52
*** hongbin has quit IRC03:53
*** dimtruck is now known as zz_dimtruck03:57
*** achanda has quit IRC03:57
eliqiaoTango: can you tell what cases show I test on that newly built image before you leave ?03:58
eliqiaoor , we can just change the image id in magnum/tests/contrib/post_test_hook.sh to do testing on gate (at least k8s has some cases)03:59
Tangoeliqiao: The problem we saw before was that "docker run ...03:59
TangoEgor suggested "docker run busybox"03:59
eliqiaoTango: yeah, get it.04:00
*** VikasC has joined #openstack-containers04:00
* eliqiao leave for lunch04:00
TangoIf you want to run functional test in your environment, you can just specify the image ID in functional_creds.conf04:01
*** dims has joined #openstack-containers04:08
eghobo_Tango?04:16
Tangoeghobo_: Hi Egor04:16
eghobo_kub without ssl, almost works api server doesn't start04:17
eghobo_but I can start it by hand and it works04:18
eghobo_there is no errors in log, so I think probably some parameters missing, I will figure ot04:19
*** mathspanda has joined #openstack-containers04:23
*** fawadkhaliq has joined #openstack-containers04:28
eghobo_can start any container trough docker cli04:29
*** ganeshna has quit IRC04:29
TangoHmm, there was the TLS patch for k8s that merged this morning.  I hope it didn't mess up anything04:38
*** unicell has joined #openstack-containers04:38
TangoWhen you start by hand, you mean:  sudo service kube-apiserver start  ?04:39
eghobo_no, I mean /usr/bin/kube-apiserver ...04:40
eghobo_I use tls disabled for now04:41
*** sdake_ has joined #openstack-containers04:41
Tangook, it could be that some command line option for kube-apiserver changed again.04:41
*** achanda has joined #openstack-containers04:41
*** ganeshna has joined #openstack-containers04:41
TangoBTW, did you rebuild devstack from scratch just now?  I tried a couple times this morning but it kept failing.04:42
*** mfalatic has joined #openstack-containers04:43
*** chandankumar has joined #openstack-containers04:43
eghobo_yes, something wrong with nova auth but we don't use it ;)04:43
*** sdake has quit IRC04:44
eghobo_swarm doesn't want to start ):, lets dig why ;)04:44
Tangoah, I hit the same problem then with devstack04:45
TangoSo at least it sounds like the docker run problem went away04:45
eghobo_I think so04:46
eghobo_it's really funny I can do docker pull swarm, but not docker pull swarm:0.2.004:47
openstackgerritMotohiro/Yuanying Otsuka proposed openstack/magnum: [Do not merge] test for functional test  https://review.openstack.org/23284404:47
*** dims has quit IRC04:51
*** tbh has joined #openstack-containers04:53
*** harshs has joined #openstack-containers04:59
*** ganeshna has quit IRC05:00
openstackgerritOpenStack Proposal Bot proposed openstack/magnum: Updated from global requirements  https://review.openstack.org/23056605:00
*** vilobhmm has quit IRC05:01
*** manikanta has joined #openstack-containers05:01
*** sdake_ has quit IRC05:01
*** ganeshna has joined #openstack-containers05:02
openstackgerritOpenStack Proposal Bot proposed openstack/python-magnumclient: Updated from global requirements  https://review.openstack.org/23289405:04
eghobo_Tango: have you installed redhat version of docker?05:05
Tangoeghobo_: You mean on this new image?05:06
*** sdake has joined #openstack-containers05:07
eghobo_yes, it looks like it's 1.8.2 from redhat and it's require full name for image, example --image docker.io/cirros:latest05:08
eghobo_Tango: swarm works after I fixed image names05:08
eghobo_eliqiao: ping?05:08
Tangoeghobo_: I guess that's what it is.  The source for the package is from the kojipkgs site05:09
Tangoeghobo_: That's great to hear!05:10
eghobo_ok and honestly it's not big deal we use full names for internal repos anyway05:10
Tangoeghobo_: Eli went to lunch about 1 hour ago, probably should be back soon05:11
eghobo_I am going to send email to Eli to double check and we will figure out tomorrow why api doesn't start (or maybe Eli will do it when we sleep ;))05:12
TangoSounds good, thanks Egor05:12
eghobo_np, good night05:13
*** unicell1 has joined #openstack-containers05:14
eliqiaoeghobo_:  pong05:15
*** unicell has quit IRC05:16
*** mathspanda has quit IRC05:17
eliqiaojust finished the download of atomic-6 image, the size is 893.3M but the on the link page, I see it is  852M..05:18
*** ganeshna has quit IRC05:19
eghobo_eliqiao: I need help, to double check05:20
eliqiaoeghobo_ sure .05:20
eghobo_i tested atomic-6 without tls05:21
eghobo_for swarm we need to use full names  docker.io/swarm:0.2.005:22
eghobo_and for container --image docker.io/cirros:latest05:23
eliqiaoeghobo_:  hmm, I will import the image and create a bay to do some testing.. wait for mins05:23
eghobo_for kub api service doesn't start (at least for me), but you can start manually e.g.05:24
eghobo_            --logtostderr=true \05:24
eghobo_            --v=0 \05:24
eghobo_            --etcd_servers=http://127.0.0.1:2379 \05:25
eghobo_            --insecure-bind-address=0.0.0.0 --insecure-port=8080 \05:25
eghobo_            --port=8080 \05:25
eghobo_            --kubelet_port=10250 \05:25
eghobo_            --allow_privileged=true \05:25
eghobo_            --service-cluster-ip-range=10.254.0.0/16 \05:25
eghobo_            --runtime_config=api/all=true05:25
eghobo_and all tests are passed05:25
eliqiaoso the image will break kub ?05:28
*** sthillma has joined #openstack-containers05:28
eghobo_only api05:28
eghobo_but it will be easy to fix05:29
*** Marga__ has joined #openstack-containers05:29
*** sthillma_ has joined #openstack-containers05:30
eliqiaoeghobo_:  seems good, thanks05:30
eliqiaofor swarm, we need to modify the containers' name right ?05:31
eghobo_image name05:31
eliqiaoeghobo_:  sure, yeah. get you.05:31
eghobo_https://github.com/openstack/magnum/blob/master/magnum/templates/docker-swarm/fragments/write-swarm-agent-service.yaml#L1805:32
eliqiaoeghobo_: seems you have figure all difference out05:32
*** Marga_ has quit IRC05:33
eliqiaoeghobo_: sure, if we want this image , we need do modify it.05:33
*** sthillma has quit IRC05:33
*** sthillma_ is now known as sthillma05:33
eliqiaohmm.. I wonder if we can remove this todo? #TODO: roll-back from swarm:0.2.0 to swarm if atomic image can work with latest swarm image05:33
*** Marga__ has quit IRC05:34
eghobo_I think we can, try docker.io/swarm:latest05:34
eliqiaosure need more testing05:35
*** ganeshna has joined #openstack-containers05:36
eliqiaoeghobo_:  http://paste.openstack.org/show/475816/05:38
*** ganeshna has quit IRC05:38
*** ganeshna has joined #openstack-containers05:39
eghobo_it's good, try now swarm:0.2.005:39
*** harshs has quit IRC05:39
eliqiaodownloading05:39
eliqiaobash-4.3# docker pull swarm05:39
eliqiaoUsing default tag: latest05:39
eghobo_docker pull swarm:0.2.005:40
* eliqiao trying pull 0.2.005:40
eghobo_it doesn't work only for 0.2.0, very strang05:45
eliqiaothe process is on going http://paste.openstack.org/show/475818/05:45
eliqiaoand another ENV http://paste.openstack.org/show/475819/05:46
eghobo_hmm, for you even 0.2.0 works :)05:48
eliqiao>> (13时07分47秒) eghobo_: yes, it looks like it's 1.8.2 from redhat and it's require full name for image, example --image docker.io/cirros:latest05:49
eliqiaoI don't get you by it.05:49
eliqiaodo you mean we should do "docker pull docker.io/cirros:latest" ?05:49
eghobo_no05:50
eghobo_eguz@ubuntu-vm:/mnt/hgfs/magnum-integration/devstack$ magnum container-create --name test-container6 \05:50
eghobo_>                         --image docker.io/cirros:latest \05:50
eghobo_>                         --bay swarmbay6 \05:50
eghobo_>                         --command "ping -c 4 8.8.8.8"05:50
eliqiaouh... I don't try to use magnum client yet, the swarm master/agent is not working yet.05:51
eliqiaoI can not pull swarm 0.2.005:51
*** dims has joined #openstack-containers05:52
eliqiaoit is stucked there for long time.05:52
eghobo_the same with me, try swarm 0.3.0 or latest (0.4.0)05:52
eliqiaoworks with docker.io/swarm:latest05:53
*** madhuri has quit IRC05:56
openstackgerritArun prasath S proposed openstack/magnum: Modified swarm.yaml to use appropriate flavor for server and minion  https://review.openstack.org/23291405:59
*** eggshell has quit IRC06:00
*** sthillma has quit IRC06:04
*** suro-patz has joined #openstack-containers06:04
eliqiaoeghobo_ still around?06:08
eghobo_what's up?06:08
eliqiao0.2.0 not works for me too06:09
*** eggshell has joined #openstack-containers06:10
eghobo_):, but I think we can upgrade to 0.4.006:10
*** chandankumar has quit IRC06:11
eliqiaowhy 0.4.0?06:13
eliqiaoI wonder why it shoule be 0.4.0 or 0.3.0..06:14
eliqiaowhat's your judgement?06:14
eghobo_because  0.4.0 is latest, maybe we should check with Andrew06:14
eliqiaookay, yeah, that should be discussed.06:15
*** diga has joined #openstack-containers06:16
eghobo_have you tried kub06:16
eliqiaonot ,yet, still try 0.4.0 swarm image06:17
*** eggshell has quit IRC06:18
*** Marga_ has joined #openstack-containers06:22
*** Marga__ has joined #openstack-containers06:23
*** Marga_ has quit IRC06:23
*** dims has quit IRC06:25
openstackgerritArun prasath S proposed openstack/magnum: Modified swarm.yaml to use appropriate flavor for server and minion Removed 'server_flavor' parameter in swarm.yaml and added 'master_flavor' and 'agent_flavor'  https://review.openstack.org/23291406:28
*** eggshell has joined #openstack-containers06:29
*** sdake has quit IRC06:33
openstackgerritArun prasath S proposed openstack/magnum: Modified swarm.yaml to use appropriate flavor for server and minion Removed 'server_flavor' parameter in swarm.yaml and added 'master_flavor' and 'agent_flavor'  https://review.openstack.org/23291406:35
eliqiaoeghobo_: ping06:36
eliqiao eghobo_: kube api not working.06:36
eghobo_what about start it manually?06:37
*** wanghua has joined #openstack-containers06:37
*** ganeshna has quit IRC06:37
eliqiaoeghobo_:  can you paste the command line?06:38
eghobo_http://paste.openstack.org/show/475824/06:39
eliqiaoF1009 06:40:06.021390    3274 controller.go:80] Unable to perform initial IP allocation check: unable to refresh the service IP block: 501: All the given peers are not reachable (failed to propose on members [http://127.0.0.1:2379] twice [last error: Get http://127.0.0.1:2379/v2/keys/registry/ranges/serviceips?quorum=false&recursive=false&sorted=false: dial tcp 127.0.0.1:2379: connection refused]) [0]06:40
eliqiaoI got this06:40
eliqiaoeghobo_: wait, I started it in minion , my bad!06:42
*** suro-patz has quit IRC06:42
*** fawadkhaliq has quit IRC06:43
eghobo_no worries06:43
eliqiaoit started.06:44
eghobo_try redis or any examples06:44
eliqiaotaget@taget-ThinkStation-P300:~/kubernetes/examples/redis$ magnum pod-create --manifest ./redis-master.yaml --bay k8s606:46
eliqiaoERROR: No JSON object could be decoded (HTTP 500)06:46
eliqiaohave you met this?06:46
eghobo_no, I used kubectl directly06:47
eghobo_https://github.com/kubernetes/kubernetes/blob/release-1.0/docs/user-guide/simple-yaml.md06:48
eliqiaoeghobo_:  I have no kubctl on my host..06:49
eghobo_go to master06:49
*** dims has joined #openstack-containers06:49
eghobo_these examples should work https://github.com/openstack/magnum/blob/master/doc/source/dev/dev-quickstart.rst#using-kubernetes06:50
eliqiaoyes, seems have connection problem http://paste.openstack.org/show/475826/06:50
*** suro-patz has joined #openstack-containers06:51
eliqiaono 8080 port listening..06:51
eghobo_have you started api (my command line example)?06:51
eliqiaoyes, I have06:52
eliqiaoroot      1056  0.0  1.1  33656 22664 pts/0    Sl   06:48   0:00 /usr/bin/kube-apiserver --logtostderr=true --v=0 --etcd_servers=http://127.0.0.1:2379 --insecure-bind-address=0.0.0.0 --insecure-port=8080 --port=8080 --kubelet_port=10250 --allow_privileged=true --service-cluster-ip-range=10.254.0.0/16 --runtime_config=api/all=true06:52
eliqiaoroot user ?06:52
eghobo_yep06:53
*** dims has quit IRC06:54
eliqiaobash-4.3# ps aux | grep apiserver06:54
eliqiaoroot      1096  0.1  1.1  33656 22824 pts/0    Sl   06:53   0:00 /usr/bin/kube-apiserver --logtostderr=true --v=0 --etcd_servers=http://127.0.0.1:2379 --insecure-bind-address=0.0.0.0 --insecure-port=8080 --port=8080 --kubelet_port=10250 --allow_privileged=true --service-cluster-ip-range=10.254.0.0/16 --runtime_config=api/all=true06:54
eliqiaoroot      1102  0.0  0.0  11136  1612 pts/0    S+   06:54   0:00 grep apiserver06:54
eliqiaoI have api-server runing ,but no 8080 porting listening.06:55
eghobo_you should see output, it's not daemon process06:56
wanghuayou can use natstat -anp | grep 808006:58
eliqiaoany different with "netstat -an " ?06:58
eliqiaobash-4.3# netstat -an | grep 808006:58
eliqiaobash-4.3# netstat -anp | grep 808006:58
wanghuano result?06:59
eliqiaoyes06:59
eliqiaohttp://paste.openstack.org/show/475828/06:59
eliqiao^^^ api-server output.06:59
*** sthillma has joined #openstack-containers06:59
wanghuaYou can find which port the process listens07:01
openstackgerritArun prasath S proposed openstack/magnum: Fix for appropriate flavor for Swarm nodes  https://review.openstack.org/23291407:01
*** BertrandN has joined #openstack-containers07:01
*** Marga__ has quit IRC07:03
*** sthillma has quit IRC07:04
Shijiahi, i have created a k8sbay with the new images, and the docker cli was fine.  But why the instance cannot run the "ping" command?07:04
Shijiait said:"sudo: unable to execute /bin/ping: Invalid argument"07:05
eliqiaowanghua, doesn't kubectl access 8080 ?07:05
eliqiaoerror: couldn't read version from server: Get http://localhost:8080/api: dial tcp 127.0.0.1:8080: connection refused07:05
eliqiaoany other options should I pass to kubctl?07:05
eliqiao Shijia:  how about try other command ? like echo, date etc.07:06
Shijiaeliqiao: echo,date are ok.07:06
*** chandankumar has joined #openstack-containers07:06
eghobo_eliqiao: it's good output api should work07:07
wanghuaeliqiao: If the api server doesn't listen 8080, you cann't acess it by kubectl07:07
eghobo_just double check api and kubectl run at the same master07:07
wanghuaI think you should make sure which ports api server listens07:08
wanghuayou can use netstat to query07:08
eliqiaoeghobo_: yes, they are all in master node07:09
Shijiai think it was because the merged codes about secure k8s api call07:10
eliqiaoshould be this ? listing is available at https://192.168.0.5:6443/swaggerapi/07:10
*** BertrandN has quit IRC07:10
eliqiaoShijia:  hmm. make sense, will try with tls_disabled mode.07:10
*** fawadkhaliq has joined #openstack-containers07:11
eghobo_eliqiao: sorry I all my tests were at tls disabled mode07:11
Shijia:(07:12
eliqiaoeghobo_:  that's okay, the default baymodel is using tls_enabled mode.07:12
eghobo_with tls it's different ports and kubectl need certs07:12
eliqiaoeghobo_: yeah, you are right.07:12
eliqiaobut api-server shoud be started automaticly, why we need to start it manually?07:12
eghobo_eliqiao: good to know, I force tls_enabled=false07:12
eghobo_eliqiao: what about swarm? was it with tls?07:13
eliqiaoeghobo_: taget@taget-ThinkStation-P300:~/kubernetes/examples/redis$ magnum container-create --name testcontainer --image cirros --bay swarmbay6 --command "echo hello"07:14
eliqiaoERROR: Docker internal Error: ('Connection aborted.', error(111, 'ECONNREFUSED')) (HTTP 500)07:14
*** Tango has quit IRC07:15
*** vimal has quit IRC07:15
eliqiaohmm.. swarm-master and agent are not started...07:16
eghobo_even with 0.4.0?07:16
eliqiaoeghobo_: that's maybe my enviroment's issue.07:16
eghobo_I think for tls we need https://review.openstack.org/#/c/232763/1/doc/source/tls.rst?07:17
eliqiaoI should use proxy in our office.07:17
eliqiaoeghobo_: not sure if python-magnum support tls_enable already, if not , we need that one for swarm.07:17
eliqiaofor kube, check this https://review.openstack.org/#/c/232510/07:18
eghobo_eliqiao: I see, I am going to sleep, will continue tomorrow07:18
eghobo_I saw kub one, I am not sure about swarrm07:18
eliqiaoeghobo_:  good night.07:18
*** suro-patz has quit IRC07:19
Shijiayes, i have tried the tls kube docs. it can work07:19
eliqiaoeghobo_: any plan to send out your investigation ?07:19
eliqiaoabout the new image.07:19
Shijiabut i think it is too complex for users.07:19
eghobo_you can do this, or I will do tomorrow07:20
eliqiaoeghobo_:  okay, if possible I will summary our testing result to mailing list.07:20
eghobo_i think we should upgrade to 0.4.0 and I am pretty confident we can fix api issue07:20
eliqiaoeghobo_ , yeah, cool, with you!07:21
eghobo_thx, pull request with fixes better ;)07:21
*** erkules_ is now known as erkules07:21
*** erkules has joined #openstack-containers07:21
*** eghobo_ has quit IRC07:21
*** BertrandN has joined #openstack-containers07:26
*** ganeshna has joined #openstack-containers07:27
*** deepthi has joined #openstack-containers07:28
*** subscope has quit IRC07:29
eliqiaoShijia: if you got "bash: /bin/ping: Invalid argument" , that maybe due to that image doesn't have ping command.07:29
*** vimal has joined #openstack-containers07:31
openstackgerritShu Muto proposed openstack/magnum-ui: The function name mistake in "api.rest.magnum"  https://review.openstack.org/23293807:47
*** ganeshna has quit IRC07:49
*** Shijia has quit IRC07:49
*** dims has joined #openstack-containers07:50
*** Shijia has joined #openstack-containers07:53
*** ganeshna has joined #openstack-containers07:53
Shijiaeliqiao: I have found another problem. If i set tls_disabled in baymodel, the bay-create of k8sbay will not complete. The status of the bay is always CREATE_IN_PROGRESS07:55
*** mbound has joined #openstack-containers07:56
*** dims has quit IRC07:56
*** juggler_ has joined #openstack-containers07:57
*** eggshell has quit IRC07:58
eliqiaoShijia:with new image?07:58
Shijiayes07:58
eliqiao| tls_disabled        | True                                 |07:59
*** juggler has quit IRC07:59
eliqiaoI tested, I can create a tls_disalbed=True k8s bay .07:59
Shijiayour magnum code is the latest version?08:00
*** eggshell has joined #openstack-containers08:00
eliqiaocommit 3ab11cb16b86be32f01b3ff1ac06c0b3f640578c08:01
eliqiaoAuthor: OTSUKA, Yuanying <yuanying@fraction.jp>08:01
eliqiaoDate:   Wed Oct 7 16:57:04 2015 +090008:01
eliqiaowith this commit08:01
eliqiaolet me do a pull08:02
ShijiaI see. Yesterday i tested with atomic-5 with that commit08:02
Shijiabut today, i switch to master branch,08:02
*** openstackstatus has quit IRC08:02
Shijiabut i don't do a pull.08:03
Shijiathat commmit was merged now08:03
*** openstackstatus has joined #openstack-containers08:03
Shijiai think i should do a pull as well08:03
*** ChanServ sets mode: +v openstackstatus08:03
*** achanda has quit IRC08:18
eliqiaoShijia: no issue with latest code, I pulled the code again, and test it again, no issue, I can create k8s bay succeed.08:35
*** alex_klimov has joined #openstack-containers08:36
Shijiaok. I am trying now.08:36
*** diga has quit IRC08:37
openstackgerritArun prasath S proposed openstack/magnum: Fix for appropriate flavor for Swarm nodes  https://review.openstack.org/23291408:46
Shijiaok, i am also sure no issue with latest code :)  I will test other command08:47
*** dims has joined #openstack-containers08:53
*** dims has quit IRC08:58
*** ganeshna has quit IRC09:10
wanghuayuanying: ping09:15
*** severion has quit IRC09:19
*** diga has joined #openstack-containers09:26
*** serverascode has quit IRC09:34
*** briancurtin has quit IRC09:36
*** vimal has quit IRC09:39
*** vimal has joined #openstack-containers09:42
*** fawadkhaliq has quit IRC09:45
*** fawadkhaliq has joined #openstack-containers09:46
*** fawadkhaliq has quit IRC09:51
*** vimal has quit IRC09:52
*** serverascode has joined #openstack-containers09:56
*** serverascode has quit IRC09:57
openstackgerritEli Qiao proposed openstack/magnum: Functional: Add testcase of tls_enabled bay creation case.  https://review.openstack.org/23242110:00
*** madhuri has joined #openstack-containers10:01
*** dave-mccowan has joined #openstack-containers10:02
*** zhenguo has quit IRC10:03
*** ganeshna has joined #openstack-containers10:07
*** ganeshna has quit IRC10:07
*** ganeshna has joined #openstack-containers10:08
*** arun__ has joined #openstack-containers10:08
arun__ hi I accidently submitted a review using 'master' branch. Is there any way I can resubmit using new branch or should I abandon it and submit a new change ?10:08
madhuriHi arun__10:10
madhuriIt is ok if you submitted on master branch10:10
arun__Hi Madhuri10:10
madhuriYou can change the topic on the review10:11
arun__Ah ok, I will do it now10:11
madhuriBut in casw you want to submit a new patch, you should checkout the master branch again10:11
madhuriarun__: Also I see your patch, I guess you submitted two patches for similar work10:12
*** mathspanda has joined #openstack-containers10:12
madhuriarun__: You can submit a new patch over the same review ID10:12
*** mathspan_ has joined #openstack-containers10:13
*** mathspan_ has quit IRC10:13
madhuriarun__: Do let me know if you need hand with it10:13
*** mathspan_ has joined #openstack-containers10:13
*** mathspan_ has quit IRC10:13
arun__DO you know what should I give in the Topic message ?10:13
*** mathspan_ has joined #openstack-containers10:13
madhuriarun__: If you're fixing a bug, you can simply give name bug/XXX10:14
*** serverascode has joined #openstack-containers10:14
madhuriXXX is the bug id10:14
madhuriOr you can also give a meaning name10:14
arun__Thank you. I just updated10:14
arun__https://review.openstack.org/#/c/232914/10:15
madhuriarun__: One more thing10:15
arun__yes ?10:15
madhuriIf you're the owner, you should not give +1 yourself10:16
arun__Ok. I thought that would trigger the Jenkins run (To mean that the code is ready for review)10:16
arun__I will cancel it if possible.10:16
madhuriIt's ok for now :)10:17
arun__I removed myself as reviewer there10:17
*** mathspanda has quit IRC10:17
arun__Ok10:17
madhuriYou can do that if you want10:17
arun__Any more changes ?10:17
madhuriNo I guess that's all10:17
madhuriI will review your patch.10:17
arun__Yes Thanks.10:18
*** BertrandN has quit IRC10:28
*** briancurtin has joined #openstack-containers10:29
*** mathspan_ has quit IRC10:30
*** mathspanda has joined #openstack-containers10:31
arun__Hi madhuri, you still there ? It is regarding the one you reviewed, I have a query -> https://review.openstack.org/#/c/232914/4/magnum/conductor/template_definition.py10:33
madhuriarun__: Hi10:34
arun__I think we need to leave it as 'flavor_id' instead of changing it to 'agent_flavor_id'10:34
arun__because if that is changed we may need to add it in the bay model attributes (and DB as well, if I am not wrong)10:36
arun__see the new comment  on that patch -> https://review.openstack.org/#/c/232914/5/magnum/conductor/template_definition.py10:36
arun__I verified with K8s files, parameters. They are using 'flavor_id' for minions, instead of having 'minion_flavor_id'10:37
*** mathspan_ has joined #openstack-containers10:37
*** mathspanda has quit IRC10:37
madhuriYes arun__10:45
madhuriThat is needed10:45
madhuriYou can submit a new patch for it10:46
*** mathspan_ has quit IRC10:46
*** mathspanda has joined #openstack-containers10:47
arun__You mean you want me to leave it to 'flavor_id' itself or should I add 'agent_flavor_id' to the baymodel and all other files ?10:48
arun__I don't think second option is an ideal way10:48
arun__'flavor_id' seems good to me. If we follow the second one , then we will also need to add 'minion_flavor_id' for k8s baymodel10:49
*** madhuri has quit IRC10:53
*** fawadkhaliq has joined #openstack-containers10:55
*** fawadkhaliq has quit IRC10:59
*** EricGonczer_ has joined #openstack-containers11:21
*** EricGonczer_ has quit IRC11:22
*** fawadkhaliq has joined #openstack-containers11:25
*** eggshell has quit IRC11:28
*** fawadkhaliq has quit IRC11:28
*** fawadkhaliq has joined #openstack-containers11:28
*** _hanhart has quit IRC11:32
*** alejandrito has joined #openstack-containers11:32
*** ganeshna has quit IRC11:38
*** chandankumar has quit IRC11:39
*** exploreshaifali has joined #openstack-containers11:40
*** mathspan_ has joined #openstack-containers11:40
*** mathspanda has quit IRC11:44
*** weihan has joined #openstack-containers11:47
*** exploreshaifali has quit IRC11:49
openstackgerritArun prasath S proposed openstack/magnum: Fix for appropriate flavor for Swarm nodes  https://review.openstack.org/23291411:58
*** weihan has quit IRC12:15
*** weihan has joined #openstack-containers12:15
*** dims has joined #openstack-containers12:16
*** weihan_ has joined #openstack-containers12:21
*** bingoarunprasath has joined #openstack-containers12:23
*** VikasC has quit IRC12:24
*** weihan has quit IRC12:24
*** deepthi has quit IRC12:29
*** mathspan_ has quit IRC12:31
*** mathspanda has joined #openstack-containers12:31
*** Marga_ has joined #openstack-containers12:35
*** devkulkarni has joined #openstack-containers12:38
*** julim has joined #openstack-containers12:38
*** dims is now known as dimsum__12:42
*** mathspan_ has joined #openstack-containers12:43
*** irenab has quit IRC12:45
*** zz_dimtruck is now known as dimtruck12:45
*** mathspanda has quit IRC12:46
*** alex_klimov has quit IRC12:49
*** weihan_ has quit IRC12:50
*** weihan has joined #openstack-containers12:50
*** annegentle has joined #openstack-containers12:52
*** irenab has joined #openstack-containers12:54
*** fawadkhaliq has quit IRC12:55
*** manikanta has quit IRC12:59
*** fawadkhaliq has joined #openstack-containers13:01
*** devkulkarni has quit IRC13:03
*** alex_klimov has joined #openstack-containers13:03
*** Marga_ has quit IRC13:05
*** mathspan_ has quit IRC13:05
*** mathspanda has joined #openstack-containers13:05
*** Marga_ has joined #openstack-containers13:05
*** fawadkhaliq has quit IRC13:06
*** rlrossit has joined #openstack-containers13:08
*** irenab_ has joined #openstack-containers13:08
*** irenab has quit IRC13:09
*** irenab_ is now known as irenab13:09
*** devkulkarni has joined #openstack-containers13:12
*** irenab has quit IRC13:14
*** irenab has joined #openstack-containers13:15
*** puranamr has joined #openstack-containers13:22
*** exploreshaifali has joined #openstack-containers13:22
*** BhavyaM has joined #openstack-containers13:27
*** tbh has quit IRC13:27
*** dimtruck is now known as zz_dimtruck13:35
*** irenab has quit IRC13:35
*** exploreshaifali has quit IRC13:40
*** irenab has joined #openstack-containers13:40
*** manjeets has joined #openstack-containers13:41
*** puranamr has quit IRC13:41
*** mbound has quit IRC13:43
*** devkulkarni1 has joined #openstack-containers13:43
*** irenab has quit IRC13:45
*** devkulkarni has quit IRC13:46
*** eggshell has joined #openstack-containers13:47
*** mbound has joined #openstack-containers13:47
*** irenab has joined #openstack-containers13:48
*** irenab has quit IRC13:53
*** mathspan_ has joined #openstack-containers13:54
*** manjeets has quit IRC13:55
*** mathspanda has quit IRC13:57
*** manjeets has joined #openstack-containers13:58
*** fawadkhaliq has joined #openstack-containers14:02
*** manjeets has quit IRC14:05
*** fawadkhaliq has quit IRC14:06
*** alex_klimov has quit IRC14:06
*** devkulkarni1 has quit IRC14:07
*** devkulkarni has joined #openstack-containers14:07
*** irenab has joined #openstack-containers14:13
*** manjeets has joined #openstack-containers14:16
*** manjeets has quit IRC14:19
*** harshs has joined #openstack-containers14:20
*** arun__ has quit IRC14:21
*** irenab has quit IRC14:21
*** Shijia has quit IRC14:23
*** Shijia has joined #openstack-containers14:23
*** bingoarunprasath has quit IRC14:24
*** BhavyaM has quit IRC14:25
*** alex_klimov has joined #openstack-containers14:25
*** devkulkarni has quit IRC14:27
*** harshs has quit IRC14:29
*** Shijia has quit IRC14:32
*** zz_dimtruck is now known as dimtruck14:34
*** devkulkarni has joined #openstack-containers14:40
*** devkulkarni has quit IRC14:40
*** diga has quit IRC14:40
*** rlrossit has left #openstack-containers14:48
*** harshs has joined #openstack-containers14:50
*** Tango has joined #openstack-containers14:52
*** ganeshna has joined #openstack-containers14:55
*** annegentle has quit IRC15:01
*** Marga_ has quit IRC15:01
*** Marga_ has joined #openstack-containers15:01
*** fawadkhaliq has joined #openstack-containers15:03
*** Marga_ has quit IRC15:04
*** Marga_ has joined #openstack-containers15:05
*** fawadkhaliq has quit IRC15:08
*** mathspan_ has quit IRC15:10
*** sdake has joined #openstack-containers15:12
*** EricGonczer_ has joined #openstack-containers15:13
*** unicell1 has quit IRC15:14
*** unicell has joined #openstack-containers15:14
*** fawadkhaliq has joined #openstack-containers15:14
*** mbound has quit IRC15:22
*** robcresswell has joined #openstack-containers15:22
*** masterbound has joined #openstack-containers15:23
*** liangbo has joined #openstack-containers15:27
*** kebray has joined #openstack-containers15:29
*** Shijia has joined #openstack-containers15:31
*** chandankumar has joined #openstack-containers15:32
*** annegentle has joined #openstack-containers15:34
*** Shijia has quit IRC15:37
*** EricGonc_ has joined #openstack-containers15:37
*** harshs has quit IRC15:39
openstackgerritMerged openstack/magnum-ui: The function name mistake in "api.rest.magnum"  https://review.openstack.org/23293815:41
*** EricGonczer_ has quit IRC15:41
*** ganeshna has quit IRC15:46
*** eghobo has joined #openstack-containers15:55
*** dims_ has joined #openstack-containers15:56
*** dims_ has quit IRC15:56
*** dimsum__ has quit IRC15:59
*** tbh has joined #openstack-containers15:59
*** Marga_ has quit IRC16:03
*** sdake_ has joined #openstack-containers16:06
*** sdake has quit IRC16:06
*** adrian_otto has joined #openstack-containers16:09
*** dimsum__ has joined #openstack-containers16:09
*** dimsum__ has quit IRC16:09
*** dimsum__ has joined #openstack-containers16:10
*** gangil has joined #openstack-containers16:10
*** gangil has quit IRC16:10
*** gangil has joined #openstack-containers16:10
*** _navneet has joined #openstack-containers16:12
*** chandankumar has quit IRC16:15
*** dane_leblanc has joined #openstack-containers16:24
*** adrian_otto has quit IRC16:27
*** vilobhmm_ has joined #openstack-containers16:27
*** sdake_ is now known as sdake16:28
*** Marga_ has joined #openstack-containers16:29
*** adrian_otto has joined #openstack-containers16:31
*** alex_klimov has quit IRC16:34
*** Harikrishna has joined #openstack-containers16:37
*** achanda has joined #openstack-containers16:38
*** EricGonczer_ has joined #openstack-containers16:39
*** tbh has quit IRC16:39
*** unicell has quit IRC16:39
*** achanda has quit IRC16:39
*** achanda has joined #openstack-containers16:40
*** masterbound has quit IRC16:40
*** tbh has joined #openstack-containers16:41
*** EricGonc_ has quit IRC16:42
*** achanda has quit IRC16:42
*** Harikrishna has quit IRC16:46
*** achanda has joined #openstack-containers16:50
*** weihan has quit IRC16:59
*** achanda has quit IRC16:59
*** harshs has joined #openstack-containers17:09
*** suro-patz has joined #openstack-containers17:10
*** unicell has joined #openstack-containers17:16
*** vilobhmm_ has quit IRC17:18
*** fawadkhaliq has quit IRC17:18
*** vilobhmm has joined #openstack-containers17:18
openstackgerritBradley Jones proposed openstack/magnum-ui: Add Bay Model Table View  https://review.openstack.org/21203917:21
*** vilobhmm_ has joined #openstack-containers17:21
*** achanda has joined #openstack-containers17:22
*** vilobhmm has quit IRC17:23
*** vilobhmm_ is now known as vilobhmm17:23
*** fawadkhaliq has joined #openstack-containers17:24
*** fawadkhaliq has quit IRC17:24
*** fawadkhaliq has joined #openstack-containers17:24
*** fawadkhaliq has quit IRC17:25
*** annegentle has quit IRC17:28
openstackgerritBradley Jones proposed openstack/magnum-ui: Add Bay Model Table View  https://review.openstack.org/21203917:32
*** tbh has quit IRC17:33
*** annegentle has joined #openstack-containers17:33
*** tbh has joined #openstack-containers17:34
*** achanda has quit IRC17:38
*** annegentle is now known as tla-interpreter17:41
*** Shijia has joined #openstack-containers17:42
*** achanda has joined #openstack-containers17:43
*** Shijia has quit IRC17:47
*** achanda has quit IRC17:47
*** achanda has joined #openstack-containers17:49
*** gangil has quit IRC17:51
*** rpothier has joined #openstack-containers17:52
*** gangil has joined #openstack-containers17:52
*** gangil has quit IRC17:52
*** gangil has joined #openstack-containers17:52
*** EricGonc_ has joined #openstack-containers17:52
*** sdake has quit IRC17:53
*** sdake has joined #openstack-containers17:54
*** EricGonczer_ has quit IRC17:56
*** suro-patz has quit IRC18:01
*** suro-patz has joined #openstack-containers18:04
*** suro-patz has quit IRC18:05
*** sdake has quit IRC18:07
*** suro-patz has joined #openstack-containers18:07
*** tla-interpreter is now known as annegentle18:12
*** fawadkhaliq has joined #openstack-containers18:13
*** annegentle has quit IRC18:13
*** fawadk has joined #openstack-containers18:15
*** EricGonc_ has quit IRC18:16
*** EricGonczer_ has joined #openstack-containers18:16
*** fawadkhaliq has quit IRC18:17
*** achanda has quit IRC18:22
*** Marga_ has quit IRC18:28
*** Marga_ has joined #openstack-containers18:28
*** hongbin has joined #openstack-containers18:29
*** sdake has joined #openstack-containers18:31
*** julim_ has joined #openstack-containers18:32
*** EricGonc_ has joined #openstack-containers18:32
*** eggshell has quit IRC18:33
*** eggshell has joined #openstack-containers18:34
*** EricGonczer_ has quit IRC18:34
*** julim has quit IRC18:34
*** Marga_ has quit IRC18:35
*** chandankumar has joined #openstack-containers18:37
eghobohongbin: question?18:39
hongbineghobo: go ahead18:39
eghoboswarm with tls18:40
eghobodo we need extra params to create or run container?18:41
hongbinno if using magnum contaiiner-create18:41
hongbinyes if using docker run ...18:41
eghobogot it thanks18:43
hongbinwelcome18:43
openstackgerritVilobh Meshram proposed openstack/magnum: Objects from Bay - Pods  https://review.openstack.org/22336718:43
*** achanda has joined #openstack-containers18:44
*** Shijia has joined #openstack-containers18:46
*** fawadkhaliq has joined #openstack-containers18:49
*** Shijia has quit IRC18:51
*** fawadk has quit IRC18:52
*** achanda has quit IRC18:53
*** liangbo has quit IRC18:59
*** exploreshaifali has joined #openstack-containers19:00
*** fawadk has joined #openstack-containers19:01
*** suro-patz has quit IRC19:02
*** fawadkhaliq has quit IRC19:03
*** chandankumar has quit IRC19:08
*** vilobhmm has quit IRC19:10
*** harshs has quit IRC19:11
*** harlowja has quit IRC19:12
*** eghobo has quit IRC19:15
*** dimtruck is now known as zz_dimtruck19:15
*** vilobhmm has joined #openstack-containers19:20
*** suro-patz has joined #openstack-containers19:20
*** harlowja has joined #openstack-containers19:24
*** achanda has joined #openstack-containers19:31
openstackgerritVilobh Meshram proposed openstack/magnum: Objects from Bay - Services  https://review.openstack.org/22338419:36
*** daneyon has joined #openstack-containers19:36
*** zz_dimtruck is now known as dimtruck19:39
*** eghobo has joined #openstack-containers19:41
*** daneyon_ has joined #openstack-containers19:44
*** daneyon has quit IRC19:47
*** Shijia has joined #openstack-containers19:52
*** achanda has quit IRC19:53
*** Marga_ has joined #openstack-containers19:54
*** Shijia has quit IRC19:56
*** fawadkhaliq has joined #openstack-containers19:58
*** fawadk has quit IRC20:02
*** suro-patz has joined #openstack-containers20:06
*** manjeets has joined #openstack-containers20:08
manjeetsadrian_otto: should we allow user who use bays cluster to add security group rule for their choice and by default use none ?20:10
openstackgerritSurojit Pathak proposed openstack/magnum: Modify admin_api policy rule  https://review.openstack.org/23274320:13
*** achanda has joined #openstack-containers20:34
openstackgerritEgor Guz proposed openstack/magnum: [WIP] Upgreded to Swarm 0.4.0 (latest)  https://review.openstack.org/23326920:40
*** tbh has quit IRC20:41
openstackgerritDaneyon Hansen proposed openstack/magnum: Updates Swarm Heat Templates for Container Network Model  https://review.openstack.org/22436720:43
openstackgerritDaneyon Hansen proposed openstack/magnum: Baymodel create should allow no network_driver specified  https://review.openstack.org/23014720:43
*** julim_ has quit IRC20:47
openstackgerritDane LeBlanc proposed openstack/magnum: Add support for allowable network drivers configuration  https://review.openstack.org/23327520:53
*** Shijia has joined #openstack-containers20:56
openstackgerritSurojit Pathak proposed openstack/magnum: WIP Functional test needs to have two types of user  https://review.openstack.org/23327820:59
*** suro-patz has quit IRC20:59
*** suro-patz has joined #openstack-containers21:00
*** vilobhmm has quit IRC21:01
eghoboapmelton: question?21:02
*** Shijia has quit IRC21:02
*** sdake_ has joined #openstack-containers21:04
*** sdake has quit IRC21:06
*** dane_leblanc has quit IRC21:08
*** suro-patz has quit IRC21:10
*** vilobhmm has joined #openstack-containers21:11
*** EricGonczer_ has joined #openstack-containers21:13
*** sdake_ has quit IRC21:14
*** EricGonc_ has quit IRC21:16
*** sdake has joined #openstack-containers21:19
*** julim has joined #openstack-containers21:19
*** exploreshaifali has quit IRC21:21
*** suro-patz has joined #openstack-containers21:22
openstackgerritVilobh Meshram proposed openstack/magnum: Objects from Bay - Services  https://review.openstack.org/22338421:23
*** _navneet has quit IRC21:24
*** fawadkhaliq has quit IRC21:30
*** fawadkhaliq has joined #openstack-containers21:31
*** pradk has joined #openstack-containers21:32
*** fawadkhaliq has quit IRC21:34
openstackgerritDaneyon Hansen proposed openstack/magnum: Updates Swarm Heat Templates for Container Network Model  https://review.openstack.org/22436721:36
openstackgerritVilobh Meshram proposed openstack/magnum: Objects from Bay - Replication Controller  https://review.openstack.org/21336821:39
*** mbound has joined #openstack-containers21:45
*** EricGonczer_ has quit IRC21:51
*** adrian_otto has quit IRC21:52
*** manjeets has quit IRC21:52
*** Shijia has joined #openstack-containers22:01
*** julim has quit IRC22:02
*** dimtruck is now known as zz_dimtruck22:06
*** Shijia has quit IRC22:06
suro-patzvilobhmm: hongbin: adrian_otto: please review https://review.openstack.org/#/c/232743/ , if you have time [ This one is currently a blocker for 'magnum service-list']22:16
hongbinsuro-patz: ack22:16
vilobhmmsuro-patz : reviewing22:20
suro-patzthanks vilobhmm: hongbin:22:20
*** zz_dimtruck is now known as dimtruck22:22
suro-patzhongbin: Do you happen to know what is the password for 'demo' user on Functional Gate22:25
hongbinI guess it is password22:25
suro-patzI guessed so but it did not work it seems22:25
vilobhmmhongbin : whenever you have time…if you can have a look at https://review.openstack.org/#/c/223367/22:26
suro-patzhongbin: https://review.openstack.org/#/c/233278/22:27
suro-patzhongbin: vilobhmm: thanks for the review!!!22:27
hongbinvilobhmm: oh, will do22:27
vilobhmmsuro-patz : np22:28
openstackgerritMerged openstack/magnum: Modify admin_api policy rule  https://review.openstack.org/23274322:30
*** pradk has quit IRC22:31
*** alejandrito has quit IRC22:34
*** Tango has quit IRC22:37
*** daneyon_ has quit IRC22:40
*** dimtruck is now known as zz_dimtruck22:48
*** dims_ has joined #openstack-containers22:50
*** dimsum__ has quit IRC22:53
*** suro-patz has quit IRC23:02
*** suro-patz has joined #openstack-containers23:03
*** zz_dimtruck is now known as dimtruck23:04
openstackgerritSurojit Pathak proposed openstack/magnum: Functional tests for magnum service  https://review.openstack.org/23115723:06
*** Shijia has joined #openstack-containers23:06
*** EricGonczer_ has joined #openstack-containers23:07
*** dims_ has quit IRC23:07
*** eghobo_ has joined #openstack-containers23:11
*** Shijia has quit IRC23:12
*** eghobo has quit IRC23:15
*** EricGonczer_ has quit IRC23:16
*** suro-patz has quit IRC23:21
*** suro-patz has joined #openstack-containers23:23
*** adrian_otto has joined #openstack-containers23:24
*** sthillma has joined #openstack-containers23:24
*** suro-patz has quit IRC23:25
*** sdake has quit IRC23:26
*** suro-patz has joined #openstack-containers23:26
*** suro-patz has joined #openstack-containers23:27
*** hongbin has quit IRC23:29
*** suro-patz has quit IRC23:29
*** adrian_otto has quit IRC23:32
*** adrian_otto has joined #openstack-containers23:32
*** suro-patz has joined #openstack-containers23:33
*** dimtruck is now known as zz_dimtruck23:45
*** adrian_otto has quit IRC23:46
*** adrian_otto has joined #openstack-containers23:49
*** suro-patz has quit IRC23:50
*** kebray has quit IRC23:50
*** rpothier has quit IRC23:56
*** harshs has joined #openstack-containers23:57
*** Shijia has joined #openstack-containers23:58
*** achanda has quit IRC23:59

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