Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

timeout runing reconfigure on inital run #297

Open
BEfelipe opened this issue Feb 5, 2019 · 1 comment
Open

timeout runing reconfigure on inital run #297

BEfelipe opened this issue Feb 5, 2019 · 1 comment
Labels
beginner-friendly enhancement New feature or request

Comments

@BEfelipe
Copy link

BEfelipe commented Feb 5, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beginner-friendly enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants