*** dimtruck has quit IRC | 00:00 | |
*** Adri2000 has quit IRC | 00:01 | |
*** amit213 has quit IRC | 00:01 | |
*** chris_hultin|AWA has quit IRC | 00:02 | |
*** jwcroppe has quit IRC | 00:04 | |
*** hongbin has quit IRC | 00:05 | |
*** amit213 has joined #openstack-containers | 00:06 | |
*** chris_hultin|AWA has joined #openstack-containers | 00:07 | |
*** chris_hultin|AWA is now known as chris_hultin | 00:08 | |
*** dimtruck has joined #openstack-containers | 00:08 | |
*** chris_hultin has quit IRC | 00:12 | |
*** EricGonczer_ has joined #openstack-containers | 00:16 | |
*** chris_hultin|AWA has joined #openstack-containers | 00:18 | |
*** chris_hultin|AWA is now known as chris_hultin | 00:18 | |
*** salmankhan has quit IRC | 00:19 | |
*** yuanying has quit IRC | 00:28 | |
*** mtanino_ has joined #openstack-containers | 00:29 | |
*** mtanino has quit IRC | 00:30 | |
*** Drago1 has quit IRC | 00:40 | |
*** Adri2000 has joined #openstack-containers | 00:46 | |
*** jberkus has quit IRC | 00:46 | |
flwang | hello, anybody there? | 00:49 |
---|---|---|
*** jberkus has joined #openstack-containers | 00:50 | |
flwang | i'm running into some problems, after create the cluster, the stack is always in progress | 00:50 |
*** daidv has joined #openstack-containers | 00:51 | |
adrian_otto | flwang: are you able to ssh to the cluster master node using the keypair you specified upon cluster create? | 00:52 |
flwang | adrian_otto: oh, good to see you here :) | 00:52 |
flwang | yes, i can login the instance, can i show you the log? | 00:53 |
flwang | from journalctl | 00:53 |
*** dave-mccowan has joined #openstack-containers | 00:55 | |
adrian_otto | is etcd running? | 00:55 |
flwang | adrian_otto: i don't think so | 00:55 |
flwang | btw, it's fresh devstack env | 00:56 |
adrian_otto | running code from the master git branch? | 00:56 |
adrian_otto | or from a previous release branch? | 00:56 |
flwang | master | 00:56 |
adrian_otto | ok | 00:57 |
adrian_otto | we have seen a couple of cases where Fedora Atomic does not start etcd properly. | 00:57 |
flwang | hmm... i can't paste the log, it's too big to paste it on paste.openstack.org | 00:57 |
flwang | adrian_otto: so what's the solution? | 00:57 |
adrian_otto | seems 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 |
flwang | we're evaluating magnum so as to run it on our public cloud | 00:58 |
flwang | adrian_otto: you mentioned it's common | 00:58 |
flwang | so is there any fix? | 00:58 |
adrian_otto | we have seen it once before with a new setup, and in the past intermittently | 00:59 |
flwang | or you guys just know it's common, but still don't know the root cause | 00:59 |
adrian_otto | we just learned about it on Friday and have been unable to reproduce it since | 00:59 |
adrian_otto | so here are some things we can do to confirm my hunch about the problem | 00:59 |
flwang | should i swift to stable/ocata? | 01:00 |
flwang | switch | 01:00 |
*** fragatina has quit IRC | 01:01 | |
adrian_otto | well, 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 | *would | 01:02 |
flwang | adrian_otto: here is the log if you're interested in https://www.dropbox.com/s/5ezy5805f915m9o/dump-of-journalctl.txt.zip?dl=0 | 01:02 |
adrian_otto | when 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 etcd | 01:02 |
adrian_otto | and then we created a new cluster, and it worked. | 01:03 |
adrian_otto | so 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 |
flwang | how to do that 'we added -x to the shebang line of the cloud-init script '? | 01:03 |
adrian_otto | one sec, and I'll show you where we put that. | 01:04 |
flwang | awesome, appreciate it | 01:04 |
*** Syed__ has quit IRC | 01:05 | |
*** zhugaoxiao has quit IRC | 01:06 | |
*** Administrator_ has quit IRC | 01:06 | |
*** EricGonczer_ has quit IRC | 01:06 | |
*** EricGonczer_ has joined #openstack-containers | 01:06 | |
adrian_otto | I 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_otto | flwang: for the k8s driver, here are where all the setup scripts are: magnum/magnum/drivers/common/templates/kubernetes/fragments | 01:07 |
flwang | k8s cluster, yes | 01:07 |
flwang | ok, so where should i hack? ;) | 01:08 |
adrian_otto | one sec, I am sifting through those | 01:09 |
adrian_otto | it's the script that configures flanneld | 01:09 |
adrian_otto | network-config-service.sh | 01:10 |
adrian_otto | it's the FLANNEL_CONFIG_SERVICE that was not getting run | 01:10 |
adrian_otto | I'm a bit suspicious about the "systemctl start --no-block flannel-config" line at the end | 01:11 |
adrian_otto | I wonder if that --no-block actually belongs in there | 01:11 |
adrian_otto | so 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 happens | 01:12 |
adrian_otto | when you create a new cluster | 01:12 |
flwang | cool | 01:12 |
flwang | i assume i don't have to restart any magnum service | 01:13 |
adrian_otto | no, this is not a bug in the magnum service | 01:13 |
adrian_otto | it has something to do with non-deterministic startup behavior of Fedora Atomic Host | 01:13 |
flwang | cool, let me try | 01:14 |
flwang | adrian_otto: btw, i saw the pod-create, service and rc stuff have been removed | 01:16 |
flwang | so are you expecting end user have to use the native COE commands? | 01:16 |
adrian_otto | Feb 28 00:18:06 k8-mmcyg3xpdt-0-gowlqpq5iyoj-kube-master-b37hrpuulzit.novalocal systemd[1]: etcd.service: Main process exited, code=exited, status=1/FAILURE | 01:17 |
adrian_otto | flwang: yes, that's the idea. | 01:17 |
flwang | ok | 01:18 |
adrian_otto | according to your log... | 01:18 |
flwang | yep i saw the etcd failed to start | 01:18 |
flwang | but i don't have enough knowledge to figure out the root cuse | 01:18 |
adrian_otto | it looks like systemd is trying to start etcd before a critical prerequisite. | 01:19 |
flwang | so it's an order issue? | 01:19 |
adrian_otto | that'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_otto | I am talking with him now in the Freenode #atomic channel | 01:21 |
*** yuanying has joined #openstack-containers | 01:24 | |
flwang | fantastic | 01:25 |
*** dustymabe has joined #openstack-containers | 01:27 | |
adrian_otto | flwang: I invited dustymabe over from #atomic | 01:27 |
adrian_otto | thanks dusty for coming over | 01:27 |
adrian_otto | he asked: rpm-ostree status; rpm -q cloud-init | 01:27 |
adrian_otto | what's the output? | 01:27 |
dustymabe | hi flwang | 01:27 |
adrian_otto | dustymabe: flwang mentioned he is evaluating magnum for use in a public cloud he works for | 01:29 |
adrian_otto | so he set up a fresh devstack, and ran magnum for the first time and got stuck with the first cluster create stalling. | 01:29 |
flwang | here is the new log https://www.dropbox.com/s/y03glfbecix4hcg/journalctl.log.zip?dl=0 | 01:29 |
flwang | dustymabe: hey | 01:29 |
*** sdake_ has joined #openstack-containers | 01:30 | |
dustymabe | adrian_otto: flwang: so from the earlier log I see these two things: | 01:30 |
dustymabe | etcd[1967]: recognized and used environment variable ETCD_CERT_FILE=/srv/kubernetes/server.crt | 01:30 |
*** dave-mccowan has quit IRC | 01:30 | |
dustymabe | etcd[1967]: open /srv/kubernetes/server.crt: no such file or directory | 01:30 |
adrian_otto | yes, I noticed that too | 01:30 |
flwang | yep, no such file or directory is not good for any case ;) | 01:31 |
dustymabe | do hoe is that getting configured is the question? | 01:31 |
dustymabe | how* | 01:31 |
flwang | adrian_otto: ^ | 01:31 |
adrian_otto | dustymabe: 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/fragments | 01:32 |
*** sdake has quit IRC | 01:33 | |
dustymabe | adrian_otto: so magnum sets up that file somewhere | 01:34 |
dustymabe | https://github.com/openstack/magnum/blob/master/magnum/drivers/common/templates/kubernetes/fragments/configure-etcd.sh#L33 | 01:34 |
adrian_otto | configure-etcd.sh and configure-kubernetes-master.sh and network-config-service.sh are the three that use the server.crt file | 01:35 |
adrian_otto | yatin: are you areound? | 01:36 |
dustymabe | adrian_otto: here is where you guys are creating that cert | 01:36 |
dustymabe | https://github.com/openstack/magnum/blob/master/magnum/drivers/common/templates/kubernetes/fragments/make-cert.sh#L126 | 01:36 |
adrian_otto | This appears to be related to a feature we merged recently to add TLS support to etcd | 01:36 |
dustymabe | yeah. :) | 01:36 |
*** fragatina has joined #openstack-containers | 01:36 | |
adrian_otto | ok, so this might be a magnum bug after all! | 01:37 |
*** dave-mccowan has joined #openstack-containers | 01:37 | |
*** kevinz has joined #openstack-containers | 01:38 | |
adrian_otto | flwang: 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 |
flwang | adrian_otto: awesome | 01:39 |
adrian_otto | can you DM me your email, and I'll make a connection? | 01:39 |
flwang | thank you so much | 01:39 |
flwang | flwang@catalyst.net.nz | 01:40 |
adrian_otto | ok, perfect | 01:40 |
flwang | I based in NZ, in case you want to know | 01:40 |
*** sdake_ has quit IRC | 01:40 | |
adrian_otto | thanks dustymabe for your guidance! | 01:40 |
flwang | dustymabe: many thanks | 01:40 |
dustymabe | adrian_otto: flwang np | 01:40 |
adrian_otto | ok flwang our team meeting is at 1600 UTC Tuesday in #openstack-meeting-alt on Freenode | 01:40 |
adrian_otto | not sure if that's a crazy time in your local timezone or not, but that's where I'll hand this over to an expert | 01:41 |
flwang | adrian_otto: i think it's my 5:00am, not sure if i can make it | 01:42 |
flwang | but i will read the meeting minutes | 01:42 |
flwang | i mean the log | 01:42 |
adrian_otto | ok, I will get an email started now, and we'll be sure to hunt this down. | 01:42 |
flwang | and meanwhile, i will checkout to older magnum version to try my luck | 01:42 |
flwang | fantastic, i like the speed of magnum team | 01:43 |
flwang | i will hanging around in the next couple months | 01:43 |
adrian_otto | yes, the pre-ocata releases used etcd in http mode. | 01:43 |
adrian_otto | so that might be something to play with in the mean time. | 01:43 |
adrian_otto | but we have found that the ocata release does work also, although some of the cluster creates are failing with this symptom intermittently | 01:44 |
flwang | i'm thinking i can just replace the templates of k8s to avoid restarting my magnum service | 01:44 |
adrian_otto | so we want to be sure to find that problem and eliminate it | 01:44 |
flwang | awesome | 01:44 |
flwang | happy to see i'm pushing this :D | 01:45 |
adrian_otto | yes, all you need to do is change the shell script | 01:45 |
adrian_otto | the way that driver works is it copies the scripts over each time you create a cluster | 01:45 |
flwang | yep, i see. | 01:45 |
adrian_otto | so if you tweak them, it's effective the next time you create a cluster | 01:45 |
flwang | right | 01:45 |
flwang | actually i'm surprise you're around because you're based in US | 01:47 |
adrian_otto | it's the end of day for me, so I'm actually heading out now. | 01:50 |
adrian_otto | but I'll follow up to be sure we sort out this problem | 01:50 |
* adrian_otto /o bye | 01:50 | |
*** adrian_otto has quit IRC | 01:51 | |
*** dave-mccowan has quit IRC | 01:59 | |
*** chris_hultin has quit IRC | 02:04 | |
*** chris_hultin|AWA has joined #openstack-containers | 02:06 | |
*** EricGonczer_ has quit IRC | 02:06 | |
*** chris_hultin|AWA is now known as chris_hultin | 02:06 | |
*** eliqiao has quit IRC | 02:07 | |
*** mtanino_ has quit IRC | 02:17 | |
*** eliqiao has joined #openstack-containers | 02:19 | |
yatinkarel | flwang, ping | 02:50 |
flwang | yatinkarel: hi | 02:50 |
yatinkarel | did you got the cluster up | 02:50 |
flwang | no :( | 02:51 |
yatinkarel | can you login to master node | 02:51 |
flwang | yes | 02:51 |
yatinkarel | and share the output of /etc/syconfig/heat-params | 02:51 |
flwang | ok, i need to create a new cluster to collect it | 02:52 |
flwang | will need some minutes | 02:52 |
yatinkarel | Ok | 02:52 |
yatinkarel | also on controller node output of: openstack catalog show | 02:52 |
yatinkarel | and /etc/magnum/magnum.conf | 02:53 |
flwang | do you mean : openstack catalog show magnum? | 02:55 |
yatinkarel | yes that would also work | 02:55 |
*** hongbin has joined #openstack-containers | 02:59 | |
*** hongbin has quit IRC | 03:00 | |
*** hongbin has joined #openstack-containers | 03:01 | |
*** EricGonczer_ has joined #openstack-containers | 03:04 | |
*** ricolin has joined #openstack-containers | 03:06 | |
*** dimtruck is now known as zz_dimtruck | 03:12 | |
*** zz_dimtruck is now known as dimtruck | 03:13 | |
*** EricGonczer_ has quit IRC | 03:18 | |
yatinkarel | flwang, ^^ | 03:20 |
flwang | yatinkarel: sorry, was in another thread | 03:25 |
flwang | i'm collecting the log for you | 03:25 |
yatinkarel | flwang, Ok i thought you stuck into some Error | 03:26 |
flwang | https://www.dropbox.com/s/gg76vhpqx8mhk85/dump.log.zip?dl=0 | 03:31 |
flwang | http://paste.openstack.org/show/600695/ | 03:32 |
*** zhenguo has joined #openstack-containers | 03:37 | |
yatinkarel | flwang, | 03:37 |
yatinkarel | flwang, /etc/sysconfig/heat-params | 03:37 |
flwang | i can't find that patch on the instance | 03:38 |
yatinkarel | flwang, Ok | 03:38 |
yatinkarel | I found issues with your magnum.conf | 03:39 |
yatinkarel | flwang, Your magnum.conf uses localhost 127.0.0.1 and this would not work | 03:39 |
yatinkarel | flwang, Update magnum.conf by replacing 127.0.0.1 with your devstack host ip | 03:40 |
flwang | is that the root cause? | 03:40 |
yatinkarel | Then restart magnum-api and magnum-conductor services | 03:40 |
yatinkarel | flwang, Yes | 03:41 |
flwang | cool, happy to try | 03:41 |
yatinkarel | This is the basic requirement for creating magnum cluster | 03:41 |
yatinkarel | and you missed that | 03:41 |
flwang | cool | 03:41 |
*** vimal has joined #openstack-containers | 03:41 | |
flwang | yatinkarel: do have i have to use eth0's ip? | 03:42 |
flwang | or i can also use the wlan0> | 03:43 |
flwang | ? | 03:43 |
yatinkarel | Both are up? | 03:44 |
yatinkarel | then use eth0 | 03:44 |
yatinkarel | otherwise try with wlan0's ip | 03:45 |
flwang | ok, i will give it a try and replay the email | 03:46 |
flwang | by since you're confident that's the root cause, i'm happy now ;) | 03:46 |
yatinkarel | flwang, Also share heat.conf | 03:46 |
flwang | thank you | 03:46 |
*** mdnadeem has joined #openstack-containers | 03:46 | |
yatinkarel | may be you have similar issues there as well | 03:47 |
yatinkarel | In your case till now it's the main cause | 03:47 |
flwang | http://paste.openstack.org/show/600696/ | 03:48 |
yatinkarel | hmm same issue | 03:48 |
flwang | hmm... is there a link has documented this? | 03:49 |
yatinkarel | your local.conf? | 03:49 |
yatinkarel | devstack does everything for you if you have correct local.conf | 03:50 |
yatinkarel | seems like your local.conf is wrong. | 03:50 |
yatinkarel | please share, i will have a look on it. | 03:50 |
*** ricolin has quit IRC | 03:51 | |
flwang | sure | 03:53 |
flwang | local.conf mean the devstack localrc file? | 03:54 |
yatinkarel | flwang, yes | 03:54 |
flwang | ok | 03:55 |
flwang | http://paste.openstack.org/show/600697 | 03:56 |
yatinkarel | hmm HOST_IP is the culprit | 03:57 |
yatinkarel | From where you referenced this localrc? | 03:57 |
*** Jack_Iv has joined #openstack-containers | 03:59 | |
*** fragatin_ has joined #openstack-containers | 03:59 | |
yatinkarel | set HOST_IP to the IP of eth0/wlan0 what ever you want to use | 04:00 |
yatinkarel | and try unstack.sh and stack.sh | 04:01 |
flwang | ok, i use 127.0.0.1 for some reasons | 04:01 |
flwang | but i'm happy to try what you suggested | 04:01 |
*** fragati__ has joined #openstack-containers | 04:01 | |
yatinkarel | That is required for magnum to work | 04:01 |
yatinkarel | For your reference local.conf i uses: | 04:02 |
yatinkarel | http://paste.openstack.org/show/600697/ | 04:03 |
yatinkarel | http://paste.openstack.org/show/600699/ | 04:03 |
*** fragatina has quit IRC | 04:03 | |
*** vimal has quit IRC | 04:03 | |
*** Jack_Iv has quit IRC | 04:04 | |
*** fragatin_ has quit IRC | 04:04 | |
*** fragati__ has quit IRC | 04:05 | |
yatinkarel | If you require 127.0.0.1 for some purpose, you can try manually editing magnum.conf and heat.conf | 04:11 |
openstackgerrit | Merged openstack/magnum-ui master: Imported Translations from Zanata https://review.openstack.org/437800 | 04:15 |
*** hongbin has quit IRC | 04:17 | |
*** shu-mutou-AWAY is now known as shu-mutou | 04:29 | |
*** vimal has joined #openstack-containers | 04:30 | |
*** ricolin has joined #openstack-containers | 04:31 | |
*** EricGonczer_ has joined #openstack-containers | 04:33 | |
*** EricGonczer_ has quit IRC | 04:35 | |
*** adisky_ has joined #openstack-containers | 04:37 | |
*** Jeffrey4l__ has quit IRC | 04:49 | |
*** ricolin_ has joined #openstack-containers | 04:50 | |
*** Jeffrey4l__ has joined #openstack-containers | 04:52 | |
*** ricolin has quit IRC | 04:53 | |
*** vmud213 has joined #openstack-containers | 05:00 | |
*** sdake has joined #openstack-containers | 05:03 | |
*** sdake_ has joined #openstack-containers | 05:07 | |
*** sdake has quit IRC | 05:08 | |
*** chhavi has joined #openstack-containers | 05:18 | |
*** fragatina has joined #openstack-containers | 05:20 | |
*** fragatina has quit IRC | 05:21 | |
*** fragatina has joined #openstack-containers | 05:21 | |
*** daidv_ has joined #openstack-containers | 05:22 | |
*** daidv has quit IRC | 05:22 | |
*** yamamoto has quit IRC | 05:24 | |
*** ricolin_ has quit IRC | 05:37 | |
*** sdake_ has quit IRC | 05:47 | |
*** dsariel has joined #openstack-containers | 05:47 | |
*** sdake has joined #openstack-containers | 05:47 | |
*** shu-mutou has quit IRC | 05:48 | |
*** Jack_Iv has joined #openstack-containers | 05:58 | |
*** yamamoto has joined #openstack-containers | 06:04 | |
*** ricolin_ has joined #openstack-containers | 06:04 | |
*** janki has joined #openstack-containers | 06:06 | |
*** Jeffrey4l__ is now known as Jeffrey4l | 06:10 | |
*** sdake_ has joined #openstack-containers | 06:10 | |
*** yamamoto has quit IRC | 06:10 | |
*** yamamoto has joined #openstack-containers | 06:11 | |
*** fragatina has quit IRC | 06:12 | |
*** sdake has quit IRC | 06:13 | |
*** sacharya has quit IRC | 06:13 | |
*** sacharya has joined #openstack-containers | 06:14 | |
*** sacharya has quit IRC | 06:19 | |
*** yamamoto has quit IRC | 06:21 | |
*** hieulq_ has joined #openstack-containers | 06:26 | |
*** chhavi has quit IRC | 06:27 | |
*** masuberu has quit IRC | 06:27 | |
*** chhavi has joined #openstack-containers | 06:29 | |
*** yamamoto has joined #openstack-containers | 06:29 | |
*** ricolin_ has quit IRC | 06:29 | |
*** yamamoto has quit IRC | 06:30 | |
*** ricolin_ has joined #openstack-containers | 06:32 | |
*** pcastets has joined #openstack-containers | 06:45 | |
*** mjura has joined #openstack-containers | 06:46 | |
*** yamamoto has joined #openstack-containers | 06:47 | |
*** yamamoto has quit IRC | 06:47 | |
*** gk-1wm-su has joined #openstack-containers | 06:54 | |
*** gk-1wm-su has left #openstack-containers | 06:54 | |
*** ricolin_ has quit IRC | 07:00 | |
*** ricolin_ has joined #openstack-containers | 07:00 | |
*** Oku_OS-away is now known as Oku_OS | 07:08 | |
*** yamamoto has joined #openstack-containers | 07:10 | |
*** rcernin has joined #openstack-containers | 07:11 | |
*** yamamoto has quit IRC | 07:13 | |
*** sacharya has joined #openstack-containers | 07:15 | |
*** hieulq_ has quit IRC | 07:23 | |
*** yuanying_ has joined #openstack-containers | 07:25 | |
*** yuanying has quit IRC | 07:27 | |
*** hishh has joined #openstack-containers | 07:42 | |
*** shu-mutou has joined #openstack-containers | 07:56 | |
*** askb has quit IRC | 07:56 | |
*** sdake_ is now known as sdake | 07:56 | |
*** wangbo has joined #openstack-containers | 07:58 | |
*** ricolin_ has quit IRC | 08:00 | |
*** ricolin_ has joined #openstack-containers | 08:00 | |
*** ramishra has quit IRC | 08:03 | |
*** Jack_Iv has quit IRC | 08:05 | |
*** ricolin__ has joined #openstack-containers | 08:05 | |
*** ramishra has joined #openstack-containers | 08:05 | |
*** ricolin_ has quit IRC | 08:07 | |
*** yamamoto has joined #openstack-containers | 08:13 | |
*** pcaruana has joined #openstack-containers | 08:17 | |
*** Jack_Iv has joined #openstack-containers | 08:18 | |
*** yamamoto has quit IRC | 08:19 | |
*** swatson_ has quit IRC | 08:23 | |
*** masber has joined #openstack-containers | 08:24 | |
*** gk-1wm-su has joined #openstack-containers | 08:33 | |
*** gk-1wm-su has left #openstack-containers | 08:33 | |
*** yuanying_ has quit IRC | 08:53 | |
*** Jeffrey4l has quit IRC | 09:00 | |
*** Jeffrey4l has joined #openstack-containers | 09:00 | |
*** hishh1 has joined #openstack-containers | 09:06 | |
*** hishh has quit IRC | 09:06 | |
*** hishh1 is now known as hishh | 09:06 | |
*** mkrai1 has quit IRC | 09:09 | |
*** sdake has quit IRC | 09:13 | |
*** yamamoto has joined #openstack-containers | 09:15 | |
*** yamamoto has quit IRC | 09:16 | |
*** yamamoto has joined #openstack-containers | 09:16 | |
*** dsariel has quit IRC | 09:18 | |
*** chhavi has quit IRC | 09:19 | |
*** ramishra has quit IRC | 09:23 | |
*** ramishra has joined #openstack-containers | 09:24 | |
*** dimtruck is now known as zz_dimtruck | 09:28 | |
*** Serlex has joined #openstack-containers | 09:28 | |
*** Jack_Iv has quit IRC | 09:37 | |
*** Jack_Iv has joined #openstack-containers | 09:38 | |
*** Jack_Iv has quit IRC | 09:51 | |
*** Jack_Iv has joined #openstack-containers | 09:52 | |
*** ricolin__ has quit IRC | 09:53 | |
*** ramishra has quit IRC | 10:01 | |
*** ramishra has joined #openstack-containers | 10:03 | |
*** sdake has joined #openstack-containers | 10:05 | |
*** shu-mutou is now known as shu-mutou-AWAY | 10:12 | |
*** daidv_ has quit IRC | 10:14 | |
*** Jack_Iv has quit IRC | 10:23 | |
*** Jack_Iv has joined #openstack-containers | 10:23 | |
*** kevinz has quit IRC | 10:26 | |
*** Jack_Iv has quit IRC | 10:26 | |
*** Jack_Iv has joined #openstack-containers | 10:26 | |
*** sacharya has quit IRC | 10:29 | |
*** pcastets has quit IRC | 10:32 | |
*** Serlex has quit IRC | 10:35 | |
*** yamamoto has quit IRC | 10:35 | |
*** dfflanders has quit IRC | 10:37 | |
*** mkrai has joined #openstack-containers | 10:39 | |
*** yuanying has joined #openstack-containers | 10:40 | |
*** sdake has quit IRC | 10:42 | |
*** Serlex has joined #openstack-containers | 10:45 | |
*** Jack_Iv has quit IRC | 10:47 | |
*** Jack_Iv has joined #openstack-containers | 10:48 | |
*** yamamoto has joined #openstack-containers | 10:49 | |
*** Jack_Iv has quit IRC | 10:52 | |
*** yamamoto has quit IRC | 10:55 | |
*** ssbarnea has quit IRC | 10:56 | |
*** chhavi has joined #openstack-containers | 11:03 | |
openstackgerrit | Michal Jura proposed openstack/magnum master: Disable iptables rules created by Docker in K8s cluster https://review.openstack.org/438916 | 11:04 |
*** chhavi has quit IRC | 11:10 | |
*** chhavi has joined #openstack-containers | 11:10 | |
*** salmankhan has joined #openstack-containers | 11:30 | |
*** yamamoto has joined #openstack-containers | 11:38 | |
*** yamamoto has quit IRC | 11:49 | |
*** chhavi has quit IRC | 11:53 | |
*** chhavi has joined #openstack-containers | 11:54 | |
openstackgerrit | Michal Jura proposed openstack/magnum master: [suse] Disable iptables rules created by Docker https://review.openstack.org/438916 | 12:00 |
openstackgerrit | Michal Jura proposed openstack/magnum master: [suse] Disable iptables rules created by Docker https://review.openstack.org/438916 | 12:02 |
*** chhavi has quit IRC | 12:07 | |
*** chhavi has joined #openstack-containers | 12:07 | |
*** janki has quit IRC | 12:11 | |
*** janki has joined #openstack-containers | 12:12 | |
*** janki has quit IRC | 12:13 | |
*** wangbo has quit IRC | 12:19 | |
*** janki has joined #openstack-containers | 12:20 | |
*** EricGonczer_ has joined #openstack-containers | 12:22 | |
*** yamamoto has joined #openstack-containers | 12:34 | |
*** yamamoto has quit IRC | 12:35 | |
*** yamamoto has joined #openstack-containers | 12:35 | |
*** wangbo has joined #openstack-containers | 12:40 | |
*** yamamoto has quit IRC | 12:54 | |
*** afranc has quit IRC | 12:56 | |
*** jmckind has joined #openstack-containers | 13:00 | |
*** afranc has joined #openstack-containers | 13:01 | |
*** jwcroppe has joined #openstack-containers | 13:02 | |
*** ssbarnea has joined #openstack-containers | 13:04 | |
-openstackstatus- NOTICE: restarting gerrit to address performance problems | 13:05 | |
*** ChanServ changes topic to "restarting gerrit to address performance problems" | 13:05 | |
*** yamamoto has joined #openstack-containers | 13:11 | |
*** yamamoto has quit IRC | 13:17 | |
*** dsariel has joined #openstack-containers | 13:17 | |
*** dave-mccowan has joined #openstack-containers | 13:26 | |
*** amoralej is now known as amoralej|lunch | 13:32 | |
*** vmud213 has quit IRC | 13:33 | |
-openstackstatus- NOTICE: ok gerrit is back to normal | 13:34 | |
*** ChanServ changes topic to "ok gerrit is back to normal" | 13:34 | |
*** mkrai has quit IRC | 13:35 | |
*** mkrai has joined #openstack-containers | 13: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 bot | 13:40 | |
*** Oku_OS has quit IRC | 13:56 | |
*** openstackgerrit has quit IRC | 14:03 | |
*** ricolin__ has joined #openstack-containers | 14:08 | |
*** Oku_OS has joined #openstack-containers | 14:09 | |
*** yamamoto has joined #openstack-containers | 14:13 | |
*** salmankhan has quit IRC | 14:14 | |
*** Jack_Iv has joined #openstack-containers | 14:17 | |
*** yamamoto has quit IRC | 14:18 | |
*** raalee has joined #openstack-containers | 14:19 | |
*** sdake has joined #openstack-containers | 14:24 | |
*** mdnadeem has quit IRC | 14:24 | |
*** zz_dimtruck is now known as dimtruck | 14:25 | |
*** sacharya has joined #openstack-containers | 14:26 | |
*** sacharya has quit IRC | 14:30 | |
*** jchhatbar has joined #openstack-containers | 14:34 | |
*** janki has quit IRC | 14:34 | |
*** amoralej|lunch is now known as amoralej | 14:38 | |
*** jchhatbar is now known as janki | 14:42 | |
*** jasond has joined #openstack-containers | 14:56 | |
*** Jack_Iv has quit IRC | 15:01 | |
*** Jack_Iv has joined #openstack-containers | 15:01 | |
*** hongbin has joined #openstack-containers | 15:02 | |
*** ricolin__ has quit IRC | 15:03 | |
*** salmankhan has joined #openstack-containers | 15:03 | |
*** ricolin__ has joined #openstack-containers | 15:03 | |
*** yamamoto has joined #openstack-containers | 15:15 | |
*** vimal has quit IRC | 15:16 | |
*** EricGonc_ has joined #openstack-containers | 15:17 | |
*** EricGonczer_ has quit IRC | 15:19 | |
*** yamamoto has quit IRC | 15:19 | |
*** tovin07_ has joined #openstack-containers | 15:24 | |
*** sacharya has joined #openstack-containers | 15:27 | |
*** sacharya has quit IRC | 15:27 | |
*** sacharya has joined #openstack-containers | 15:28 | |
*** mkrai_ has joined #openstack-containers | 15:28 | |
*** mtanino has joined #openstack-containers | 15:33 | |
*** Syed__ has joined #openstack-containers | 15:38 | |
*** randallburt has joined #openstack-containers | 15:38 | |
*** edisonxiang has quit IRC | 15:41 | |
*** edisonxiang has joined #openstack-containers | 15:41 | |
*** juggler has joined #openstack-containers | 15:42 | |
*** openstackgerrit has joined #openstack-containers | 15:42 | |
openstackgerrit | Michal Jura proposed openstack/magnum master: [suse] Add DOCKER_DEV to /etc/fstab https://review.openstack.org/432199 | 15:42 |
*** adrian_otto has joined #openstack-containers | 15:42 | |
*** ricolin__ has quit IRC | 15:44 | |
*** tonanhngo has joined #openstack-containers | 15:49 | |
adrian_otto | Reminder: Our team meeting starts in < 10 minutes in #openstack-meeting-alt at 1600 UTC. | 15:52 |
randallburt | adrian_otto: will be paying partial attention due to meeting schedule conflict | 15:56 |
*** swatson_ has joined #openstack-containers | 15:57 | |
*** sdake has quit IRC | 15:58 | |
*** Drago has joined #openstack-containers | 16:01 | |
*** Drago1 has joined #openstack-containers | 16:02 | |
adrian_otto | randallburt: ok | 16:02 |
*** Kuwagata has joined #openstack-containers | 16:04 | |
*** dsariel has quit IRC | 16:04 | |
*** sdake has joined #openstack-containers | 16:08 | |
*** rcernin has quit IRC | 16:08 | |
*** jmckind has quit IRC | 16:12 | |
*** yamamoto has joined #openstack-containers | 16:16 | |
*** Oku_OS is now known as Oku_OS-away | 16:17 | |
*** Jack_Iv has quit IRC | 16:20 | |
*** Jack_Iv has joined #openstack-containers | 16:20 | |
*** yamamoto has quit IRC | 16:21 | |
*** tovin07_ has left #openstack-containers | 16:28 | |
*** pcaruana has quit IRC | 16:34 | |
openstackgerrit | Merged openstack/magnum stable/newton: Updated from global requirements https://review.openstack.org/438525 | 16:35 |
*** Jeffrey4l has quit IRC | 16:41 | |
*** Jeffrey4l has joined #openstack-containers | 16:42 | |
*** Jack_Iv_ has joined #openstack-containers | 16:44 | |
*** janki has quit IRC | 16:47 | |
*** Jack_Iv has quit IRC | 16:48 | |
*** mkrai_ has quit IRC | 16:50 | |
*** hishh has quit IRC | 17:00 | |
*** Drago has quit IRC | 17: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 forget | 17:01 |
*** vijendar has joined #openstack-containers | 17:01 | |
Drago1 | swatson: senlin | 17:01 |
swatson_ | jvgrant__: IIRC I brought up "container-infra" with dtroyer and it was deemed a bit too long | 17:01 |
swatson_ | Drago1: That's it :D | 17:01 |
Drago1 | jvgrant__: "infra cluster" doesn't sound like "container-infra cluster" | 17:01 |
Drago1 | I don't like the length of container-infra either | 17:02 |
yatinkarel | senln | 17:02 |
yatinkarel | senlin | 17:02 |
swatson_ | Drago1: Dtroyer agreed that senlin really shouldn't have taken the term, but it is what it is at this point | 17:02 |
swatson_ | So a middleground (for now, at least) was using "infra" with our cluster-specific terms | 17:03 |
*** sdake_ has joined #openstack-containers | 17:03 | |
swatson_ | https://review.openstack.org/#/c/437820/ | 17:03 |
jvgrant__ | agreed infra doesn't sound like magnum | 17:03 |
swatson_ | ^ That's what I have for now. Currently stuck with cluster commands because of some issues creating them on my machines | 17:03 |
swatson_ | jvgrant__: I asked about using "magnum", e.g. "openstack magnum cluster list" but OSC is meant to be project-agnostic | 17:04 |
swatson_ | So a user shouldn't have to know about specific project names just to use features | 17: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/whatever | 17:04 |
jvgrant__ | what about bay? | 17:05 |
jvgrant__ | just kidding :) | 17:05 |
swatson_ | ಠ_ಠ | 17:05 |
*** ramishra has quit IRC | 17:06 | |
*** Drago has joined #openstack-containers | 17: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 OSC | 17:07 |
*** sdake has quit IRC | 17:07 | |
*** Drago1 has quit IRC | 17:07 | |
jvgrant__ | ok, i'll think about it some and see if I can think of an alternate term | 17:07 |
swatson_ | Fine by me! | 17:08 |
*** Drago2 has joined #openstack-containers | 17:08 | |
*** Drago has quit IRC | 17:09 | |
Drago2 | Stupid adium | 17:09 |
*** Drago2 is now known as Drago | 17:09 | |
*** mkrai has quit IRC | 17:11 | |
*** coreyob_ is now known as coreyob | 17:11 | |
*** yamamoto has joined #openstack-containers | 17:18 | |
*** funzo has quit IRC | 17:19 | |
*** funzo has joined #openstack-containers | 17:20 | |
*** yamamoto has quit IRC | 17:23 | |
*** sdake_ is now known as sdake | 17:24 | |
*** Serlex has quit IRC | 17:26 | |
*** strigazi has quit IRC | 17:39 | |
*** strigazi has joined #openstack-containers | 17:40 | |
*** chhavi has quit IRC | 17:44 | |
*** vijendar has quit IRC | 17:45 | |
*** sdake_ has joined #openstack-containers | 17:48 | |
*** Drago has quit IRC | 17:50 | |
*** sdake has quit IRC | 17:50 | |
*** jmckind has joined #openstack-containers | 17:52 | |
*** mkrai has joined #openstack-containers | 17:54 | |
*** fragatina has joined #openstack-containers | 17:55 | |
*** fragatina has quit IRC | 17:57 | |
*** fragatina has joined #openstack-containers | 17:58 | |
*** sdake_ has quit IRC | 18:02 | |
*** sdake has joined #openstack-containers | 18:05 | |
*** yamamoto has joined #openstack-containers | 18:19 | |
*** sdake has quit IRC | 18:21 | |
*** sdake has joined #openstack-containers | 18:23 | |
*** yamamoto has quit IRC | 18:25 | |
*** Drago has joined #openstack-containers | 18:58 | |
*** adisky_ has quit IRC | 18:59 | |
*** amoralej is now known as amoralej|off | 19:13 | |
*** Drago1 has joined #openstack-containers | 19:15 | |
*** salmankhan has quit IRC | 19:16 | |
*** fragatina has quit IRC | 19:17 | |
*** Drago has quit IRC | 19:19 | |
*** sdake has quit IRC | 19:19 | |
*** yamamoto has joined #openstack-containers | 19:21 | |
*** yamamoto has quit IRC | 19:27 | |
*** sdake has joined #openstack-containers | 19:28 | |
*** jmckind_ has joined #openstack-containers | 19:41 | |
*** jmckind has quit IRC | 19:41 | |
*** fragatina has joined #openstack-containers | 19:42 | |
*** Jack_Iv_ has quit IRC | 19:47 | |
*** fragatina has quit IRC | 19:47 | |
*** Jack_Iv has joined #openstack-containers | 19:48 | |
*** fragatina has joined #openstack-containers | 19:50 | |
*** fragatina has quit IRC | 19:50 | |
*** fragatina has joined #openstack-containers | 19:51 | |
*** Jack_Iv has quit IRC | 19:52 | |
*** raalee has quit IRC | 20:03 | |
*** raalee has joined #openstack-containers | 20:04 | |
*** dsariel has joined #openstack-containers | 20:05 | |
*** Jack_Iv has joined #openstack-containers | 20:05 | |
*** sdake has quit IRC | 20:07 | |
*** belmoreira has joined #openstack-containers | 20:08 | |
*** sdake has joined #openstack-containers | 20:08 | |
swatson_ | hey channel, I just restacked my devstack and I'm having issues with heat when I try to make a cluster | 20:11 |
swatson_ | http://paste.openstack.org/show/600825/ | 20:11 |
swatson_ | The clusters fail right away with the message in my paste above | 20:11 |
*** sdake has quit IRC | 20:13 | |
*** sdake has joined #openstack-containers | 20:14 | |
*** harlowja has quit IRC | 20:15 | |
*** harlowja has joined #openstack-containers | 20:16 | |
*** adrian_otto has quit IRC | 20:16 | |
*** yamamoto has joined #openstack-containers | 20:23 | |
*** yamamoto has quit IRC | 20:23 | |
*** salmankhan has joined #openstack-containers | 20:30 | |
*** askb has joined #openstack-containers | 20:30 | |
*** raalee has quit IRC | 20:34 | |
*** salmankhan has quit IRC | 20:35 | |
*** tonanhngo has quit IRC | 20:42 | |
*** dsariel has quit IRC | 20:45 | |
*** chris_hultin is now known as chris_hultin|AWA | 20:45 | |
*** sdake_ has joined #openstack-containers | 20:46 | |
*** chris_hultin|AWA is now known as chris_hultin | 20:49 | |
*** sdake has quit IRC | 20:50 | |
*** yamamoto has joined #openstack-containers | 20:54 | |
*** dsariel has joined #openstack-containers | 20:58 | |
*** flwang has quit IRC | 20:59 | |
*** yamamoto has quit IRC | 20:59 | |
*** flwang has joined #openstack-containers | 21:13 | |
*** adrian_otto has joined #openstack-containers | 21:13 | |
*** dave-mccowan has quit IRC | 21:13 | |
*** raalee has joined #openstack-containers | 21:17 | |
*** yamamoto has joined #openstack-containers | 21:17 | |
*** belmoreira has quit IRC | 21:18 | |
*** belmoreira has joined #openstack-containers | 21:20 | |
*** yamamoto has quit IRC | 21:21 | |
*** dfflanders has joined #openstack-containers | 21:24 | |
*** mjura has quit IRC | 21:25 | |
*** belmoreira has quit IRC | 21:27 | |
*** jwcroppe has quit IRC | 21:28 | |
*** jwcroppe has joined #openstack-containers | 21:28 | |
*** jwcroppe_ has joined #openstack-containers | 21:32 | |
*** jwcroppe has quit IRC | 21:33 | |
*** Jeffrey4l has quit IRC | 21:35 | |
*** randallburt has quit IRC | 21:37 | |
*** randallburt has joined #openstack-containers | 21:37 | |
*** chris_hultin is now known as chris_hultin|AWA | 21:39 | |
*** raalee has quit IRC | 21:40 | |
*** sdake_ has quit IRC | 21:45 | |
*** Jeffrey4l has joined #openstack-containers | 21:48 | |
*** code34 has joined #openstack-containers | 21:51 | |
*** jmckind_ has quit IRC | 21:54 | |
*** Jack_Iv has quit IRC | 21:56 | |
*** Jack_Iv has joined #openstack-containers | 21:56 | |
*** Jack_Iv has quit IRC | 22:01 | |
*** tonanhngo has joined #openstack-containers | 22:01 | |
*** randallburt has quit IRC | 22:06 | |
*** yamamoto has joined #openstack-containers | 22:12 | |
*** tonanhngo has quit IRC | 22:13 | |
*** chris_hultin|AWA is now known as chris_hultin | 22:36 | |
*** Kuwagata has quit IRC | 22:39 | |
openstackgerrit | Stephen Watson proposed openstack/python-magnumclient master: [WIP] Additional OSC plugin support https://review.openstack.org/437820 | 22:42 |
*** adrian_otto has quit IRC | 22:50 | |
*** chris_hultin is now known as chris_hultin|AWA | 22:50 | |
*** jwcroppe_ has quit IRC | 23:03 | |
*** juggler has quit IRC | 23:05 | |
openstackgerrit | Stephen Watson proposed openstack/python-magnumclient master: [WIP] Additional OSC plugin support https://review.openstack.org/437820 | 23:15 |
*** Drago1 has quit IRC | 23:17 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/magnum master: Updated from global requirements https://review.openstack.org/437730 | 23:18 |
*** jasond has quit IRC | 23:19 | |
*** jwcroppe has joined #openstack-containers | 23:25 | |
*** Kuwagata has joined #openstack-containers | 23:38 | |
*** swatson_ has quit IRC | 23:42 | |
*** sacharya has quit IRC | 23:47 | |
*** jwcroppe has quit IRC | 23:53 | |
*** dave-mccowan has joined #openstack-containers | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!