*** rascasoft has quit IRC | 00:02 | |
*** rascasoft has joined #puppet-openstack | 00:53 | |
*** rascasoft has quit IRC | 00:57 | |
*** rascasoft has joined #puppet-openstack | 01:18 | |
*** rascasoft has quit IRC | 01:22 | |
*** rascasoft has joined #puppet-openstack | 01:44 | |
*** rascasoft has quit IRC | 01:50 | |
*** rascasoft has joined #puppet-openstack | 02:06 | |
*** rascasoft has quit IRC | 02:13 | |
*** rascasoft has joined #puppet-openstack | 02:36 | |
*** rascasoft has quit IRC | 02:41 | |
*** skramaja has joined #puppet-openstack | 03:38 | |
*** skramaja_ has joined #puppet-openstack | 03:43 | |
*** skramaja has quit IRC | 03:43 | |
*** rascasoft has joined #puppet-openstack | 03:43 | |
*** rascasoft has quit IRC | 03:50 | |
*** skramaja_ is now known as skramaja | 03:59 | |
*** rascasoft has joined #puppet-openstack | 04:10 | |
*** rascasoft has quit IRC | 04:18 | |
*** rascasoft has joined #puppet-openstack | 04:54 | |
*** rascasoft has quit IRC | 05:01 | |
*** rascasoft has joined #puppet-openstack | 05:20 | |
*** rascasoft has quit IRC | 05:27 | |
*** ykarel has joined #puppet-openstack | 05:49 | |
openstackgerrit | Merged openstack/puppet-qdr master: Use 'dnf' provider for Fedora and RedHat > 7 https://review.openstack.org/626129 | 05:58 |
---|---|---|
*** rascasoft has joined #puppet-openstack | 06:19 | |
*** rascasoft has quit IRC | 06:27 | |
openstackgerrit | yatin proposed openstack/puppet-ceph master: Do not enable Ceph el7 repos for Fedora https://review.openstack.org/622252 | 06:36 |
openstackgerrit | yatin proposed openstack/puppet-ceph master: Do not check for ldap secret with Fedora and RedHat > 7 https://review.openstack.org/627378 | 06:36 |
*** agurenko has joined #puppet-openstack | 06:50 | |
*** jtomasek has joined #puppet-openstack | 06:53 | |
*** rcernin has quit IRC | 06:56 | |
*** mschuppert has joined #puppet-openstack | 07:08 | |
*** rascasoft has joined #puppet-openstack | 07:09 | |
*** dpawlik has joined #puppet-openstack | 07:29 | |
*** ykarel is now known as ykarel|lunch | 07:29 | |
*** rpittau has joined #puppet-openstack | 07:38 | |
*** tosky has joined #puppet-openstack | 07:45 | |
*** iurygregory has joined #puppet-openstack | 07:47 | |
tobias-urdin | o/ | 08:04 |
tobias-urdin | back from pto now | 08:04 |
iurygregory | welcome back o/ | 08:07 |
*** ykarel|lunch is now known as ykarel | 08:23 | |
lyarwood | welcome back \o | 08:33 |
mschuppert | o/ | 08:33 |
tobias-urdin | thanks everyone :) | 08:34 |
*** skramaja_ has joined #puppet-openstack | 08:49 | |
*** skramaja has quit IRC | 08:49 | |
*** ykarel has quit IRC | 09:06 | |
*** ykarel has joined #puppet-openstack | 09:06 | |
ykarel | tobias-urdin, welcome back | 09:08 |
tobias-urdin | ykarel: thanks o/ | 09:09 |
ykarel | tobias-urdin, fyi got py3 working with SSL with lyarwood patch in nova:- https://review.openstack.org/#/c/620561/ | 09:09 |
ykarel | though still some issue, but it's better | 09:09 |
ykarel | lyarwood, i commented on ur DNM patch https://review.openstack.org/#/c/626952/, can u check again | 09:10 |
lyarwood | ykarel: yeah I was going to rework that today and remove the DNM | 09:15 |
ykarel | lyarwood, cool Thanks, i got it working after removing monkey_patch from wsgi | 09:15 |
*** skramaja has joined #puppet-openstack | 09:15 | |
ykarel | please check that | 09:15 |
*** skramaja_ has quit IRC | 09:16 | |
lyarwood | ykarel: utils.monkey_patch() or the eventlet.monkey_patch(os=False) line? | 09:16 |
ykarel | lyarwood, https://review.openstack.org/#/c/620561/15/run_tests.sh@222 | 09:16 |
ykarel | your patch + ^^ | 09:16 |
lyarwood | ykarel: right but why remove the eventlet.monkey_patch(os=False) call from the wsgi app? | 09:18 |
ykarel | lyarwood, with eventlet.monkey_patch, nova api got stuck into recursion | 09:19 |
ykarel | lyarwood, what i saw is eventlet should not be used with wsgi | 09:19 |
ykarel | seen https://review.openstack.org/#/c/154642/2/specs/eventlet-best-practices.rst@54 | 09:20 |
*** gfidente has joined #puppet-openstack | 09:27 | |
*** shardy has joined #puppet-openstack | 09:31 | |
*** owalsh_ is now known as owalsh | 09:35 | |
*** derekh has joined #puppet-openstack | 09:36 | |
*** chem has joined #puppet-openstack | 09:38 | |
openstackgerrit | Merged openstack/puppet-ceph master: Do not enable Ceph el7 repos for Fedora https://review.openstack.org/622252 | 09:40 |
tobias-urdin | ykarel: ack, nice | 09:51 |
*** jaosorior has joined #puppet-openstack | 10:03 | |
*** dtantsur|afk is now known as dtantsur | 10:08 | |
*** gfidente has quit IRC | 10:27 | |
*** iurygregory has quit IRC | 10:28 | |
lyarwood | https://review.openstack.org/#/c/628673/ - A pretty basic nit/cleanup in puppet-placement if anyone has time this morning | 10:47 |
tobias-urdin | lyarwood: ack, password should be required though so imo the current code is correct adding that would make puppet pass (without a password) but placement not working (when using keystone auth) | 10:58 |
tobias-urdin | or maybe i'm missing some usecase | 10:58 |
lyarwood | tobias-urdin: right | 11:01 |
lyarwood | I missed the following in puppet-nova | 11:01 |
lyarwood | if is_service_default($password) { | 11:01 |
lyarwood | fail('Please set password for nova service user') | 11:01 |
lyarwood | } | 11:01 |
*** gfidente has joined #puppet-openstack | 11:02 | |
tobias-urdin | looks like somebody likes some extra lines :) | 11:04 |
tobias-urdin | seems to be left overs when it supported nova::api::admin_password 2-3 years ago | 11:06 |
lyarwood | yeah indeed, I'll drop this then and pass a password in my puppet-tripleo changes | 11:08 |
lyarwood | tobias-urdin: btw my puppet-openstack-integration changes introducing placement are pretty much blocked until we land stein / py3 support, I had a look over the break but it looks like there's an awkward ordering issue here with enabling py3 for Ubuntu. | 11:10 |
lyarwood | https://review.openstack.org/#/c/628737/ ah nvm | 11:11 |
lyarwood | :) | 11:11 |
tobias-urdin | there is some annoying parts, unfortunately we placed pyvers in all <module>::params and not in openstacklib::defaults which would only require a single commit to change python version | 11:12 |
tobias-urdin | and the second part is this https://review.openstack.org/#/c/624944/ which i'm unsure if we should require the enduser to fix or override in the puppet openstack project | 11:12 |
tobias-urdin | i can probably work some on the weekend for ubuntu support, will probably get some ubuntu package issues as well | 11:13 |
tobias-urdin | the last part is probably the upgrade process since we don't test the ubuntu bionic py2 -> py3 swap for rocky->stein but that will probably never get tested since we don't gurantee such upgrade progress, atleast not officialy with testing | 11:15 |
lyarwood | yeah I don't really have the bandwidth to help there tbh | 11:15 |
tobias-urdin | lyarwood: yeah, i'm stuck with a lot of other stuff but i can probably pull it off hopefully in good time to milestone-3 | 11:23 |
lyarwood | tobias-urdin: would it be possible to land https://review.openstack.org/#/c/628737/ in that case to allow my puppet-placement / puppet-tripleo work to continue? | 11:24 |
tobias-urdin | hm we could, do you see any way we could workaround it in p-o-i master branch temporarily to have both working? | 11:25 |
lyarwood | well I could hack the ubuntu params to use the nova-placement package in ubuntu | 11:26 |
lyarwood | until we move to the stein UCA that provides the placement package | 11:26 |
* lyarwood gives that a go | 11:26 | |
tobias-urdin | would that hack puppet-(nova|placement) or could we override that from testing | 11:26 |
* tobias-urdin thinking if we could leave modules intact but just hack testing | 11:27 | |
lyarwood | hmmm yeah that would hack puppet-placement | 11:27 |
lyarwood | okay | 11:27 |
tobias-urdin | but if we have no other choice we should do that, just brain storming if we could just hack testing | 11:28 |
*** tobias-urdin is now known as tobias-urdin_afk | 11:34 | |
openstackgerrit | Sorin Sbarnea proposed openstack/puppet-openstack-integration master: Workaround for installing correct version of ruby bundler https://review.openstack.org/628395 | 11:36 |
*** rpittau is now known as rpittau|lunch | 11:41 | |
*** dpawlik has quit IRC | 11:58 | |
*** tobias-urdin_afk is now known as tobias-urdin | 11:59 | |
openstackgerrit | Lee Yarwood proposed openstack/puppet-openstack-integration master: placement: Extract the service from nova.pp https://review.openstack.org/615568 | 12:02 |
openstackgerrit | Lee Yarwood proposed openstack/puppet-openstack-integration master: placement: Extract the service from nova.pp https://review.openstack.org/615568 | 12:24 |
*** dpawlik has joined #puppet-openstack | 12:25 | |
*** ykarel is now known as ykarel|afk | 12:30 | |
*** zigo has quit IRC | 12:31 | |
*** iurygregory has joined #puppet-openstack | 12:44 | |
*** rpittau|lunch is now known as rpittau | 12:56 | |
openstackgerrit | Lee Yarwood proposed openstack/puppet-openstack-integration master: placement: Extract the service from nova.pp https://review.openstack.org/615568 | 13:10 |
*** ykarel|afk is now known as ykarel | 13:15 | |
*** agurenko has quit IRC | 13:19 | |
*** trown|outtypewww is now known as trown | 13:27 | |
openstackgerrit | Victoria Martinez de la Cruz proposed openstack/puppet-manila stable/rocky: Updating nova and neutron configuration https://review.openstack.org/628963 | 13:30 |
*** ykarel is now known as ykarel|away | 13:32 | |
openstackgerrit | Victoria Martinez de la Cruz proposed openstack/puppet-manila stable/queens: Updating nova and neutron configuration https://review.openstack.org/628964 | 13:39 |
*** skramaja has quit IRC | 13:40 | |
lyarwood | tobias-urdin: https://review.openstack.org/#/c/615568/29/manifests/placement.pp - stupid question, is there anyway to override ::placement::params here before the ::placement import? | 13:42 |
lyarwood | mschuppert: ^ also if you have a second | 13:46 |
*** ykarel|away has quit IRC | 13:47 | |
*** morazi has joined #puppet-openstack | 13:53 | |
openstackgerrit | Lee Yarwood proposed openstack/puppet-openstack-integration master: placement: Extract the service from nova.pp https://review.openstack.org/615568 | 13:54 |
*** ykarel|away has joined #puppet-openstack | 14:12 | |
*** irclogbot_3 has quit IRC | 14:14 | |
openstackgerrit | Lee Yarwood proposed openstack/puppet-openstack-integration master: placement: Extract the service from nova.pp https://review.openstack.org/615568 | 14:26 |
tobias-urdin | lyarwood: some of the vars in params.pp is hardcoded and not parameterized in the classes so we'll probably have to hack puppet-placement | 14:35 |
tobias-urdin | for example we could do class { '::placement::wsgi::apache': package_name => 'package-name-here' } based on OS but we cannot override for example this: | 14:36 |
tobias-urdin | https://github.com/openstack/puppet-placement/blob/7f10529b38e94de5d516d1e170ceaba13ca3e14a/manifests/init.pp#L28 | 14:36 |
tobias-urdin | which is hardcoded | 14:36 |
openstackgerrit | Lee Yarwood proposed openstack/puppet-placement master: params: Revert to original Nova packages from Rocky for Debian https://review.openstack.org/628985 | 14:36 |
lyarwood | sorry missed that | 14:36 |
* lyarwood reads | 14:36 | |
lyarwood | yeah understood, I've hacked it above for now | 14:37 |
*** irclogbot_3 has joined #puppet-openstack | 14:40 | |
tobias-urdin | ykarel|away: https://review.openstack.org/#/c/628986/ if it wasn't fixed yet, sorry I missed that | 14:42 |
ykarel|away | tobias-urdin, proposing patch | 14:42 |
tobias-urdin | i pushed one ^ | 14:43 |
ykarel|away | okk u already proposed, i prepared locally | 14:43 |
ykarel|away | Thanks | 14:43 |
*** ykarel|away is now known as ykarel | 14:45 | |
ykarel | tobias-urdin, EmilienM mwhahaha review please https://review.openstack.org/#/c/627378/ | 14:46 |
ykarel | it's aginst ceph bug for Fedora | 14:46 |
ykarel | gfidente, what we discussed ^^ | 14:47 |
gfidente | ykarel yeah sorry but matt didn't come up with changes yet | 14:48 |
ykarel | gfidente, i saw patch already proposed in ceph master | 14:48 |
mwhahaha | looks like there's a github pr | 14:48 |
tobias-urdin | ykarel: ack, mwhahaha was super fast so it's approved now | 14:48 |
ykarel | mwhahaha, yes it's in master | 14:48 |
ykarel | but to get in Fedora will take time | 14:49 |
ykarel | with luminous | 14:49 |
mwhahaha | where are we running puppet-ceph, just in the weirdo jobs? | 14:49 |
ykarel | mwhahaha, in upstream poi also | 14:49 |
gfidente | ah sorry guys didn't see the updates in tracker | 14:50 |
ykarel | i mean scenario 001,004 | 14:50 |
gfidente | ykarel ? those scenarios should be using ceph-ansible from queens | 14:52 |
ykarel | gfidente, these scenarios are in puppet-openstack-integration, different from tripleo ones | 14:53 |
gfidente | ykarel ah they just happen to have same number, sorry :D | 14:53 |
ykarel | yes :) | 14:53 |
*** irclogbot_3 has quit IRC | 15:06 | |
*** irclogbot_3 has joined #puppet-openstack | 15:14 | |
*** dpawlik has quit IRC | 15:18 | |
*** openstackgerrit has quit IRC | 15:22 | |
*** openstackgerrit has joined #puppet-openstack | 15:27 | |
openstackgerrit | Merged openstack/puppet-ceph master: Supply hrefs for table of contents according to context https://review.openstack.org/622860 | 15:27 |
tobias-urdin | mwhahaha: https://review.openstack.org/#/c/619257/ if you have time to do a thorough review | 15:37 |
tobias-urdin | fixed in tripleo with https://review.openstack.org/#/c/627793/ and packstack https://review.openstack.org/#/c/628996/ if it passes | 15:37 |
mwhahaha | k | 15:37 |
mwhahaha | don't we want https://review.openstack.org/#/c/628996/ first? | 15:38 |
tobias-urdin | ah yeah, must have though i added api_port | 15:39 |
tobias-urdin | let me fix it | 15:39 |
mwhahaha | i've got some comments too | 15:39 |
mwhahaha | you've got some unrelated user/group var changes | 15:40 |
mwhahaha | should probably not include those in the port change | 15:40 |
tobias-urdin | sure, renamed the wsgi_script_path stuff that was keystone_ prefixed so did those as well | 15:41 |
tobias-urdin | but can move that out to a separate commit if you prefer | 15:41 |
tobias-urdin | mwhahaha: do you want to revert wsgi_script_path -> keystone_wsgi_script_path also? | 15:47 |
mwhahaha | yea | 15:47 |
mwhahaha | if not related to the port change | 15:47 |
openstackgerrit | Tobias Urdin proposed openstack/puppet-keystone master: Remove port 35357 deployment https://review.openstack.org/619257 | 15:49 |
tobias-urdin | arghhh done, though there was both keystone::params::keystone_group and keystone::params::group so i changed both.. will revert that as well | 15:52 |
openstackgerrit | Tobias Urdin proposed openstack/puppet-keystone master: Remove port 35357 deployment https://review.openstack.org/619257 | 15:54 |
tobias-urdin | mwhahaha: ^ done | 15:55 |
mwhahaha | tobias-urdin: you left in $group | 15:56 |
tobias-urdin | mwhahaha: that was there before and used in policy.pp | 15:57 |
mwhahaha | ah ok | 15:57 |
tobias-urdin | so didn't want to change it, missed that in PS15 and PS16 corrected that | 15:57 |
mwhahaha | tobias-urdin: you dropped the $keystone/wsgi_public_Script_path tho | 15:57 |
mwhahaha | is that gone? | 15:57 |
* mwhahaha looks | 15:57 | |
tobias-urdin | that's hardcoded to "$wsgi_script_source = '/usr/bin/keystone-wsgi-public'," | 15:58 |
tobias-urdin | in keystone::wsgi::apache | 15:58 |
mwhahaha | hmm k | 15:58 |
*** bnemec is now known as stackymcstackfac | 16:04 | |
*** stackymcstackfac is now known as bnemec | 16:05 | |
*** rpittau has quit IRC | 17:00 | |
*** trown is now known as trown|lunch | 17:26 | |
*** ykarel has quit IRC | 17:39 | |
*** dtantsur is now known as dtantsur|afk | 17:45 | |
*** ykarel has joined #puppet-openstack | 18:00 | |
*** derekh has quit IRC | 18:00 | |
*** ykarel has quit IRC | 18:06 | |
*** trown|lunch is now known as trown | 18:20 | |
*** tosky has quit IRC | 19:05 | |
*** morazi has quit IRC | 19:07 | |
*** shardy has quit IRC | 19:24 | |
*** shardy has joined #puppet-openstack | 19:25 | |
*** gfidente has quit IRC | 19:32 | |
openstackgerrit | Merged openstack/puppet-manila stable/rocky: Updating nova and neutron configuration https://review.openstack.org/628963 | 20:31 |
openstackgerrit | Merged openstack/puppet-manila stable/queens: Updating nova and neutron configuration https://review.openstack.org/628964 | 20:31 |
openstackgerrit | Tobias Urdin proposed openstack/puppet-keystone master: Remove port 35357 deployment https://review.openstack.org/619257 | 20:38 |
tobias-urdin | mwhahaha: EmilienM just when it was about get merged I remembered a thing that I missed, new PS fixes that | 20:41 |
tobias-urdin | https://review.openstack.org/619257 | 20:41 |
mwhahaha | k | 20:41 |
EmilienM | ok | 20:41 |
*** bnemec has quit IRC | 21:58 | |
*** trown is now known as trown|outtypewww | 22:01 | |
*** bnemec has joined #puppet-openstack | 22:02 | |
*** ianw_pto is now known as ianw | 22:26 | |
*** rcernin has joined #puppet-openstack | 22:45 | |
*** tosky has joined #puppet-openstack | 22:52 | |
*** rascasoft has quit IRC | 23:10 | |
*** tosky has quit IRC | 23:48 | |
-openstackstatus- NOTICE: The Etherpad service at https://etherpad.openstack.org/ has been offline since 23:22 UTC due to a hypervisor issue in our service provider, but should hopefully return to service shortly. | 23:50 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!