ironic/ironic/tests/unit/drivers/modules
Arun S A G 26040d4563 Add anaconda configuration and template
This change adds 'anaconda' group and 'default_ks_template'
configuration option under that group to ironic configuration file.
Along with this change a new boot_option named 'kickstart' is added
to identify anaconda kickstart deploy in the boot interface.

deploy_utils.get_boot_option method is modified to check if
node.deploy_interface is set to 'anaconda' and return boot_option
'kickstart'.

This change also validates whether required parameters are set when
the boot_option on the node is set to 'kickstart'.

When boot_option is 'kickstart' we also validate if the glance image
source has 'squashfs_id' property associated with it.

Change-Id: I2ef7c33e2e63e6d08c084b4c5dbd77a44ddd2d14
Story: 2007839
Task: 41675
2021-03-19 09:39:50 -07:00
..
ansible agent_client: support custom TLS certificates 2020-08-06 15:00:22 +02:00
drac Merge "More GPU support in idrac-wsman inspect interface" 2021-03-10 13:12:20 +00:00
ibmc Use unittest mock instead of 3rd party mock in test_raid 2020-07-06 09:29:34 +02:00
ilo Add runtime gpu capabilities to ilo inspection 2021-03-18 07:21:58 +00:00
intel_ipmi Deprecate the iscsi deploy interface 2020-09-22 15:39:36 +02:00
irmc Merge "Lazy-load node details from the DB" 2021-03-05 17:50:31 +00:00
network Merge "Fixes the issue that instance bond port can't get IP address" 2020-11-12 23:41:14 +00:00
redfish Add Redfish RAID management to Ironic 2021-03-03 10:41:56 -06:00
storage Enforce autospec in test_cinder 2020-08-06 18:17:50 +02:00
xclarity Enforce autospec in xclarity tests 2020-08-07 17:47:14 +02:00
__init__.py Move unit tests to correct directory 2015-09-30 17:47:19 -07:00
test_agent.py Allow users to configure priority for {create,delete}_configuration 2021-03-09 22:28:40 +00:00
test_agent_base.py Replace retrying with tenacity 2021-02-15 17:11:33 +01:00
test_agent_client.py Replace retrying with tenacity 2021-02-15 17:11:33 +01:00
test_agent_power.py Fix time usage in unit tests for agent power interface 2020-08-12 10:00:14 -07:00
test_boot_mode_utils.py Make boot_mode more consistent with other capabilities 2021-02-02 12:06:17 +01:00
test_console_utils.py Enforce autospec in test_console_utils 2021-03-08 19:16:08 +01:00
test_deploy_utils.py Add anaconda configuration and template 2021-03-19 09:39:50 -07:00
test_image_cache.py Merge "Guard conductor from consuming all of the ram" 2021-02-12 18:11:57 +00:00
test_image_utils.py Adds config parameter kernel_append_param for iLO 2021-03-02 06:36:36 +00:00
test_inspect_utils.py Switch to unittest mock 2020-04-30 19:04:17 +02:00
test_inspector.py Fix fast track following managed inspection 2020-07-01 17:07:12 +02:00
test_ipmitool.py Refactor vendor detection and add Redfish implementation 2021-01-28 16:41:45 +01:00
test_ipxe.py Apply force_persistent_boot_device to all boot interfaces 2021-02-01 13:37:20 +01:00
test_iscsi_deploy.py Merge "Allow users to configure priority for {create,delete}_configuration" 2021-03-12 20:16:36 +00:00
test_noop.py Switch to unittest mock 2020-04-30 19:04:17 +02:00
test_noop_mgmt.py Switch to unittest mock 2020-04-30 19:04:17 +02:00
test_pxe.py Add anaconda configuration and template 2021-03-19 09:39:50 -07:00
test_snmp.py Enforce autospec in test_snmp 2020-06-05 18:50:49 +02:00