ironic/doc/source
Arun S A G df99dea001 Fix various issues in the anaconda deploy interface
The kickstart template expects a dictionary with 'ks_options'
as the key. Instead build_kickstart_config_options function
returns a dict with keys 'liveimg_url', 'agent_token' and
'heartbeat_url'.

This change fixes this problem by returning a dictionary of
dict with 'ks_options' as key and the dictionary with
keys 'liveimg_url', 'agent_token' and heartbeat_url' as
value.

Fix a bug where the deploy() method of anaconda deploy
interface where it did not return states.DEPLOYWAIT instead
it returned 'None' which caused the instance to go straight to
'active' instead of 'wait call-back'.

Fix issues in the default kickstart template where heartbeat was
missing 'callback_url' parameter and the HTTP method should be
'POST' not 'PUT'.

Fix issues with automated cleaning when anaconda deploy interface
is used.

Anaconda deploy interface could not deploy tarballs as
the disk image sent to the anaconda interface via liveimg --url
kickstart command does not include any file extension. When
no file extension is present the kickstart command liveimg --url
assumes the disk is a mountable partiton image. We fix this
problem by enabling the user to specify file extensions using
a glance image property named 'disk_file_extension' on the OS
image.

Co-Authored-By: Ruby Loo <opensrloo@gmail.com>
Change-Id: I556f8c9efbc5ab0941513c3ecaa2aa3ca7f346ae
2021-10-27 10:42:25 -07:00
..
_exts Doc building: Silence automated_steps 2020-05-14 18:23:05 +02:00
admin Fix various issues in the anaconda deploy interface 2021-10-27 10:42:25 -07:00
cli Policy json to yaml migration 2021-01-04 13:40:54 -08:00
configuration Policy json to yaml migration 2021-01-04 13:40:54 -08:00
contributor node_periodics: encapsulate the interface class check 2021-10-12 11:30:38 +02:00
images Remove images from the OS profiler docs 2021-09-03 16:35:14 +02:00
install Yoga: Change default boot mode to uefi 2021-10-04 11:57:55 -07:00
user Move provision states documentation to the user guide 2021-06-01 12:59:31 +02:00
conf.py Add wsme core types, remove WSME 2020-07-14 10:34:13 +12:00
index.rst Split a community page out of the contributor docs 2021-06-15 16:47:11 +02:00