Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
snippets
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Platform
Development
snippets
Commits
9f5ad91c
Commit
9f5ad91c
authored
2 years ago
by
Nicolas Dandrimont
Browse files
Options
Downloads
Patches
Plain Diff
GitLab: Update configuration for namespace changes
parent
24f09668
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gitlab/configuration.yml
+16
-13
16 additions, 13 deletions
gitlab/configuration.yml
with
16 additions
and
13 deletions
gitlab/configuration.yml
+
16
−
13
View file @
9f5ad91c
...
...
@@ -62,6 +62,9 @@ groups:
infra-private
:
users
:
phabricator-migration
:
Owner
olasd
:
Owner
vsellier
:
Owner
ardumont
:
Owner
remove_extra_memberships
:
true
share_with_groups
:
teams/sysadmin
:
Owner
...
...
@@ -88,35 +91,35 @@ projects:
# project namespace). Other unmanaged projects will be skipped during the script
# execution.
managed_namespaces
:
-
infra
-
swh
-
infra-private
namespace_settings
:
# Dict[str, Any] of key the project namespace, and value a dict of any of the global
# settings keys above and value, whatever we want to set.
infra/puppet/3rdparty
:
swh/
infra/puppet/3rdparty
:
issues_access_level
:
disabled
infra/ci-cd/debs
:
swh/
infra/ci-cd/debs
:
issues_access_level
:
disabled
infra-private
:
visibility
:
private
# Dict[str, Any] of key the project with its path namespace, and value a dict of any of
# the global settings keys above (e.g. visibility) and value, whatever we want to set
# (e.g. assuming the key 'visibility', some credentials repositories, we want to set it
# 'private').
project_settings
:
infra/ci-cd/k8s-swh-private-data
:
visibility
:
private
infra/puppet/puppet-swh-private-data
:
infra-private/k8s-swh-private-data
:
visibility
:
private
# staging extra repositories
infra/websites/www.softwareheritage.org-gandi
:
infra-private/puppet-swh-private-data
:
visibility
:
private
infra/
credentials
:
swh/
infra/
websites/www.softwareheritage.org-gandi
:
visibility
:
private
infra/
k8s-swh-private-data
:
swh/
infra/
credentials
:
visibility
:
private
infra/annex/annex-private
:
swh/
infra/annex/annex-private
:
visibility
:
private
infra/iFWCFG
:
swh/
infra/iFWCFG
:
visibility
:
private
# Dict[str, Any] of key the setting to change (e.g. 'merge_method') and as value
...
...
@@ -167,7 +170,7 @@ projects:
# string (optional): Short project description.
# description: ""
# boolean (optional): Disable email notifications.
#
emails_disabled:
tru
e
emails_disabled
:
fals
e
# boolean (optional): Enforce auth checks on uploads.
# enforce_auth_checks_on_uploads: true
# string (optional): One of disabled, private, or enabled.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment