Wednesday, 2018-08-22

openstackgerritShu Muto proposed openstack/magnum-ui stable/rocky: Imported Translations from Zanata  https://review.openstack.org/59457800:17
openstackgerritShu Muto proposed openstack/magnum-ui stable/rocky: Drop nose dependencies  https://review.openstack.org/59457900:18
*** harlowja has quit IRC00:23
*** livelace has quit IRC00:35
*** livelace has joined #openstack-containers00:35
*** ricolin has joined #openstack-containers00:42
openstackgerritMerged openstack/magnum-ui stable/rocky: Imported Translations from Zanata  https://review.openstack.org/59457800:43
openstackgerritMerged openstack/magnum-ui stable/rocky: Drop nose dependencies  https://review.openstack.org/59457900:43
openstackgerritShu Muto proposed openstack/magnum-ui stable/rocky: Imported Translations from Zanata  https://review.openstack.org/59458800:51
openstackgerritMerged openstack/magnum-ui stable/rocky: Imported Translations from Zanata  https://review.openstack.org/59458801:16
*** rcernin_ has joined #openstack-containers01:23
*** rcernin has quit IRC01:25
openstackgerritShu Muto proposed openstack/magnum-ui master: Remove mox3 from doc/requirements.txt  https://review.openstack.org/59462401:36
openstackgerritShu Muto proposed openstack/magnum-ui stable/rocky: Remove mox3 from doc/requirements.txt  https://review.openstack.org/59464601:51
*** rcernin has joined #openstack-containers02:00
openstackgerritMerged openstack/magnum-ui master: Remove mox3 from doc/requirements.txt  https://review.openstack.org/59462402:02
*** rcernin_ has quit IRC02:03
openstackgerritFeilong Wang proposed openstack/magnum master: Add health_status and health_status_reason to cluster  https://review.openstack.org/57081802:18
openstackgerritFeilong Wang proposed openstack/magnum master: [k8s] Update cluster health status by native API  https://review.openstack.org/57289702:18
openstackgerritMerged openstack/magnum-ui stable/rocky: Remove mox3 from doc/requirements.txt  https://review.openstack.org/59464602:19
*** hongbin has joined #openstack-containers02:22
*** hongbin has quit IRC03:33
canori02strigazi: issue was partially that I was testing off 17.0.2.  However, the deployment I was testing on uses a trusted cert so I wasn't specifying openstack_ca_file in magnum.conf. that's why I wasn't running into that error. Now that I set that option, I see the error. I'll see what I can do about it.04:00
canori02Might reach out to you later on if you're available. Going to sleep04:00
*** Bhujay has joined #openstack-containers04:16
*** sdake has quit IRC05:13
*** sdake has joined #openstack-containers05:13
*** sdake has quit IRC05:50
*** sdake has joined #openstack-containers05:51
*** ykarel has joined #openstack-containers05:54
*** sdake has quit IRC06:02
*** sdake has joined #openstack-containers06:04
*** canori02 has quit IRC06:13
*** cbrumm has quit IRC06:32
*** pcaruana has joined #openstack-containers06:41
*** rcernin has quit IRC07:07
*** ispp has joined #openstack-containers07:08
*** ispp has quit IRC07:12
*** mattgo has joined #openstack-containers07:26
*** pcaruana has quit IRC08:28
*** pcaruana has joined #openstack-containers08:30
*** boris999 has joined #openstack-containers08:52
boris999hello guys. I would like to ask: what is the recommended way of spawning the kubernetes cluster using Magnum ? Shall I use python-magnum client ? or shall I call exposed REST apis directly ?08:52
openstackgerritMerged openstack/python-magnumclient master: Add release notes for magnum client  https://review.openstack.org/59278308:53
strigaziboris999: you can use the magnumclient08:53
*** imdigitaljim has quit IRC08:55
boris999ok, so @utils.deprecated(utils.MAGNUM_CLIENT_DEPRECATION_WARNING) is nothing to worry about ? :)08:57
strigaziboris999: the deprecation concerns the "magnum *" commands which are replaced by the openstack plugin "openstack coe *" commands08:58
boris999i see, thank you very much08:58
*** ricolin has quit IRC09:04
openstackgerritMerged openstack/magnum stable/queens: [k8s] Add proxy to master and set cluster-cidr  https://review.openstack.org/59426409:09
boris999when creating cluster using "openstack coe cluster create", i see that magnum is authorizing itself as user 'magnum'. Is is possible to authorize as regular user and spawn cluster ?09:19
strigaziboris999 yes09:19
strigaziit is like any other openstack service09:20
strigazithe magnum server uses the magnum account in the service project09:21
strigaziand users use their own project(s)09:21
boris999i am very new to openstack, so please bear with me.09:26
boris999What I've done:09:26
boris9991. captured the sequence of POST requests magnum issues when creating clusters09:26
boris9992. I am able to create cluster by issueing same reqeusts from POSTman (with regular user rather than magnum)09:26
boris9993. When attempting to create clsuter from python code, I am hitting 2 issues:09:26
boris999  - magnum client raises exception when interpreting response:09:26
boris999  File "/usr/local/lib/python3.5/dist-packages/magnumclient/common/base.py", line 49, in _create09:26
boris999    resp, body = self.api.json_request('POST', url, body=body)09:26
boris999  File "/usr/local/lib/python3.5/dist-packages/magnumclient/common/httpclient.py", line 368, in json_request09:26
boris999    resp = self._http_request(url, method, **kwargs)09:26
boris999  File "/usr/local/lib/python3.5/dist-packages/magnumclient/common/httpclient.py", line 349, in _http_request09:26
boris999    error_json = _extract_error_json(resp.content)09:26
boris999  File "/usr/local/lib/python3.5/dist-packages/magnumclient/common/httpclient.py", line 46, in _extract_error_json09:26
boris999    body_json = json.loads(body)09:26
*** ykarel_ has joined #openstack-containers09:28
*** tobberydberg has joined #openstack-containers09:30
*** ykarel has quit IRC09:31
*** sfilatov has joined #openstack-containers09:34
mattgoHi team ! I'm using Magnum/Queens, and I'm testing the label "prometheus_monitoring". I see a "node-exporter" pod is correctly started. I don't see any services / deployments for Prometheus or Grafana.09:36
mattgoMinions don't provide the cAdvisor monitoring data on port 4194, and the Master don't provide a prometheus UI on port 9090.09:36
mattgoplease see : http://paste.openstack.org/show/728579/09:37
mattgoWhat did I miss ? thanks for reading09:37
strigazimattgo: we need to update the prometheus config to use kubelet instead of the cadvisor port. But it should be deployed09:54
strigaziboris999: have you tried from the shell?09:55
*** ykarel_ is now known as ykarel09:58
boris999strigazzi: yes. I am able to create cluster from shell. What I am not able to do is create cluster using python-magnumclient from remote machine. I am able to do so via POSTman10:09
*** ricolin has joined #openstack-containers10:23
*** ykarel is now known as ykarel|lunch10:29
*** ykarel|lunch is now known as ykarel|away10:34
*** slagle has quit IRC11:01
*** ykarel|away has quit IRC11:19
*** sfilatov has quit IRC11:53
*** sfilatov has joined #openstack-containers12:16
*** sfilatov has left #openstack-containers12:22
*** sfilatov has joined #openstack-containers12:22
*** Bhujay has quit IRC13:21
*** sfilatov has quit IRC13:22
boris999guys, please, is there somewhere an example how to use clusters.create() method ?13:32
boris999request i am getting when using clusters.create() is not valid (inspected by wireshark., missing json-content). I have strong suspicion I am using it wrong.13:42
strigaziboris999: https://github.com/openstack/rally-openstack/blob/master/rally_openstack/scenarios/magnum/utils.py#L10913:46
boris999strigazi: thank you very much!13:47
strigaziboris999: https://github.com/openstack/rally-openstack/blob/master/rally_openstack/osclients.py#L77713:47
*** pbourke has quit IRC14:07
*** pbourke has joined #openstack-containers14:09
boris999strigazi: it's interesting. Could you, please, by any chance have a look on following http://paste.openstack.org/show/728600/ . There is a sample code and result I am getting. What am I missing ?14:12
*** hongbin has joined #openstack-containers14:17
boris999result I am getting: malformed POST request -> missing JSON data.14:18
*** pbourke has quit IRC14:23
*** pbourke has joined #openstack-containers14:25
*** ktibi has joined #openstack-containers14:48
*** pcaruana has quit IRC15:10
mattgohi again, strigazi, any idea what is going wrong ? I created my cluster template using "--labels flannel_backend=host-gw --labels prometheus_monitoring=true" and BTW I'm using k8s15:14
mattgoBesides the node exporter, I don't see Prometheus, Grafana, or even cAdvisor15:15
*** boris999 has left #openstack-containers15:19
*** boris999 has joined #openstack-containers15:19
*** openstackgerrit has quit IRC15:31
*** pcaruana has joined #openstack-containers15:50
*** boris999 has quit IRC16:25
*** openstackgerrit has joined #openstack-containers16:26
openstackgerritTobias Urdin proposed openstack/magnum-ui master: Fix show certificate button returning invalid CA  https://review.openstack.org/59524516:26
canori01strigazi: around?16:36
*** ykarel has joined #openstack-containers16:51
openstackgerritRick Cano proposed openstack/magnum master: Fixing CoreOS driver  https://review.openstack.org/57902616:58
*** cbrumm has joined #openstack-containers16:59
*** ykarel has quit IRC17:20
*** ricolin has quit IRC17:21
*** ykarel has joined #openstack-containers17:21
*** ykarel_ has joined #openstack-containers17:24
*** ykarel_ has quit IRC17:24
*** ktibi has quit IRC17:24
*** ykarel_ has joined #openstack-containers17:24
*** sayalilunkad has quit IRC17:25
*** brtknr has quit IRC17:25
*** dims has quit IRC17:25
*** ykarel has quit IRC17:26
*** ykarel_ has quit IRC17:27
*** dims_ has joined #openstack-containers17:36
*** sfilatov_ has joined #openstack-containers17:37
sfilatov_Hey! I got my magnum deploying kubernetes 1.11.017:40
sfilatov_And I found that API server fails with17:40
sfilatov_Error: unknown flag: --tls-ca-file17:41
sfilatov_And it was actually removed in 1.1117:41
sfilatov_https://github.com/kubernetes/kubernetes/pull/61386/commits/9c0803e14c0d76e2e8225db546c0d2ce0b522ab717:41
sfilatov_I guess when you tested 1.11 compatibility, you did it without TLS enabled17:42
*** sfilatov_ has quit IRC17:54
*** mattgo has quit IRC18:30
*** pcaruana has quit IRC19:47
*** harlowja has joined #openstack-containers20:42
*** canori02 has joined #openstack-containers22:24
*** livelace has quit IRC22:24
*** rcernin has joined #openstack-containers22:34
*** livelace has joined #openstack-containers22:37
*** hongbin has quit IRC23:12
*** slagle has joined #openstack-containers23:17

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