fixup
Some checks are pending
continuous-integration/laminar-eldarion Build failed with exit code 123 after 4 seconds
Some checks are pending
continuous-integration/laminar-eldarion Build failed with exit code 123 after 4 seconds
This commit is contained in:
parent
3080a4a04e
commit
a500bf9a2d
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@ task_begin "Configuring wesher";
|
||||||
cp "./configs/wesher.logrotate" "/etc/logrotate.d/wesher";
|
cp "./configs/wesher.logrotate" "/etc/logrotate.d/wesher";
|
||||||
chown root:root "/etc/logrotate.d/wesher";
|
chown root:root "/etc/logrotate.d/wesher";
|
||||||
|
|
||||||
|
task_end "$?";
|
||||||
|
|
||||||
|
task_begin "wesher: joining cluster"
|
||||||
|
|
||||||
# HACK: Ref https://github.com/costela/wesher/issues/70
|
# HACK: Ref https://github.com/costela/wesher/issues/70
|
||||||
WESHER_CLUSTER_KEY="${wesher_secret}" wesher /usr/local/sbin/wesher --overlay-net 172.31.250.0/16 --log-level info --join "${wesher_join_ip}" &
|
WESHER_CLUSTER_KEY="${wesher_secret}" wesher /usr/local/sbin/wesher --overlay-net 172.31.250.0/16 --log-level info --join "${wesher_join_ip}" &
|
||||||
|
|
Loading…
Reference in a new issue