Hello community, here is the log from the commit of package caasp-tools for openSUSE:Factory checked in at 2017-09-25 13:59:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/caasp-tools (Old) and /work/SRC/openSUSE:Factory/.caasp-tools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "caasp-tools" Mon Sep 25 13:59:52 2017 rev:12 rq:528516 version:0.25 Changes: -------- --- /work/SRC/openSUSE:Factory/caasp-tools/caasp-tools.changes 2017-09-23 21:34:47.761517108 +0200 +++ /work/SRC/openSUSE:Factory/.caasp-tools.new/caasp-tools.changes 2017-09-25 13:59:55.166588357 +0200 @@ -1,0 +2,5 @@ +Sun Sep 24 13:03:35 CEST 2017 - [email protected] + +- On fix for cc_suse_caasp.py did go lost + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cc_suse_caasp.py ++++++ --- /var/tmp/diff_new_pack.bZ1Jya/_old 2017-09-25 13:59:56.146450494 +0200 +++ /var/tmp/diff_new_pack.bZ1Jya/_new 2017-09-25 13:59:56.146450494 +0200 @@ -51,7 +51,7 @@ log.debug(("role administration node found")) cmd = ['/usr/share/caasp-container-manifests/activate.sh'] util.subp(cmd, capture=True) - enable_service('admin-node-setup') + enable_service('admin-node-setup') enable_service('docker') enable_service('container-feeder') enable_service('etcd') @@ -64,7 +64,7 @@ "no 'admin_node' found for cluster system role"), name) return admin_node = caasp_cfg['admin_node'] - + contents = "master: %s" % (admin_node) util.write_file('/etc/salt/minion.d/master.conf', contents, mode=DEFAULT_PERMS) sed_arg = "s|#NTP=.*|NTP=%s|g" % (admin_node)
