Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
omnibus-heptapod
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
heptapod
omnibus-heptapod
Commits
345def25
Commit
345def25
authored
9 years ago
by
Marin Jankovski
Browse files
Options
Downloads
Plain Diff
Merge branch 'jacobvosmaer/omnibus-gitlab-blacklist-more-ohai-plugins'
parents
433ce76f
f5229b3d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
files/gitlab-cookbooks/solo.rb
+111
-1
111 additions, 1 deletion
files/gitlab-cookbooks/solo.rb
with
111 additions
and
1 deletion
files/gitlab-cookbooks/solo.rb
+
111
−
1
View file @
345def25
...
...
@@ -3,4 +3,114 @@
cookbook_path
CURRENT_PATH
verbose_logging
false
ssl_verify_mode
:verify_peer
Ohai
::
Config
[
:disabled_plugins
]
=
[
:GCE
,
:EC2
]
# Omnibus-GitLab only needs to know very little about the system it is running
# on. We want to disable as many Ohai plugins as we can to avoid plugin bugs
# and speed up 'gitlab-ctl reconfigure'.
#
# The list below, based on Ohai 7.4.1, is a blacklist. UNcomment a plugin to
# disable it. For example, ':Groovy,' is uncommented because omnibus-gitlab
# does not care about Groovy.
Ohai
::
Config
[
:disabled_plugins
]
=
[
:Azure
,
#:Chef,
:Cloud
,
:CloudV2
,
#:Command,
#:C,
#:DMI,
:EC2
,
:Erlang
,
:Eucalyptus
,
:GCE
,
:Groovy
,
#:Hostname,
#:InitPackage,
#:IpScopes,
:Java
,
:Joyent
,
#:Kernel,
#:Keys,
#:Languages,
:Linode
,
:Lua
,
:Mono
,
#:NetworkListeners,
#:NetworkAddresses,
:Nodejs
,
#:Ohai,
#:OhaiTime,
:Openstack
,
#:OS,
#:Passwd,
#:Perl,
:PHP
,
#:Platform,
:Powershell
,
#:PS,
#:Python,
#:Rackspace,
#:RootGroup,
#:Ruby,
#:SSHHostKey,
#:Uptime,
#:VirtualizationInfo,
#:CPU,
#:Filesystem,
#:Kernel,
#:Memory,
#:Network,
#:Platform,
#:Uptime,
#:CPU,
#:Filesystem,
#:Memory,
#:Network,
#:Platform,
#:SystemProfile,
#:CPU,
#:Filesystem,
#:Memory,
#:Network,
#:OS,
#:Platform,
#:Virtualization,
#:BlockDevice,
#:CPU,
#:Filesystem,
#:LSB,
#:Mdadm,
#:Memory,
#:Network,
#:Platform,
#:Virtualization,
#:CPU,
#:Filesystem,
#:Memory,
#:Network,
#:Platform,
#:Virtualization,
#:CPU,
#:Filesystem,
#:Memory,
#:Network,
#:Platform,
#:Virtualization,
#:CPU,
#:Filesystem,
#:Memory,
#:Network,
#:NetworkRoutes,
#:Platform,
#:CPU,
#:DMI,
#:Filesystem,
#:Memory,
#:Network,
#:Platform,
#:Virtualization,
#:Zpools,
#:CPU,
#:Filesystem,
#:Network,
#:Platform,
]
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