Tuesday, 2017-02-28

*** dimtruck has quit IRC00:00
*** Adri2000 has quit IRC00:01
*** amit213 has quit IRC00:01
*** chris_hultin|AWA has quit IRC00:02
*** jwcroppe has quit IRC00:04
*** hongbin has quit IRC00:05
*** amit213 has joined #openstack-containers00:06
*** chris_hultin|AWA has joined #openstack-containers00:07
*** chris_hultin|AWA is now known as chris_hultin00:08
*** dimtruck has joined #openstack-containers00:08
*** chris_hultin has quit IRC00:12
*** EricGonczer_ has joined #openstack-containers00:16
*** chris_hultin|AWA has joined #openstack-containers00:18
*** chris_hultin|AWA is now known as chris_hultin00:18
*** salmankhan has quit IRC00:19
*** yuanying has quit IRC00:28
*** mtanino_ has joined #openstack-containers00:29
*** mtanino has quit IRC00:30
*** Drago1 has quit IRC00:40
*** Adri2000 has joined #openstack-containers00:46
*** jberkus has quit IRC00:46
flwanghello, anybody there?00:49
*** jberkus has joined #openstack-containers00:50
flwangi'm running into some problems, after create the cluster, the stack is always in progress00:50
*** daidv has joined #openstack-containers00:51
adrian_ottoflwang: are you able to ssh to the cluster master node using the keypair you specified upon cluster create?00:52
flwangadrian_otto: oh, good to see you here :)00:52
flwangyes, i can login the instance, can i show you the log?00:53
flwangfrom journalctl00:53
*** dave-mccowan has joined #openstack-containers00:55
adrian_ottois etcd running?00:55
flwangadrian_otto: i don't think so00:55
flwangbtw, it's fresh devstack env00:56
adrian_ottorunning code from the master git branch?00:56
adrian_ottoor from a previous release branch?00:56
flwangmaster00:56
adrian_ottook00:57
adrian_ottowe have seen a couple of cases where Fedora Atomic does not start etcd properly.00:57
flwanghmm... i can't paste the log, it's too big to paste it on paste.openstack.org00:57
flwangadrian_otto: so what's the solution?00:57
adrian_ottoseems to work right if you delete the cluster and re-create it a few times, but it would be great to figure out why the etcd-cluster configuration is not firing consistently.00:58
flwangwe're evaluating magnum so as to run it on our public cloud00:58
flwangadrian_otto: you mentioned it's common00:58
flwangso is there any fix?00:58
adrian_ottowe have seen it once before with a new setup, and in the past intermittently00:59
flwangor you guys just know it's common, but still don't know the root cause00:59
adrian_ottowe just learned about it on Friday and have been unable to reproduce it since00:59
adrian_ottoso here are some things we can do to confirm my hunch about the problem00:59
flwangshould i swift to stable/ocata?01:00
flwangswitch01:00
*** fragatina has quit IRC01:01
adrian_ottowell, using an older FA image may help, but it wold be much better to use FA25 or newer so you get the latest version of Kubernetes, Docker, etc.01:01
adrian_otto*would01:02
flwangadrian_otto: here is the log if you're interested in https://www.dropbox.com/s/5ezy5805f915m9o/dump-of-journalctl.txt.zip?dl=001:02
adrian_ottowhen we debugged the previous case we added -x to the shebang line of the cloud-init script that sets up the cluster node and configures etcd01:02
adrian_ottoand then we created a new cluster, and it worked.01:03
adrian_ottoso we lost the scent of the problem at that point. I have a feeling it's related to the order the sysdemd unit files are processed.01:03
flwanghow to do that 'we added -x to the shebang line of the cloud-init script '?01:03
adrian_ottoone sec, and I'll show you where we put that.01:04
flwangawesome, appreciate it01:04
*** Syed__ has quit IRC01:05
*** zhugaoxiao has quit IRC01:06
*** Administrator_ has quit IRC01:06
*** EricGonczer_ has quit IRC01:06
*** EricGonczer_ has joined #openstack-containers01:06
adrian_ottoI assumed you were trying to set up a k8s cluster. Is that right, or were you using one of the other cluster types?01:07
adrian_ottoflwang: for the k8s driver, here are where all the setup scripts are: magnum/magnum/drivers/common/templates/kubernetes/fragments01:07
flwangk8s cluster, yes01:07
flwangok, so where should i hack? ;)01:08
adrian_ottoone sec, I am sifting through those01:09
adrian_ottoit's the script that configures flanneld01:09
adrian_ottonetwork-config-service.sh01:10
adrian_ottoit's the FLANNEL_CONFIG_SERVICE that was not getting run01:10
adrian_ottoI'm a bit suspicious about the "systemctl start --no-block flannel-config" line at the end01:11
adrian_ottoI wonder if that --no-block actually belongs in there01:11
adrian_ottoso to debug this, add -x to the first line of network-config-service.sh and then look at the cloud-init output to see what actually happens01:12
adrian_ottowhen you create a new cluster01:12
flwangcool01:12
flwangi assume i don't have to restart any magnum service01:13
adrian_ottono, this is not a bug in the magnum service01:13
adrian_ottoit has something to do with non-deterministic startup behavior of Fedora Atomic Host01:13
flwangcool, let me try01:14
flwangadrian_otto: btw, i saw the pod-create, service and rc stuff have been removed01:16
flwangso are you expecting end user have to use the native COE commands?01:16
adrian_ottoFeb 28 00:18:06 k8-mmcyg3xpdt-0-gowlqpq5iyoj-kube-master-b37hrpuulzit.novalocal systemd[1]: etcd.service: Main process exited, code=exited, status=1/FAILURE01:17
adrian_ottoflwang: yes, that's the idea.01:17
flwangok01:18
adrian_ottoaccording to your log...01:18
flwangyep i saw the etcd failed to start01:18
flwangbut i don't have enough knowledge to figure out the root cuse01:18
adrian_ottoit looks like systemd is trying to start etcd before a critical prerequisite.01:19
flwangso it's an order issue?01:19
adrian_ottothat's my best guess. I'm not an expert on Fedora Atomic, but we do have one who can help us with this.01:20
adrian_ottoI am talking with him now in the Freenode #atomic channel01:21
*** yuanying has joined #openstack-containers01:24
flwangfantastic01:25
*** dustymabe has joined #openstack-containers01:27
adrian_ottoflwang: I invited dustymabe over from #atomic01:27
adrian_ottothanks dusty for coming over01:27
adrian_ottohe asked: rpm-ostree status; rpm -q cloud-init01:27
adrian_ottowhat's the output?01:27
dustymabehi flwang01:27
adrian_ottodustymabe: flwang mentioned he is evaluating magnum for use in a public cloud he works for01:29
adrian_ottoso he set up a fresh devstack, and ran magnum for the first time and got stuck with the first cluster create stalling.01:29
flwanghere is the new log https://www.dropbox.com/s/y03glfbecix4hcg/journalctl.log.zip?dl=001:29
flwangdustymabe: hey01:29
*** sdake_ has joined #openstack-containers01:30
dustymabeadrian_otto: flwang: so from the earlier log I see these two things:01:30
dustymabeetcd[1967]: recognized and used environment variable ETCD_CERT_FILE=/srv/kubernetes/server.crt01:30
*** dave-mccowan has quit IRC01:30
dustymabeetcd[1967]: open /srv/kubernetes/server.crt: no such file or directory01:30
adrian_ottoyes, I noticed that too01:30
flwangyep, no such file or directory is not good for any case ;)01:31
dustymabedo hoe is that getting configured is the question?01:31
dustymabehow*01:31
flwangadrian_otto: ^01:31
adrian_ottodustymabe: here is where magnum's cloud-init scripts are for the driver in question: https://github.com/openstack/magnum/tree/master/magnum/drivers/common/templates/kubernetes/fragments01:32
*** sdake has quit IRC01:33
dustymabeadrian_otto: so magnum sets up that file somewhere01:34
dustymabehttps://github.com/openstack/magnum/blob/master/magnum/drivers/common/templates/kubernetes/fragments/configure-etcd.sh#L3301:34
adrian_ottoconfigure-etcd.sh and configure-kubernetes-master.sh and network-config-service.sh are the three that use the server.crt file01:35
adrian_ottoyatin: are you areound?01:36
dustymabeadrian_otto: here is where you guys are creating that cert01:36
dustymabehttps://github.com/openstack/magnum/blob/master/magnum/drivers/common/templates/kubernetes/fragments/make-cert.sh#L12601:36
adrian_ottoThis appears to be related to a feature we merged recently to add TLS support to etcd01:36
dustymabeyeah. :)01:36
*** fragatina has joined #openstack-containers01:36
adrian_ottook, so this might be a magnum bug after all!01:37
*** dave-mccowan has joined #openstack-containers01:37
*** kevinz has joined #openstack-containers01:38
adrian_ottoflwang: I expect to have the author of this code with us in our team meeting tomorrow morning. I'd really like to connect him with you and see if we can quickly get to the bottom of this.01:39
flwangadrian_otto: awesome01:39
adrian_ottocan you DM me your email, and I'll make a connection?01:39
flwangthank you so much01:39
flwangflwang@catalyst.net.nz01:40
adrian_ottook, perfect01:40
flwangI based in NZ, in case you want to know01:40
*** sdake_ has quit IRC01:40
adrian_ottothanks dustymabe for your guidance!01:40
flwangdustymabe: many thanks01:40
dustymabeadrian_otto: flwang np01:40
adrian_ottook flwang our team meeting is at 1600 UTC Tuesday in #openstack-meeting-alt on Freenode01:40
adrian_ottonot sure if that's a crazy time in your local timezone or not, but that's where I'll hand this over to an expert01:41
flwangadrian_otto: i think it's my 5:00am, not sure if i can make it01:42
flwangbut i will read the  meeting minutes01:42
flwangi mean the log01:42
adrian_ottook, I will get an email started now, and we'll be sure to hunt this down.01:42
flwangand meanwhile, i will checkout to older magnum version to try my luck01:42
flwangfantastic, i like the speed of magnum team01:43
flwangi will hanging around in the next couple months01:43
adrian_ottoyes, the pre-ocata releases used etcd in http mode.01:43
adrian_ottoso that might be something to play with in the mean time.01:43
adrian_ottobut we have found that the ocata release does work also, although some of the cluster creates are failing with this symptom intermittently01:44
flwangi'm thinking i can just replace the templates of k8s to avoid restarting my magnum service01:44
adrian_ottoso we want to be sure to find that problem and eliminate it01:44
flwangawesome01:44
flwanghappy to see i'm pushing this :D01:45
adrian_ottoyes, all you need to do is change the shell script01:45
adrian_ottothe way that driver works is it copies the scripts over each time you create a cluster01:45
flwangyep, i see.01:45
adrian_ottoso if you tweak them, it's effective the next time you create a cluster01:45
flwangright01:45
flwangactually i'm surprise you're around because you're based in US01:47
adrian_ottoit's the end of day for me, so I'm actually heading out now.01:50
adrian_ottobut I'll follow up to be sure we sort out this problem01:50
* adrian_otto /o bye01:50
*** adrian_otto has quit IRC01:51
*** dave-mccowan has quit IRC01:59
*** chris_hultin has quit IRC02:04
*** chris_hultin|AWA has joined #openstack-containers02:06
*** EricGonczer_ has quit IRC02:06
*** chris_hultin|AWA is now known as chris_hultin02:06
*** eliqiao has quit IRC02:07
*** mtanino_ has quit IRC02:17
*** eliqiao has joined #openstack-containers02:19
yatinkarelflwang, ping02:50
flwangyatinkarel: hi02:50
yatinkareldid you got the cluster up02:50
flwangno :(02:51
yatinkarelcan you login to master node02:51
flwangyes02:51
yatinkareland share the output of /etc/syconfig/heat-params02:51
flwangok, i need to create a new cluster to collect it02:52
flwangwill need some minutes02:52
yatinkarelOk02:52
yatinkarelalso on controller node output of: openstack catalog show02:52
yatinkareland /etc/magnum/magnum.conf02:53
flwangdo you mean : openstack catalog show magnum?02:55
yatinkarelyes that would also work02:55
*** hongbin has joined #openstack-containers02:59
*** hongbin has quit IRC03:00
*** hongbin has joined #openstack-containers03:01
*** EricGonczer_ has joined #openstack-containers03:04
*** ricolin has joined #openstack-containers03:06
*** dimtruck is now known as zz_dimtruck03:12
*** zz_dimtruck is now known as dimtruck03:13
*** EricGonczer_ has quit IRC03:18
yatinkarelflwang, ^^03:20
flwangyatinkarel: sorry, was in another thread03:25
flwangi'm collecting the log for you03:25
yatinkarelflwang, Ok i thought you stuck into some Error03:26
flwanghttps://www.dropbox.com/s/gg76vhpqx8mhk85/dump.log.zip?dl=003:31
flwanghttp://paste.openstack.org/show/600695/03:32
*** zhenguo has joined #openstack-containers03:37
yatinkarelflwang,03:37
yatinkarelflwang, /etc/sysconfig/heat-params03:37
flwangi can't find that patch on the instance03:38
yatinkarelflwang, Ok03:38
yatinkarelI found issues with your magnum.conf03:39
yatinkarelflwang, Your magnum.conf uses localhost 127.0.0.1 and this would not work03:39
yatinkarelflwang, Update magnum.conf by replacing 127.0.0.1 with your devstack host ip03:40
flwang is that the root cause?03:40
yatinkarelThen restart magnum-api and magnum-conductor services03:40
yatinkarelflwang, Yes03:41
flwangcool, happy to try03:41
yatinkarelThis is the basic requirement for creating magnum cluster03:41
yatinkareland you missed that03:41
flwangcool03:41
*** vimal has joined #openstack-containers03:41
flwangyatinkarel: do have i have to use eth0's ip?03:42
flwangor i can also use the wlan0>03:43
flwang?03:43
yatinkarelBoth are up?03:44
yatinkarelthen use eth003:44
yatinkarelotherwise try with wlan0's ip03:45
flwangok, i will give it a try and replay the email03:46
flwangby since you're confident that's the root cause, i'm happy now ;)03:46
yatinkarelflwang, Also share heat.conf03:46
flwangthank you03:46
*** mdnadeem has joined #openstack-containers03:46
yatinkarelmay be you have similar issues there as well03:47
yatinkarelIn your case till now it's the main cause03:47
flwanghttp://paste.openstack.org/show/600696/03:48
yatinkarelhmm same issue03:48
flwanghmm... is there a link has documented this?03:49
yatinkarelyour local.conf?03:49
yatinkareldevstack does everything for you if you have correct local.conf03:50
yatinkarelseems like your local.conf is wrong.03:50
yatinkarelplease share, i will have a look on it.03:50
*** ricolin has quit IRC03:51
flwangsure03:53
flwanglocal.conf mean the devstack localrc file?03:54
yatinkarelflwang, yes03:54
flwangok03:55
flwanghttp://paste.openstack.org/show/60069703:56
yatinkarelhmm HOST_IP is the culprit03:57
yatinkarelFrom where you referenced this localrc?03:57
*** Jack_Iv has joined #openstack-containers03:59
*** fragatin_ has joined #openstack-containers03:59
yatinkarelset HOST_IP to the IP of eth0/wlan0 what ever you want to use04:00
yatinkareland try unstack.sh and stack.sh04:01
flwangok, i use 127.0.0.1 for some reasons04:01
flwangbut i'm happy to try what you suggested04:01
*** fragati__ has joined #openstack-containers04:01
yatinkarelThat is required for magnum to work04:01
yatinkarelFor your reference local.conf i uses:04:02
yatinkarelhttp://paste.openstack.org/show/600697/04:03
yatinkarelhttp://paste.openstack.org/show/600699/04:03
*** fragatina has quit IRC04:03
*** vimal has quit IRC04:03
*** Jack_Iv has quit IRC04:04
*** fragatin_ has quit IRC04:04
*** fragati__ has quit IRC04:05
yatinkarelIf you require 127.0.0.1 for some purpose, you can try manually editing magnum.conf and heat.conf04:11
openstackgerritMerged openstack/magnum-ui master: Imported Translations from Zanata  https://review.openstack.org/43780004:15
*** hongbin has quit IRC04:17
*** shu-mutou-AWAY is now known as shu-mutou04:29
*** vimal has joined #openstack-containers04:30
*** ricolin has joined #openstack-containers04:31
*** EricGonczer_ has joined #openstack-containers04:33
*** EricGonczer_ has quit IRC04:35
*** adisky_ has joined #openstack-containers04:37
*** Jeffrey4l__ has quit IRC04:49
*** ricolin_ has joined #openstack-containers04:50
*** Jeffrey4l__ has joined #openstack-containers04:52
*** ricolin has quit IRC04:53
*** vmud213 has joined #openstack-containers05:00
*** sdake has joined #openstack-containers05:03
*** sdake_ has joined #openstack-containers05:07
*** sdake has quit IRC05:08
*** chhavi has joined #openstack-containers05:18
*** fragatina has joined #openstack-containers05:20
*** fragatina has quit IRC05:21
*** fragatina has joined #openstack-containers05:21
*** daidv_ has joined #openstack-containers05:22
*** daidv has quit IRC05:22
*** yamamoto has quit IRC05:24
*** ricolin_ has quit IRC05:37
*** sdake_ has quit IRC05:47
*** dsariel has joined #openstack-containers05:47
*** sdake has joined #openstack-containers05:47
*** shu-mutou has quit IRC05:48
*** Jack_Iv has joined #openstack-containers05:58
*** yamamoto has joined #openstack-containers06:04
*** ricolin_ has joined #openstack-containers06:04
*** janki has joined #openstack-containers06:06
*** Jeffrey4l__ is now known as Jeffrey4l06:10
*** sdake_ has joined #openstack-containers06:10
*** yamamoto has quit IRC06:10
*** yamamoto has joined #openstack-containers06:11
*** fragatina has quit IRC06:12
*** sdake has quit IRC06:13
*** sacharya has quit IRC06:13
*** sacharya has joined #openstack-containers06:14
*** sacharya has quit IRC06:19
*** yamamoto has quit IRC06:21
*** hieulq_ has joined #openstack-containers06:26
*** chhavi has quit IRC06:27
*** masuberu has quit IRC06:27
*** chhavi has joined #openstack-containers06:29
*** yamamoto has joined #openstack-containers06:29
*** ricolin_ has quit IRC06:29
*** yamamoto has quit IRC06:30
*** ricolin_ has joined #openstack-containers06:32
*** pcastets has joined #openstack-containers06:45
*** mjura has joined #openstack-containers06:46
*** yamamoto has joined #openstack-containers06:47
*** yamamoto has quit IRC06:47
*** gk-1wm-su has joined #openstack-containers06:54
*** gk-1wm-su has left #openstack-containers06:54
*** ricolin_ has quit IRC07:00
*** ricolin_ has joined #openstack-containers07:00
*** Oku_OS-away is now known as Oku_OS07:08
*** yamamoto has joined #openstack-containers07:10
*** rcernin has joined #openstack-containers07:11
*** yamamoto has quit IRC07:13
*** sacharya has joined #openstack-containers07:15
*** hieulq_ has quit IRC07:23
*** yuanying_ has joined #openstack-containers07:25
*** yuanying has quit IRC07:27
*** hishh has joined #openstack-containers07:42
*** shu-mutou has joined #openstack-containers07:56
*** askb has quit IRC07:56
*** sdake_ is now known as sdake07:56
*** wangbo has joined #openstack-containers07:58
*** ricolin_ has quit IRC08:00
*** ricolin_ has joined #openstack-containers08:00
*** ramishra has quit IRC08:03
*** Jack_Iv has quit IRC08:05
*** ricolin__ has joined #openstack-containers08:05
*** ramishra has joined #openstack-containers08:05
*** ricolin_ has quit IRC08:07
*** yamamoto has joined #openstack-containers08:13
*** pcaruana has joined #openstack-containers08:17
*** Jack_Iv has joined #openstack-containers08:18
*** yamamoto has quit IRC08:19
*** swatson_ has quit IRC08:23
*** masber has joined #openstack-containers08:24
*** gk-1wm-su has joined #openstack-containers08:33
*** gk-1wm-su has left #openstack-containers08:33
*** yuanying_ has quit IRC08:53
*** Jeffrey4l has quit IRC09:00
*** Jeffrey4l has joined #openstack-containers09:00
*** hishh1 has joined #openstack-containers09:06
*** hishh has quit IRC09:06
*** hishh1 is now known as hishh09:06
*** mkrai1 has quit IRC09:09
*** sdake has quit IRC09:13
*** yamamoto has joined #openstack-containers09:15
*** yamamoto has quit IRC09:16
*** yamamoto has joined #openstack-containers09:16
*** dsariel has quit IRC09:18
*** chhavi has quit IRC09:19
*** ramishra has quit IRC09:23
*** ramishra has joined #openstack-containers09:24
*** dimtruck is now known as zz_dimtruck09:28
*** Serlex has joined #openstack-containers09:28
*** Jack_Iv has quit IRC09:37
*** Jack_Iv has joined #openstack-containers09:38
*** Jack_Iv has quit IRC09:51
*** Jack_Iv has joined #openstack-containers09:52
*** ricolin__ has quit IRC09:53
*** ramishra has quit IRC10:01
*** ramishra has joined #openstack-containers10:03
*** sdake has joined #openstack-containers10:05
*** shu-mutou is now known as shu-mutou-AWAY10:12
*** daidv_ has quit IRC10:14
*** Jack_Iv has quit IRC10:23
*** Jack_Iv has joined #openstack-containers10:23
*** kevinz has quit IRC10:26
*** Jack_Iv has quit IRC10:26
*** Jack_Iv has joined #openstack-containers10:26
*** sacharya has quit IRC10:29
*** pcastets has quit IRC10:32
*** Serlex has quit IRC10:35
*** yamamoto has quit IRC10:35
*** dfflanders has quit IRC10:37
*** mkrai has joined #openstack-containers10:39
*** yuanying has joined #openstack-containers10:40
*** sdake has quit IRC10:42
*** Serlex has joined #openstack-containers10:45
*** Jack_Iv has quit IRC10:47
*** Jack_Iv has joined #openstack-containers10:48
*** yamamoto has joined #openstack-containers10:49
*** Jack_Iv has quit IRC10:52
*** yamamoto has quit IRC10:55
*** ssbarnea has quit IRC10:56
*** chhavi has joined #openstack-containers11:03
openstackgerritMichal Jura proposed openstack/magnum master: Disable iptables rules created by Docker in K8s cluster  https://review.openstack.org/43891611:04
*** chhavi has quit IRC11:10
*** chhavi has joined #openstack-containers11:10
*** salmankhan has joined #openstack-containers11:30
*** yamamoto has joined #openstack-containers11:38
*** yamamoto has quit IRC11:49
*** chhavi has quit IRC11:53
*** chhavi has joined #openstack-containers11:54
openstackgerritMichal Jura proposed openstack/magnum master: [suse] Disable iptables rules created by Docker  https://review.openstack.org/43891612:00
openstackgerritMichal Jura proposed openstack/magnum master: [suse] Disable iptables rules created by Docker  https://review.openstack.org/43891612:02
*** chhavi has quit IRC12:07
*** chhavi has joined #openstack-containers12:07
*** janki has quit IRC12:11
*** janki has joined #openstack-containers12:12
*** janki has quit IRC12:13
*** wangbo has quit IRC12:19
*** janki has joined #openstack-containers12:20
*** EricGonczer_ has joined #openstack-containers12:22
*** yamamoto has joined #openstack-containers12:34
*** yamamoto has quit IRC12:35
*** yamamoto has joined #openstack-containers12:35
*** wangbo has joined #openstack-containers12:40
*** yamamoto has quit IRC12:54
*** afranc has quit IRC12:56
*** jmckind has joined #openstack-containers13:00
*** afranc has joined #openstack-containers13:01
*** jwcroppe has joined #openstack-containers13:02
*** ssbarnea has joined #openstack-containers13:04
-openstackstatus- NOTICE: restarting gerrit to address performance problems13:05
*** ChanServ changes topic to "restarting gerrit to address performance problems"13:05
*** yamamoto has joined #openstack-containers13:11
*** yamamoto has quit IRC13:17
*** dsariel has joined #openstack-containers13:17
*** dave-mccowan has joined #openstack-containers13:26
*** amoralej is now known as amoralej|lunch13:32
*** vmud213 has quit IRC13:33
-openstackstatus- NOTICE: ok gerrit is back to normal13:34
*** ChanServ changes topic to "ok gerrit is back to normal"13:34
*** mkrai has quit IRC13:35
*** mkrai has joined #openstack-containers13:40
*** ChanServ changes topic to "OpenStack Containers Team"13:40
-openstackstatus- NOTICE: gerrit is back to normal and I don't know how to use the openstackstaus bot13:40
*** Oku_OS has quit IRC13:56
*** openstackgerrit has quit IRC14:03
*** ricolin__ has joined #openstack-containers14:08
*** Oku_OS has joined #openstack-containers14:09
*** yamamoto has joined #openstack-containers14:13
*** salmankhan has quit IRC14:14
*** Jack_Iv has joined #openstack-containers14:17
*** yamamoto has quit IRC14:18
*** raalee has joined #openstack-containers14:19
*** sdake has joined #openstack-containers14:24
*** mdnadeem has quit IRC14:24
*** zz_dimtruck is now known as dimtruck14:25
*** sacharya has joined #openstack-containers14:26
*** sacharya has quit IRC14:30
*** jchhatbar has joined #openstack-containers14:34
*** janki has quit IRC14:34
*** amoralej|lunch is now known as amoralej14:38
*** jchhatbar is now known as janki14:42
*** jasond has joined #openstack-containers14:56
*** Jack_Iv has quit IRC15:01
*** Jack_Iv has joined #openstack-containers15:01
*** hongbin has joined #openstack-containers15:02
*** ricolin__ has quit IRC15:03
*** salmankhan has joined #openstack-containers15:03
*** ricolin__ has joined #openstack-containers15:03
*** yamamoto has joined #openstack-containers15:15
*** vimal has quit IRC15:16
*** EricGonc_ has joined #openstack-containers15:17
*** EricGonczer_ has quit IRC15:19
*** yamamoto has quit IRC15:19
*** tovin07_ has joined #openstack-containers15:24
*** sacharya has joined #openstack-containers15:27
*** sacharya has quit IRC15:27
*** sacharya has joined #openstack-containers15:28
*** mkrai_ has joined #openstack-containers15:28
*** mtanino has joined #openstack-containers15:33
*** Syed__ has joined #openstack-containers15:38
*** randallburt has joined #openstack-containers15:38
*** edisonxiang has quit IRC15:41
*** edisonxiang has joined #openstack-containers15:41
*** juggler has joined #openstack-containers15:42
*** openstackgerrit has joined #openstack-containers15:42
openstackgerritMichal Jura proposed openstack/magnum master: [suse] Add DOCKER_DEV to /etc/fstab  https://review.openstack.org/43219915:42
*** adrian_otto has joined #openstack-containers15:42
*** ricolin__ has quit IRC15:44
*** tonanhngo has joined #openstack-containers15:49
adrian_ottoReminder: Our team meeting starts in < 10 minutes in #openstack-meeting-alt at 1600 UTC.15:52
randallburtadrian_otto:  will be paying partial attention due to meeting schedule conflict15:56
*** swatson_ has joined #openstack-containers15:57
*** sdake has quit IRC15:58
*** Drago has joined #openstack-containers16:01
*** Drago1 has joined #openstack-containers16:02
adrian_ottorandallburt: ok16:02
*** Kuwagata has joined #openstack-containers16:04
*** dsariel has quit IRC16:04
*** sdake has joined #openstack-containers16:08
*** rcernin has quit IRC16:08
*** jmckind has quit IRC16:12
*** yamamoto has joined #openstack-containers16:16
*** Oku_OS is now known as Oku_OS-away16:17
*** Jack_Iv has quit IRC16:20
*** Jack_Iv has joined #openstack-containers16:20
*** yamamoto has quit IRC16:21
*** tovin07_ has left #openstack-containers16:28
*** pcaruana has quit IRC16:34
openstackgerritMerged openstack/magnum stable/newton: Updated from global requirements  https://review.openstack.org/43852516:35
*** Jeffrey4l has quit IRC16:41
*** Jeffrey4l has joined #openstack-containers16:42
*** Jack_Iv_ has joined #openstack-containers16:44
*** janki has quit IRC16:47
*** Jack_Iv has quit IRC16:48
*** mkrai_ has quit IRC16:50
*** hishh has quit IRC17:00
*** Drago has quit IRC17:00
jvgrant__container-infra or just infra?17:00
jvgrant__Drago1: ^^17:01
swatson_Drago: Basically the issue is that "cluster" is already taken by another project. Selenium? Selinen..I forget17:01
*** vijendar has joined #openstack-containers17:01
Drago1swatson: senlin17:01
swatson_jvgrant__: IIRC I brought up "container-infra" with dtroyer and it was deemed a bit too long17:01
swatson_Drago1: That's it :D17:01
Drago1jvgrant__: "infra cluster" doesn't sound like "container-infra cluster"17:01
Drago1I don't like the length of container-infra either17:02
yatinkarelsenln17:02
yatinkarelsenlin17:02
swatson_Drago1: Dtroyer agreed that senlin really shouldn't have taken the term, but it is what it is at this point17:02
swatson_So a middleground (for now, at least) was using "infra" with our cluster-specific terms17:03
*** sdake_ has joined #openstack-containers17:03
swatson_https://review.openstack.org/#/c/437820/17:03
jvgrant__agreed infra doesn't sound like magnum17:03
swatson_^ That's what I have for now. Currently stuck with cluster commands because of some issues creating them on my machines17:03
swatson_jvgrant__: I asked about using "magnum", e.g. "openstack magnum cluster list" but OSC is meant to be project-agnostic17:04
swatson_So a user shouldn't have to know about specific project names just to use features17:04
swatson_i.e. I shouldn't have to know that neutron does network stuff, just that I can use openstackclient to perform network creation/maintenance/whatever17:04
jvgrant__what about bay?17:05
jvgrant__just kidding :)17:05
swatson_ಠ_ಠ17:05
*** ramishra has quit IRC17:06
*** Drago has joined #openstack-containers17:06
swatson_In any case, the term we use is still somewhat up in the air. For now it's "infra", but suggestions are welcome if they fit the goals of OSC17:07
*** sdake has quit IRC17:07
*** Drago1 has quit IRC17:07
jvgrant__ok, i'll think about it some and see if I can think of an alternate term17:07
swatson_Fine by me!17:08
*** Drago2 has joined #openstack-containers17:08
*** Drago has quit IRC17:09
Drago2Stupid adium17:09
*** Drago2 is now known as Drago17:09
*** mkrai has quit IRC17:11
*** coreyob_ is now known as coreyob17:11
*** yamamoto has joined #openstack-containers17:18
*** funzo has quit IRC17:19
*** funzo has joined #openstack-containers17:20
*** yamamoto has quit IRC17:23
*** sdake_ is now known as sdake17:24
*** Serlex has quit IRC17:26
*** strigazi has quit IRC17:39
*** strigazi has joined #openstack-containers17:40
*** chhavi has quit IRC17:44
*** vijendar has quit IRC17:45
*** sdake_ has joined #openstack-containers17:48
*** Drago has quit IRC17:50
*** sdake has quit IRC17:50
*** jmckind has joined #openstack-containers17:52
*** mkrai has joined #openstack-containers17:54
*** fragatina has joined #openstack-containers17:55
*** fragatina has quit IRC17:57
*** fragatina has joined #openstack-containers17:58
*** sdake_ has quit IRC18:02
*** sdake has joined #openstack-containers18:05
*** yamamoto has joined #openstack-containers18:19
*** sdake has quit IRC18:21
*** sdake has joined #openstack-containers18:23
*** yamamoto has quit IRC18:25
*** Drago has joined #openstack-containers18:58
*** adisky_ has quit IRC18:59
*** amoralej is now known as amoralej|off19:13
*** Drago1 has joined #openstack-containers19:15
*** salmankhan has quit IRC19:16
*** fragatina has quit IRC19:17
*** Drago has quit IRC19:19
*** sdake has quit IRC19:19
*** yamamoto has joined #openstack-containers19:21
*** yamamoto has quit IRC19:27
*** sdake has joined #openstack-containers19:28
*** jmckind_ has joined #openstack-containers19:41
*** jmckind has quit IRC19:41
*** fragatina has joined #openstack-containers19:42
*** Jack_Iv_ has quit IRC19:47
*** fragatina has quit IRC19:47
*** Jack_Iv has joined #openstack-containers19:48
*** fragatina has joined #openstack-containers19:50
*** fragatina has quit IRC19:50
*** fragatina has joined #openstack-containers19:51
*** Jack_Iv has quit IRC19:52
*** raalee has quit IRC20:03
*** raalee has joined #openstack-containers20:04
*** dsariel has joined #openstack-containers20:05
*** Jack_Iv has joined #openstack-containers20:05
*** sdake has quit IRC20:07
*** belmoreira has joined #openstack-containers20:08
*** sdake has joined #openstack-containers20:08
swatson_hey channel, I just restacked my devstack and I'm having issues with heat when I try to make a cluster20:11
swatson_http://paste.openstack.org/show/600825/20:11
swatson_The clusters fail right away with the message in my paste above20:11
*** sdake has quit IRC20:13
*** sdake has joined #openstack-containers20:14
*** harlowja has quit IRC20:15
*** harlowja has joined #openstack-containers20:16
*** adrian_otto has quit IRC20:16
*** yamamoto has joined #openstack-containers20:23
*** yamamoto has quit IRC20:23
*** salmankhan has joined #openstack-containers20:30
*** askb has joined #openstack-containers20:30
*** raalee has quit IRC20:34
*** salmankhan has quit IRC20:35
*** tonanhngo has quit IRC20:42
*** dsariel has quit IRC20:45
*** chris_hultin is now known as chris_hultin|AWA20:45
*** sdake_ has joined #openstack-containers20:46
*** chris_hultin|AWA is now known as chris_hultin20:49
*** sdake has quit IRC20:50
*** yamamoto has joined #openstack-containers20:54
*** dsariel has joined #openstack-containers20:58
*** flwang has quit IRC20:59
*** yamamoto has quit IRC20:59
*** flwang has joined #openstack-containers21:13
*** adrian_otto has joined #openstack-containers21:13
*** dave-mccowan has quit IRC21:13
*** raalee has joined #openstack-containers21:17
*** yamamoto has joined #openstack-containers21:17
*** belmoreira has quit IRC21:18
*** belmoreira has joined #openstack-containers21:20
*** yamamoto has quit IRC21:21
*** dfflanders has joined #openstack-containers21:24
*** mjura has quit IRC21:25
*** belmoreira has quit IRC21:27
*** jwcroppe has quit IRC21:28
*** jwcroppe has joined #openstack-containers21:28
*** jwcroppe_ has joined #openstack-containers21:32
*** jwcroppe has quit IRC21:33
*** Jeffrey4l has quit IRC21:35
*** randallburt has quit IRC21:37
*** randallburt has joined #openstack-containers21:37
*** chris_hultin is now known as chris_hultin|AWA21:39
*** raalee has quit IRC21:40
*** sdake_ has quit IRC21:45
*** Jeffrey4l has joined #openstack-containers21:48
*** code34 has joined #openstack-containers21:51
*** jmckind_ has quit IRC21:54
*** Jack_Iv has quit IRC21:56
*** Jack_Iv has joined #openstack-containers21:56
*** Jack_Iv has quit IRC22:01
*** tonanhngo has joined #openstack-containers22:01
*** randallburt has quit IRC22:06
*** yamamoto has joined #openstack-containers22:12
*** tonanhngo has quit IRC22:13
*** chris_hultin|AWA is now known as chris_hultin22:36
*** Kuwagata has quit IRC22:39
openstackgerritStephen Watson proposed openstack/python-magnumclient master: [WIP] Additional OSC plugin support  https://review.openstack.org/43782022:42
*** adrian_otto has quit IRC22:50
*** chris_hultin is now known as chris_hultin|AWA22:50
*** jwcroppe_ has quit IRC23:03
*** juggler has quit IRC23:05
openstackgerritStephen Watson proposed openstack/python-magnumclient master: [WIP] Additional OSC plugin support  https://review.openstack.org/43782023:15
*** Drago1 has quit IRC23:17
openstackgerritOpenStack Proposal Bot proposed openstack/magnum master: Updated from global requirements  https://review.openstack.org/43773023:18
*** jasond has quit IRC23:19
*** jwcroppe has joined #openstack-containers23:25
*** Kuwagata has joined #openstack-containers23:38
*** swatson_ has quit IRC23:42
*** sacharya has quit IRC23:47
*** jwcroppe has quit IRC23:53
*** dave-mccowan has joined #openstack-containers23:57

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