Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
105
Merge Requests
105
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos
Commits
56d51670
Commit
56d51670
authored
Nov 15, 2022
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'upstream/master' into zope4py2
parents
77673379
642e955f
Pipeline
#24776
failed with stage
in 0 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
5 deletions
+11
-5
component/mca/buildout.cfg
component/mca/buildout.cfg
+2
-2
software/fluent-bit/buildout.hash.cfg
software/fluent-bit/buildout.hash.cfg
+1
-1
software/fluent-bit/instance.cfg.in
software/fluent-bit/instance.cfg.in
+1
-1
software/fluent-bit/software.cfg
software/fluent-bit/software.cfg
+7
-1
No files found.
component/mca/buildout.cfg
View file @
56d51670
...
...
@@ -12,8 +12,8 @@ parts =
[mca]
recipe = slapos.recipe.cmmi
url = https://lab.nexedi.com/nexedi/metadata-collect-agent/-/archive/v0.3.
0/metadata-collect-agent-v0.3.0
.tar.gz
md5sum =
9c1f6582848be94e99af10d31dd5e0ba
url = https://lab.nexedi.com/nexedi/metadata-collect-agent/-/archive/v0.3.
1/metadata-collect-agent-v0.3.1
.tar.gz
md5sum =
cbd6cf10f83c760cebc19bb9c1455f8e
configure-command = :
make-targets =
no-dracut
...
...
software/fluent-bit/buildout.hash.cfg
View file @
56d51670
[instance-profile]
filename = instance.cfg.in
md5sum = b
2845159dd53f942f32c4d4348934ce2
md5sum = b
548a209f2846921c3dd969c9059f28c
software/fluent-bit/instance.cfg.in
View file @
56d51670
...
...
@@ -50,6 +50,6 @@ install =
[fluent-bit-service]
recipe = slapos.cookbook:wrapper
command-line = {{ fluent_bit_location }}/bin/fluent-bit -c ${fluent-bit-config-file:location}
command-line = {{ fluent_bit_location }}/bin/fluent-bit -
e {{ fluentbit_plugin_wendelin_location }}/lib/libfluentbit_wendelin.so -
c ${fluent-bit-config-file:location}
wrapper-path = ${directory:service}/fluentbit-service
output = $${:wrapper-path}
software/fluent-bit/software.cfg
View file @
56d51670
...
...
@@ -3,12 +3,17 @@ extends =
buildout.hash.cfg
../../stack/slapos.cfg
../../stack/monitor/buildout.cfg
../../component/fluent-bit/buildout.cfg
../../component/fluent-bit/buildout.cfg
../../component/fluentbit-plugin-wendelin/buildout.cfg
parts =
slapos-cookbook
instance-profile
[fluentbit-plugin-wendelin]
url = https://lab.nexedi.com/nexedi/fluentbit-plugin-wendelin/-/archive/v0.1%D0%B0-wendelin/fluentbit-plugin-wendelin-v0.1%D0%B0-wendelin.tar.gz
md5sum = 9ae13adf8406b368e4acb029c73ce8b8
[instance-profile]
recipe = slapos.recipe.template:jinja2
template = ${:_profile_base_location_}/instance.cfg.in
...
...
@@ -16,3 +21,4 @@ rendered = ${buildout:directory}/instance.cfg
context =
section buildout buildout
key fluent_bit_location fluent-bit:location
key fluentbit_plugin_wendelin_location fluentbit-plugin-wendelin:location
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment