puppet-gitlab icon indicating copy to clipboard operation
puppet-gitlab copied to clipboard

timeout runing reconfigure on inital run

Open BEfelipe opened this issue 6 years ago • 1 comments

Affected Puppet, Ruby, OS and module versions/distributions

  • Puppet: puppetserver-5.3.3 . puppet-agent-5.5.10
  • Ruby: as per puppet
  • Distribution: CentOS
  • Module version: mod 'puppet-gitlab', '3.0.2'

How to reproduce (e.g Puppet code you use)

class { 'gitlab': }

What are you seeing

gitlab-ctl reconfigure runs Exec[gitlab_reconfigure]

systemctl start gitlab-runsvdir hangs

run puppet again, nothing happens. (no change)

run manually gitlab-ctl reconfigure systemctl start gitlab-runsvdir gitlab-ctl start

all good.

I can reconfigure with puppet after this point.

gitlab version gitlab-ee-11.7.3-ee.0.el7.x86_64 (same with ce)

What behaviour did you expect instead

work as expected.

Output log

otice: /Stage[main]/Gitlab::Host_config/File[/etc/gitlab]/ensure: created Notice: /Stage[main]/Profiles::Gitlab::Master/File[/etc/gitlab/freeipa_settings.yml]/ensure: defined content as '{md5}f0e402dd2709b9856741fea12173d6be' Info: /Stage[main]/Profiles::Gitlab::Master/File[/etc/gitlab/freeipa_settings.yml]: Scheduling refresh of Exec[gitlab_reconfigure] Notice: /Stage[main]/Gitlab::Omnibus_config/File[/etc/gitlab/gitlab.rb]/ensure: defined content as '{md5}1889b62994b65f1ed3f34f2813a9dc7f' Info: Class[Gitlab::Omnibus_config]: Scheduling refresh of Exec[gitlab_reconfigure] Notice: /Stage[main]/Gitlab::Install/Package[gitlab-omnibus]/ensure: created Notice: Caught TERM; exiting . (after an hour)

Any additional information you'd like to impart

BEfelipe avatar Feb 05 '19 02:02 BEfelipe

related https://github.com/voxpupuli/puppet-gitlab/issues/215

LongLiveCHIEF avatar Feb 05 '19 20:02 LongLiveCHIEF