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
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
Xavier Thompson
slapos
Commits
16186098
Commit
16186098
authored
Feb 25, 2021
by
Xavier Thompson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WIP theia resilient: add comments and import parts
parent
1f47afc7
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
30 additions
and
8 deletions
+30
-8
software/theia/buildout.hash.cfg
software/theia/buildout.hash.cfg
+3
-3
software/theia/instance-theia-export.cfg.in
software/theia/instance-theia-export.cfg.in
+8
-1
software/theia/instance-theia-import.cfg.in
software/theia/instance-theia-import.cfg.in
+17
-2
software/theia/instance-theia.cfg.jinja2.in
software/theia/instance-theia.cfg.jinja2.in
+2
-2
No files found.
software/theia/buildout.hash.cfg
View file @
16186098
...
...
@@ -19,15 +19,15 @@ md5sum = df9548360119b698568694a037ec9c76
[instance-theia.cfg.jinja2.in]
filename = instance-theia.cfg.jinja2.in
md5sum =
59c2a5a061d8a2427d4e2d5d10780220
md5sum =
be9b217852da24d31ccc6d7c7a26a828
[instance-theia-import.cfg.in]
filename = instance-theia-import.cfg.in
md5sum =
45ef2827041459f897f9e9c45eb44832
md5sum =
0ef11db9d5037add58b6f52030279690
[instance-theia-export.cfg.in]
filename = instance-theia-export.cfg.in
md5sum =
0277ee2f775cf26fc08a431bceafc530
md5sum =
84639ad3d48b864e5ed1a5456b6a4754
[instance-theia-resilient.cfg.jinja2]
filename = instance-theia-resilient.cfg.jinja2
...
...
software/theia/instance-theia-export.cfg.in
View file @
16186098
...
...
@@ -2,6 +2,10 @@
extends = ${theia:rendered}
${template-pbsready-export:rendered}
# The resilient stack makes the 'resilient' instance
# request the 'export' instance with a 'namebase' parameter.
# The export template then expects to receive it in
# slap-parameter:namebase
parts +=
monitor-base
$${:theia-parts}
...
...
@@ -11,11 +15,14 @@ parts +=
[slap-parameter]
namebase = ${slap-configuration:configuration.namebase}
# The resilient stack periodically calls exporter:wrapper
# and then notifies the pull-backup instance that data is ready
# to be pulled from the export instance.
[exporter]
recipe = slapos.cookbook:wrapper
command-line = echo "hello"
wrapper-path = $${directory:bin}/$${slap-parameter:namebase}-exporter
# wrapper parameter is needed by resilien
ce
stack
# wrapper parameter is needed by resilien
t
stack
wrapper = $${:wrapper-path}
# Extends publish section with resilient parameters
...
...
software/theia/instance-theia-import.cfg.in
View file @
16186098
...
...
@@ -2,14 +2,29 @@
extends = ${theia:rendered}
${template-pbsready-import:rendered}
parts += $${:theia-parts}
parts +=
monitor-base
$${:theia-parts}
$${:theia-environment-parts}
# The resilient stack makes the 'resilient' instance
# request the 'import' instance with a 'namebase' parameter.
# The import template then expects to receive it in
# slap-parameter:namebase
[slap-parameter]
namebase = ${slap-configuration:configuration.namebase}
# The resilient stack calls importer:wrapper when the import instance
# is notified that the backup files have just been pushed to it.
[importer]
recipe = slapos.cookbook:wrapper
command-line = echo "goodbye"
wrapper-path = $${directory:bin}/$${slap-parameter:namebase}-exporter
# wrapper parameter is needed by resilien
ce
stack
# wrapper parameter is needed by resilien
t
stack
wrapper = $${:wrapper-path}
# Resilient connection parameters of import instance are published
# through the resilient stack.
# Extend resilient parameters with normal theia connection parameters
[resilient-publish-connection-parameter]
<= publish-connection-parameter
software/theia/instance-theia.cfg.jinja2.in
View file @
16186098
...
...
@@ -148,7 +148,7 @@ bytes = 12
[frontend-instance-port]
recipe = slapos.cookbook:free_port
minimum = 3000
maximum = 3
499
maximum = 3
100
ip = $${instance-parameter:ipv6-random}
[frontend-instance-certificate]
...
...
@@ -289,7 +289,7 @@ filename = $${:_buildout_section_name_}
[theia-service-port]
recipe = slapos.cookbook:free_port
minimum = 3500
maximum = 3
999
maximum = 3
600
ip = $${instance-parameter:ipv4-random}
[theia-service]
...
...
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