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
106
Merge Requests
106
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
8585dc99
Commit
8585dc99
authored
Mar 24, 2020
by
Alain Takoudjou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
repman: fixup
parent
e24602f5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
software/repman/buildout.hash.cfg
software/repman/buildout.hash.cfg
+1
-1
software/repman/instance-repman.cfg.jinja2.in
software/repman/instance-repman.cfg.jinja2.in
+5
-1
No files found.
software/repman/buildout.hash.cfg
View file @
8585dc99
...
...
@@ -18,7 +18,7 @@ md5sum = 2f542e132b56e4010c30a72665c196f9
[instance-repman.cfg]
_update_hash_filename_ = instance-repman.cfg.jinja2.in
md5sum = 6
e58a2b75429a285c4297996e702cbf4
md5sum = 6
0fa503f575e72db72883fe94ab7bd4a
[config-toml.in]
_update_hash_filename_ = templates/config.toml.in
...
...
software/repman/instance-repman.cfg.jinja2.in
View file @
8585dc99
...
...
@@ -50,6 +50,10 @@ command =
cp -r share ${repman-parameter:share-dir}
cp -r dashboard ${repman-parameter:http-root}
# XXX - this need to be checked/optimized in case of upgrade.
update-command =
[replication-manager]
recipe = slapos.cookbook:wrapper
command-line =
...
...
@@ -88,7 +92,7 @@ config-port = ${repman-parameter:port}
[publish-connection-parameter]
<= monitor-publish
recipe = slapos.cookbook:publish
url =
url =
https://[${repman-parameter:ipv6}]:${repman-parameter:port}
url = https://[${repman-parameter:ipv6}]:${repman-parameter:port}
username = ${repman-parameter:username}
password = ${repman-parameter:password}
...
...
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