Skip to content

Releases: rjeffman/ipalab-config

v0.8.0

17 Jan 04:05
Compare
Choose a tag to compare

New Features

  • Add support for nodes external to the IPA deployment
  • Provide a file to patch to /etc/hosts

Bugs Fixed

  • Remove debug leftovers

Full Changelog: v0.7.0...v0.8.0

v0.7.0

11 Jan 17:53
Compare
Choose a tag to compare

Higlights of this release

  • Allow custom volumes
  • Add support for external networks

Bugs fixed

  • Force an explicit network name to use
  • Don't allow deployment names with same name as labname

Detailed changelog since 0.6.2 by author:

Alexander Bokovoy (2)

  • Allow custom volumes
  • Force an explicit network name to use

Rafael Guterres Jeffman (6)

  • flake8: fix Flake8 issues.
  • Add flake8 and pylint to pre-commit
  • Add support for external networks.
  • examples: Ensure all examples use different IP ranges
  • network: Simplify network configuration code
  • Don't allow deployment names with same name as labname

Full Changelog: v0.6.2...v0.7.0

ipalab-config-v0.6.2

31 Dec 16:50
Compare
Choose a tag to compare

This release just updates PyPI metadata and fix the version number.

ipalab-config-v0.6.0

31 Dec 00:52
Compare
Choose a tag to compare

Higlights of this release:

  • Allow selecting default distro through CLI argument '-d'
  • Make containerfile paths relative to cluster configuration
  • Add behavioral tests using 'behave'
  • Measure code coverage with 'coverage'

Bugs fixed:

  • Create output directory only once
  • Do not call 'sys.exit'

Full Changelog: v0.5.1...v0.6.0

ipalab-config-v0.5.1

19 Dec 15:16
Compare
Choose a tag to compare

Bugs fixed

  • Fixed a regression in the inventory files introduced by 'subnet' support.

Full Changelog: v0.5.0...v0.5.1

ipalab_config-v0.5.0

18 Dec 22:09
Compare
Choose a tag to compare

Highlights for this version

  • Add support for 'subnet' definition
  • Allow adding Ansible playbooks to output 'playbooks' directory
  • Add support for limiting container memory.

Full Changelog: v0.4.1...v0.5.0

ipalab_config-0.4.1

14 Dec 01:15
Compare
Choose a tag to compare

Highlights for this release

  • First release to use a Github workflow to publish to PyPi

Bugs fixed:

  • Make 'container_fqd' optional

Full Changelog: v0.4.0...v0.4.1

ipalab_config-0.4.0

13 Dec 23:37
Compare
Choose a tag to compare

Highlights for this release

  • Convert container names to FQDN, via container_fqdn option
  • Allow replica deployment on multiple-deployments using container_fqdn: true
  • Add support for global configuration containerfiles

Bugs fixed

  • inventory: Fix replica deployment regression

Full Changelog: v0.3.2...v0.4.0

ipalab_config-0.3.2

13 Dec 01:24
Compare
Choose a tag to compare

Bugs fixed

  • Fix regression on client deployment due to missing inventory variable

Full Changelog: v0.3.1...v0.3.2

ipalab_config-0.3.1

12 Dec 23:01
Compare
Choose a tag to compare

Bugs Fixed

  • inventory: Fix variable definition for multiple deployments
  • inventory: Retrieve passwords from deployment section
  • Add Ansible 'requirements.yml' to output files

Full Changelog: v0.3.0...v0.3.1