You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem I have is this integrated into our Jenkins Build pipeline - the puppet run itself is controlled via an ansible task, the puppet code is packaged into a deployable artefact (ISO), which requires a clean run it without failure. The pipeline fails if the puppet run task returns an exit 1.
If we deploy onto an existing box with gitlab installed for an upgrade it is successful. But on a fresh installation it always fails, which is always the scenario for CI Build.
I know it's not the solution. I should have clarified that that's not why I was asking. The hunch I had was around what causes the issue, and how it would present itself.
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
Run puppet on fresh install of Gitlab using this module
What are you seeing
gitlab appears to attempt to enable the gitlab-runsvdir service before it is ready.
What behaviour did you expect instead
the runsvdir service is enabled and the puppet run is successful
Output log
11:36:20 [Deploy - RedHat (Default)] "Notice: /Stage[main]/Gitlab::Install/Package[gitlab-omnibus]/ensure: created",
11:36:20 [Deploy - RedHat (Default)] "Error: Could not enable gitlab-runsvdir: ",
11:36:20 [Deploy - RedHat (Default)] "Error: /Stage[main]/Gitlab::Service/Service[gitlab-runsvdir]/enable: change from false to true failed: Could not enable gitlab-runsvdir: ",
11:36:20 [Deploy - RedHat (Default)] "Notice: /Stage[main]/Gitlab::Service/Exec[gitlab_reconfigure]: Dependency Service[gitlab-runsvdir] has failures: true",
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered: