opendevreview | Merged openstack/puppet-openstack-integration stable/2023.2: stably-only: Remove tests with latest puppet https://review.opendev.org/c/openstack/puppet-openstack-integration/+/900385 | 00:25 |
---|---|---|
opendevreview | OpenStack Proposal Bot proposed openstack/puppet-openstack-integration master: Updated from Puppet OpenStack modules constraints https://review.opendev.org/c/openstack/puppet-openstack-integration/+/900571 | 03:10 |
opendevreview | Merged openstack/puppet-openstack-integration master: Drop incomplete use_puppetlabs https://review.opendev.org/c/openstack/puppet-openstack-integration/+/900520 | 05:20 |
opendevreview | Takashi Kajinami proposed openstack/puppet-openstack-integration master: Globally disable EPEL https://review.opendev.org/c/openstack/puppet-openstack-integration/+/900572 | 05:43 |
opendevreview | Takashi Kajinami proposed openstack/puppet-openstack-integration master: Drop workarounds for old packaging problems in Ubuntu https://review.opendev.org/c/openstack/puppet-openstack-integration/+/900573 | 06:04 |
opendevreview | Takashi Kajinami proposed openstack/puppet-openstack-integration master: Drop workarounds for old packaging problems in Ubuntu https://review.opendev.org/c/openstack/puppet-openstack-integration/+/900573 | 06:04 |
opendevreview | Takashi Kajinami proposed openstack/puppet-openstack-integration master: Drop workarounds for old packaging problems in Ubuntu https://review.opendev.org/c/openstack/puppet-openstack-integration/+/900573 | 07:37 |
opendevreview | Merged openstack/puppet-openstack-integration master: Refactor puppet installation in integration job https://review.opendev.org/c/openstack/puppet-openstack-integration/+/900524 | 08:12 |
zigo | tkajinam: I have no problem with puppetlabs-mysql, I use it and it works well ... | 08:59 |
zigo | The folder really is /var/lib/mysql, this never changed. | 08:59 |
zigo | What's the thing I didn't catch ? :) | 09:00 |
tkajinam | zigo, hmm. is /var/log/mysql is the correct directory for mariadb log ? | 09:07 |
zigo | Yeah. | 09:07 |
tkajinam | hmm. wondering which package would create that directory | 09:09 |
zigo | Something that "default-mysql-server" depends on ... :) | 09:10 |
zigo | Is that important? | 09:10 |
tkajinam | hmm | 09:14 |
tkajinam | hmm, wait. It might be something caused by missing mysqld or mysql_inistall_db in PATH | 09:14 |
tkajinam | ... if " | 09:15 |
tkajinam | No such file or directory @ rb_sysopen - /var/log/mysql/error.log" lies. hmm | 09:15 |
opendevreview | Takashi Kajinami proposed openstack/puppet-openstack-integration master: DNM: Add Debian scenario 000 job https://review.opendev.org/c/openstack/puppet-openstack-integration/+/900510 | 09:21 |
opendevreview | Takashi Kajinami proposed openstack/puppet-openstack-integration master: Drop workarounds for old packaging problems in Ubuntu https://review.opendev.org/c/openstack/puppet-openstack-integration/+/900573 | 09:39 |
opendevreview | Takashi Kajinami proposed openstack/puppet-openstack-integration master: DNM: Add Debian scenario 000 job https://review.opendev.org/c/openstack/puppet-openstack-integration/+/900510 | 09:51 |
tkajinam | zigo, hmm. looks like I have to create /var/log/mysql additionally. the module expects that the directory is created by package installation but it's not. that is causing the step to create files under it. | 10:43 |
zigo | Ah... ok | 10:44 |
zigo | This is surprising, I never had to do such thing. | 10:45 |
zigo | BTW, I've been using the mysql core module, though in Debian it uses mariadb seemlessly. | 10:46 |
opendevreview | Takashi Kajinami proposed openstack/puppet-openstack-integration master: DNM: Add Debian scenario 000 job https://review.opendev.org/c/openstack/puppet-openstack-integration/+/900510 | 10:47 |
zigo | I'm on version 8.1.0, are you on something newer? | 10:47 |
zigo | Gosh, there's version 15 ... :) | 10:48 |
tkajinam | puppetlabs-mysql v15.0.0 | 10:48 |
zigo | Oh ok. | 10:48 |
tkajinam | mariadb-server 10.11.4-1 | 10:48 |
zigo | I probably need to upgrade. | 10:48 |
tkajinam | so that version of puppetlabs-mysql pulls mariadb instead of mysql. Probably you haven't seen this because of old puppetlabs-apache which installs mysql core ? | 10:49 |
tkajinam | 8.1.0 is quite old :-) | 10:49 |
tkajinam | https://opendev.org/openstack/puppet-openstack-integration/src/branch/master/external_modules.txt | 10:50 |
tkajinam | oops. not that file | 10:50 |
tkajinam | https://opendev.org/openstack/puppet-openstack-integration/src/branch/master/Puppetfile | 10:50 |
tkajinam | this file shows the versions we use in CI | 10:50 |
opendevreview | Takashi Kajinami proposed openstack/puppet-openstack-integration master: DNM: Add Debian scenario 000 job https://review.opendev.org/c/openstack/puppet-openstack-integration/+/900510 | 11:02 |
opendevreview | Takashi Kajinami proposed openstack/puppet-openstack-integration master: DNM: Add Debian scenario 000 job https://review.opendev.org/c/openstack/puppet-openstack-integration/+/900510 | 11:19 |
zigo | tkajinam: There's this code in the module: | 11:35 |
zigo | 'Debian': { | 11:35 |
zigo | if $::operatingsystem == 'Debian' and versioncmp($::operatingsystemrelease, '9') >= 0 { | 11:35 |
zigo | $provider = 'mariadb' | 11:35 |
zigo | so starting with Debian 9, $provider is set to mariadb, and then it does $server_package_name = 'mariadb-server' | 11:35 |
opendevreview | Takashi Kajinami proposed openstack/puppet-sahara master: Add defined type to manage plugin packages https://review.opendev.org/c/openstack/puppet-sahara/+/900608 | 11:55 |
opendevreview | Takashi Kajinami proposed openstack/puppet-openstack-integration master: Drop workarounds for old packaging problems in Ubuntu https://review.opendev.org/c/openstack/puppet-openstack-integration/+/900573 | 11:57 |
opendevreview | Takashi Kajinami proposed openstack/puppet-openstack-integration master: DNM: Add Debian scenario 000 job https://review.opendev.org/c/openstack/puppet-openstack-integration/+/900510 | 12:01 |
opendevreview | Takashi Kajinami proposed openstack/puppet-sahara master: Add defined type to manage plugin packages https://review.opendev.org/c/openstack/puppet-sahara/+/900608 | 13:31 |
opendevreview | Takashi Kajinami proposed openstack/puppet-openstack-integration master: DNM: Add Debian scenario 000 job https://review.opendev.org/c/openstack/puppet-openstack-integration/+/900510 | 13:37 |
opendevreview | Takashi Kajinami proposed openstack/puppet-openstack-integration master: DNM: Add Debian scenario 000 job https://review.opendev.org/c/openstack/puppet-openstack-integration/+/900510 | 13:37 |
opendevreview | Takashi Kajinami proposed openstack/puppet-openstack-integration master: Fix wrong path checked https://review.opendev.org/c/openstack/puppet-openstack-integration/+/900615 | 13:42 |
opendevreview | Takashi Kajinami proposed openstack/puppet-tempest master: Use package to install pip https://review.opendev.org/c/openstack/puppet-tempest/+/900618 | 14:17 |
opendevreview | Takashi Kajinami proposed openstack/puppet-tempest master: Use package to install pip https://review.opendev.org/c/openstack/puppet-tempest/+/900618 | 14:20 |
opendevreview | Takashi Kajinami proposed openstack/puppet-openstack-integration master: Do not install pip in advance https://review.opendev.org/c/openstack/puppet-openstack-integration/+/900620 | 14:22 |
opendevreview | Takashi Kajinami proposed openstack/puppet-tempest master: Deprecate confusing tempest_config_file https://review.opendev.org/c/openstack/puppet-tempest/+/900621 | 14:32 |
opendevreview | Takashi Kajinami proposed openstack/puppet-openstack-integration master: Drop tempest::tempest_config_file https://review.opendev.org/c/openstack/puppet-openstack-integration/+/900622 | 14:34 |
opendevreview | Takashi Kajinami proposed openstack/puppet-tempest master: Use package to install pip https://review.opendev.org/c/openstack/puppet-tempest/+/900618 | 14:50 |
opendevreview | Takashi Kajinami proposed openstack/puppet-openstack-integration master: dnm: testing ... https://review.opendev.org/c/openstack/puppet-openstack-integration/+/900625 | 14:51 |
opendevreview | Takashi Kajinami proposed openstack/puppet-tempest master: Deprecate confusing tempest_config_file https://review.opendev.org/c/openstack/puppet-tempest/+/900621 | 14:54 |
*** ykarel is now known as ykarel|away | 15:51 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!