Skip to content

Releases: cloudify-cosmo/cloudify-cluster-manager

1.1.7-build

Choose a tag to compare

@glukhman glukhman released this 24 Aug 08:04

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

1.1.6-build

Choose a tag to compare

@glukhman glukhman released this 31 Jul 11:13

Fix DB client / superuser client cert+key paths

1.1.5-build

Choose a tag to compare

@glukhman glukhman released this 13 Jul 13:56
81d27be

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

Choose a tag to compare

@glukhman glukhman released this 29 Jul 07:22

systemctl status uses --no-pager now

1.1.3-build

Choose a tag to compare

@glukhman glukhman released this 25 Jul 13:56
653edf4

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

Choose a tag to compare

@geokala geokala released this 02 May 09:03

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

1.1.0-build

Choose a tag to compare

@geokala geokala released this 12 Apr 12:23

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

Choose a tag to compare

@ahmadiesa-abu ahmadiesa-abu released this 18 Mar 11:38
892b156

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

1.0.16-build

Choose a tag to compare

@geokala geokala released this 31 Dec 12:16

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

1.0.14-build

Choose a tag to compare

@geokala geokala released this 09 Sep 11:13

Avoid hanging on errors by not paging journalctl output.