- May 22, 2024
-
-
Balasankar 'Balu' C authored
Changelog: added Signed-off-by:
Balasankar 'Balu' C <balasankar@gitlab.com>
-
- May 15, 2024
-
-
Stan Hu authored
Previously slow logs were disabled by default, but this makes it difficult to troubleshoot performance issues. Set the default value to 1 second, as we do on GitLab.com and on Dedicated. Changelog: changed
-
- May 09, 2024
-
-
Balasankar 'Balu' C authored
- Adds much more detail around the process that happens when gitlab-ctl reconfigure executes. - Adds notes to the recipes to clarify what happens in the context of a reconfigure run. Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Jan 31, 2024
-
-
Ian Baum authored
* Running these steps before geo_pg_upgrade is called breaks the upgrade of the geo-postgresql database Changelog: fixed
-
- Aug 10, 2023
-
-
Stan Hu authored
If the unencrypted Sentinel port is disabled and only TLS enabled, `gitlab-ctl reconfigure` previously failed because it attempted to talk to port 0, which is an invalid port. This commit fixes this problem by switching to TLS if is the only option. In addition, server and client certificates need to be provided to `redis-cli` if required. Relates to https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6627 Changelog: fixed
-
- Jun 16, 2023
-
-
Balasankar 'Balu' C authored
Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7808 Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Jun 15, 2023
-
-
Balasankar 'Balu' C authored
- Adds option: package['generate_default_secrets'] = true - Adds option: package['generate_secrets_json_file'] = true - The options control whether or not secrets are generated and written to `JSON` by Omnibus during installation and reconfigure. - Feature is not yet intended for usage in a self-managed instance Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7700 Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Jun 13, 2023
-
-
Priyan Sureshbabu authored
Changelog: changed
-
- May 26, 2023
-
-
Stan Hu authored
In https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6921, we're adding support for configuring a password to authenticate with Redis Sentinel. This commit adds support for the `requirepass` config option so that the Omnibus-provided Sentinel can require a password. If `sentinel['password']` is set, the Sentinel instance passwords default to this password to make it easy to enable this option. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/235938 Changelog: added
-
- Mar 21, 2023
-
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- May 04, 2023
-
-
Jason Young authored
Changelog: added Signed-off-by:
Jason Young <jyoung@gitlab.com>
-
- Apr 28, 2023
-
-
Balasankar 'Balu' C authored
Use underscored key names in all rails key configuration invocations. Removes un-used rails_app variable abstraction. Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6873 Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7455 Changelog: deprecated Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Apr 14, 2023
-
-
Balasankar 'Balu' C authored
Migrate node settings from hyphenated form to underscore form for all geo-postgresql service related keys. Changelog: deprecated Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Apr 07, 2023
-
-
Balasankar 'Balu' C authored
Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6873 Changelog: deprecated Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
One of the conversions was lost in the resolution of merge-conflict. Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
Use node['gitlab']['geo_secondary'] to access Chef attributes corresponding to Geo secondaries Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7455 Changelog: deprecated Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Mar 21, 2023
-
-
Clemens Beck authored
The suggested reviewers feature/recipe depends on rails being enabled. The recipe is now only ran when rails is enabled. Fixes: https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7479 Changelog: fixed
-
- Mar 17, 2023
-
-
Balasankar 'Balu' C authored
Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6873 Changelog: deprecated Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Mar 07, 2023
-
-
Mike Kozono authored
Changelog: added EE: true
-
- Dec 28, 2022
-
-
DJ Mountney authored
This matches the fact that it is only loaded with an ee attribute.
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Jun 14, 2022
-
-
Robert Marshall authored
- cinc version 17.10 is ruby 3 compatible - update ohai version now supports AlmaLinux and RockyLinux - update related dependencies and chef ecosystem gems - update Omnibus GitLab cookbooks to resolve deprecation warnings for upcoming behavior changes in cinc version 18.x - update runit cookbook resources to support newer cinc version - update crond_job extension to match changes in upstream crond resource related to newer versions of cinc Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
- May 23, 2022
-
-
Igor authored
Passes the correct option to sentinel via the runit file when redis['announce_ip_from_hostname'] is set to true. Related https://gitlab.com/gitlab-com/gl-infra/scalability/-/issues/1724 Changelog: fixed
-
- May 05, 2022
-
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- May 10, 2022
-
-
Douglas Barbosa Alexandre authored
Deletes cleanup code for transition from database_geo.yml to the multi-database format. Related https://gitlab.com/gitlab-org/gitlab/-/issues/351946 Changelog: other EE: true
-
- May 09, 2022
-
-
Douglas Barbosa Alexandre authored
Changelog: fixed
-
- May 02, 2022
-
-
Igor authored
Changelog: added
-
- Mar 10, 2022
-
-
Douglas Barbosa Alexandre authored
Put geo_secondary['db_*'] settings into database.yml under the geo key instead of geo_database.yml. Changelog: changed
-
- Feb 09, 2022
-
-
John Skarbek authored
* As of Redis 6.2 we can utilize hostnames * Provides capability for this to work by adding the necessary configurations options for Sentinel to utilize hostnames appropriately * `resolve-hostnames` * `announce-hostnames` * Without `resolve-hostnames` being enabled, Sentinel will fail any communication as the service fails to attempt any DNS resolution * Should a user override the default `announce-ip`'s with FQDN's, this commit will ensure that we add the necessary commands for Sentinel * We are not adding documentation updates here considering this is a relatively new option, and we are adding a dependency on DNS which we did not have previously * Therefore, to remove undue burden in supporting such, we simply do not document this option at all Changelog: added
-
- Nov 08, 2021
-
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Jan 20, 2022
-
-
Balasankar "Balu" C authored
Changelog: fixed Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Jan 17, 2022
-
-
Balasankar 'Balu' C authored
Changelog: added Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Sep 27, 2021
-
-
Douglas Barbosa Alexandre authored
Changelog: changed
-
- Sep 17, 2021
-
-
DJ Mountney authored
Changelog: fixed
-
- Aug 31, 2021
-
-
Gabriel Mazetto authored
Previously you had to list every attribute in a `parse_gitlab_cluster_overrides` We now traverse the attributes, log overrides and merge then as proper overrides
-
- Aug 19, 2021
-
-
Gabriel Mazetto authored
-
- Aug 13, 2021
-
-
Gabriel Mazetto authored
-
- Aug 27, 2021
-
-
Vincent Stchu authored
1. Run bundle config to set BUNDLE_GEMFILE when build gitlab rails; 2. Get BUNDLE_GEMFILE which is required in cookbooks through bundle config file;
-
- Aug 11, 2021
-
-
Douglas Barbosa Alexandre authored
MR: https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/5401 Changelog: added
-