Commit 8585dc99 authored by Alain Takoudjou's avatar Alain Takoudjou

repman: fixup

parent e24602f5
...@@ -18,7 +18,7 @@ md5sum = 2f542e132b56e4010c30a72665c196f9 ...@@ -18,7 +18,7 @@ md5sum = 2f542e132b56e4010c30a72665c196f9
[instance-repman.cfg] [instance-repman.cfg]
_update_hash_filename_ = instance-repman.cfg.jinja2.in _update_hash_filename_ = instance-repman.cfg.jinja2.in
md5sum = 6e58a2b75429a285c4297996e702cbf4 md5sum = 60fa503f575e72db72883fe94ab7bd4a
[config-toml.in] [config-toml.in]
_update_hash_filename_ = templates/config.toml.in _update_hash_filename_ = templates/config.toml.in
......
...@@ -50,6 +50,10 @@ command = ...@@ -50,6 +50,10 @@ command =
cp -r share ${repman-parameter:share-dir} cp -r share ${repman-parameter:share-dir}
cp -r dashboard ${repman-parameter:http-root} cp -r dashboard ${repman-parameter:http-root}
# XXX - this need to be checked/optimized in case of upgrade.
update-command =
[replication-manager] [replication-manager]
recipe = slapos.cookbook:wrapper recipe = slapos.cookbook:wrapper
command-line = command-line =
...@@ -88,7 +92,7 @@ config-port = ${repman-parameter:port} ...@@ -88,7 +92,7 @@ config-port = ${repman-parameter:port}
[publish-connection-parameter] [publish-connection-parameter]
<= monitor-publish <= monitor-publish
recipe = slapos.cookbook: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} username = ${repman-parameter:username}
password = ${repman-parameter:password} password = ${repman-parameter:password}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment