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
0
votes
1 answer

GitLab all repository ssh clone url shows wrong path

GitLab Web all repository SSH clone URL shows wrong path. Wrong path: ssh://git@ssh.gitlab.domain.com:443/test_group/test30-jan-2020.git After modified With following command able to clone on terminal. git clone…
user4948798
  • 1,924
  • 4
  • 43
  • 89
0
votes
2 answers

Gitlab Omninbus Core: Indexer setup fails with "Could not locate Gemfile or .bundle/ directory"

When setting up an Omnibus Gitlab 12.7.5 Enterprise Edition, on the step where ElasticSearch is integrated, the indexer setup fails with "Could not locate Gemfile or .bundle/ directory" when issuing the command: sudo -u git -H bundle exec rake…
jmcollantes
  • 84
  • 1
  • 8
0
votes
1 answer

Omnibus GitLab version downgrade from 12.7.5 to 12.6.2

Regarding Omnibus GitLab version downgrade from 12.7.5 to 12.6.2. Have followed the below steps. Have taken the backup from 12.7.5 version. Uninstalled the 12.7.5 version. Installed 12.6.2 using rpm. Tried to restore from backup file created from…
user4948798
  • 1,924
  • 4
  • 43
  • 89
0
votes
1 answer

Is it possible to configure gitlab builtin container registry with self-signed certs?

I'm using a docker gitlab/gitlab-ce:12.7.2-ce.0 image to run a GitLab. I'm trying to use a built-in container registry feature. Documentation sais: "If you are using the Omnibus GitLab built in Let’s Encrypt integration, as of GitLab 12.5, the…
bartbak
  • 15
  • 8
0
votes
1 answer

Changing installation directory of GitLab

I am trying to install Gitlab (Community Edition) on Linux CentOS. According to my knowledge, the configuration files are stored in etc/config and the data are stored in /var/opt/Gitlab. But I want to change it to a custom directory. Is it possible…
enamul17
  • 159
  • 2
  • 3
  • 14
0
votes
1 answer

Gitlab installation dos't respond on centos 7

I uninstall "Gitlab-ee Omnibus" from centos 7 with following commands : sudo yum -y remove gitlab-ee sudo rm -rf /opt/gitlab/ sudo rm -rf /var/opt/gitlab sudo rm -rf /var/log/gitlab sudo rm -rf /etc/gitlab Then reboot the system and try to…
daryooosh
  • 57
  • 8
0
votes
2 answers

Address of Gitlab repository on VPS

I installed GitLab Enterprise Edition 12.5.4-ee in my VPS (centos 7) and create some project, the URL of one of them for clone is : git@xxx.xxx.xxx.xxx:root/ir-module-software.git Where can i find project repository? I used following command : find…
daryooosh
  • 57
  • 8
0
votes
1 answer

How to configure global hook in Gitlab omnibus 12.0.3?

I followed this documentation and created a hook in the directory : /opt/gitlab/embedded/service/gitlab-shell/hooks, but it didn't work. Then as explain to this question I tried to copy the hook to this directory :…
zyblets
  • 1
  • 4
0
votes
1 answer

Gitlab OpenID Connect integration fails with certificate verify failed

I'm trying to integrate Gitlab (deployed from docker image gitlab/gitlab-ce) with our internal OpenID provider and getting error 500 and the following message in logs when trying to authenticate OpenIDConnect::Discovery::DiscoveryFailed (SSL_connect…
Beli
  • 594
  • 5
  • 16
0
votes
1 answer

What are the contents of a gitlab backup tar file?

I accidentally deleted the .tar file created by gitlab-rake gitlab:backup:create I need to re-create the .tar file manually from the folders and files under the folder /var/opt/gitlab/backups I want to know what all goes into the tar file. Is it…
Vipul Swarup
  • 323
  • 3
  • 17
0
votes
1 answer

how to customize build trigger in GitLab

I am new in Gitlab, i would like to understand, do we have any specific place where i can define when my build should trigger? i saw few articles and stackoverflow answers like by default if im keeping my .yml file into the project root directory,…
Pavan
  • 115
  • 1
  • 4
  • 9
0
votes
1 answer

Sign into GitLab with OAuth2 Custom provider does not map user information

I've installed Gitlab-CE on a CentOS VM and am trying to configure the Sign On with an generic OAuth2 provider, to be more specific am actually using IBM Security Access Manager 9.0.6. So far Sign On works after tweeking a bit the…
Kalem
  • 1,132
  • 12
  • 33
0
votes
1 answer

How to turn off SSL verification in GitPitch?

I'm trying to make Gitpitch to load presentations from Gitlab-omnibus installed in a local network (that is, not gitlab.com). What I've done: Pulled Docker image from https://hub.docker.com/r/knsit/gitpitch/dockerfile Imported Gitpitch sample…
wl2776
  • 4,099
  • 4
  • 35
  • 77
0
votes
1 answer

how to connect CDash with gitlab internal postgres database

I have an error CDash cannot connect to the database in the browser. I checked the configuration and what I think is that the CDash is looking for Postgres server on its own. However, my gitlab service is using its own builtin psql server located at…
Dr. Mian
  • 3,334
  • 10
  • 45
  • 69
0
votes
2 answers

Jenkins: permission denied (publickey, password). fatal: Could not read from remote repository

I am following this, this and this tutorial when trying to setup GitLab with Jenkins on same AWS EC2 machine with self signed certificate. I am stuck at "Source Code Management", everything else went fine. Here is screenshot of error: I can use Git…
Nenad Bulatović
  • 7,238
  • 14
  • 83
  • 113