kfox1111 | helm to java? fun... | 00:01 |
---|---|---|
jascott1 | nice guy but better him than me :) | 00:03 |
jascott1 | kfox1111 have you used k8s 1.7.7? my beautiful automated install is all broken and i think thats why | 00:03 |
kfox1111 | hehe. | 00:06 |
kfox1111 | no, not yet. | 00:06 |
kfox1111 | k8s 1.8 patches just merged. when did you try it last? | 00:07 |
jascott1 | using terraform and playbook to rebuild and has been working great but just started blowing up. i think its 1.7.7 but not sure | 00:07 |
kfox1111 | know what its blowing up on? | 00:09 |
jascott1 | kubeadm init | 00:10 |
jascott1 | i wasnt specifying the version and I am using config file (alpha) so still digging | 00:10 |
*** mrunge has quit IRC | 00:12 | |
*** jdg has joined #openstack-kolla | 00:12 | |
kfox1111 | if not specifying the version, then its 1.8. | 00:13 |
kfox1111 | have a look at: https://review.openstack.org/#/c/508682/ | 00:13 |
kfox1111 | I'm guessing its one of those things. | 00:14 |
*** mrunge has joined #openstack-kolla | 00:14 | |
*** jtriley has joined #openstack-kolla | 00:16 | |
jascott1 | hmm kubeadm was saying 1.7.7 | 00:17 |
bkero | So I want to add a custom policy file for glance in my kolla-deployed cloud | 00:18 |
bkero | Do I add those to "{{ node_custom_config }}" (/etc/kolla/config) as /etc/kolla/config/glance/policy.json? | 00:18 |
kfox1111 | weird. 1.8 has been in the repo for a few days now. | 00:19 |
jascott1 | kfox1111 oh i think the apt kube deps being 1.7.5 and kubeadm not being specified was the prob. veryifying | 00:28 |
kfox1111 | ah. could be. | 00:29 |
jascott1 | kfox1111 btw I got dynamic storage with openstack provisioner working | 00:33 |
jascott1 | since then tho it seems Tiller needs to restarted after install | 00:34 |
jascott1 | not sure if related | 00:34 |
jascott1 | that prometheus-operator is vert slick also :) | 00:34 |
kfox1111 | cool. :) | 00:34 |
kfox1111 | I've been meaning to try the prometheus-operator. I've only used the helm chart so far. | 00:34 |
kfox1111 | and have been itching to heavily rework the prometheus helm chart. | 00:34 |
kfox1111 | its too monolithic. | 00:35 |
jascott1 | for a dev cluster its the bees knees | 00:35 |
jascott1 | (prometheus-operator) | 00:35 |
kfox1111 | :) | 00:35 |
jascott1 | still working on the galera one, it looks like im going to fork the etcd one | 00:35 |
jascott1 | its has 90% of same needs | 00:35 |
kfox1111 | yeah. I thought it might be pretty similar. | 00:36 |
kfox1111 | I think the main difference is recovery strategy. | 00:36 |
jascott1 | right | 00:36 |
jascott1 | the interface is very similar, backup/restore, TLS etc | 00:37 |
kfox1111 | not sure how reasonable it is or not, but if it is very very similar except for that one part, | 00:37 |
kfox1111 | maybe it can be abstracted. | 00:37 |
jascott1 | does the helm prometheus setup grafana and all? | 00:37 |
kfox1111 | then stuff like postgresql cluster operators and things might be easier in the future. :) | 00:37 |
kfox1111 | no, but there is a grafana chart too. | 00:37 |
jascott1 | yeah i saw they wanted to abstract their backup storage providers | 00:37 |
kfox1111 | between the two, its not too bad to startup an instance. | 00:38 |
jascott1 | go can do .so like things now, i wonder if anyone is doing that | 00:38 |
kfox1111 | hmm... yeah, that might be another way to solve it. | 00:38 |
jascott1 | that prometheus operator is a one liner and gets a bunch of dashboards setup for cluster health etc | 00:39 |
jascott1 | def check it out, its a great UX installing it | 00:39 |
jascott1 | casue it works without any bs (at least for me) | 00:39 |
kfox1111 | ok. will do. thanks for the recommendation. :) | 00:39 |
kfox1111 | not sure I told you.... | 00:40 |
kfox1111 | I got kube-dashboard + dex authentication working. | 00:40 |
jascott1 | cool | 00:40 |
jascott1 | whats dex? :) | 00:40 |
kfox1111 | can authenticate the dashboard against ldap, github, google account, etc. | 00:40 |
jascott1 | ah woot! | 00:41 |
kfox1111 | kind of hard to explain. oidc bridge to other authentication mechanisms. | 00:41 |
kfox1111 | https://github.com/coreos/dex | 00:41 |
kfox1111 | the charts are in progress here: | 00:42 |
kfox1111 | https://github.com/kfox1111/charts/tree/dex/stable/dex | 00:42 |
kfox1111 | and: | 00:42 |
kfox1111 | https://github.com/kfox1111/charts/tree/oidc/stable/kubernetes-dashboard | 00:42 |
kfox1111 | and got a good stab at instructions here: | 00:42 |
kfox1111 | https://github.com/kfox1111/charts/blob/oidc/stable/kubernetes-dashboard/MiniKubeOIDC.md | 00:42 |
kfox1111 | its very rough, but it is repeatable. at least on my box. :) | 00:43 |
kfox1111 | with a slight variant was able to launch github based auth to my local minikube. :) | 00:43 |
kfox1111 | gotta head out. talk to you later. | 00:44 |
jascott1 | nice. yeah have a good one | 00:44 |
kfox1111 | if you end up playing with the dex/dashboard stuff, please let me know how it goes. | 00:44 |
jascott1 | hope to at some point but busy atm. might roll it into playbook at some point :) | 00:45 |
kfox1111 | cool. | 00:45 |
kfox1111 | I'm hoping to figure it out a little bit more, then role in the oidc proxy into things like prometheus so it has some form of auth on it. | 00:46 |
kfox1111 | also would allow to single sign on to all the things then too. | 00:46 |
kfox1111 | ok. really heading out this time. have a good one. :) | 00:47 |
*** tovin07_ has joined #openstack-kolla | 00:48 | |
*** hrw has quit IRC | 00:51 | |
*** hrw has joined #openstack-kolla | 00:53 | |
*** Sean-md has joined #openstack-kolla | 00:59 | |
*** jdg has quit IRC | 00:59 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/kolla-kubernetes master: Updated from global requirements https://review.openstack.org/509443 | 01:02 |
*** jtriley has quit IRC | 01:11 | |
*** erlon has quit IRC | 01:22 | |
*** duonghq has joined #openstack-kolla | 01:27 | |
duonghq | morning guys | 01:36 |
*** Guest1487 has quit IRC | 01:55 | |
*** dave-mcc_ has quit IRC | 01:57 | |
*** livelace-link has quit IRC | 01:59 | |
*** mcnanci has quit IRC | 02:00 | |
*** unicell has quit IRC | 02:07 | |
*** unicell has joined #openstack-kolla | 02:08 | |
*** unicell has quit IRC | 02:13 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla master: Moving jobs to kolla repo https://review.openstack.org/508661 | 02:14 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/kolla-kubernetes master: Updated from global requirements https://review.openstack.org/509443 | 02:35 |
*** jgriffith_ has joined #openstack-kolla | 02:42 | |
*** mdnadeem has joined #openstack-kolla | 02:49 | |
*** mcnanci has joined #openstack-kolla | 02:58 | |
spsurya | morning all | 03:02 |
spsurya | duonghq: sup | 03:02 |
duonghq | sup spsurya | 03:06 |
*** jgriffith_ has quit IRC | 03:08 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/kolla-kubernetes master: Updated from global requirements https://review.openstack.org/509443 | 03:27 |
*** gkadam has joined #openstack-kolla | 03:37 | |
*** tonyb has quit IRC | 03:42 | |
*** dardelean_ has joined #openstack-kolla | 03:55 | |
*** tonyb has joined #openstack-kolla | 03:56 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/kolla-kubernetes master: Updated from global requirements https://review.openstack.org/509443 | 03:57 |
*** dardelean_ has quit IRC | 03:59 | |
*** vhosakot has quit IRC | 04:03 | |
*** silva_ has quit IRC | 04:07 | |
*** jgriffith has quit IRC | 04:11 | |
*** jgriffith has joined #openstack-kolla | 04:11 | |
*** skramaja has joined #openstack-kolla | 04:27 | |
*** coolsvap has joined #openstack-kolla | 04:33 | |
*** cocakolla has quit IRC | 04:45 | |
*** jtriley has joined #openstack-kolla | 04:48 | |
*** lpetrut has joined #openstack-kolla | 05:30 | |
*** janki has joined #openstack-kolla | 05:43 | |
*** genek has joined #openstack-kolla | 05:44 | |
*** unicell has joined #openstack-kolla | 05:45 | |
*** unicell1 has joined #openstack-kolla | 05:48 | |
*** unicell has quit IRC | 05:50 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/kolla-kubernetes master: Updated from global requirements https://review.openstack.org/509443 | 06:04 |
*** lpetrut has quit IRC | 06:10 | |
*** jbadiapa has joined #openstack-kolla | 06:19 | |
*** jtriley has quit IRC | 06:20 | |
*** hachi_ has joined #openstack-kolla | 06:28 | |
*** jascott1_ has joined #openstack-kolla | 06:31 | |
*** jascott1 has quit IRC | 06:31 | |
*** dardelean_ has joined #openstack-kolla | 06:38 | |
*** dardelean_ has quit IRC | 06:55 | |
*** mewald has joined #openstack-kolla | 06:59 | |
*** unicell1 has quit IRC | 07:02 | |
openstackgerrit | Duong Ha-Quang proposed openstack/kolla master: kolla: do not mention arch specific images in --help https://review.openstack.org/508922 | 07:05 |
*** jtriley has joined #openstack-kolla | 07:08 | |
*** pcaruana has joined #openstack-kolla | 07:08 | |
*** dardelean_ has joined #openstack-kolla | 07:14 | |
*** dardelean_ has quit IRC | 07:16 | |
*** Zophar has left #openstack-kolla | 07:27 | |
*** jmccarthy has quit IRC | 07:27 | |
*** Zophar has joined #openstack-kolla | 07:27 | |
*** jmccarthy has joined #openstack-kolla | 07:27 | |
*** jmccarthy has left #openstack-kolla | 07:28 | |
*** jascott1_ has quit IRC | 07:41 | |
*** jascott1 has joined #openstack-kolla | 07:41 | |
*** genek has quit IRC | 07:43 | |
*** jascott1 has quit IRC | 07:46 | |
*** dardelean_ has joined #openstack-kolla | 07:48 | |
*** genek has joined #openstack-kolla | 07:51 | |
*** egonzalez has joined #openstack-kolla | 07:58 | |
*** pmisiak has joined #openstack-kolla | 08:13 | |
pmisiak | hey | 08:14 |
pmisiak | could you tell me please why neutron-l3-agent is disabled when neutron-vpnaas is enabled? | 08:14 |
pmisiak | https://github.com/openstack/kolla-ansible/commit/be0fcb5b99107e846f53cba2fa649f7d7d622077#diff-14f07297fe222150ddb6334461a6d45eR246 | 08:15 |
pmisiak | line 246 | 08:15 |
*** shardy has joined #openstack-kolla | 08:19 | |
pmisiak | berendt: looks like its your commit | 08:19 |
*** serlex has joined #openstack-kolla | 08:22 | |
*** hieulq has quit IRC | 08:26 | |
*** duonghq has quit IRC | 08:26 | |
*** duonghq has joined #openstack-kolla | 08:27 | |
*** hieulq has joined #openstack-kolla | 08:27 | |
*** jemcevoy has quit IRC | 08:28 | |
*** daidv has quit IRC | 08:29 | |
openstackgerrit | James McCarthy proposed openstack/kolla-ansible master: Update container_proxy with configurable proxy settings https://review.openstack.org/509713 | 08:29 |
*** daidv has joined #openstack-kolla | 08:30 | |
*** jmccarthy has joined #openstack-kolla | 08:30 | |
openstackgerrit | Eduardo Gonzalez proposed openstack/kolla-ansible master: Fix deployment with public TLS enabled https://review.openstack.org/509186 | 08:36 |
*** jemcevoy has joined #openstack-kolla | 08:38 | |
*** hachi_ has quit IRC | 08:42 | |
*** jbadiapa has quit IRC | 09:03 | |
*** inc0 has quit IRC | 09:13 | |
*** jemcevoy has quit IRC | 09:13 | |
*** gfidente|afk is now known as gfidente | 09:13 | |
*** jbadiapa has joined #openstack-kolla | 09:17 | |
*** genek has quit IRC | 09:20 | |
*** jemcevoy has joined #openstack-kolla | 09:28 | |
*** jemcevoy has quit IRC | 09:34 | |
*** rob_d_ has joined #openstack-kolla | 09:34 | |
*** inc0 has joined #openstack-kolla | 09:35 | |
*** jemcevoy has joined #openstack-kolla | 09:35 | |
openstackgerrit | James McCarthy proposed openstack/kolla-ansible master: Update container_proxy with configurable proxy settings https://review.openstack.org/509713 | 09:43 |
*** jascott1 has joined #openstack-kolla | 09:45 | |
openstackgerrit | Vladislav Belogrudov proposed openstack/kolla-ansible master: Add Barbican section in Nova and Cinder to use disk encryption https://review.openstack.org/509529 | 09:51 |
openstackgerrit | James McCarthy proposed openstack/kolla-ansible master: Update container_proxy with configurable proxy settings https://review.openstack.org/509713 | 09:51 |
openstackgerrit | James McCarthy proposed openstack/kolla-ansible master: Update container_proxy with configurable proxy settings https://review.openstack.org/509713 | 09:59 |
*** pbourke has quit IRC | 10:00 | |
*** pbourke has joined #openstack-kolla | 10:01 | |
*** tovin07_ has quit IRC | 10:09 | |
jmccarthy | egonzalez: quick question about comments in 509713 - re: the three properties - not sure I understand ? I wanted them to be individual properties for the user to (optionally) set | 10:13 |
*** duonghq has quit IRC | 10:14 | |
egonzalez | jmccarthy, i dont mind in that comment, just saw that docker settings are the same way https://github.com/openstack/kolla-ansible/blob/master/ansible/group_vars/all.yml#L92 | 10:15 |
egonzalez | but containers does not have idempotency due lack of checks in config.yml | 10:15 |
jmccarthy | I missed some of your comments - looking at that now | 10:15 |
jmccarthy | Also I didn't want to add it into common, then all would get it ? I have it for magnum conductor only because it needs to reach http:/etcd.io or some such | 10:16 |
egonzalez | jmccarthy, common is an example of how is done | 10:17 |
egonzalez | in defaults set the var, handlers read defaults value and config.yml evaluates if value changed | 10:17 |
jmccarthy | kk will look closer at that now | 10:17 |
egonzalez | jmccarthy, those proxy setting cannot be configured in docker_common_options? https://github.com/openstack/kolla-ansible/blob/master/ansible/group_vars/all.yml#L92 just question | 10:18 |
jmccarthy | egonzalez: Well they can, but not sure we need/want all the containers to get the proxy settings ? | 10:19 |
jmccarthy | egonzalez: Martin has extra stuff in the bug (loops over hosts, fqdn) - but I'm not clear all of that is really needed ? | 10:24 |
*** genek has joined #openstack-kolla | 10:27 | |
*** genek has quit IRC | 10:31 | |
pbourke | egonzalez: I dont think we want these in all containers | 10:33 |
pbourke | egonzalez: just the ones that need it such as magnum | 10:33 |
egonzalez | pbourke, docker module does not allow empty environment, a fake environment value need to be added https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/common/defaults/main.yml#L36 | 10:35 |
egonzalez | so, conductor set needed environment and api set a dummy environment values | 10:35 |
pbourke | its not empty though? | 10:35 |
egonzalez | nope, it fails in https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/common/tasks/config.yml#L217 | 10:36 |
*** magicboiz has quit IRC | 10:39 | |
*** rob_d_ has quit IRC | 10:40 | |
pbourke | we're not seeing this for common services though | 10:40 |
pbourke | only magnum | 10:40 |
jmccarthy | Not sure I follow, I don't think api needs anything ? | 10:42 |
egonzalez | common is an example of role using environment | 10:42 |
egonzalez | if set an environment to conductor in same way as common role does, when reaching checking containers step will fail | 10:43 |
*** lvdombrkr has joined #openstack-kolla | 10:44 | |
pbourke | so you're saying if we do 'kolla-ansible reconfigure --tags magnum' with this patch it should fail? | 10:44 |
lvdombrkr | hello folks, i need to stop webserver (Horizon) on kolla to renew letsencrypt certeficate, and than start again, how can i do that? | 10:45 |
*** rob_d_ has joined #openstack-kolla | 10:46 | |
egonzalez | no, if change any value in the var wont change in container | 10:48 |
egonzalez | because is not handled in "Check containers" task | 10:48 |
egonzalez | if apply same behaviour as `common` role and not set environment to all containers, also will fail | 10:49 |
egonzalez | the fix is add a useless environment to containers who not need them | 10:49 |
pbourke | ok I think I get you now | 10:50 |
pbourke | egonzalez: thanks for explaining :) | 10:52 |
lvdombrkr | hello folks, i need to stop webserver (Horizon) on kolla to renew letsencrypt certeficate, and than start again, how can i do that? | 10:56 |
*** genek has joined #openstack-kolla | 10:58 | |
pbourke | lvdombrkr: 'docker stop horizon' ? | 11:00 |
*** dave-mccowan has joined #openstack-kolla | 11:04 | |
lvdombrkr | pbourke: tried but same error: Attempting to renew cert from /etc/letsencrypt/renewal/openktt.conf produced an unexpected error: Could not bind TCP port 443 because it is already in use by another process on this system (such as a web server). Please stop the program in question and then try again.. Skipping. | 11:07 |
pbourke | lvdombrkr: something must be bound to that port then... maybe check 'netstat -altpn' ? | 11:08 |
lvdombrkr | pbourke: http://paste.openstack.org/show/622743/ | 11:11 |
lvdombrkr | pbourke: thats means i need stop haproxy container? | 11:12 |
pbourke | lvdombrkr: ah, yes, my bad :) | 11:13 |
*** ansmith has quit IRC | 11:18 | |
*** Sean-md has quit IRC | 11:25 | |
jmccarthy | egonzalez: Should I add the dummy one to the magnum defaults for both api and conductor ? | 11:26 |
lvdombrkr | pbourke: ha, interesting after that i get Attempting to renew cert from /etc/letsencrypt/renewal/k.conf produced an unexpected error: Failed authorization procedure. kratt-openstack-dev.makonix.com (tls-sni-01): urn:acme:error:connection :: The server could not connect to the client to verify the domain :: Error getting validation data. Skipping. | 11:29 |
*** zhubingbing has joined #openstack-kolla | 11:29 | |
zhubingbing | hi guys | 11:29 |
openstackgerrit | James McCarthy proposed openstack/kolla-ansible master: Update container_proxy with configurable proxy settings https://review.openstack.org/509713 | 11:40 |
*** dardelean_ has quit IRC | 12:04 | |
*** dardelean_ has joined #openstack-kolla | 12:05 | |
egonzalez | hey zhubingbing sup | 12:10 |
zhubingbing | hi egonzalez | 12:11 |
openstackgerrit | James McCarthy proposed openstack/kolla-ansible master: Update container_proxy with configurable proxy settings https://review.openstack.org/509713 | 12:13 |
*** seanmurphy has joined #openstack-kolla | 12:15 | |
seanmurphy | hi guys - are there any public containers out there for ocata point releases or even pike? (ideally for centos) | 12:16 |
egonzalez | seanmurphy, nope, only thing published are registry tarballs at tarballs.openstack.org but is not recommended usage, is only for kolla CI | 12:17 |
seanmurphy | we thought that might be the case - thanks egonzalez | 12:18 |
egonzalez | some people has published their own images to dockerhub, maybe can find someone with public images to use | 12:20 |
*** lpetrut has joined #openstack-kolla | 12:23 | |
jmccarthy | egonzalez: pbourke: Thanks for the great feedback, I tested locally, with reconfigure, looking much better | 12:24 |
pbourke | jmccarthy: lgtm but will let egonzalez check first ;) | 12:25 |
openstackgerrit | Merged openstack/kolla master: Make plugins optional in opendaylight & ovn https://review.openstack.org/507825 | 12:29 |
*** genek has quit IRC | 12:29 | |
*** ansmith has joined #openstack-kolla | 12:43 | |
*** zhubingbing has quit IRC | 12:45 | |
*** gkadam has quit IRC | 12:54 | |
*** gkadam has joined #openstack-kolla | 12:57 | |
*** magicboiz has joined #openstack-kolla | 12:57 | |
*** dardelean_ has quit IRC | 13:00 | |
*** magicboiz has quit IRC | 13:02 | |
*** gkadam has quit IRC | 13:02 | |
*** genek has joined #openstack-kolla | 13:03 | |
*** dardelean_ has joined #openstack-kolla | 13:06 | |
*** magicboiz has joined #openstack-kolla | 13:09 | |
*** jtriley has quit IRC | 13:10 | |
*** magicboiz has quit IRC | 13:20 | |
*** magicboiz has joined #openstack-kolla | 13:20 | |
*** goldyfruit has joined #openstack-kolla | 13:21 | |
*** vbel has joined #openstack-kolla | 13:28 | |
*** erlon has joined #openstack-kolla | 13:28 | |
vbel | hello, from https://docs.openstack.org/kolla-ansible/latest/reference/designate-guide.html it is unclear how to configure designate interface. It has to be public for mdns part and at the same time it runs on network nodes where we have public interface with unassigned IP (bridge for instances). To follow the logic of the guide I need to create two external interfaces on such nodes. Won't be such designate interface a security concern? Usual | 13:32 |
vbel | ly we had neutron_external_interfaces with no IP so one could not connect to the hosts from outside. I use external router to manage external fqdn | 13:32 |
*** jaosorior has quit IRC | 13:35 | |
*** coolsvap has quit IRC | 13:36 | |
egonzalez | vbel, network nodes still can connect to HAproxy as is the only external node in kolla | 13:39 |
egonzalez | dns interface can be the same as network/api/cluster interface | 13:39 |
egonzalez | but if need dns from inside VMs, will need connectivity to it | 13:40 |
*** jtriley has joined #openstack-kolla | 13:41 | |
*** skramaja has quit IRC | 13:42 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/kolla-kubernetes master: Updated from global requirements https://review.openstack.org/509443 | 13:42 |
vbel | egonzalez, thanks, my use case is that I don't allow external VIP, external clients only connect to neutron_external_interface (network nodes or computes) or to a router which redirects external address to internal vip | 13:43 |
egonzalez | hrm, do the same for dns interface then | 13:43 |
egonzalez | the separate interface is to allow admins secure only the dns traffic, as is a public accessible service | 13:44 |
vbel | yes, that's possible, thanks! | 13:44 |
egonzalez | could even use api interface used for internal vip | 13:45 |
vbel | I use api interface and internal vip runs on it | 13:45 |
vbel | I have interfaces for every traffic type :) | 13:46 |
egonzalez | yeah, i mean, set dns interface to {{ api_interface }}, and only have to configure one net | 13:46 |
vbel | ok, thanks | 13:46 |
egonzalez | much better that :) | 13:46 |
*** ansmith has quit IRC | 13:50 | |
*** zhubingbing_ has joined #openstack-kolla | 13:51 | |
*** dardelean_ has quit IRC | 13:56 | |
openstackgerrit | Merged openstack/kolla-ansible master: Update container_proxy with configurable proxy settings https://review.openstack.org/509713 | 13:57 |
*** hongbin has joined #openstack-kolla | 13:59 | |
*** shardy has quit IRC | 14:00 | |
*** shardy has joined #openstack-kolla | 14:00 | |
*** janki has quit IRC | 14:08 | |
*** janki has joined #openstack-kolla | 14:08 | |
*** jaosorior has joined #openstack-kolla | 14:10 | |
*** dardelean_ has joined #openstack-kolla | 14:10 | |
*** jheroux has joined #openstack-kolla | 14:16 | |
*** serlex has quit IRC | 14:17 | |
openstackgerrit | Eduardo Gonzalez proposed openstack/kolla-ansible master: Revert "Remove show_multiple_locations in glance-api" https://review.openstack.org/509792 | 14:18 |
openstackgerrit | Eduardo Gonzalez proposed openstack/kolla-ansible master: Revert "Remove show_multiple_locations in glance-api" https://review.openstack.org/509792 | 14:20 |
*** lpetrut_ has joined #openstack-kolla | 14:25 | |
*** mdnadeem has quit IRC | 14:25 | |
*** dardelea_ has joined #openstack-kolla | 14:26 | |
*** lpetrut has quit IRC | 14:27 | |
*** dardelean_ has quit IRC | 14:28 | |
*** janki has quit IRC | 14:28 | |
*** trozet has quit IRC | 14:33 | |
*** vhosakot has joined #openstack-kolla | 14:34 | |
openstackgerrit | Pierre Hanselmann proposed openstack/kolla-ansible master: Enable image http source on Horizon https://review.openstack.org/509784 | 14:41 |
*** magicboiz has quit IRC | 14:43 | |
*** magicboiz has joined #openstack-kolla | 14:44 | |
*** jamesbenson has joined #openstack-kolla | 14:45 | |
openstackgerrit | Pierre Hanselmann proposed openstack/kolla-ansible master: Enable image http source on Horizon https://review.openstack.org/509784 | 14:45 |
openstackgerrit | Pierre Hanselmann proposed openstack/kolla-ansible master: Enable image http source on Horizon https://review.openstack.org/509784 | 14:48 |
*** magicboiz has quit IRC | 14:49 | |
*** magicboiz has joined #openstack-kolla | 14:55 | |
*** dardelea_ has quit IRC | 14:57 | |
*** dardelean_ has joined #openstack-kolla | 14:58 | |
*** dardelean_ has quit IRC | 14:58 | |
*** dardelean_ has joined #openstack-kolla | 14:58 | |
*** jaosorior has quit IRC | 15:07 | |
*** noVNC has joined #openstack-kolla | 15:10 | |
*** trozet has joined #openstack-kolla | 15:10 | |
*** ssurana has joined #openstack-kolla | 15:11 | |
*** dardelean_ has quit IRC | 15:13 | |
openstackgerrit | Pierre Hanselmann proposed openstack/kolla-ansible master: Enable image http source on Horizon https://review.openstack.org/509784 | 15:13 |
*** Zophar has quit IRC | 15:15 | |
*** ssurana has left #openstack-kolla | 15:15 | |
*** zhubingbing_ has quit IRC | 15:17 | |
*** gfidente is now known as gfidente|pto | 15:18 | |
noVNC | anyone seen this error https://pastebin.com/raw/DBcx4VSh performing an upgrade ??? | 15:18 |
*** lrensing has joined #openstack-kolla | 15:21 | |
*** ntpttr_laptop has joined #openstack-kolla | 15:24 | |
*** pmisiak has quit IRC | 15:29 | |
egonzalez | noVNC, likely some missing group in inventory file | 15:31 |
*** lrensing has quit IRC | 15:31 | |
jmccarthy | Does a magnum error like this ring a bell with anyone ? | 15:31 |
jmccarthy | magnum-conductor.log:2017-10-05 16:24:55.945 22 ERROR oslo.service.loopingcall [req-205359d1-7054-4fc8-b2a5-613c1104a44d - - - - -] Fixed interval looping call 'magnum.service.periodic.ClusterUpdateJob.update_status' failed: ValueError: Field `master_addresses[0]' cannot be None | 15:31 |
*** mewald has quit IRC | 15:36 | |
*** ansmith has joined #openstack-kolla | 15:37 | |
noVNC | egonzalez, have an idea which one? | 15:38 |
egonzalez | could be any, compare your inventory with new release inventory | 15:39 |
noVNC | egonzalez, ok | 15:39 |
*** pcaruana has quit IRC | 15:39 | |
*** jbadiapa has quit IRC | 15:45 | |
*** lrensing has joined #openstack-kolla | 15:48 | |
seanmurphy | vbel: just a heads up - we encountered this issue when trying to use designate with ocata/stable containers (the ones on dockerhub) on centos - https://bugs.launchpad.net/neutron/+bug/1696889 - we decided to defer the designate deployment to a later date | 15:57 |
openstack | Launchpad bug 1696889 in neutron "external_dns_driver causes floating ip association to fail" [Undecided,Fix released] - Assigned to Daniel Russell (danielr-2) | 15:57 |
vbel | seanmurphy, thanks a million! I will write that down | 15:58 |
*** hrw has quit IRC | 15:59 | |
kfox1111 | morning. | 15:59 |
kfox1111 | https://review.openstack.org/#/c/507252/ is ready. | 16:00 |
*** egonzalez has quit IRC | 16:00 | |
*** vhosakot has quit IRC | 16:09 | |
*** mewald has joined #openstack-kolla | 16:11 | |
*** seanmurphy has quit IRC | 16:12 | |
jmccarthy | Just wondering, has anyone tried out magnum recently ? :) | 16:16 |
*** noVNC has quit IRC | 16:28 | |
*** jascott1 has quit IRC | 16:32 | |
*** jascott1 has joined #openstack-kolla | 16:32 | |
kfox1111 | jmccarthy: not in over a year. :/ | 16:36 |
jmccarthy | kfox1111: kk probably (hopefully!) I'm doing something wrong :} | 16:37 |
jmccarthy | I think I'm missing some volume config ? | 16:41 |
jmccarthy | magnum-conductor.log:2017-10-05 17:33:38.282 25 ERROR oslo_messaging.rpc.server docker_volume_type = cluster.labels.get( | 16:41 |
jmccarthy | magnum-conductor.log:2017-10-05 17:33:38.282 25 ERROR oslo_messaging.rpc.server AttributeError: 'NoneType' object has no attribute 'get' | 16:41 |
bkero | Hi all. I'm trying to do a stable/pike all-in-one kolla deployment. "Running Neutron bootstrap container" is failing, says the container exited with non-zero return code. Running 'docker logs $CONTAINER' I can see that it can't write to /var/log/kolla/neutron because it does not exist. | 16:55 |
bkero | Does anyone know where the task create those log directories would be? | 16:55 |
*** kolla-slack has quit IRC | 17:08 | |
*** kolla-slack has joined #openstack-kolla | 17:08 | |
*** kolla-slack has quit IRC | 17:09 | |
*** kolla-slack has joined #openstack-kolla | 17:09 | |
kolla-slack | <egonzalez> bkero, check docker logs bootstrap_neutron | 17:10 |
bkero | egonzalez: I did, it told me Permission Denied | 17:11 |
bkero | to /var/log/kolla/neutron/neutron.log | 17:12 |
*** jascott1 has quit IRC | 17:18 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/kolla-kubernetes master: Updated from global requirements https://review.openstack.org/509443 | 17:22 |
*** dardelean_ has joined #openstack-kolla | 17:26 | |
*** jmccarthy has left #openstack-kolla | 17:26 | |
*** markmcclain has quit IRC | 17:26 | |
*** markmcclain has joined #openstack-kolla | 17:29 | |
*** dardelean_ has quit IRC | 17:30 | |
*** dardelean_ has joined #openstack-kolla | 17:33 | |
*** noVNC has joined #openstack-kolla | 17:36 | |
*** seanmurphy has joined #openstack-kolla | 17:37 | |
*** lpetrut_ has quit IRC | 17:41 | |
*** dardelean_ has quit IRC | 17:47 | |
*** noVNC has quit IRC | 17:47 | |
*** dardelean has joined #openstack-kolla | 17:54 | |
*** silva has joined #openstack-kolla | 17:56 | |
silva | hello, I installed Horizon using Kolla. When I try to access the web interface, i get error 500. So i tried to find in the httpd logs any error, and i cant find anythin. I notice that the folder /var/www/cgi-bin is empty. Is that the problem? | 17:56 |
inc0 | silva: on host, it will be empty | 18:12 |
inc0 | check /var/lib/docker/volumes/kolla_logs | 18:12 |
inc0 | this is where all service logs are stored | 18:12 |
*** dardelean_ has joined #openstack-kolla | 18:13 | |
*** dardelean_ has quit IRC | 18:13 | |
*** dardelean_ has joined #openstack-kolla | 18:20 | |
*** dardelean_ has quit IRC | 18:20 | |
silva | inc0: [core:error] [pid 64] [client xxxxx:4115] End of script output before headers: django.wsgi | 18:29 |
inc0 | silva: hmm I never seen that one | 18:29 |
inc0 | might want to check with horizon community | 18:29 |
*** lpetrut_ has joined #openstack-kolla | 18:29 | |
*** sambetts|afk has quit IRC | 18:33 | |
kfox1111 | /var/www/cgi-bin isn't used by horizon. | 18:35 |
kfox1111 | check under /var/log/kolla/* for logs? | 18:35 |
*** sambetts_ has joined #openstack-kolla | 18:36 | |
inc0 | kfox1111: I assume that's "end of script output before headers" | 18:36 |
silva | kfox1111: yeah | 18:36 |
kfox1111 | ah. | 18:36 |
kfox1111 | hmm... | 18:36 |
kfox1111 | I think the horizon config file is pulled in directly as python code. | 18:37 |
kfox1111 | so if there is a typo/formatting issue in it, I think it could cause that message. | 18:37 |
silva | kfox1111: how can I check that | 18:37 |
kfox1111 | not sure the easiest way to do that. | 18:38 |
silva | https://bugs.launchpad.net/horizon/+bug/1573488 | 18:39 |
openstack | Launchpad bug 1573488 in OpenStack Dashboard (Horizon) "Openstack Mitaka: can not access dashboard(internal server 500)" [Undecided,Expired] | 18:39 |
silva | how can I restart apache inside the docker? | 18:40 |
inc0 | docker restart horizon | 18:41 |
*** hachi_ has joined #openstack-kolla | 18:44 | |
silva | solved: added this line WSGIApplicationGroup %{GLOBAL} to the conf file: /etc/httpd/conf.d/openstack-dashboard.conf | 18:45 |
*** jascott1 has joined #openstack-kolla | 18:50 | |
kfox1111 | inc0: we may need that in genconfig? | 18:50 |
robcresswell | It looks like that is already in Horizon master. https://github.com/openstack/horizon/blob/master/openstack_dashboard/management/commands/apache_vhost.conf.template#L23 | 18:50 |
kfox1111 | jascott1: https://groups.google.com/forum/#!topic/kubernetes-sig-apps/d_zV4esoNF8 | 18:50 |
jascott1 | haha i came here to say 'nice comment' to you sir! | 18:51 |
kfox1111 | ah. cool. :) | 18:51 |
jascott1 | hopefully we will have some active discussion | 18:52 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/kolla-kubernetes master: Updated from global requirements https://review.openstack.org/509443 | 18:52 |
kfox1111 | please +1 it or something so they know I'm not the only crazy one. :) | 18:52 |
jascott1 | i will do something. hard for me to speak authoritatively since I havent had to deal with this (i dont run PRD clusters) | 18:53 |
kfox1111 | sure. but you could comment from the helm perspective maybe. | 18:53 |
kfox1111 | I think having a configmap uploaded by helm and then being deleted by not helm feels really antihelm. | 18:54 |
jascott1 | yup :) | 18:54 |
kfox1111 | technically what they are talking about would save a little bit of memory in etcd. | 18:54 |
jascott1 | i think we are about to start mailing list for Helm | 18:54 |
kfox1111 | but I don't think that savings is really worht it. | 18:54 |
kfox1111 | oh, that would be nice. | 18:54 |
kfox1111 | please ping me if they do. I'd like to lurk. :) | 18:55 |
*** mewald has quit IRC | 18:55 | |
jascott1 | i am going to propose some kind of interaction with Helm community to get input on pain points, what they need etc | 18:55 |
kfox1111 | +1 | 18:55 |
jascott1 | prob just a mass survey | 18:56 |
kfox1111 | I can think of a few things. | 18:57 |
jascott1 | Helm 3.0 meetup in January isnt too far off, it would be great to seed discussion now | 18:57 |
kfox1111 | oh. was wondering about that. | 18:57 |
kfox1111 | are they meeting anywhere or is its virutal? | 18:57 |
jascott1 | sounds like its going to be In Portland | 18:57 |
jascott1 | come on down! | 18:57 |
kfox1111 | hmm.... I might be able to do that. :) | 18:58 |
jascott1 | yeah I will let you know when the details are finalized but *might* be at the Crystal Ballroom | 18:59 |
kfox1111 | cool. thanks. :) | 18:59 |
jascott1 | which is a nice little music venue but I didnt realize they hosted business events there | 18:59 |
jascott1 | they do have a stage it would be great to have a little jam for all the musicians :) but I am probably expecting too much | 19:00 |
kfox1111 | know how long they are planning on having it? | 19:00 |
jascott1 | i think its just 1 day afaik | 19:00 |
kfox1111 | hehe. | 19:00 |
kfox1111 | k. yeah, I think I could probably swing that... | 19:00 |
jascott1 | nice | 19:00 |
*** vhosakot has joined #openstack-kolla | 19:02 | |
jascott1 | btw if you are needing some contemporary Dune references in pop culture the new Mystery Science Theatere 3000 episode "Chrismas that almost wasnt" makes three of them :D | 19:02 |
vhosakot | inc0, jamesbenson: I wrote a blog about how to deploy ceph with OpenStack Ocata in case you guys or anyone wants to refer - https://communities.cisco.com/community/developer/openstack/blog/2017/10/04/how-to-deploy-ceph-with-openstack-ocata | 19:05 |
kfox1111 | jascott1: hehe. nice. | 19:06 |
*** MasterOfBugs has joined #openstack-kolla | 19:11 | |
*** hrw has joined #openstack-kolla | 19:16 | |
*** Suicky has joined #openstack-kolla | 19:18 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes master: WIP: shared netns support. https://review.openstack.org/505436 | 19:19 |
*** aagate has quit IRC | 19:26 | |
*** Suicky has quit IRC | 19:31 | |
*** mewald has joined #openstack-kolla | 19:32 | |
*** mewald has quit IRC | 19:34 | |
*** seanmurphy has quit IRC | 19:54 | |
jamesbenson | thanks vhosakot! I'm writing something up as well on my side... will admit that I'm having issues with Pike though. | 20:02 |
openstackgerrit | Charlie Kang proposed openstack/kolla-ansible master: ovs-dpdkctl.sh function list_dpdk_nics only grabs the first nic https://review.openstack.org/505319 | 20:03 |
jamesbenson | vhosakot, wow! Impressive ceph.conf... I keep mine simple. :-). I'm might dig more into that and borrow parts :-) | 20:03 |
*** vhosakot has quit IRC | 20:04 | |
kfox1111 | https://review.openstack.org/#/c/507252/ is ready for reviews | 20:14 |
*** vhosakot has joined #openstack-kolla | 20:15 | |
*** dardelean_ has joined #openstack-kolla | 20:21 | |
*** dardelean_ has quit IRC | 20:25 | |
jascott1 | vhosakot nice work on the blog | 20:26 |
vhosakot | jascott1: haha, thanks! yeah, wanted to write a ceph blog since many months :) | 20:28 |
*** gfidente|pto has quit IRC | 20:30 | |
*** jtriley has quit IRC | 20:32 | |
*** jtriley has joined #openstack-kolla | 20:32 | |
*** unicell has joined #openstack-kolla | 20:34 | |
*** ansmith has quit IRC | 20:42 | |
jamesbenson | vhosakot: Is ceph in your blog L or prior? I noticed the xfs as mkfs type | 20:49 |
vhosakot | jamesbenson: yes, mkfs type is xfs. It is ceph hammer (0.94) with OpenStack Ocata. why do you ask? | 20:52 |
SamYaple | vhosakot: hammer is EOL :O | 20:54 |
SamYaple | you gotta upgrade man | 20:54 |
vhosakot | SamYaple: yes, I know.. we are upgrading now :) | 20:54 |
SamYaple | haha cool | 20:54 |
*** lpetrut_ has quit IRC | 20:55 | |
jamesbenson | I asked because of bluestore.... | 20:57 |
*** dardelean_ has joined #openstack-kolla | 21:01 | |
*** dardelean_ has quit IRC | 21:01 | |
*** dardelean_ has joined #openstack-kolla | 21:01 | |
vhosakot | jamesbenson: yeah, I haven't played with bluestore. it's in ceph Luminous right? | 21:02 |
jamesbenson | yes, required | 21:02 |
vhosakot | cool | 21:03 |
jamesbenson | vhosakot: http://docs.ceph.com/docs/luminous/rados/configuration/bluestore-config-ref/ | 21:05 |
vhosakot | jamesbenson: cool, thanks for the link | 21:05 |
*** dardelean_ has quit IRC | 21:06 | |
kolla-slack | <britthouser> It always made me scratch my head that Ceph was providing virtual block devices, on top of object store (XFS), on top of physical block devices. And even squirrelier when you had object store (rados gw) on top of that! | 21:09 |
kfox1111 | hehe. | 21:11 |
*** jheroux has quit IRC | 21:11 | |
SamYaple | @britthouser yea but we are in the future now. its virtual block devices on top of physical block devices directly now | 21:14 |
kfox1111 | I'll go a step farther... | 21:14 |
SamYaple | pls no | 21:14 |
kfox1111 | your storage, has an os, which is making a physical block layer into a virtual block layer with a whole remapping/wearleveling /journaling leayer in there... ;) | 21:14 |
kfox1111 | ssd's and even hd's do it now. | 21:15 |
SamYaple | heh yea | 21:15 |
kfox1111 | I had one of those moments a couple weeks ago.... | 21:15 |
kfox1111 | we upgraded motherboard firmware on a box. | 21:15 |
kfox1111 | and the power supplies behavior changed. the power supplies even have its own firmware now. | 21:15 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes master: Remove the resolv.conf workaround https://review.openstack.org/507252 | 21:17 |
*** hachi_ has quit IRC | 21:42 | |
jamesbenson | kfox1111 yeah, I've noticed that too with the power supplies... I find that so odd! | 21:43 |
kfox1111 | yeah. | 21:43 |
jamesbenson | but that's tech, always changing and always evolving.. | 21:43 |
*** bmace has joined #openstack-kolla | 21:43 | |
kfox1111 | I wonder just how many os's are in a modern computer. | 21:43 |
jamesbenson | I'm waiting for a PS trojan or something... | 21:43 |
kfox1111 | hehe. yeah. | 21:43 |
jamesbenson | they make motherboard firmware ones... just waiting... | 21:44 |
kfox1111 | yeah. | 21:44 |
kfox1111 | so.... | 21:45 |
kfox1111 | for shared mouont namespaces in docker.... | 21:45 |
kfox1111 | do you have to tweak docker flags to support that? | 21:45 |
*** MasterOfBugs has quit IRC | 21:46 | |
*** MasterOfBugs has joined #openstack-kolla | 21:46 | |
kfox1111 | oh.... wait. the kubelet change I saw was probably only for /var/lib/kubelet to make it shared. not /run/netns... | 21:46 |
kfox1111 | hmm.... | 21:46 |
vhosakot | nice description Britt! :) SamYaple, jamesbenson: so, in the new design (virtual block devices on top of physical block devices directly) in bluestore, what is the mkfs type? | 21:47 |
jamesbenson | :-/. I don't expressly define one... | 21:49 |
vhosakot | ah got it. | 21:50 |
*** jamesbenson has quit IRC | 21:51 | |
*** jtriley has quit IRC | 21:54 | |
SamYaple | vhosakot: bluestore | 21:54 |
vhosakot | SamYaple: I see, thanks. | 21:55 |
SamYaple | vhosakot: bluestore is data written directly to the blockdevice, no posix filesystem. there is a xfs metadat partition of ~100mb though for keys and otherbits | 21:55 |
SamYaple | and bluestore is *technically* a filesystem, but its all internal to ceph code | 21:55 |
vhosakot | cool, xfs holds just the metadata | 21:55 |
SamYaple | yea, but not metadata for the bluestore partition, but like metadata for the ceph cluster (keys, uuid, etc) | 21:56 |
vhosakot | cool | 21:57 |
*** pramodrj07 has joined #openstack-kolla | 22:04 | |
*** MasterOfBugs has quit IRC | 22:07 | |
*** signed8bit has joined #openstack-kolla | 22:11 | |
kfox1111 | whatss: [Service] MountFlags=shared EOF | 22:21 |
kfox1111 | does that change the default mount flag? | 22:21 |
*** jtriley has joined #openstack-kolla | 22:22 | |
*** ansmith has joined #openstack-kolla | 22:25 | |
kfox1111 | inc0: ping | 22:34 |
kfox1111 | anyone awake thats familior with how the shared mounts in kolla-ansible works? | 22:38 |
*** lrensing has quit IRC | 22:44 | |
*** dardelean_ has joined #openstack-kolla | 22:48 | |
*** dardelean has quit IRC | 22:50 | |
kfox1111 | the MountFlags was already on my system... | 22:56 |
kfox1111 | something still seems to need to bind mount shared /run/netns... | 22:56 |
kfox1111 | I'm not sure how kolla-ansible is doing it. | 22:56 |
kfox1111 | hmmm... I might have setup the shared option a while ago.... | 22:57 |
*** erlon has quit IRC | 23:01 | |
*** mrunge has quit IRC | 23:06 | |
*** hongbin has quit IRC | 23:07 | |
*** mrunge has joined #openstack-kolla | 23:07 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes master: WIP: shared netns support. https://review.openstack.org/505436 | 23:14 |
*** ntpttr_laptop has quit IRC | 23:31 | |
*** ntpttr_laptop has joined #openstack-kolla | 23:38 | |
*** dardelean_ has quit IRC | 23:45 | |
*** vhosakot has quit IRC | 23:52 | |
*** pramodrj07 has quit IRC | 23:56 | |
*** kbyrne has quit IRC | 23:57 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes master: WIP: shared netns support. https://review.openstack.org/505436 | 23:58 |
*** kbyrne has joined #openstack-kolla | 23:58 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!