Commit df146701 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 16f7dc9b
...@@ -2,7 +2,7 @@ GitLab ...@@ -2,7 +2,7 @@ GitLab
====== ======
:abstract: GitLab software release is used to deploy GitLab intances together :abstract: GitLab software release is used to deploy GitLab intances together
with accompanying PostgreSQL and Redis and to request ipv4 frontend. with accompanying PostgreSQL and Redis. IPv4 frontend should be requested separately.
TODO ... TODO ...
......
...@@ -8,6 +8,8 @@ ...@@ -8,6 +8,8 @@
- default project limit setting: 10 -> 50 - default project limit setting: 10 -> 50
- integrate git-backup in a PBS-style way
? mail server (for email notifications) ? mail server (for email notifications)
+ it has bug with exim (https://github.com/gitlabhq/gitlabhq/issues/4866) + it has bug with exim (https://github.com/gitlabhq/gitlabhq/issues/4866)
......
# GitLab instance # GitLab instance
# NOTE instance/software layout is inspired by gitlab omnibus # NOTE instance/software layout is inspired by gitlab omnibus
# TODO last updated for gitlab-omnibus vXXXX
[buildout] [buildout]
parts = parts =
directory directory
......
...@@ -34,7 +34,7 @@ context = ...@@ -34,7 +34,7 @@ context =
raw gitlab_shell ${gitlab-shell-repository:location} raw gitlab_shell ${gitlab-shell-repository:location}
[switch-softwaretype] [switch-softwaretype]
recipe = slapos.cookbook:softwaretype recipe = slapos.cookbook:softwaretype
default = $${instance-gitlab.cfg:rendered} default = $${instance-gitlab.cfg:rendered}
#single-default = $${dynamic-template-powerdns:rendered} #single-default = $${dynamic-template-powerdns:rendered}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment