Monday, 2020-02-24

*** jmlowe has quit IRC00:15
*** jmlowe has joined #openstack-containers00:16
*** jmlowe has quit IRC00:27
*** jmlowe has joined #openstack-containers00:37
*** jmlowe has quit IRC00:52
*** ricolin has quit IRC01:32
*** hongbin has joined #openstack-containers03:19
*** ricolin has joined #openstack-containers03:36
*** ykarel|away is now known as ykarel03:52
*** ricolin has quit IRC04:31
*** udesale has joined #openstack-containers04:45
*** hongbin has quit IRC05:04
*** ramishra has joined #openstack-containers05:05
*** udesale has quit IRC05:31
*** udesale has joined #openstack-containers05:32
*** elenalindq has joined #openstack-containers06:12
*** udesale has quit IRC06:23
*** udesale has joined #openstack-containers06:25
*** lpetrut has joined #openstack-containers07:09
*** lpetrut has quit IRC07:10
*** lpetrut has joined #openstack-containers07:11
jrossercosmicsound: is your master node trying to connect to the internal rather than public keystone endpoint?07:36
*** ykarel is now known as ykarel|lunch07:41
*** pcaruana has joined #openstack-containers08:20
*** ykarel|lunch is now known as ykarel08:46
*** udesale_ has joined #openstack-containers08:49
*** udesale has quit IRC08:52
*** ricolin has joined #openstack-containers08:56
brtknrjrosser: +109:32
*** yolanda__ has joined #openstack-containers09:37
*** yolanda has quit IRC09:40
cosmicsoundjrosser , seems so09:40
jrosserfor any real deployment you need to ensure server_keystone_endpoint_type=public in heat.conf09:40
*** flwang1 has joined #openstack-containers09:42
flwang1brtknr: ping09:42
brtknrflwang1: pong09:42
flwang1brtknr: https://review.opendev.org/70941909:42
brtknrsaw your heat patch, looks great!09:42
flwang1brtknr: thanks for your pushing, i'm trying to fix it from the heat side ;)09:42
brtknrflwang1: definitely the best thing to do, given that heat does not allow null variables09:43
cosmicsoundjrosser , got this09:43
cosmicsoundregion_name_for_services = RegionOne09:44
cosmicsoundserver_keystone_endpoint_type = public09:44
cosmicsoundregion_name = fr-rbx1 in heat.conf09:44
cosmicsound[clients]09:44
cosmicsoundendpoint_type = internalURL09:44
brtknrflwang1: are the heat folks open to it?09:45
flwang1brtknr: i had a chat with the Heat PTL, he is ok with the patch09:45
flwang1i just need more test and add unit test09:45
brtknrwill they will happy to backport to train?09:45
jrossercosmicsound: the logic with server_keystone_endpoint_type was that if it is defined it will use the service catalog to determine the endpoint url09:46
jrosserso i would double check that your service catalog is right for the public keystone endpoint09:46
cosmicsoundI got this in cluster09:46
cosmicsoundhttps://mdb.uhlhost.net/uploads/3199a0939e9be44b/image.png09:47
cosmicsoundIf I do not add the private-net and subnet the cluster gets a public ip09:47
cosmicsoundIf I add them it does not09:47
brtknrcosmicsound: do you have a router configured to act as a bridge between the public and the private-net?09:48
brtknrif its not specified, magnum automatically creates a router09:49
brtknrand the network09:49
cosmicsoundI have the default init-runtime09:49
flwang1brtknr: i'm not sure, but i think it should be ok, since it's a quite minor change09:49
cosmicsoundhttps://mdb.uhlhost.net/uploads/f52c375eae297867/image.png  these are the only actions stuck, and they will remain so until it times out09:50
brtknrflwang1: i found another bug09:50
cosmicsoundhttps://mdb.uhlhost.net/uploads/821b613a4e99d09b/image.png while this runs perfectly09:51
flwang1what?09:51
brtknrdid you see https://storyboard.openstack.org/#!/story/200727109:51
cosmicsoundand notice the public ip09:51
brtknrflwang1: its quite major09:51
flwang1brtknr: that's a known issue09:51
cosmicsoundI can conect to machine via public ip, and it has internet access.09:52
brtknrflwang1: is it?09:52
flwang1we had tried to fix it but we didn't work out an agreement about the design09:52
flwang1brtknr: https://review.opendev.org/#/c/621611/09:52
brtknrflwang1: how long has this problem been around?09:52
flwang1long time ago i would say09:53
cosmicsoundhttp://paste.openstack.org/show/789917/ from line 36 or so looks bad09:54
cosmicsoundhttps://mdb.uhlhost.net/uploads/1cfbee3ecc6a35a5/image.png my current network topology09:55
brtknrflwang1: hmm i see09:55
brtknrcosmicsound: hmm that is something odd, as you appear to have route to the public network09:57
brtknridk why your instance is not getting public ip09:57
brtknrmaybe check neutron logs?09:57
cosmicsoundInstance get public address09:57
brtknrflwang1: i always assumed that the policy was merge09:58
flwang1brtknr: do you mean policy or labels?09:58
brtknri didnt realise all cluster template labels get dropped09:58
brtknrif there are any labels on cluster09:59
flwang1let's get it fixed in this cycle09:59
cosmicsoundvery weird is that Magnum API is not visible in horizon dashboard not sure this is normal behaviour09:59
cosmicsoundI tried several redeployments with kolla10:00
cosmicsoundDid not helped10:00
brtknrflwang1: what kind of behaviour would you like to see?10:02
brtknrmerge or replace?10:03
brtknrI'd prefer a simple merge policy, why would you go through the effort of specifying cluster template labels if they are just gonna get dropped10:06
cosmicsound./usr/local/lib/python3.8/site-packages/netaddr/strategy/__init__.py:189: SyntaxWarning: "is not" with a literal. Did you mean "!="? |. if word_sep is not '':10:09
brtknrcosmicsound: can you reach keystone endpoint from the instance?10:12
cosmicsoundbrtknr unfortunately no11:19
cosmicsoundi use a vlan for local kolla vip address11:20
cosmicsoundand we use openvswitch11:20
cosmicsoundwill check why this happends11:20
*** udesale_ has quit IRC11:28
jrossercosmicsound: is it your internal vip appearing in the logs in your master node?11:29
jrosserif so that is your root cause11:29
cosmicsoundYes it appears11:38
cosmicsoundwe have at the moment only internal11:38
cosmicsoundwhile external vip fails completely to go online11:38
jrosserthe data inserted into the master node should reference the external vip, if it is in the service catalog11:41
*** pcaruana has quit IRC12:28
*** pcaruana has joined #openstack-containers12:42
*** dave-mccowan has joined #openstack-containers13:29
*** dave-mccowan has quit IRC13:40
*** dave-mccowan has joined #openstack-containers13:41
*** ivve has joined #openstack-containers15:04
*** ykarel is now known as ykarel|afk15:12
*** dave-mccowan has quit IRC15:14
*** ykarel|afk is now known as ykarel|away15:15
*** lpetrut has quit IRC15:20
*** dave-mccowan has joined #openstack-containers15:28
*** dave-mccowan has quit IRC15:35
*** jmlowe has joined #openstack-containers15:57
*** ivve has quit IRC16:07
*** jmlowe has quit IRC16:28
*** jmlowe has joined #openstack-containers16:28
*** jmlowe has quit IRC16:34
*** jmlowe has joined #openstack-containers16:39
*** pcaruana has quit IRC17:11
*** pcaruana has joined #openstack-containers17:26
*** jmlowe has quit IRC17:33
*** jmlowe has joined #openstack-containers17:36
*** jmlowe has quit IRC17:48
*** jmlowe has joined #openstack-containers18:01
*** jmlowe has quit IRC18:06
*** jmlowe has joined #openstack-containers18:48
*** jmlowe has quit IRC18:58
*** jmlowe has joined #openstack-containers19:05
*** pcaruana has quit IRC19:29
*** jmlowe has quit IRC19:33
*** jmlowe has joined #openstack-containers19:35
*** flwang1 has quit IRC19:50
*** jmlowe has quit IRC19:54
*** jmlowe has joined #openstack-containers19:56
*** elenalindq has quit IRC20:08
*** elenalindq has joined #openstack-containers20:22
*** jmlowe has quit IRC20:35
*** jmlowe has joined #openstack-containers20:36
*** jmlowe has quit IRC20:53
*** jmlowe has joined #openstack-containers21:18
*** jmlowe has quit IRC21:26
*** jmlowe has joined #openstack-containers21:30
*** elenalindq has quit IRC21:34
*** jmlowe has quit IRC21:46
*** jmlowe has joined #openstack-containers21:47
cosmicsoundAnyone can point to a properly maintained magnum deployment docs? outside of openstack if possible some blog or such22:00
cosmicsoundhttps://mdb.uhlhost.net/uploads/cace6cdabe5c6550/image.png it seems the public network is not the way forward for this, need to find some solution to this.22:01
flwangcosmicsound: what's your current problem?22:06
*** jmlowe has quit IRC22:14
cosmicsoundis there a difference between overlay and overlay2 some templates were build with overlay2 .22:16
*** dave-mccowan has joined #openstack-containers22:22
*** dave-mccowan has quit IRC22:27
*** spiette has quit IRC22:28
*** spiette has joined #openstack-containers22:31
*** dave-mccowan has joined #openstack-containers22:35

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