|
1 | 1 | --- |
2 | | -############################################################################### |
3 | | -# Ironic configuration. |
4 | 2 |
|
5 | | -# Specify the list of hardware types to load during service initialization. |
6 | | -kolla_ironic_enabled_hardware_types: |
7 | | - - redfish |
8 | | - |
9 | | -# Specify the list of bios interfaces to load during service initialization. |
10 | | -#kolla_ironic_enabled_bios_interfaces: |
11 | | - |
12 | | -# Default bios interface to be used for nodes that do not have bios_interface |
13 | | -# field set. |
14 | | -#kolla_ironic_default_bios_interface: |
15 | | - |
16 | | -# Specify the list of boot interfaces to load during service initialization. |
17 | | -kolla_ironic_enabled_boot_interfaces: |
18 | | - - redfish-virtual-media |
19 | | - - redfish-https |
20 | | - |
21 | | -# Default boot interface to be used for nodes that do not have boot_interface |
22 | | -# field set. |
23 | | -kolla_ironic_default_boot_interface: redfish-virtual-media |
24 | | - |
25 | | -# Specify the list of console interfaces to load during service initialization. |
26 | | -#kolla_ironic_enabled_console_interfaces: |
27 | | - |
28 | | -# Default console interface to be used for nodes that do not have |
29 | | -# console_interface field set. |
30 | | -#kolla_ironic_default_console_interface: |
31 | | - |
32 | | -# Specify the list of deploy interfaces to load during service initialization. |
33 | | -#kolla_ironic_enabled_deploy_interfaces: |
34 | | - |
35 | | -# Default deploy interface to be used for nodes that do not have |
36 | | -# deploy_interface field set. |
37 | | -#kolla_ironic_default_deploy_interface: |
38 | | - |
39 | | -# Specify the list of inspect interfaces to load during service initialization. |
40 | 3 | kolla_ironic_enabled_inspect_interfaces: |
41 | 4 | - redfish |
42 | 5 | - agent |
43 | 6 |
|
44 | | -# Default inspect interface to be used for nodes that do not have |
45 | | -# inspect_interface field set. |
46 | | -kolla_ironic_default_inspect_interface: redfish |
47 | | - |
48 | | -# Specify the list of management interfaces to load during service |
49 | | -# initialization. |
50 | 7 | kolla_ironic_enabled_management_interfaces: |
51 | 8 | - redfish |
| 9 | + - ipmitool |
52 | 10 |
|
53 | | -# Default management interface to be used for nodes that do not have |
54 | | -# management_interface field set. |
55 | | -#kolla_ironic_default_management_interface: |
56 | | - |
57 | | -# Specify the list of network interfaces to load during service initialization. |
58 | 11 | kolla_ironic_enabled_network_interfaces: |
59 | 12 | - neutron |
60 | 13 | - flat |
61 | 14 | - noop |
62 | | - |
63 | | -# Default network interface to be used for nodes that do not have |
64 | | -# network_interface field set. |
65 | | -kolla_ironic_default_network_interface: neutron |
66 | | - |
67 | | -# Specify the list of power interfaces to load during service initialization. |
68 | | -kolla_ironic_enabled_power_interfaces: |
69 | | - - redfish |
70 | | - |
71 | | -# Default power interface to be used for nodes that do not have power_interface |
72 | | -# field set. |
73 | | -#kolla_ironic_default_power_interface: |
74 | | - |
75 | | -# Specify the list of raid interfaces to load during service initialization. |
76 | | -#kolla_ironic_enabled_raid_interfaces: |
77 | | - |
78 | | -# Default raid interface to be used for nodes that do not have |
79 | | -# raid_interface field set. |
80 | | -kolla_ironic_default_raid_interface: agent |
81 | | - |
82 | | -# Specify the list of rescue interfaces to load during service initialization. |
83 | | -#kolla_ironic_enabled_rescue_interfaces: |
84 | | - |
85 | | -# Default rescue interface to be used for nodes that do not have |
86 | | -# rescue_interface field set. |
87 | | -#kolla_ironic_default_rescue_interface: |
88 | | - |
89 | | -# Specify the list of storage interfaces to load during |
90 | | -# service initialization. |
91 | | -#kolla_ironic_enabled_storage_interfaces: |
92 | | - |
93 | | -# Default storage interface to be used for nodes that do not |
94 | | -# have storage_interface field set. |
95 | | -#kolla_ironic_default_storage_interface: |
96 | | - |
97 | | -# Specify the list of vendor interfaces to load during service initialization. |
98 | | -#kolla_ironic_enabled_vendor_interfaces: |
99 | | - |
100 | | -# Default vendor interface to be used for nodes that do not have |
101 | | -# vendor_interface field set. |
102 | | -#kolla_ironic_default_vendor_interface: |
103 | | - |
104 | | -# Name of the Neutron network to use for cleaning. |
105 | | -#kolla_ironic_cleaning_network: |
106 | | - |
107 | | -# Name of the Neutron network to use for provisioning. |
108 | | -#kolla_ironic_provisioning_network: |
109 | | - |
110 | | -# List of default kernel parameters to append for baremetal PXE boot. |
111 | | -#kolla_ironic_pxe_append_params_default: |
112 | | - |
113 | | -# List of additional kernel parameters to append for baremetal PXE boot. |
114 | | -#kolla_ironic_pxe_append_params_extra: |
115 | | - |
116 | | -# List of kernel parameters to append for baremetal PXE boot. |
117 | | -#kolla_ironic_pxe_append_params: |
118 | | - |
119 | | -############################################################################### |
120 | | -# Ironic Node Configuration |
121 | | - |
122 | | -# Whether or not to enable the serial consoles on post configure |
123 | | -#ironic_serial_console_autoenable: |
124 | | - |
125 | | -# This defines the start of the range of TCP ports to used for the IPMI socat |
126 | | -# serial consoles |
127 | | -#ironic_serial_console_tcp_pool_start: |
128 | | - |
129 | | -# This defines the end of the range of TCP ports to used for the IPMI socat |
130 | | -# serial consoles |
131 | | -#ironic_serial_console_tcp_pool_end: |
132 | | - |
133 | | -############################################################################### |
134 | | -# Dummy variable to allow Ansible to accept this file. |
135 | | -workaround_ansible_issue_8743: yes |
0 commit comments