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
fa9a65de
Commit
fa9a65de
authored
Nov 09, 2022
by
Martin Manchev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed path issues ...
parent
887f71a9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
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
+2
-2
software/fluent-bit/software.cfg
software/fluent-bit/software.cfg
+1
-1
No files found.
software/fluent-bit/buildout.hash.cfg
View file @
fa9a65de
[instance-profile]
[instance-profile]
filename = instance.cfg.in
filename = instance.cfg.in
md5sum =
00fbbd052f000ab81af11b320650fb63
md5sum =
b548a209f2846921c3dd969c9059f28c
software/fluent-bit/instance.cfg.in
View file @
fa9a65de
...
@@ -50,6 +50,6 @@ install =
...
@@ -50,6 +50,6 @@ install =
[fluent-bit-service]
[fluent-bit-service]
recipe = slapos.cookbook:wrapper
recipe = slapos.cookbook:wrapper
command-line = {{ fluent_bit_location }}/bin/fluent-bit -e {{
buildout["parts-directory"] }}/fluentbit-plugin-wendelin
/lib/libfluentbit_wendelin.so -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
wrapper-path = ${directory:service}/fluentbit-service
output = $${:wrapper-path}
output = $${:wrapper-path}
\ No newline at end of file
software/fluent-bit/software.cfg
View file @
fa9a65de
...
@@ -9,7 +9,6 @@ extends =
...
@@ -9,7 +9,6 @@ extends =
parts =
parts =
slapos-cookbook
slapos-cookbook
instance-profile
instance-profile
fluentbit-plugin-wendelin
[instance-profile]
[instance-profile]
recipe = slapos.recipe.template:jinja2
recipe = slapos.recipe.template:jinja2
...
@@ -18,3 +17,4 @@ rendered = ${buildout:directory}/instance.cfg
...
@@ -18,3 +17,4 @@ rendered = ${buildout:directory}/instance.cfg
context =
context =
section buildout buildout
section buildout buildout
key fluent_bit_location fluent-bit:location
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