charm-ironic-conductor/unit_tests
Felipe Reyes 166be64d1f Add configuration option 'hardware-enablement-options'
This new config option allows operators to pass custom configuration
options to the ironic-conductor service.

Usage example:

    cat << EOF > ./config.txt
    [DEFAULT]
    enabled_hardware_types = intel-ipmi, ipmi, idrac
    enabled_power_interfaces = ipmitool, idrac-wsman
    EOF
    juju config ironic-conductor \
        hardware-enablement-options=@./config.txt

Closes-Bug: #2002151
Change-Id: I3e2ca81b272e61e4069d80b52902b243a5f0ba19
(cherry picked from commit 41efb85ef6)
(cherry picked from commit 0ec212e237)
(cherry picked from commit e377181d42)
2023-03-08 09:53:57 -03:00
..
__init__.py Make hardware types configurable, plus fixes 2020-10-29 16:04:00 +00:00
test_api_utils.py Make hardware types configurable, plus fixes 2020-10-29 16:04:00 +00:00
test_controller_utils.py Make hardware types configurable, plus fixes 2020-10-29 16:04:00 +00:00
test_ironic_conductor_handlers.py Added some tests 2020-09-21 22:39:37 +00:00
test_lib_charm_openstack_ironic.py Add configuration option 'hardware-enablement-options' 2023-03-08 09:53:57 -03:00