Skip to content
Snippets Groups Projects

WIP: Haproxy as part of HA EE packages

Open Marin Jankovski requested to merge bundle_haproxy into master
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Contributor

    for the specs do we want to use directory recipes/gitlab or gitlab/recipes (to match the cookbooks?)

  • DJ Mountney
  • DJ Mountney
    DJ Mountney @twk3 started a thread on the diff
  • 157
    158 context 'with invalid user configuration' do
    159 before do
    160 stub_gitlab_rb(
    161 haproxy: {
    162 enable: true,
    163 global: { home: '/tmp/user' },
    164 defaults: { timeout: ['connect 5000'] },
    165 listen: { stats_7331: { bind: ['0.0.0.0:7331'], stats: ["enable", "hide-version"] } }
    166 }
    167 )
    168 end
    169
    170 it 'raises an error' do
    171 # TODO This is not testable because we are doing it wrong!
    172 # We are raising an error from within the template which will give Chef::Mixin::Template::TemplateError
  • DJ Mountney
  • Reassigned to @marin

  • Author Maintainer

    Problem that caused the discussion starting with https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/1092#note_18166942 is really annoying me and I want this to be tackled better. Given that the release is around the corner with some other features more important to get merged I won't rush to get this in 8.14.

  • Marin Jankovski Milestone changed to %8.15

    Milestone changed to %8.15

  • Marin Jankovski changed milestone to %Backlog

    changed milestone to %Backlog

  • Marin Jankovski mentioned in merge request !1251 (closed)

    mentioned in merge request !1251 (closed)

  • Marin Jankovski removed assignee

    removed assignee

  • Ian Baum mentioned in issue #1807 (closed)

    mentioned in issue #1807 (closed)

  • Please register or sign in to reply
    Loading