Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
slapos
Commits
a9216320
Commit
a9216320
authored
Sep 30, 2021
by
Léo-Paul Géneau
👾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stack/slapos.cfg: v↑ rubygemsrecipe to 0.4.3
parent
5dd67af1
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
software/fluentd/buildout.hash.cfg
software/fluentd/buildout.hash.cfg
+1
-1
software/fluentd/instance-fluentd.cfg
software/fluentd/instance-fluentd.cfg
+1
-1
software/fluentd/test/test.py
software/fluentd/test/test.py
+1
-1
stack/slapos.cfg
stack/slapos.cfg
+1
-1
No files found.
software/fluentd/buildout.hash.cfg
View file @
a9216320
...
@@ -18,4 +18,4 @@ md5sum = c265bf7ec199190ba9f77960cac5da38
...
@@ -18,4 +18,4 @@ md5sum = c265bf7ec199190ba9f77960cac5da38
[template-fluentd]
[template-fluentd]
filename = instance-fluentd.cfg
filename = instance-fluentd.cfg
md5sum =
cceaa5e32d77659163c211d6bfbe87d6
md5sum =
49c6f3b9edda5225d141220b15197845
software/fluentd/instance-fluentd.cfg
View file @
a9216320
...
@@ -3,7 +3,7 @@ recipe = slapos.cookbook:wrapper
...
@@ -3,7 +3,7 @@ recipe = slapos.cookbook:wrapper
wrapper-path = {{ directory['service'] }}/fluentd-service
wrapper-path = {{ directory['service'] }}/fluentd-service
command-line = ${fluentd:location}/bin/fluentd -v -c {{ fluentd_agent_conf }}
command-line = ${fluentd:location}/bin/fluentd -v -c {{ fluentd_agent_conf }}
environment =
environment =
GEM_PATH=${fluentd:location}/lib/ruby/gems/
1.8/
GEM_PATH=${fluentd:location}/lib/ruby/gems/
{% set part_list = [] -%}
{% set part_list = [] -%}
...
...
software/fluentd/test/test.py
View file @
a9216320
...
@@ -100,7 +100,7 @@ class WendelinTutorialTestCase(FluentdTestCase):
...
@@ -100,7 +100,7 @@ class WendelinTutorialTestCase(FluentdTestCase):
fluentd_dir
=
os
.
path
.
join
(
cls
.
computer_partition_root_path
,
fluentd_dir
=
os
.
path
.
join
(
cls
.
computer_partition_root_path
,
'software_release'
,
'parts'
,
'fluentd'
)
'software_release'
,
'parts'
,
'fluentd'
)
cls
.
_fluentd_bin
=
os
.
path
.
join
(
fluentd_dir
,
'bin'
,
'fluentd'
)
cls
.
_fluentd_bin
=
os
.
path
.
join
(
fluentd_dir
,
'bin'
,
'fluentd'
)
cls
.
_gem_path
=
os
.
path
.
join
(
fluentd_dir
,
'lib'
,
'ruby'
,
'gems'
,
'1.8'
)
cls
.
_gem_path
=
os
.
path
.
join
(
fluentd_dir
,
'lib'
,
'ruby'
,
'gems'
)
cls
.
_tmp_dir
=
tempfile
.
mkdtemp
()
cls
.
_tmp_dir
=
tempfile
.
mkdtemp
()
cls
.
_measurementList
=
cls
.
sensor_value_list
()
cls
.
_measurementList
=
cls
.
sensor_value_list
()
cls
.
_conf
=
cls
.
get_configuration
()
cls
.
_conf
=
cls
.
get_configuration
()
...
...
stack/slapos.cfg
View file @
a9216320
...
@@ -188,7 +188,7 @@ requests = 2.24.0
...
@@ -188,7 +188,7 @@ requests = 2.24.0
scandir = 1.10.0
scandir = 1.10.0
setproctitle = 1.1.10
setproctitle = 1.1.10
setuptools-dso = 1.7
setuptools-dso = 1.7
rubygemsrecipe = 0.4.
2
rubygemsrecipe = 0.4.
3
six = 1.12.0
six = 1.12.0
slapos.cookbook = 1.0.212
slapos.cookbook = 1.0.212
slapos.core = 1.6.19
slapos.core = 1.6.19
...
...
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