Skip to content

Releases: platform9/express

v1.3.6

27 Jan 21:25
Compare
Choose a tag to compare

Fix issues using passwords with special characters

v1.3.5

16 Dec 23:21
Compare
Choose a tag to compare

Updated RedHat jinja2 filter to a test for Ansible 2.9+ compatibility

v1.3.4

26 Nov 19:04
af07b7b
Compare
Choose a tag to compare
Adjust getting the OS token when the running with a different py inte…

…rpreter (#253)

The module to get OS token requires the openstacksdk python module to be
available. This can be an problem if the module is setup in a virtual
environment as in the case of our CLI setup. It is debatable if a virtual
environment is the right way but our current implementation mandates it.

To handle this case, allow the task to use a custom py interpreter to be used
for this task. This requires some jugglery within the ansible tasks to do it two
ways and then consolidate it into a single variable to handle how "register"
action behaves.

v1.3.3

19 Nov 22:31
16471bc
Compare
Choose a tag to compare
replace ctrl_ip with du_fqdn for calling management plane APIs (#248)

* replace ctrl_ip with du_fqdn for calling management plane APIs

* add the deauth role to us du_fqdn, fix multi-region support to use the correct fqdn

v1.3.2

19 Nov 14:06
Compare
Choose a tag to compare

Enables specifying an Ansible log file location outside of the default

v1.3.1

16 Nov 02:10
Compare
Choose a tag to compare
Move failed jinja2 filter to a test (#245)

* Some fixes

* Move failed jinja2 filter to a test

Using failed as a jinja2 filter is deprecated as Ansible 2.5 (current latest
version is 2.9). It is noticed that using it as a filter is leading to failures
on certain setups. Move to using the new way of using failed as a test instead.

See more details here:
https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_2.5.html?highlight=failed#deprecated

v1.3.0

07 Nov 18:51
cdd99ed
Compare
Choose a tag to compare

Support for upcoming certless host installer and new execution path for PMK only deployments.

v1.2.9

29 Aug 14:06
5458115
Compare
Choose a tag to compare

Fixes for Ansible 2.8, multi-region fix, and adjustment to profile Ansible roles.

v1.2.8

23 Aug 13:15
047c743
Compare
Choose a tag to compare

Bug fix to resolve host agent download via a proxy

v1.2.7

20 Aug 15:09
Compare
Choose a tag to compare

Fix for OpenStack Glance Ubuntu image download links