Tuesday, 2020-10-20

openstackgerritMerged openstack/puppet-openstack-integration stable/train: [Train Only] Remove remaining puppet-congress  https://review.opendev.org/75880100:49
openstackgerritTakashi Kajinami proposed openstack/puppet-aodh master: Deprecate database options from the aodh class  https://review.opendev.org/75889101:22
openstackgerritTakashi Kajinami proposed openstack/puppet-nova master: Fix incorrect release note about db options deprecation  https://review.opendev.org/75889301:25
openstackgerritTakashi Kajinami proposed openstack/puppet-nova master: Fix misplaced releasenote file  https://review.opendev.org/75889401:27
openstackgerritTakashi Kajinami proposed openstack/puppet-nova master: Fix misplaced releasenote file  https://review.opendev.org/75889401:28
openstackgerritTakashi Kajinami proposed openstack/puppet-nova master: Fix incorrect release note about db options deprecation  https://review.opendev.org/75889301:57
openstackgerritTakashi Kajinami proposed openstack/puppet-aodh master: Deprecate database options from the aodh class  https://review.opendev.org/75889102:01
openstackgerritTakashi Kajinami proposed openstack/puppet-aodh master: Deprecate database options from the aodh class  https://review.opendev.org/75889102:04
*** rcernin has quit IRC02:18
openstackgerritTakashi Kajinami proposed openstack/puppet-cinder master: Deprecate database options from the cinder class  https://review.opendev.org/75889602:22
openstackgerritTakashi Kajinami proposed openstack/puppet-heat master: Deprecate database options from the heat class  https://review.opendev.org/75889802:29
*** rcernin has joined #puppet-openstack02:46
*** rcernin has quit IRC02:47
*** rcernin has joined #puppet-openstack02:48
openstackgerritTakashi Kajinami proposed openstack/puppet-ironic master: Deprecate database options from the base class  https://review.opendev.org/75890002:52
openstackgerritTakashi Kajinami proposed openstack/puppet-keystone master: Deprecate database options from the keystone class  https://review.opendev.org/75890102:59
-openstackstatus- NOTICE: We are investigating an issue with our hosted Gerrit services. We will provide an update as soon as we can. If you want to follow the latest, feel free to join #opendev03:26
-openstackstatus- NOTICE: We identified a possible vulnerability in Gerrit and are investigating the potential impact on our services. Out of an abundance of caution we have taken our OpenDev hosted Gerrit system offline. We will update with more information once we are able.04:31
*** gfidente has joined #puppet-openstack05:52
*** mkarpin has joined #puppet-openstack06:31
*** mkarpin has left #puppet-openstack06:31
*** rpittau|afk is now known as rpittau07:04
*** tosky has joined #puppet-openstack07:43
*** jpena|off is now known as jpena07:56
*** rcernin has quit IRC07:57
*** rcernin_ has joined #puppet-openstack07:58
zigoHi there. Setting-up victoria, on some nodes, I get an empty /etc/keystone/puppet.conf, and then the setup fails. How can I fix this? What changed compared to Ussuri that makes it fail?08:03
zigotkajinam: Any idea?08:03
tkajinamzigo, hm. do you have keystone::bootstrap class included ?08:05
tkajinamzigo, that file should be managed by the keystone::bootstrap class so I guess something related to it is missing08:06
tkajinamzigo, sorry but I'll leave soon. I think tobias-urdin would have some insights because he implemented that class.08:07
*** rcernin_ has quit IRC08:11
zigoThanks.08:27
zigoI don't think I'm calling the bootstrap class in all controllers, just one, maybe that's the pb.08:28
*** derekh has joined #puppet-openstack08:37
*** dtantsur|afk is now known as dtantsur08:38
-openstackstatus- NOTICE: We identified a possible vulnerability in Gerrit and are investigating the potential impact on our services. Out of an abundance of caution we have taken our OpenDev hosted Gerrit system offline. We will update with more information once we are able.08:39
*** ChanServ changes topic to "We identified a possible vulnerability in Gerrit and are investigating the potential impact on our services. Out of an abundance of caution we have taken our OpenDev hosted Gerrit system offline. We will update with more information once we are able."08:39
*** ysandeep|away is now known as ysandeep08:45
*** dtantsur is now known as dtantsur|brb09:09
*** ysandeep is now known as ysandeep|lunch09:12
*** ysandeep|lunch is now known as ysandeep09:34
*** rcernin_ has joined #puppet-openstack10:13
*** rcernin_ has quit IRC10:32
-openstackstatus- NOTICE: Update on gerrit downtime: After investigation, we believe the incident is related to a compromised Gerrit user account rather than a vulnerability in Gerrit software. We are continuing to review activity to verify the integrity of git data and expect to have an additional update with possible service restoration in approximately 2 hours.11:08
*** ChanServ changes topic to "Update on gerrit downtime: After investigation, we believe the incident is related to a compromised Gerrit user account rather than a vulnerability in Gerrit software. We are continuing to review activity to verify the integrity of git data and expect to have an additional update with possible service restoration in approximately 2 hours."11:08
*** rcernin_ has joined #puppet-openstack11:12
tkajinamzigo, yeah. I think that is the reason.11:21
* tkajinam think that we need some change in bootstrap class so that we can generate puppet.conf in all controller nodes, but run bootstrap command in only one of them11:22
tkajinamlike sync_db11:22
*** rcernin_ has quit IRC11:28
*** yann-kaelig has joined #puppet-openstack11:32
*** jpena is now known as jpena|lunch11:35
*** social has joined #puppet-openstack11:36
*** rcernin_ has joined #puppet-openstack11:44
zigotkajinam: It looks like that's not my problem.11:50
zigoOn my 2 other controllers, I get an empty puppet.conf...11:50
zigoIt's not there at all if I don't call the bootstrap function.11:50
zigoIf I call it, it's generated empty ... :(11:50
zigo(and my setup fails)11:50
zigoAs a workaround, I think I can manually write the puppet.conf, probably.11:51
tkajinamzigo, hmmm... that is strange11:52
tkajinamactually the file should be created with the empty content but should be updated later11:53
tkajinamhttps://github.com/openstack/puppet-keystone/blob/stable/ussuri/manifests/bootstrap.pp#L281-L30611:53
tkajinamzigo, which resource is failing because of missing puppet.conf ?11:53
tkajinamoops. I should have pointed this instead https://github.com/openstack/puppet-keystone/blob/stable/victoria/manifests/bootstrap.pp#L155-L18011:54
zigoHard to tell, I just get in my logs:11:54
zigoError: Failed to apply catalog: File: /etc/keystone/puppet.conf does not contain all required configuration keys. Cannot authenticate to Keystone.11:54
zigoand nothing else...11:54
tkajinam(victoria not ussuri11:54
tkajinamoh, wait11:56
tkajinamI don't see any dependencies defined in deps.pp... can that be a timing/dependency problem ?11:57
*** dtantsur|brb is now known as dtantsur11:57
tkajinamhttps://github.com/openstack/puppet-keystone/blob/master/manifests/deps.pp11:58
*** morazi has quit IRC11:58
tkajinamI think we need something like;11:58
tkajinamAnchor['keystone::config::begin']11:58
tkajinam-> Keystone_puppet_config<||>11:58
tkajinam~> Anchor['keystone::config::end']11:58
tkajinamzigo, can you try with adding the above dependency in deps.pp ?11:59
zigotkajinam: Well, I'm trying to create the puppet.conf myself, so I can avoid the bootstrap on the 2 other controllers...12:00
zigoThough I can try after that.12:00
*** morazi has joined #puppet-openstack12:00
tkajinamzigo, yeah I think that is the easiest workaround now12:00
zigoAppart from that, all of Victoria can be setup without too many issues in Debian.12:02
zigoI'll send my patch to puppet-horizon though...12:02
zigoWe need to add stuff there, because in Debian, we have /etc/openstack-dashboard/local_settings.d with some stuff to write in there (like CACHE backend, etc.).12:03
zigoSince it's loaded *after* the local_settings.py, it then fails (because overwritten by what's in Debian).12:03
zigoSo, I need to push these changes there.12:03
zigoOk, my workaround worked ! :)12:07
*** derekh has quit IRC12:26
tkajinamzigo, nice12:33
*** jpena|lunch is now known as jpena12:34
*** rcernin_ has quit IRC12:57
*** jtomasek has quit IRC12:57
*** derekh has joined #puppet-openstack13:04
-openstackstatus- NOTICE: We've confirmed that known compromised identities have been reset or had their accounts disabled, and we are auditing other service accounts for signs of compromise before we prepare to restore Gerrit to working order. We will update again in roughly 2 hours.13:36
*** ChanServ changes topic to "We've confirmed that known compromised identities have been reset or had their accounts disabled, and we are auditing other service accounts for signs of compromise before we prepare to restore Gerrit to working order. We will update again in roughly 2 hours."13:36
*** lbragstad_ has joined #puppet-openstack15:13
*** lbragstad has quit IRC15:16
-openstackstatus- NOTICE: Auditing is progressing but not particularly quickly. We'll keep updating every 2 hours or so.15:43
*** ChanServ changes topic to "Auditing is progressing but not particularly quickly. We'll keep updating every 2 hours or so."15:44
*** rpittau is now known as rpittau|afk16:38
*** jpena is now known as jpena|off16:58
*** derekh has quit IRC17:00
*** dtantsur is now known as dtantsur|afk17:51
*** gfidente is now known as gfidente|afk18:02
-openstackstatus- NOTICE: Gerrit is offline due to a security compromise. Please refer to https://review.opendev.org/maintenance.html or #opendev for the latest updates.18:04
*** ChanServ changes topic to "Gerrit is offline due to a security compromise. Please refer to https://review.opendev.org/maintenance.html or #opendev for the latest updates."18:04
*** jtomasek has joined #puppet-openstack18:18
*** jtomasek has quit IRC18:42
*** jtomasek has joined #puppet-openstack19:14
*** jtomasek has quit IRC19:28
*** jtomasek has joined #puppet-openstack19:31
*** jtomasek has quit IRC19:50
*** tosky has quit IRC19:54
*** jtomasek has joined #puppet-openstack20:04
*** jtomasek has quit IRC20:57
*** gfidente|afk has quit IRC21:28
*** yann-kaelig has quit IRC21:46
*** rcernin_ has joined #puppet-openstack21:59
*** rcernin_ has quit IRC22:10
*** rcernin_ has joined #puppet-openstack22:17
*** rcernin_ has quit IRC22:20
*** rcernin has joined #puppet-openstack22:20

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!