Friday, 2018-08-03

*** vnogin has quit IRC00:05
openstackgerritMerged openstack/puppet-openstack-integration master: Add puppet 5.5 unit for module jobs to gating  https://review.openstack.org/58765501:03
*** sai_p has quit IRC01:19
*** skramaja has joined #puppet-openstack03:22
*** errantekarmico has quit IRC03:26
openstackgerritwangqi proposed openstack/puppet-vswitch master: remove unnecessary '-'  https://review.openstack.org/58843804:25
openstackgerritwangqi proposed openstack/puppet-rally master: delete unnecessary symbol  https://review.openstack.org/58844004:28
*** jaosorior has quit IRC05:40
*** jaosorior has joined #puppet-openstack05:41
*** xarses has joined #puppet-openstack05:55
openstackgerritOpenStack Proposal Bot proposed openstack/puppet-openstack-integration master: Updated from Puppet OpenStack modules constraints  https://review.openstack.org/58844506:09
*** rcernin has quit IRC06:54
*** amoralej|off is now known as amoralej07:09
*** tosky has joined #puppet-openstack07:26
*** jtomasek_ has quit IRC07:29
*** jtomasek has joined #puppet-openstack07:31
*** dtantsur|afk is now known as dtantsur08:01
*** derekh has joined #puppet-openstack08:03
*** piepmatz has joined #puppet-openstack08:19
*** cervigni has quit IRC08:19
*** jpena|off is now known as jpena08:20
*** xarses has quit IRC08:37
openstackgerritRajesh Tailor proposed openstack/puppet-nova stable/queens: Add sleep in nova cron jobs  https://review.openstack.org/58847308:42
*** salmankhan has joined #puppet-openstack08:48
*** jaosorior has quit IRC09:03
*** gfidente has joined #puppet-openstack09:13
openstackgerritMatthias Bastian proposed openstack/puppet-nova master: Make providers use auth_url for authentication  https://review.openstack.org/58848409:28
openstackgerritMatthias Bastian proposed openstack/puppet-nova stable/queens: Make providers use auth_url for authentication  https://review.openstack.org/58848509:30
*** vnogin has joined #puppet-openstack09:35
*** vnogin has quit IRC09:47
openstackgerritMatthias Bastian proposed openstack/puppet-cinder master: Make providers use auth_url for authentication  https://review.openstack.org/58849709:51
openstackgerritMatthias Bastian proposed openstack/puppet-cinder stable/queens: Make providers use auth_url for authentication  https://review.openstack.org/58849809:51
openstackgerritMatthias Bastian proposed openstack/puppet-gnocchi master: Make providers use auth_url for authentication  https://review.openstack.org/58849909:58
*** obre is now known as obre_09:58
openstackgerritMatthias Bastian proposed openstack/puppet-gnocchi stable/queens: Make providers use auth_url for authentication  https://review.openstack.org/58850009:58
*** obre_ is now known as obre09:58
*** obre has quit IRC10:04
*** obre has joined #puppet-openstack10:06
openstackgerritMatthias Bastian proposed openstack/puppet-ironic master: Make providers use auth_url for authentication  https://review.openstack.org/58850110:07
openstackgerritMatthias Bastian proposed openstack/puppet-ironic stable/queens: Make providers use auth_url for authentication  https://review.openstack.org/58850210:07
openstackgerritMatthias Bastian proposed openstack/puppet-mistral master: Make providers use auth_url for authentication  https://review.openstack.org/58850310:11
*** vnogin has joined #puppet-openstack10:20
openstackgerritMatthias Bastian proposed openstack/puppet-murano master: Make providers use auth_url for authentication  https://review.openstack.org/58850410:29
openstackgerritMatthias Bastian proposed openstack/puppet-murano stable/queens: Make providers use auth_url for authentication  https://review.openstack.org/58850710:35
openstackgerritRajesh Tailor proposed openstack/puppet-nova stable/queens: Add sleep in nova cron jobs  https://review.openstack.org/58847310:39
*** vnogin has quit IRC10:59
openstackgerritMatthias Bastian proposed openstack/puppet-neutron master: Make providers use auth_url for authentication  https://review.openstack.org/58851311:01
openstackgerritMatthias Bastian proposed openstack/puppet-neutron stable/queens: Make providers use auth_url for authentication  https://review.openstack.org/58851411:01
*** jpena is now known as jpena|lunch11:03
*** vnogin has joined #puppet-openstack11:05
tobascopiepmatz: regarding your auth_url patches, could you please elaborate a bit? auth_url is usually pointed to the keystone 35357 admin port which has been deprecated, do we even know if keystone will keep the auth_url in the future? we just switched from auth_uri to www_authenticate_uri due to auth_uri being deprecated and removed in stein cycle11:14
tobascoI also saw now that we missed some places and auth_uri was still there11:14
piepmatztobasco: sure. auth_uri and its replacement www_authenticate_uri point to a public endpoint. AFAIK it should only used as value in a response header in case of unauthenticated requests to tell the user where to authenticate. as it is a public endpoint, this URL might not be reachable from the puppet agent running the provider code. puppet should use an internal URL which is what auth_url provides.11:18
piepmatztobasco: AFAIK port 35357 is deprecated (since rocky?) anyway11:19
piepmatztobasco: I am also not aware of any plans to remove auth_url. why would keystone folks want to do so?11:19
piepmatzand yeah, some modules were not switched to www_authenticate_uri but that was out of scope for now.11:21
piepmatzso there is nothing wrong with www_authenticate_uri in general, it still belongs in the authtoken section, it is just the wrong URL to use within a puppet provider11:22
tobascogot it, thanks for clearing that up, i did some digging and educated myself that www_authenticate_uri (auth_uri) is the public endpoint.11:26
tobascoimo then this is correct and i'm all aboard we just need some release notes for it as well so if somebody have configured something wrong we've atleast tried notifying in the release notes :)11:26
tobascoi'm kind of skeptic on the backport but maybe if we bump all module versions we can add a release note for that as well, the bad thing is it might affect people using the stable branches directly since they probably dont read the release notes11:35
piepmatztobasco: mh, unsure if we need release notes. I don't think this change breaks anything as the authtoken section always has a value for auth_url and that's the actual value used by the authtoken middleware to talk to keystone. so everything will still work fine after this patch. if it worked before it was more or less just luck because people didn't use different endpoints or their public endpoint was reachable interna11:37
piepmatzso it's a kind of internal fix that does not affect users if I don't miss something11:39
piepmatzwell, "does not affect" in the sense of "does not produce errors, just solves some"11:40
*** jpena|lunch is now known as jpena11:57
openstackgerritMatthias Bastian proposed openstack/puppet-sahara master: Make providers use auth_url for authentication  https://review.openstack.org/58852112:07
openstackgerritMatthias Bastian proposed openstack/puppet-sahara stable/queens: Make providers use auth_url for authentication  https://review.openstack.org/58852212:08
openstackgerritMatthias Bastian proposed openstack/puppet-trove master: Make providers use auth_url for authentication  https://review.openstack.org/58852312:13
openstackgerritMatthias Bastian proposed openstack/puppet-trove stable/queens: Make providers use auth_url for authentication  https://review.openstack.org/58852412:13
*** rmart04 has joined #puppet-openstack12:14
*** skramaja has quit IRC12:48
*** amoralej is now known as amoralej|lunch13:07
*** vnogin has quit IRC13:10
*** bnemec is now known as beekneemech13:51
*** amoralej|lunch is now known as amoralej14:10
*** rpittau has quit IRC14:18
*** llua has joined #puppet-openstack15:37
*** vnogin has joined #puppet-openstack15:37
*** vnogin has quit IRC15:38
lluahey, i have a question about openstack-ceph's rgw manifests. i have a cluster that was previously managed via ceph-ansible and would like to switch to using this module. the client name prefix for the rgws in ceph-ansible are client.rgw where was this module will fail out if the prefix isn't client.radosgw. Would a patch to allow either prefixes be welcomed?15:41
lluaoutside of the regex check, the manifests seem like they would just do the right thing with either format15:45
lluaor any arbitrary name15:45
-openstackstatus- NOTICE: The infra team is renaming projects in Gerrit. There will be a short ~10 minute Gerrit downtime in a few minutes as a result.16:04
*** rmart04 has left #puppet-openstack16:26
*** jpena is now known as jpena|off16:44
*** openstackgerrit has quit IRC16:49
*** gfidente has quit IRC16:50
*** derekh is now known as derekh_afk17:00
*** dtantsur is now known as dtantsur|afk17:20
-openstackstatus- NOTICE: Project renames and review.openstack.org downtime are complete without any major issue.17:30
*** salmankhan has quit IRC17:46
*** _ix has joined #puppet-openstack17:47
_ixGood afternoon folks. I can't seem to get the puppet-keystone/puppet-openstacklib to read my openrc file located at /root/openrc -- I continue to get the message `Insufficient credentials to authenticate`17:56
*** amoralej is now known as amoralej|off18:03
*** derekh_afk has quit IRC18:21
*** jtomasek has quit IRC18:51
*** derekh has joined #puppet-openstack19:13
*** derekh has quit IRC19:15
*** salmankhan has joined #puppet-openstack19:19
*** colonwq has quit IRC19:21
*** salmankhan has quit IRC19:24
*** beekneemech is now known as bnemec-pto20:55
*** piepmatz has quit IRC22:16
*** derekh has joined #puppet-openstack22:43
*** tosky has quit IRC23:04
*** derekh has quit IRC23:08
*** xarses has joined #puppet-openstack23:24

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