Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
initramfs-with-mca
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
initramfs-with-mca
Commits
58c629f1
Commit
58c629f1
authored
May 25, 2022
by
Ophélie Gagnard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
installation/: Fix the installation process until MCA embeds its own flb.conf.in. (temporary)
parent
c2546831
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
+19
-0
installation/dependencies.sh
installation/dependencies.sh
+1
-0
installation/flb.conf.in
installation/flb.conf.in
+18
-0
No files found.
installation/dependencies.sh
View file @
58c629f1
...
...
@@ -23,6 +23,7 @@ apt -y install ./"$MCA_PACKAGE_FILE"
apt
-y
install
./
"
$FLUENTBIT_PACKAGE_FILE
"
FLB_CONF_PATH
=
/opt/
${
MCA_NAME_AND_VERSION
}
/etc/
cp
flb.conf.in
$FLB_CONF_PATH
# temporary fix
CONF_REGEX
=
"s|%WENDELIN_REFERENCE%|
${
WENDELIN_REFERENCE
}
|g"
sed
$CONF_REGEX
$FLB_CONF_PATH
/flb.conf.in
>
$FLB_CONF_PATH
/flb.conf
echo
"Created
${
FLB_CONF_PATH
}
/flb.conf from template
${
FLB_CONF_PATH
}
/flb.conf.in"
installation/flb.conf.in
0 → 100644
View file @
58c629f1
[SERVICE]
flush 5
[INPUT]
name tail
path /var/log/metadata_collect.log
refresh_interval 2
[output]
name fluentbit_wendelin
match *
streamtool_uri https://softinst157546.host.vifib.net/erp5/portal_ingestion_policies/metadata_upload
user zope
password qxrfkwod
buffer_type memory
flush_interval 60s
disable_retry_limit true
reference %WENDELIN_REFERENCE%
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