Monday, 2017-05-15

*** openstack has joined #openstack-containers06:59
*** belmoreira has joined #openstack-containers07:12
*** ricolin has joined #openstack-containers07:24
*** jaeman has quit IRC07:39
*** huzhengchuan has joined #openstack-containers07:44
*** huzhengchuan has quit IRC07:44
*** masber has quit IRC07:45
*** rcernin has joined #openstack-containers07:47
*** pcaruana has joined #openstack-containers07:47
openstackgerritJongsoo Yoon proposed openstack/magnum master: Add Command for using default docker log-driver  https://review.openstack.org/46453407:53
*** yuanying_ has quit IRC07:53
*** yuanying has joined #openstack-containers07:53
*** trinaths has quit IRC08:08
*** faizy_ has quit IRC08:16
*** faizy_ has joined #openstack-containers08:16
*** trinaths has joined #openstack-containers08:22
ArchiFleKshi yatin: regarding https://review.openstack.org/#/c/463601/ what patch with iptables are you refering to ?08:30
strigaziArchiFleKs here https://review.openstack.org/#/c/464328/1/devstack/lib/magnum08:34
*** trinaths has quit IRC08:43
openstackgerritAshish Billore proposed openstack/magnum master: Add k8s_centos_ironic_v1 driver  https://review.openstack.org/46454408:45
*** hishh has joined #openstack-containers08:47
ArchiFleKsstrigazi: should I add a depends-on in commit to wait until this is merged ?08:47
strigaziArchiFleKs I'm thinking what to do. 464328 fails for swarm...08:48
*** trinaths has joined #openstack-containers09:22
*** Serlex has joined #openstack-containers09:26
openstackgerritYeo gdony proposed openstack/magnum master: remove python dependency when master/minion nodes make certificates.  https://review.openstack.org/46458809:28
openstackgerritMerged openstack/magnum master: informations -> information  https://review.openstack.org/46304209:46
openstackgerritSpyros Trigazis (strigazi) proposed openstack/magnum stable/ocata: IGNORE: test gate ocata  https://review.openstack.org/46205909:49
openstackgerritSpyros Trigazis (strigazi) proposed openstack/magnum master: IGNORE: test gate  https://review.openstack.org/38220209:50
strigaziArchiFleKs Can you put only the chages in lines 333,334,335  in your patch? https://review.openstack.org/#/c/464328/1/devstack/lib/magnum10:08
*** janki has quit IRC10:12
*** janki has joined #openstack-containers10:13
*** kevinz has quit IRC10:15
*** belmoreira has quit IRC10:28
*** cNilesh has quit IRC10:31
openstackgerritYeo gdony proposed openstack/magnum master: Add k8s_centos_ironic_v1 driver  https://review.openstack.org/46454410:40
*** kzaitsev_ws has joined #openstack-containers11:01
*** kzaitsev_ws has left #openstack-containers11:02
*** kzaitsev_ws has joined #openstack-containers11:03
kzaitsev_wswhich version of k8s does magnum deploy by default?11:03
openstackgerritKevin Lefevre proposed openstack/magnum stable/ocata: Enable custom keystone endpoint_type in templates  https://review.openstack.org/46360111:15
strigazikzaitsev_ws for ocata 1.5.311:28
*** hieulq has quit IRC11:38
*** slunkad has joined #openstack-containers11:39
openstackgerritKevin Lefevre proposed openstack/magnum master: Use configdrive in templates  https://review.openstack.org/46461811:39
ArchiFleKsstrigazi: configdrive is compatible with ironic since kilo : https://specs.openstack.org/openstack/nova-specs/specs/kilo/approved/use-configdrive-with-ironic.html11:40
ArchiFleKshttps://blueprints.launchpad.net/nova/+spec/use-configdrive-with-ironic11:40
strigaziArchiFleKs Where do the data for config drive come from?11:45
strigaziArchiFleKs Not from the nova database11:45
strigazi?11:45
strigaziArchiFleKs Does the config drive actually solve the problem?11:45
ArchiFleKsstrigazi: nova creates an iso with the userdata which is mounted into /media/configdrive so not from the database11:47
strigaziArchiFleKs ^^ this means not from the metadata service11:48
strigaziArchiFleKsn I don't know where nova gets the data to create the iso11:48
strigaziArchiFleKs I don't know from where nova gets the data to create the iso11:48
ArchiFleKsstrigazi: I think frome heat -> configdrive -> compute and does not write it inside the database11:49
ArchiFleKshttps://docs.openstack.org/user-guide/cli-config-drive.html11:50
strigaziArchiFleKs we need to test actually :)11:50
ArchiFleKsi've tested locally with coreos, i'm testing with fedora. I'm going to add some addons i think we are already at the limit, i'm adding some addons to coreos to test that the limit is bypassed11:51
strigaziArchiFleKs I see that the db field being filled again. I need to check if config-drive is enabled11:58
strigaziArchiFleKs my instance says config_drive True12:00
ArchiFleKsyes I can also curl the mededata service, i think there is both :/ i'll check12:03
strigaziArchiFleKs Where is the iso mounted? Can't find it12:04
ArchiFleKsstrigazi: /media/configdrive12:07
strigaziArchiFleKs I don't see it in my vm12:07
strigaziArchiFleKs I'll set force_config_drive = true12:08
ArchiFleKson fedora ?12:08
strigaziArchiFleKs force_config_drive = true on nova. Yes using fedora12:09
*** zz_dimtruck is now known as dimtruck12:19
*** ssmith has joined #openstack-containers12:22
ArchiFleKsstrigazi: on fedora atomic the disk is in /dev/sr012:28
ArchiFleKsbut not mounted automaticly12:28
ArchiFleKsif you mount /dev/sr0 in /media you can see the content12:28
strigaziArchiFleKs the problem is that I still see a lot of data in the db :(12:29
strigaziArchiFleKs length(user_data) 5998812:30
ArchiFleKsyes when I curl the metadata i can still see the data from database, I guess the person who told me that was wrong :/12:32
ArchiFleKsI've juste asked on the nova chan and since it is API enforced, even if that's not in the database it will still break12:33
ArchiFleKsand there not planning to change it i think12:33
*** akhil has joined #openstack-containers12:39
ArchiFleKsthat weird because the disk size limit is 64mb :/ but you can never use them12:39
*** akhil_jain has quit IRC12:42
*** askb has quit IRC12:42
*** belmoreira has joined #openstack-containers12:43
strigaziArchiFleKs Change the nova api? I don't think it will happen :(12:43
strigaziArchiFleKs With a lttle work we can make the heat agent work, Trust me :)12:44
*** dimtruck is now known as zz_dimtruck12:45
ArchiFleKsahah ok, anyway that's what they are saying on #openstack-nova and here https://ask.openstack.org/en/question/105427/how-to-increase-user-data-limit-beyond-64k/12:45
*** zz_dimtruck is now known as dimtruck12:48
*** dave-mccowan has joined #openstack-containers12:51
*** akhil_jain has joined #openstack-containers12:54
*** akhil has quit IRC12:55
*** jmlowe has joined #openstack-containers12:56
*** zenirc369 has quit IRC12:59
*** akhil_jain has quit IRC13:01
*** zenirc369 has joined #openstack-containers13:15
*** faizy has joined #openstack-containers13:22
*** faizy_ has quit IRC13:25
*** zenirc369 has quit IRC13:27
*** Serlex has quit IRC13:27
kzaitsev_wsstrigazi: thanks =) sorry for long response — closed the window =)13:41
kzaitsev_wsalso. is it possible to specify the version somehow (or maybe use custom images/binaries) or are they hardcoded?13:42
*** dimtruck is now known as zz_dimtruck13:46
*** apuimedo has joined #openstack-containers13:46
apuimedostrigazi: ping13:46
ArchiFleKskzaitsev_ws: depending on the driver you should be able to use labels t ovveride kube-version13:50
*** m00dawg has joined #openstack-containers13:56
m00dawgIs there a recommended way to install Magnum-UI in Horizon on Ubuntu 16.04? I've seen a few ways to do it but they all seem to be slightly different? (ref: https://answers.launchpad.net/ubuntu/+source/openstack-dashboard/+question/358639)14:00
openstackgerritSpyros Trigazis (strigazi) proposed openstack/magnum stable/newton: Upgrade to Fedora 25  https://review.openstack.org/46407814:00
openstackgerritSpyros Trigazis (strigazi) proposed openstack/magnum stable/newton: Add docker-d options in sysconfig/docker  https://review.openstack.org/46464914:00
robcresswellm00dawg: You don't have to copy the magnum-ui content into dashboards/14:03
robcresswellI'm not sure where you got that from, because it doesnt seem to be in the instructions. All you need to do is copy over the magnum_ui/enabled files into openstack-dashboard/openstack_dashboard/local/enabled/ dir, once magnum-ui is installed.14:05
m00dawgSo basically the "And enable it in Horizon" steps here? https://github.com/openstack/magnum-ui14:05
robcresswellyup14:05
m00dawgI tried these and was getting internal server errors. But I think that may be due to using the Ubuntu version of Horizon with Magnum-UI? I'll give that a go again, thanks!14:06
robcresswellm00dawg: magnum-ui itself may be broken. We dont guarantee the state of the plugins (there are way, way too many)14:06
robcresswellm00dawg: Your best bet is to ask the packager to package it, IMO.14:07
strigaziapuimedo hi14:07
m00dawgIndeed, that would be ideal - I noticed Mirantis seems to have Magnum pretty well integrated, but overall is it still a bleeding edge project?14:08
apuimedostrigazi: these are the heat templates I used for the demo https://github.com/danielmellado/kuryr_heat14:08
robcresswellm00dawg: A lot of the UI plugins are maintained by a single developer. As in, one developer across ~5, not one each.14:10
strigaziapuimedo thanks, I'll have a look14:10
robcresswellm00dawg: Just a lack of funding really.14:10
m00dawgAh yep valid point. Any vendors like Mirantis that support Magnum financially I should be looking at?14:12
*** zz_dimtruck is now known as dimtruck14:13
m00dawgGetting lots of push towards trying to setup Kubernetes which has been a struggle for me to figure out :) So when I saw nice integration with OpenStack to it (and other orchestration stuff) I got pretty excited.14:13
strigazim00dawg rdo has packages, you need ubuntu support?14:13
*** hongbin has joined #openstack-containers14:14
robcresswellm00dawg: Not sure I'm afraid; I don't know much about magnum, just the UI plugins. I'm the Horizon PTL, IRC pinged me when you said "horizon" :)14:14
m00dawg*oh* hehe ok. Gives me something to work with though, thanks for the info Rob!14:15
strigazim00dawg magnum-ui can be installed like any other dashboard plugin. I haven't spent a lot time with horizon. But we have it installed with the rdo packages14:15
*** Serlex has joined #openstack-containers14:17
strigaziArchiFleKs can you update 463601 and push to newton too?14:18
m00dawgyeah it would be on Ubuntu at least currently14:18
m00dawgTrying to set it up on my OpenStack lab of sorts, which is just VMs running on my workstation.14:19
strigazim00dawg Which release are you running?14:23
m00dawgOcata in the lab14:23
strigazim00dawg magnum-ui ocata is in good state. Give it a go, I think there are no ubuntu packages though :(14:25
strigazim00dawg we run newton with cherry-picks14:26
m00dawgIndeed I didn't find any Ubuntu packages (PPAs or otherwise). About to try the install again here in a few though.14:27
*** ricolin_ has joined #openstack-containers14:29
*** ricolin has quit IRC14:30
ArchiFleKsstrigazi: ok, the gate in newton are ok ?14:31
m00dawgseems to cough Django errors when installing the UI. COuld be I installed it wrong (used pip -e install off the git source) perhaps. https://pastebin.com/ey3L7jGt14:31
strigazim00dawg I hope in a virtual env :)14:33
openstackgerritSpyros Trigazis (strigazi) proposed openstack/magnum stable/newton: IGNORE: tests stable/newton jobs  https://review.openstack.org/43548014:34
strigaziArchiFleKs testing ^^14:35
m00dawghaha well...not exactly :) Can I even use a virtual env if Horizon was installed via the Ubuntu packages? I was trying to avoid a custom install of Horizon but if I have to go that route I guess I have to go that route14:36
openstackgerritKevin Lefevre proposed openstack/magnum stable/ocata: Fix keystone auth_uri and auth_url  https://review.openstack.org/46432814:37
openstackgerritKevin Lefevre proposed openstack/magnum stable/ocata: Enable custom keystone endpoint_type in templates  https://review.openstack.org/46360114:37
*** dsariel has joined #openstack-containers14:46
*** trinaths has left #openstack-containers14:50
*** hishh has quit IRC14:50
*** janki has quit IRC15:00
*** dsariel has quit IRC15:04
*** rcernin has quit IRC15:07
*** Oku_OS is now known as Oku_OS-away15:08
m00dawghmm well a virt-install nets me a ImportError: No module named xstatic.pkg.jquery error.15:10
*** ricolin_ has quit IRC15:17
openstackgerritSpyros Trigazis (strigazi) proposed openstack/magnum stable/newton: Upgrade to Fedora 25  https://review.openstack.org/46407815:24
*** pcaruana has quit IRC15:25
*** jmlowe has quit IRC15:25
m00dawgweirdly `run_tests.sh` seems to run without issue.15:29
*** zenirc369 has joined #openstack-containers15:35
*** ricolin has joined #openstack-containers15:36
*** chhavi has quit IRC15:55
*** ricolin has quit IRC15:55
spietteI'm curious about what you're using as docker repositories, we're looking at a couple of solutions, nothing obvious yet15:56
*** belmoreira has quit IRC16:16
*** sidx64 has joined #openstack-containers16:22
*** harlowja has joined #openstack-containers16:44
*** kzaitsev_ws has quit IRC16:45
m00dawgaha...instructions I think were incorrect. I had to execute it with the venv, derp16:57
*** ricolin has joined #openstack-containers17:03
*** jmlowe has joined #openstack-containers17:06
*** adrian_otto has joined #openstack-containers17:08
*** Serlex has quit IRC17:08
*** sidx64 has quit IRC17:09
*** adrian_otto1 has joined #openstack-containers17:12
*** adrian_otto has quit IRC17:14
*** ramishra has quit IRC17:17
*** fragatina has joined #openstack-containers17:23
*** jmlowe_ has joined #openstack-containers17:26
*** jmlowe has quit IRC17:28
*** dsariel has joined #openstack-containers17:37
openstackgerritMark Goddard proposed openstack/magnum master: Extract kubernetes baremetal ports  https://review.openstack.org/46471017:37
*** ricolin has quit IRC17:40
*** livelace has quit IRC17:41
*** adrian_otto1 has quit IRC17:46
*** fragatina has quit IRC17:49
*** dsariel has quit IRC17:53
*** fragatina has joined #openstack-containers17:54
*** fragatina has quit IRC17:58
*** dsariel has joined #openstack-containers18:07
*** adrian_otto has joined #openstack-containers18:19
openstackgerritSpyros Trigazis (strigazi) proposed openstack/magnum master: WIP: Add timeout for swarm manager and agent  https://review.openstack.org/46471918:25
*** fragatina has joined #openstack-containers18:32
*** fragatina has quit IRC18:32
*** fragatina has joined #openstack-containers18:33
*** zenirc369 has quit IRC18:57
*** adisky_ has quit IRC19:18
*** zul has quit IRC19:32
*** dsariel has quit IRC19:34
*** adrian_otto has quit IRC19:37
*** zul has joined #openstack-containers19:52
*** adrian_otto has joined #openstack-containers20:06
*** belmoreira has joined #openstack-containers20:07
*** belmoreira has quit IRC20:08
*** ssmith has quit IRC20:21
*** sidx64 has joined #openstack-containers20:27
*** sidx64_ has joined #openstack-containers20:35
openstackgerritMerged openstack/magnum stable/ocata: Fix keystone auth_uri and auth_url  https://review.openstack.org/46432820:38
*** sidx64 has quit IRC20:39
*** sidx64_ is now known as sidx6420:39
*** dave-mccowan has quit IRC20:52
*** askb has joined #openstack-containers20:53
*** dimtruck is now known as zz_dimtruck21:05
*** jmlowe_ has quit IRC21:43
*** sidx64 has quit IRC21:51
*** zz_dimtruck is now known as dimtruck21:59
*** adrian_otto has quit IRC22:11
*** dixiaoli has joined #openstack-containers22:17
*** kbyrne has quit IRC23:02
*** kbyrne has joined #openstack-containers23:11
*** dixiaoli has quit IRC23:22
*** hongbin has quit IRC23:23
openstackgerritOpenStack Proposal Bot proposed openstack/magnum-ui stable/ocata: Updated from global requirements  https://review.openstack.org/46480823:32
openstackgerritOpenStack Proposal Bot proposed openstack/python-magnumclient stable/ocata: Updated from global requirements  https://review.openstack.org/46486223:38
*** harlowja has quit IRC23:46

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