Skip to content

Releases: cloudify-cosmo/cloudify-cluster-manager

1.1.7-build

24 Aug 08:04
Compare
Choose a tag to compare

Fixed using_provided_certificates to also copy the postgres client + SU client certs

1.1.6-build

31 Jul 11:13
Compare
Choose a tag to compare

Fix DB client / superuser client cert+key paths

1.1.5-build

13 Jul 13:56
81d27be
Compare
Choose a tag to compare

Adding the new

  postgresql_superuser_client_cert_path
  postgresql_superuser_client_key_path

in the ssl_inputs in manager config, used in Cloudify Manager 7.x

1.1.4-build

29 Jul 07:22
Compare
Choose a tag to compare

systemctl status uses --no-pager now

1.1.3-build

25 Jul 13:56
653edf4
Compare
Choose a tag to compare

Added ca_key_path fields to config templates, so that when the CA key is replaced, its file will copy correctly to /etc/cloudify/ssl

1.1.1-build

02 May 09:03
Compare
Choose a tag to compare

Use yaml.safe_load everywhere instead of unsafe yaml.load.

1.1.0-build

12 Apr 12:23
Compare
Choose a tag to compare

Added the ability to provide extra_config on a per node basis to override any configs used on that node, e.g. by setting extra_config: {"agent": {"min_workers": 3}}

1.0.17-build

18 Mar 11:38
892b156
Compare
Choose a tag to compare

provided better handling for wild-card certificate clusters and non-ssl ldap settings

1.0.16-build

31 Dec 12:16
Compare
Choose a tag to compare

Stop copying config file around- it's actively harmful with latest cluster updates for 6.3 prerelease.

1.0.14-build

09 Sep 11:13
Compare
Choose a tag to compare

Avoid hanging on errors by not paging journalctl output.