| *** ttsiouts has joined #openstack-containers | 00:10 | |
| flwang | jakeyip: ping | 00:16 |
|---|---|---|
| *** ttsiouts has quit IRC | 00:16 | |
| flwang | jakeyip: do you have time in the next couple of days to help me finish a feature? | 00:17 |
| *** itlinux has joined #openstack-containers | 00:44 | |
| *** ttsiouts has joined #openstack-containers | 00:45 | |
| *** itlinux has quit IRC | 00:52 | |
| *** itlinux has joined #openstack-containers | 01:10 | |
| *** itlinux has quit IRC | 01:10 | |
| *** ttsiouts has quit IRC | 01:18 | |
| *** itlinux has joined #openstack-containers | 01:30 | |
| *** ricolin has joined #openstack-containers | 01:36 | |
| *** goldyfruit has quit IRC | 01:36 | |
| *** xiangdong-huang has quit IRC | 01:44 | |
| *** xiangdong-huang has joined #openstack-containers | 01:46 | |
| jakeyip | hi flwang what's up? | 01:47 |
| flwang | (12:17:03) flwang: jakeyip: do you have time in the next couple of days to help me finish a feature? | 01:49 |
| flwang | that's related to this https://review.opendev.org/621734 | 01:50 |
| jakeyip | lemme take a look | 01:52 |
| jakeyip | what help is needed? | 01:53 |
| flwang | i don't have time play the conditions, though i have finished the code pretty much, need some tests | 01:54 |
| flwang | http://paste.openstack.org/show/751971/ | 01:54 |
| flwang | this is the code to use condition, but heat is still complaining there are multi bootable sources | 01:54 |
| jakeyip | so it's failing because the condition to detect whether to do image based or volume based doesn't work as expected? | 02:02 |
| *** goldyfruit has joined #openstack-containers | 02:06 | |
| *** ykarel|away has joined #openstack-containers | 02:20 | |
| *** irclogbot_2 has quit IRC | 02:26 | |
| *** irclogbot_1 has joined #openstack-containers | 02:29 | |
| flwang | jakeyip: yep, sort of | 02:29 |
| *** ttsiouts has joined #openstack-containers | 02:30 | |
| flwang | firstly, we need to make sure the condition is correct (which i'm not 100% sure) now | 02:30 |
| flwang | then, we need to make sure the condition is read correctly then pass in correct value to the server properties | 02:30 |
| flwang | jakeyip: ^ | 02:30 |
| flwang | let me know if you're interested in, which i think it's a very nice feature to support | 02:31 |
| jakeyip | I'm not sure if it will work out of the box for us. in Nectar we need an AZ to be provided to create cinder image | 02:32 |
| jakeyip | I've been meaning to look into this. definitely will take a look at your patches. | 02:34 |
| jakeyip | do you use devstack when you develop these new features? | 02:34 |
| *** itlinux has quit IRC | 02:39 | |
| flwang | yes, i'm using devstack | 02:42 |
| flwang | and sometimes doing testing on our prod, if it's related to k8s inside feature, like adding new addons | 02:42 |
| jakeyip | ok. testing this is prob a devstack thing for us. | 02:46 |
| jakeyip | btw, when is the next meeting? I have a couple of things to bring up | 02:46 |
| flwang | next Wed | 02:50 |
| jakeyip | ok | 02:51 |
| flwang | i can't reach Spyros, so we have skipped some, but we definitely need to host the next one | 02:51 |
| *** itlinux has joined #openstack-containers | 02:53 | |
| *** ttsiouts has quit IRC | 03:04 | |
| *** itlinux has quit IRC | 03:08 | |
| *** itlinux has joined #openstack-containers | 03:35 | |
| *** itlinux has quit IRC | 03:39 | |
| *** itlinux has joined #openstack-containers | 03:41 | |
| *** itlinux has quit IRC | 03:43 | |
| *** itlinux has joined #openstack-containers | 04:00 | |
| *** itlinux has quit IRC | 04:05 | |
| *** goldyfruit has quit IRC | 04:06 | |
| *** ttsiouts has joined #openstack-containers | 04:09 | |
| *** itlinux has joined #openstack-containers | 04:09 | |
| *** ykarel|away has quit IRC | 04:17 | |
| *** udesale has joined #openstack-containers | 04:28 | |
| *** ykarel|away has joined #openstack-containers | 04:32 | |
| *** ttsiouts has quit IRC | 04:43 | |
| *** itlinux has quit IRC | 04:43 | |
| *** lpetrut has joined #openstack-containers | 05:11 | |
| *** ttsiouts has joined #openstack-containers | 05:12 | |
| *** ttsiouts has quit IRC | 05:16 | |
| *** ykarel|away is now known as ykarel | 05:20 | |
| *** itlinux has joined #openstack-containers | 05:30 | |
| *** janki has joined #openstack-containers | 05:31 | |
| *** ttsiouts has joined #openstack-containers | 05:49 | |
| *** jchhatbar has joined #openstack-containers | 06:19 | |
| *** janki has quit IRC | 06:20 | |
| *** itlinux has quit IRC | 06:20 | |
| *** ttsiouts has quit IRC | 06:23 | |
| zigo | flwang: Hi there! | 06:37 |
| zigo | Previously, you said I could setup etcd on my cluster to avoid having to use the public discovery.etcd.io, but then, what's the URL? | 06:37 |
| zigo | Something like http://controller:2800/<what> ? | 06:38 |
| zigo | I'm really not sure how to set this up, I looked into the doc, googled for hours, and couldn't find an answer... | 06:38 |
| jakeyip | BTW flwang xiangdong-huang I've been testing F29 it works with kube v1.11.8 in rocky | 07:00 |
| *** rcernin has quit IRC | 07:00 | |
| xiangdong-huang | zigo, you must setup etcd cluster you controller, suppose you have docker on you controller, you can do run command like this | 07:03 |
| xiangdong-huang | docker run -d --restart always -p 2379:2379 -p 2380:2380 -p 4001:4001 -p 7001:7001 --name etcd elcolio/etcd:latest | 07:03 |
| zigo | xiangdong-huang: I prefer not to use docker there... | 07:04 |
| zigo | And just setup etcd on plain bare metal. | 07:04 |
| zigo | What's the normal way then? | 07:04 |
| xiangdong-huang | docker run -d -p 80:8087 -e DISC_ETCD=http://<controller> -e DISC_HOST=http://<controller>:8087 quay.io/coreos/discovery.etcd.io | 07:04 |
| xiangdong-huang | if you etcd on bare metal, just skip first step | 07:05 |
| xiangdong-huang | curl http://<controller>:8087/new?size=1 | 07:05 |
| xiangdong-huang | for testing | 07:06 |
| xiangdong-huang | docker run -d -p 8087:8087 -e DISC_ETCD=http://<controller> -e DISC_HOST=http://<controller>:8087 quay.io/coreos/discovery.etcd.io | 07:06 |
| xiangdong-huang | sorry, typo | 07:06 |
| *** pcaruana has joined #openstack-containers | 07:07 | |
| zigo | xiangdong-huang: Etcd is running, but it doesn't listen on port 8087. | 07:07 |
| xiangdong-huang | discovery listen on port 8087,not etcd | 07:07 |
| zigo | xiangdong-huang: I wont be able to setup any docker image that needs to be downloaded from the internet. My controller do *not* have internet access. | 07:08 |
| xiangdong-huang | you can use "docker save" command save docker image as tar file, and then use "docker load" to load docker image on you controller | 07:10 |
| zigo | xiangdong-huang: That's really not an option, what I want is setup everything from scratch, with absolutely all the components comming from the Debian repository. | 07:11 |
| zigo | If some software are missing, I can add them to Debian, no worries, but having a mandatory download from Internet to do the setup isn't something I want to do. | 07:11 |
| zigo | Isn't there another better way than using docker then? | 07:11 |
| xiangdong-huang | Sorry, I have no idea without using docker | 07:13 |
| zigo | :/ | 07:15 |
| zigo | xiangdong-huang: I'll have a look locally how this docker image is made. | 07:19 |
| xiangdong-huang | good luck :) | 07:24 |
| *** jchhatbar has quit IRC | 07:27 | |
| *** ttsiouts has joined #openstack-containers | 07:29 | |
| *** ykarel is now known as ykarel|afk | 07:37 | |
| *** ivve has joined #openstack-containers | 07:42 | |
| *** janki has joined #openstack-containers | 07:44 | |
| *** ykarel|afk is now known as ykarel | 08:03 | |
| *** trident has quit IRC | 08:04 | |
| *** xiangdong-huang has quit IRC | 08:04 | |
| *** trident has joined #openstack-containers | 08:05 | |
| *** ykarel is now known as ykarel|lunch | 08:16 | |
| *** janki has quit IRC | 08:23 | |
| *** ttsiouts has quit IRC | 08:32 | |
| *** ArchiFleKs has joined #openstack-containers | 08:53 | |
| *** ttsiouts has joined #openstack-containers | 09:03 | |
| *** ricolin has quit IRC | 09:15 | |
| *** ykarel|lunch is now known as ykarel | 09:34 | |
| *** ttsiouts has quit IRC | 09:37 | |
| *** flwang1 has joined #openstack-containers | 09:47 | |
| *** sapd1_x has joined #openstack-containers | 10:37 | |
| *** ttsiouts has joined #openstack-containers | 10:40 | |
| *** ttsiouts has quit IRC | 10:59 | |
| *** ttsiouts has joined #openstack-containers | 11:00 | |
| *** janki has joined #openstack-containers | 11:11 | |
| *** udesale has quit IRC | 11:13 | |
| *** udesale has joined #openstack-containers | 11:13 | |
| *** ttsiouts has quit IRC | 11:14 | |
| *** dave-mccowan has joined #openstack-containers | 11:29 | |
| *** janki has quit IRC | 12:04 | |
| *** janki has joined #openstack-containers | 12:05 | |
| *** ttsiouts has joined #openstack-containers | 12:28 | |
| *** nfakhir_ is now known as nfakhir | 12:37 | |
| *** nfakhir is now known as nfakhir_ | 12:46 | |
| *** ykarel is now known as ykarel|afk | 12:48 | |
| *** ttsiouts has quit IRC | 12:58 | |
| *** dave-mccowan has quit IRC | 13:12 | |
| *** ykarel|afk is now known as ykarel | 13:12 | |
| *** dave-mccowan has joined #openstack-containers | 13:14 | |
| *** goldyfruit has joined #openstack-containers | 13:16 | |
| *** graysonh_ has joined #openstack-containers | 13:20 | |
| *** janki has quit IRC | 13:31 | |
| *** ricolin has joined #openstack-containers | 13:49 | |
| *** yolanda__ has joined #openstack-containers | 14:02 | |
| *** ttsiouts has joined #openstack-containers | 14:02 | |
| *** yolanda__ is now known as yolanda | 14:03 | |
| *** pcaruana has quit IRC | 14:10 | |
| *** pcaruana has joined #openstack-containers | 14:29 | |
| *** yankcrime has quit IRC | 14:30 | |
| *** hongbin has joined #openstack-containers | 14:33 | |
| *** ttsiouts has quit IRC | 14:36 | |
| *** dave-mccowan has quit IRC | 14:52 | |
| *** dave-mccowan has joined #openstack-containers | 14:53 | |
| *** ivve has quit IRC | 15:06 | |
| *** lpetrut has quit IRC | 15:08 | |
| *** hongbin has quit IRC | 15:20 | |
| *** hongbin has joined #openstack-containers | 15:21 | |
| *** itlinux has joined #openstack-containers | 15:26 | |
| *** ykarel is now known as ykarel|away | 15:39 | |
| *** ttsiouts has joined #openstack-containers | 15:43 | |
| *** ttsiouts has quit IRC | 15:45 | |
| *** ttsiouts has joined #openstack-containers | 15:46 | |
| *** ykarel|away has quit IRC | 15:46 | |
| *** itlinux has quit IRC | 16:00 | |
| *** nfakhir_ is now known as nfakhir | 16:04 | |
| *** ykarel|away has joined #openstack-containers | 16:08 | |
| *** nfakhir is now known as nfakhir_ | 16:09 | |
| *** pcaruana has quit IRC | 16:09 | |
| *** ttsiouts has quit IRC | 16:16 | |
| *** ivve has joined #openstack-containers | 16:23 | |
| *** mgoddard has quit IRC | 16:38 | |
| *** ttsiouts has joined #openstack-containers | 16:48 | |
| *** ttsiouts has quit IRC | 16:53 | |
| *** sapd1_x has quit IRC | 16:54 | |
| *** ricolin has quit IRC | 16:55 | |
| *** pcaruana has joined #openstack-containers | 17:00 | |
| *** ykarel|away has quit IRC | 17:02 | |
| *** udesale has quit IRC | 17:03 | |
| *** goldyfruit has quit IRC | 17:03 | |
| *** ykarel has joined #openstack-containers | 17:24 | |
| *** ttsiouts has joined #openstack-containers | 17:26 | |
| *** goldyfruit has joined #openstack-containers | 17:36 | |
| *** itlinux has joined #openstack-containers | 17:46 | |
| *** itlinux has quit IRC | 17:56 | |
| *** ttsiouts has quit IRC | 17:59 | |
| *** lpetrut has joined #openstack-containers | 18:03 | |
| *** lpetrut has quit IRC | 18:07 | |
| *** itlinux has joined #openstack-containers | 18:09 | |
| *** itlinux has quit IRC | 18:11 | |
| *** ykarel has quit IRC | 18:32 | |
| *** ttsiouts has joined #openstack-containers | 19:09 | |
| *** ttsiouts has quit IRC | 19:42 | |
| *** flwang1 has quit IRC | 19:54 | |
| *** itlinux has joined #openstack-containers | 20:37 | |
| *** pcaruana has quit IRC | 20:47 | |
| *** graysonh_ has quit IRC | 20:53 | |
| *** ttsiouts has joined #openstack-containers | 20:56 | |
| *** itlinux has quit IRC | 21:10 | |
| *** itlinux has joined #openstack-containers | 21:11 | |
| *** ttsiouts has quit IRC | 21:26 | |
| *** ttsiouts has joined #openstack-containers | 21:42 | |
| *** ivve has quit IRC | 21:59 | |
| *** goldyfruit has quit IRC | 22:38 | |
| *** goldyfruit has joined #openstack-containers | 22:53 | |
| *** flwang has quit IRC | 23:03 | |
| *** itlinux has quit IRC | 23:04 | |
| *** sapd1_x has joined #openstack-containers | 23:06 | |
| *** rcernin has joined #openstack-containers | 23:19 | |
| *** goldyfruit has quit IRC | 23:22 | |
| *** itlinux has joined #openstack-containers | 23:26 | |
| jakeyip | zigo: are you able to create a local registry? magnum clusters set up will require docker images from the internet too | 23:34 |
| *** ttsiouts has quit IRC | 23:42 | |
| *** goldyfruit has joined #openstack-containers | 23:42 | |
| *** trident has quit IRC | 23:51 | |
| *** hongbin has quit IRC | 23:52 | |
| *** trident has joined #openstack-containers | 23:53 | |
| *** ttsiouts has joined #openstack-containers | 23:58 | |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!