Questions tagged [gitlab-omnibus]

Omnibus Gitlab creates platform-specific, full-stack downloadable packages for GitLab.

This is a fork of the original Omnibus project, designed to work specifically with GitLab.

Supported platforms (as of June, 2016) include:

  • CentOS 6 (and RedHat/Oracle/Scientific Linux 6)
  • CentOS 7 (and RedHat/Oracle/Scientific Linux 7)
  • Debian 7
  • Debian 8
  • Ubuntu 12.04
  • Ubuntu 14.04
  • Ubuntu 16.04
  • Raspian on Raspberry PI 2
352 questions
85
votes
9 answers

How to use Gitlab CI to build a Java Maven project?

I have been experimenting with no success whatsoever, I am running a Gitlab hosted on Linux, and trying to get my head around the CI functionality. According to the Gitlab documentation you only need to create a .gitlab-ci.yml file, the Gitlab…
MRK187
  • 1,545
  • 2
  • 13
  • 20
71
votes
2 answers

Moving an existing GitLab project into a new subgroup

Just started out using self hosted GitLab... it looks like it's going to be really useful moving towards a DevOps workflow. Anyway, after migrating about 20 local Git repositories to the new GitLab server, neatly arranged into 4 groups. I then…
James McCorrie
  • 2,283
  • 3
  • 18
  • 22
55
votes
4 answers

How to remove merge request from GitLab server

I created a merge request on gitlab (local) server. Now whenever I click on the merge request, the request times out with error 500. Before that I used to get an error code 504 and I applied the change mentioned in this gitlab support topic. All I…
Sanj
  • 3,770
  • 6
  • 26
  • 31
38
votes
9 answers

High memory usage for Gitlab CE

Look at this picture showing gitlab ce memory consumption. I really dont need all of those workers, sidekiq or unicorn or all of those daemon. This is on IDLE. I mean, I installed this to manage 1 project, with like 4 people, I dont need all those…
delmalki
  • 1,326
  • 1
  • 13
  • 31
36
votes
7 answers

How do I use let’s encrypt with gitlab?

I started to look in to ssl certificates when I stumbled upon let's encrypt, and I wanted to use it with gitlab, however being that it is running on a raspberry pi 2 and its running quite perfectly now (so I dont want to mess anything up), he would…
33
votes
2 answers

How to serve other vhosts next to Gitlab Omnibus server? [Full step-by-step solution]

I installed Gitlab CE on a dedicated Ubuntu 14.04 server edition with Omnibus package. Now I would want to install three other virtual hosts next to gitlab. Two are node.js web applications launched by a non-root user running on two distinct ports…
Rémi Becheras
  • 14,902
  • 14
  • 51
  • 81
28
votes
3 answers

How can I restart bundle nginx in gitlab separately?

I have installed Gitlab CE version. I can find nginx bundled in Gitlab. However I cannot find a way to restart nginx separately. I have tried sudo service nginx restart but it gives: * Restarting nginx nginx …
einverne
  • 6,454
  • 6
  • 45
  • 91
25
votes
1 answer

GitLab: How to disable automatic startup?

I have not found a way to disable the automatic startup and it ends up using too much RAM when I'm not using. The init files are not inside /etc/init or init.d. I try update-rc.d gitlab remove and no results. I am using GitLab 8.5.4 in Debian 8.
Natan Felles
  • 1,031
  • 1
  • 9
  • 14
22
votes
6 answers

gitlab initial root password

Im trying to do an automated deployment of gitlab that has everything pre-configured. I need to specify an initial root password so first-time logins are not prompted with the password reset screen. I see the omnibus config option in the template:…
CoconutBandit
  • 476
  • 1
  • 3
  • 13
17
votes
2 answers

How does gitlab decide which runner to use for a job

If there are more than one available runner for a project, how does gitlab ci decide which runner to use? I have an omnibus gitlab 8.6.6-ee installation, with 2 runners configured. The runners are identical (docker images, config, etc) except that…
BM5k
  • 1,210
  • 10
  • 28
16
votes
2 answers

Gitlab:Peer's Certificate issuer is not recognized

I get this error on a fresh install of gitlab. The message looks like: fatal: unable to access 'https://gitlab-ci- token:xxxxxxxxxxxxxxxxxxxx@gitlab.example.com/something.git/': Peer's Certificate issuer is not recognized.ERROR: Job failed: exit…
qubsup
  • 1,241
  • 5
  • 15
  • 23
15
votes
1 answer

docker-compose error invalid type, it should be a string

I have the set-up for docker-compose like this version: "3.2" services: gitlab: image: gitlab/gitlab-ce:latest container_name: gitlab-container restart: always environment: - GITLAB_OMNIBUS_CONFIG: | …
vinh tran
  • 175
  • 1
  • 2
  • 7
14
votes
1 answer

How to determine if GitLab installation is Omnibus or via source?

I'm researching the process of migrating GitLab from an old server to a new server. One of the first things I need to do is determine which installation GitLab is in (Omnibus vs. source), and I'm unable to tell. This post (omnibus or source - can't…
Dexter J.
  • 141
  • 1
  • 1
  • 3
12
votes
4 answers

Gitlab Cannot start runsv is not running

I just upgraded my gitlab-ce version to the latest version using this command sudo yum install gitlab-ce-12.1.3-ce.0.el7.x86_64 the upgrade works well, but after restart the gitlab service won't start, when I run this command sudo gitlab-ctl…
esthrim
  • 1,790
  • 8
  • 28
  • 42
12
votes
5 answers

gitlab docker registry with external nginx and omnibus

I already run a gitlab server inside a docker container with an external nginx server inside an other docker container, so the gitlab nginx server is deactivated. Now I want to use the docker registry included in the gitlab server. I try to get the…
CordlessWool
  • 1,388
  • 4
  • 17
  • 35
1
2 3
23 24