Thursday, 2019-05-23

*** ttsiouts has joined #openstack-containers00:10
flwangjakeyip: ping00:16
*** ttsiouts has quit IRC00:16
flwangjakeyip: do you have time in the next couple of days to help me finish a feature?00:17
*** itlinux has joined #openstack-containers00:44
*** ttsiouts has joined #openstack-containers00:45
*** itlinux has quit IRC00:52
*** itlinux has joined #openstack-containers01:10
*** itlinux has quit IRC01:10
*** ttsiouts has quit IRC01:18
*** itlinux has joined #openstack-containers01:30
*** ricolin has joined #openstack-containers01:36
*** goldyfruit has quit IRC01:36
*** xiangdong-huang has quit IRC01:44
*** xiangdong-huang has joined #openstack-containers01:46
jakeyiphi 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
flwangthat's related to this https://review.opendev.org/62173401:50
jakeyiplemme take a look01:52
jakeyipwhat help is needed?01:53
flwangi don't have time play the conditions, though i have finished the code pretty much, need some tests01:54
flwanghttp://paste.openstack.org/show/751971/01:54
flwangthis is the code to use condition, but heat is still complaining there are multi bootable sources01:54
jakeyipso 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-containers02:06
*** ykarel|away has joined #openstack-containers02:20
*** irclogbot_2 has quit IRC02:26
*** irclogbot_1 has joined #openstack-containers02:29
flwangjakeyip: yep, sort of02:29
*** ttsiouts has joined #openstack-containers02:30
flwangfirstly, we need to make sure the condition is correct (which i'm not 100% sure) now02:30
flwangthen, we need to make sure the condition is read correctly then pass in correct value to the server properties02:30
flwangjakeyip: ^02:30
flwanglet me know if you're interested in, which i think it's a very nice feature to support02:31
jakeyipI'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 image02:32
jakeyipI've been meaning to look into this. definitely will take a look at your patches.02:34
jakeyipdo you use devstack when you develop these new features?02:34
*** itlinux has quit IRC02:39
flwangyes, i'm using devstack02:42
flwangand sometimes doing testing on our prod, if it's  related to k8s inside feature, like adding new addons02:42
jakeyipok. testing this is prob a devstack thing for us.02:46
jakeyipbtw, when is the next meeting? I have a couple of things to bring up02:46
flwangnext Wed02:50
jakeyipok02:51
flwangi can't reach Spyros, so we have skipped some, but we definitely need to host the next one02:51
*** itlinux has joined #openstack-containers02:53
*** ttsiouts has quit IRC03:04
*** itlinux has quit IRC03:08
*** itlinux has joined #openstack-containers03:35
*** itlinux has quit IRC03:39
*** itlinux has joined #openstack-containers03:41
*** itlinux has quit IRC03:43
*** itlinux has joined #openstack-containers04:00
*** itlinux has quit IRC04:05
*** goldyfruit has quit IRC04:06
*** ttsiouts has joined #openstack-containers04:09
*** itlinux has joined #openstack-containers04:09
*** ykarel|away has quit IRC04:17
*** udesale has joined #openstack-containers04:28
*** ykarel|away has joined #openstack-containers04:32
*** ttsiouts has quit IRC04:43
*** itlinux has quit IRC04:43
*** lpetrut has joined #openstack-containers05:11
*** ttsiouts has joined #openstack-containers05:12
*** ttsiouts has quit IRC05:16
*** ykarel|away is now known as ykarel05:20
*** itlinux has joined #openstack-containers05:30
*** janki has joined #openstack-containers05:31
*** ttsiouts has joined #openstack-containers05:49
*** jchhatbar has joined #openstack-containers06:19
*** janki has quit IRC06:20
*** itlinux has quit IRC06:20
*** ttsiouts has quit IRC06:23
zigoflwang: Hi there!06:37
zigoPreviously, 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
zigoSomething like http://controller:2800/<what> ?06:38
zigoI'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
jakeyipBTW flwang xiangdong-huang I've been testing F29 it works with kube v1.11.8 in rocky07:00
*** rcernin has quit IRC07:00
xiangdong-huangzigo, you must setup etcd cluster you controller, suppose you have docker on you controller, you can do run command like this07:03
xiangdong-huangdocker run -d --restart always -p 2379:2379 -p 2380:2380 -p 4001:4001 -p 7001:7001 --name etcd elcolio/etcd:latest07:03
zigoxiangdong-huang: I prefer not to use docker there...07:04
zigoAnd just setup etcd on plain bare metal.07:04
zigoWhat's the normal way then?07:04
xiangdong-huangdocker run -d -p 80:8087 -e DISC_ETCD=http://<controller> -e DISC_HOST=http://<controller>:8087 quay.io/coreos/discovery.etcd.io07:04
xiangdong-huangif you etcd on bare metal, just skip first step07:05
xiangdong-huangcurl http://<controller>:8087/new?size=107:05
xiangdong-huangfor testing07:06
xiangdong-huangdocker run -d -p 8087:8087 -e DISC_ETCD=http://<controller> -e DISC_HOST=http://<controller>:8087 quay.io/coreos/discovery.etcd.io07:06
xiangdong-huangsorry, typo07:06
*** pcaruana has joined #openstack-containers07:07
zigoxiangdong-huang: Etcd is running, but it doesn't listen on port 8087.07:07
xiangdong-huangdiscovery listen on port 8087,not etcd07:07
zigoxiangdong-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-huangyou can use "docker save" command save docker image as tar file, and then use "docker load" to load docker image on you controller07:10
zigoxiangdong-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
zigoIf 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
zigoIsn't there another better way than using docker then?07:11
xiangdong-huangSorry, I have no idea without using docker07:13
zigo:/07:15
zigoxiangdong-huang: I'll have a look locally how this docker image is made.07:19
xiangdong-huanggood luck :)07:24
*** jchhatbar has quit IRC07:27
*** ttsiouts has joined #openstack-containers07:29
*** ykarel is now known as ykarel|afk07:37
*** ivve has joined #openstack-containers07:42
*** janki has joined #openstack-containers07:44
*** ykarel|afk is now known as ykarel08:03
*** trident has quit IRC08:04
*** xiangdong-huang has quit IRC08:04
*** trident has joined #openstack-containers08:05
*** ykarel is now known as ykarel|lunch08:16
*** janki has quit IRC08:23
*** ttsiouts has quit IRC08:32
*** ArchiFleKs has joined #openstack-containers08:53
*** ttsiouts has joined #openstack-containers09:03
*** ricolin has quit IRC09:15
*** ykarel|lunch is now known as ykarel09:34
*** ttsiouts has quit IRC09:37
*** flwang1 has joined #openstack-containers09:47
*** sapd1_x has joined #openstack-containers10:37
*** ttsiouts has joined #openstack-containers10:40
*** ttsiouts has quit IRC10:59
*** ttsiouts has joined #openstack-containers11:00
*** janki has joined #openstack-containers11:11
*** udesale has quit IRC11:13
*** udesale has joined #openstack-containers11:13
*** ttsiouts has quit IRC11:14
*** dave-mccowan has joined #openstack-containers11:29
*** janki has quit IRC12:04
*** janki has joined #openstack-containers12:05
*** ttsiouts has joined #openstack-containers12:28
*** nfakhir_ is now known as nfakhir12:37
*** nfakhir is now known as nfakhir_12:46
*** ykarel is now known as ykarel|afk12:48
*** ttsiouts has quit IRC12:58
*** dave-mccowan has quit IRC13:12
*** ykarel|afk is now known as ykarel13:12
*** dave-mccowan has joined #openstack-containers13:14
*** goldyfruit has joined #openstack-containers13:16
*** graysonh_ has joined #openstack-containers13:20
*** janki has quit IRC13:31
*** ricolin has joined #openstack-containers13:49
*** yolanda__ has joined #openstack-containers14:02
*** ttsiouts has joined #openstack-containers14:02
*** yolanda__ is now known as yolanda14:03
*** pcaruana has quit IRC14:10
*** pcaruana has joined #openstack-containers14:29
*** yankcrime has quit IRC14:30
*** hongbin has joined #openstack-containers14:33
*** ttsiouts has quit IRC14:36
*** dave-mccowan has quit IRC14:52
*** dave-mccowan has joined #openstack-containers14:53
*** ivve has quit IRC15:06
*** lpetrut has quit IRC15:08
*** hongbin has quit IRC15:20
*** hongbin has joined #openstack-containers15:21
*** itlinux has joined #openstack-containers15:26
*** ykarel is now known as ykarel|away15:39
*** ttsiouts has joined #openstack-containers15:43
*** ttsiouts has quit IRC15:45
*** ttsiouts has joined #openstack-containers15:46
*** ykarel|away has quit IRC15:46
*** itlinux has quit IRC16:00
*** nfakhir_ is now known as nfakhir16:04
*** ykarel|away has joined #openstack-containers16:08
*** nfakhir is now known as nfakhir_16:09
*** pcaruana has quit IRC16:09
*** ttsiouts has quit IRC16:16
*** ivve has joined #openstack-containers16:23
*** mgoddard has quit IRC16:38
*** ttsiouts has joined #openstack-containers16:48
*** ttsiouts has quit IRC16:53
*** sapd1_x has quit IRC16:54
*** ricolin has quit IRC16:55
*** pcaruana has joined #openstack-containers17:00
*** ykarel|away has quit IRC17:02
*** udesale has quit IRC17:03
*** goldyfruit has quit IRC17:03
*** ykarel has joined #openstack-containers17:24
*** ttsiouts has joined #openstack-containers17:26
*** goldyfruit has joined #openstack-containers17:36
*** itlinux has joined #openstack-containers17:46
*** itlinux has quit IRC17:56
*** ttsiouts has quit IRC17:59
*** lpetrut has joined #openstack-containers18:03
*** lpetrut has quit IRC18:07
*** itlinux has joined #openstack-containers18:09
*** itlinux has quit IRC18:11
*** ykarel has quit IRC18:32
*** ttsiouts has joined #openstack-containers19:09
*** ttsiouts has quit IRC19:42
*** flwang1 has quit IRC19:54
*** itlinux has joined #openstack-containers20:37
*** pcaruana has quit IRC20:47
*** graysonh_ has quit IRC20:53
*** ttsiouts has joined #openstack-containers20:56
*** itlinux has quit IRC21:10
*** itlinux has joined #openstack-containers21:11
*** ttsiouts has quit IRC21:26
*** ttsiouts has joined #openstack-containers21:42
*** ivve has quit IRC21:59
*** goldyfruit has quit IRC22:38
*** goldyfruit has joined #openstack-containers22:53
*** flwang has quit IRC23:03
*** itlinux has quit IRC23:04
*** sapd1_x has joined #openstack-containers23:06
*** rcernin has joined #openstack-containers23:19
*** goldyfruit has quit IRC23:22
*** itlinux has joined #openstack-containers23:26
jakeyipzigo: are you able to create a local registry? magnum clusters set up will require docker images from the internet too23:34
*** ttsiouts has quit IRC23:42
*** goldyfruit has joined #openstack-containers23:42
*** trident has quit IRC23:51
*** hongbin has quit IRC23:52
*** trident has joined #openstack-containers23:53
*** ttsiouts has joined #openstack-containers23:58

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