Wednesday, 2019-03-13

openstackgerritLingxian Kong proposed openstack/magnum master: Improve floating IP allocation  https://review.openstack.org/64154700:52
openstackgerritFeilong Wang proposed openstack/magnum master: [fedora_atomic] Support auto healing for k8s  https://review.openstack.org/63137801:16
openstackgerritGhanshyam Mann proposed openstack/magnum master: Migrate legacy jobs to Ubuntu Bionic  https://review.openstack.org/64233901:24
*** Nel1x has joined #openstack-containers01:25
openstackgerritFeilong Wang proposed openstack/magnum master: Support <ClusterID>/actions/resize API  https://review.openstack.org/63857201:50
*** ricolin_ has joined #openstack-containers02:31
*** Nel1x has quit IRC03:05
lxkongflwang, strigazi, https://review.openstack.org/#/c/641547/ the patch related to the floating ip is ready for review03:06
flwanglxkong: cool, cheers03:09
*** ramishra has joined #openstack-containers03:27
*** itlinux has quit IRC03:41
*** ricolin has joined #openstack-containers04:13
*** ricolin_ has quit IRC04:13
*** imdigitaljim has quit IRC04:16
*** udesale has joined #openstack-containers04:17
*** ykarel|away has joined #openstack-containers04:22
*** inovas has joined #openstack-containers05:02
*** janki has joined #openstack-containers05:04
*** udesale has quit IRC05:16
*** udesale has joined #openstack-containers05:17
*** udesale has quit IRC05:51
*** udesale has joined #openstack-containers06:11
*** ykarel|away is now known as ykarel06:15
*** pcaruana has joined #openstack-containers06:19
*** yolanda has quit IRC06:36
*** ivve has joined #openstack-containers06:53
*** mkuf has quit IRC07:04
*** yolanda has joined #openstack-containers07:09
openstackgerritShu Muto proposed openstack/magnum-ui master: Add release notes for stein.  https://review.openstack.org/64296007:16
openstackgerritMerged openstack/magnum-ui master: Add release notes for stein.  https://review.openstack.org/64296007:40
*** rcernin has quit IRC08:09
*** gsimondon has joined #openstack-containers08:09
*** gsimondo1 has joined #openstack-containers08:27
*** gsimondon has quit IRC08:29
*** alisanhaji has joined #openstack-containers08:37
*** ttsiouts has joined #openstack-containers08:53
*** ttsiouts has quit IRC09:06
*** ttsiouts has joined #openstack-containers09:07
*** ttsiouts has quit IRC09:11
*** FlorianFa has joined #openstack-containers09:23
*** ttsiouts has joined #openstack-containers09:26
brtknrSorry to miss the meeting yesterday, I was at the cinema... thanks for sending me link to Nodegroups work ttsiouts and strigazi, I will take a look at it... ttsiouts, are you developing this on devstack?10:30
ttsioutsbrtknr: yes I am using devstack10:31
ttsioutsbrtknr: I will try to push a part of the driver and the templates today10:35
brtknrttsiouts: I am trying to work out which branch to clone in order to test your changes... there are so many :P10:35
strigazibrtknr git review -d <the last change>10:36
ttsioutsbrtknr: Thanks a lot for your effort!10:37
strigazittsiouts: this is the last one that is upstream? https://review.openstack.org/#/c/642010/10:38
ttsioutsstrigazi: yes10:38
strigazibrtknr: so, git review -d 64201010:38
ykarelstrigazi, re. Due to a kernel change all functional jobs are failing., which kernel change?10:41
ykarelkernel change in infra nodes?10:41
strigaziykarel: yes10:41
ykarelstrigazi, is this issue tracked somewhere?10:41
ykarelon infra side?10:41
ykareli think not only magnum, other projects might also be affected10:41
ykarelwhich rely on nested virt10:42
strigaziykarel:  I don't have a pointer to the change, mnaser knows. Someone else is involved too. let me find the chat10:42
ykarelstrigazi, okk, np, was just curious to know10:42
ykarelactually we faced issue in packstack ci as well10:43
strigaziykarel: http://eavesdrop.openstack.org/irclogs/%23openstack-containers/%23openstack-containers.2019-03-07.log.html#t2019-03-07T13:09:4910:43
strigaziykarel: the only pointer I got is that sean-k-mooney can help10:44
ykarelstrigazi, ack , hmm sean-k-mooney looks after nova10:46
openstackgerritBharat Kunwar proposed openstack/magnum master: Convert fixed_subnet name to uuid so that OCCM does not error  https://review.openstack.org/62951411:00
openstackgerritBharat Kunwar proposed openstack/magnum master: Convert fixed_subnet name to uuid so that OCCM does not error  https://review.openstack.org/62951411:12
openstackgerritJonathan Rosser proposed openstack/magnum stable/rocky: Ensure http proxy environment is available during 'atomic install' for k8s  https://review.openstack.org/64300811:17
openstackgerritMerged openstack/magnum master: ci: Disable functional tests  https://review.openstack.org/64287211:26
*** belmoreira has quit IRC11:31
*** belmoreira has joined #openstack-containers11:32
*** ttsiouts has quit IRC12:06
*** ttsiouts has joined #openstack-containers12:06
*** ttsiouts has quit IRC12:11
*** ttsiouts has joined #openstack-containers12:28
*** janki has quit IRC12:34
*** janki has joined #openstack-containers12:58
*** udesale has quit IRC13:16
*** udesale has joined #openstack-containers13:17
*** mrodriguez has joined #openstack-containers13:18
brtknrttsiouts: how do i reconfigure the database?13:23
ttsioutsbrtknr: you have to run the latest migrations13:24
ttsioutsbrtknr: magnum-db-manage upgrade13:24
ttsioutsbrtknr: this should change the existing cluster table and also add the "nodegroup" table13:25
brtknrcool! that was easy13:26
openstackgerritJonathan Rosser proposed openstack/magnum stable/rocky: Ensure http proxy environment is available during 'atomic install' for k8s  https://review.openstack.org/64300813:27
brtknrttsiouts: how have you been interacting with nodegroups through the cli? i dont think openstack-magnumclient understands nodegroups yet right?13:28
ttsioutsbrtknr: this is the change for the client: https://review.openstack.org/#/c/642077/13:29
ttsioutsbrtknr: but still the only thing you can actually do is list and show nodegroups13:29
ttsioutsbrtknr: the functionality to add/delete/etc NGs is not there yet...13:30
brtknrttsiouts: is that lacking in the client or the server?13:32
brtknrttsiouts: or both?13:32
ttsioutsbrtknr: no it's the driver actually13:32
ttsioutsbrtknr: API paths are there13:32
ttsioutsbrtknr: I'm reorganizing the heat templates...13:33
ttsioutsbrtknr: I'll try to upload something working ASAP so that you can see it13:33
ttsioutsbrtknr: up to the change you currently have, are the changes needed to have compatibility with the "old clusters"13:34
ttsioutsbrtknr: "old cluster": clusters created without NGs13:35
ttsioutsbrtknr: but you can continue managing them with the new DB.13:36
brtknrttsiouts: cool! so you cant do `openstack coe node-group list old-cluster`?13:40
brtknrOr should this return an error?13:40
ttsioutsbrtknr: no this should work13:42
ttsioutsbrtknr: the last migration populates the nodegroup table13:43
ttsioutshttps://review.openstack.org/#/c/642010/1/magnum/db/sqlalchemy/alembic/versions/461d798132c7_change_cluster_to_support_nodegroups.py13:43
ttsioutsbrtknr: this migration gets info from the existing clusters (created without NGs) and creates two default ones13:44
ttsioutsbrtknr: one NG should contain the masters and the other one the workers13:45
brtknrttsiouts: The migration worked I think but I'm having trouble with the client13:46
ttsioutsbrtknr: hmmmm13:46
strigazientry points13:46
ttsioutsstrigazi: ++13:47
ttsioutsbrtknr: the new clis are new entry points13:47
ttsioutsso it's better if you installed the client again in a virtual env13:47
brtknrOh! rather than using sudo pip install :P?13:48
ttsioutsbrtknr: if you are in your new virtual env just : pip install -e .13:49
brtknrAh, I did sudo pip install -e . and it worked :)13:49
strigazior:13:50
strigazistack@strigazi-desktop-hdd:~$ cd /opt/stack/python-magnumclient/13:50
strigazistack@strigazi-desktop-hdd:~/python-magnumclient$ vim python_magnumclient.egg-info/entry_points.txt13:50
brtknrbtw, in the final thing, would be nice to have it as openstack coe `ng` instead of `node-group` :P13:51
brtknrfingers will get very tired otherwise13:52
strigazibrtknr: completion?13:53
strigaziopenst<tab> coe no<tab>13:53
strigazixD13:53
brtknrstrigazi: fair point...13:56
brtknri forget it exists13:56
strigazittsiouts: s/node-group/nodegroup/ ?13:56
strigazibrtknr: source <(openstack completion)13:56
brtknryep13:57
brtknrisnt it source <(openstack complete)?13:57
ttsioutsstrigazi:  as per the spec it should be node-group13:57
ttsioutsstrigazi: I've got no problem though13:58
brtknrnodegroup +114:00
brtknrstrigazi: also the first time im seeing health_status on the cli... very cool14:02
brtknrttsiouts: is the idea to deprecate cluster template when nodegroup comes into existence?14:03
strigaziflwang++14:03
strigazibrtknr: no14:04
strigazithe idea is that eventually the CTs will be managed only by the ops team14:05
ttsioutsstrigazi: ++14:06
*** irclogbot_0 has quit IRC14:09
*** irclogbot_0 has joined #openstack-containers14:12
brtknrhowever the role of CT will be demoted right? for things like vm flavor/image etc.14:12
strigazibrtknr: we can already pass the flavors in cluster creation14:13
brtknrso nodegroups will take default values from cluster template unless overridden?14:21
brtknrstrigazi: ^14:21
strigazing from cluster from ct14:21
strigazibrtknr: but to see how it goes :)14:24
strigazibrtknr: but test to see how it goes :)14:24
*** irclogbot_0 has quit IRC14:25
*** irclogbot_0 has joined #openstack-containers14:28
*** mkuf has joined #openstack-containers14:30
*** serhatd has joined #openstack-containers14:34
*** ramishra has quit IRC14:41
brtknrHmm I messed up some packages... restacking devstack...14:53
brtknrWhen I did `sudo pip install -U .`14:53
*** lpetrut has joined #openstack-containers15:14
openstackgerritJonathan Rosser proposed openstack/magnum stable/rocky: Ensure http proxy environment is available during 'atomic install' for k8s  https://review.openstack.org/64300815:28
*** irclogbot_0 has quit IRC15:36
*** ykarel is now known as ykarel|away15:37
*** irclogbot_0 has joined #openstack-containers15:39
*** irclogbot_0 has quit IRC15:49
*** henriqueof has quit IRC15:49
*** irclogbot_0 has joined #openstack-containers15:51
*** irclogbot_0 has quit IRC15:52
*** irclogbot_0 has joined #openstack-containers15:56
*** gsimondo1 has quit IRC16:17
*** ivve has quit IRC16:40
*** ykarel|away is now known as ykarel16:41
*** FlorianFa has quit IRC16:41
*** dave-mccowan has joined #openstack-containers16:42
*** udesale has quit IRC16:42
*** lpetrut has quit IRC16:44
*** ykarel is now known as ykarel|away16:51
*** eandersson_ is now known as eandersson16:54
*** FlorianFa has joined #openstack-containers16:54
*** lpetrut has joined #openstack-containers17:04
*** dave-mccowan has quit IRC17:27
*** lpetrut has quit IRC17:30
brtknrttsiouts: hmm I get Not Found (HTTP 404) (Request-ID: req-6886221d-efb0-4195-86ce-240f27effa05) when i do node-group list17:43
ttsioutsbrtknr: hmm, as a first argument you have to give the name/id of the cluster17:45
ttsioutsbrtknr: meaning openstack coe node-group list <cluster-name>17:45
ttsioutsbrtknr: is this what you are trying to do?17:45
brtknryes17:46
ttsioutsbrtknr: hmmm..17:48
ttsioutsbrtknr: can you share the logs?17:48
brtknrttsiouts: I dont see any obvious errors in the logs17:49
brtknrOh: magnum-api: Mar 13 17:50:09 devstack-master magnum-api[172208]: INFO werkzeug [-] 10.60.253.29 - - [13/Mar/2019 17:50:09] "GET /v1/clusters/k8s/nodegroups/ HTTP/1.1" 404 -17:50
ttsioutsbrtknr: hmm and I guess the cluster is k8s?17:51
brtknryep17:51
brtknrI tried using the uuid too17:51
ttsioutsbrtknr: an you check the DB ? in the nodegroup table?17:51
ttsioutsbrtknr: there should be the two NGs where the cluster_id equals to the uuid of the cluster17:52
ttsioutsbrtknr: if not, something went wrong...17:52
brtknrhttp://paste.openstack.org/show/747728/17:52
ttsioutshmm, that's strange.. the NGs are there and you get a 404...17:54
brtknrttsiouts: and it is...17:54
*** ianychoi has quit IRC17:55
ttsioutssorry brtknr, I have to check further... but it has to wait until tomorrow..17:56
ttsioutsbrtknr: thanks for testing !!!17:57
brtknrttsiouts: no problem! my pleasure, I need to get a deep understand of everything you have done so far so that I can be more useful...17:58
serhatdHello18:00
serhatdI am trying to deploy multi-master k8s cluster with magnum but it did not succeed. single master deployments works well.18:00
serhatdI guess something wrong related to etcd. "--etcd-servers" parameter for kubernetes-apiserver points to http://127.0.0.1:2379. Should not it be load balancer's IP instead of localhost?18:00
*** ttsiouts has quit IRC18:01
serhatdbtw openstack release is queens18:01
*** ttsiouts has joined #openstack-containers18:01
serhatdand magnum version is 6.2.018:02
*** ricolin has quit IRC18:05
*** ttsiouts has quit IRC18:05
*** serhatd has quit IRC18:13
*** erolg has joined #openstack-containers18:14
*** hongbin has joined #openstack-containers18:15
*** pcaruana has quit IRC18:29
*** ykarel|away has quit IRC18:35
*** cbrumm__ has joined #openstack-containers19:04
*** cbrumm_ has quit IRC19:04
*** alisanhaji has quit IRC19:10
NobodyCamgood afternoon Openstack container folks19:39
NobodyCamanyone ever encounter a issue with controller-manger not starting with a dns issue?19:39
NobodyCamI'm getting `Error from server: Get https://kubernetes-test-cluster-fedora-wv22zcwuteeh-master-0:10250/containerLogs/kube-system/openstack-cloud-controller-manager-qp4pf/openstack-cloud-controller-manager: dial tcp: lookup kubernetes-test-cluster-fedora-wv22zcwuteeh-master-0 on 8.8.8.8:53: no such host`19:40
NobodyCamI did not set a dns server on the cluster template19:41
*** hongbin has quit IRC19:53
*** hongbin has joined #openstack-containers19:54
*** ivve has joined #openstack-containers20:15
*** lpetrut has joined #openstack-containers20:27
*** lpetrut has quit IRC20:31
*** FracKen has quit IRC20:53
*** janki has quit IRC21:19
*** ivve has quit IRC21:20
flwangNobodyCam: can you share your cluster template?21:39
*** cbrumm__ has quit IRC21:39
*** cbrumm has joined #openstack-containers21:43
*** rcernin has joined #openstack-containers21:57
*** FracKen has joined #openstack-containers22:08
*** FracKen has quit IRC22:33
*** FracKen has joined #openstack-containers22:38
*** ianychoi has joined #openstack-containers23:06
*** sapd1 has joined #openstack-containers23:09
*** mrodriguez has quit IRC23:25
*** hongbin has quit IRC23:26
*** dave-mccowan has joined #openstack-containers23:28
*** sapd1 has quit IRC23:30
*** dave-mccowan has quit IRC23:38

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