From 24673741fb1ad30c273e89c25d366e0136dfaa5b Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Mon, 16 Mar 2015 16:07:27 +0000 Subject: Remove Gitlab systems As far as I know, these are out of date, unmaintained and nobody is using them. It was definitely a useful learning process to integrate Gitlab into Baserock, but I think this is now just taking up space in definitions.git needlessly. Change-Id: Ifdd9c0a3dd889382bc5e6825c2df4f3afbd89f3c --- .../share/gitlab-install/gitlab-shell/config.yml | 41 ---------------------- 1 file changed, 41 deletions(-) delete mode 100644 gitlab-server/usr/share/gitlab-install/gitlab-shell/config.yml (limited to 'gitlab-server/usr/share/gitlab-install/gitlab-shell/config.yml') diff --git a/gitlab-server/usr/share/gitlab-install/gitlab-shell/config.yml b/gitlab-server/usr/share/gitlab-install/gitlab-shell/config.yml deleted file mode 100644 index fba31eb6..00000000 --- a/gitlab-server/usr/share/gitlab-install/gitlab-shell/config.yml +++ /dev/null @@ -1,41 +0,0 @@ -# GitLab user. git by default -user: git - -# Url to gitlab instance. Used for api calls. Should end with a slash. -gitlab_url: "http://##GITLAB_HOSTNAME##/" - -http_settings: -# user: someone -# password: somepass -# ca_file: /etc/ssl/cert.pem -# ca_path: /etc/pki/tls/certs - self_signed_cert: false - -# Repositories path -# Give the canonicalized absolute pathname, -# REPOS_PATH MUST NOT CONTAIN ANY SYMLINK!!! -# Check twice that none of the components is a symlink, including "/home". -repos_path: "/home/git/repositories" - -# File used as authorized_keys for gitlab user -auth_file: "/home/git/.ssh/authorized_keys" - -# Redis settings used for pushing commit notices to gitlab -redis: - bin: /usr/bin/redis-cli - host: 127.0.0.1 - port: 6379 - # socket: /tmp/redis.socket # Only define this if you want to use sockets - namespace: resque:gitlab - -# Log file. -# Default is gitlab-shell.log in the root directory. -# log_file: "/home/git/gitlab-shell/gitlab-shell.log" - -# Log level. INFO by default -log_level: INFO - -# Audit usernames. -# Set to true to see real usernames in the logs instead of key ids, which is easier to follow, but -# incurs an extra API call on every gitlab-shell command. -audit_usernames: false -- cgit v1.2.1