7da7127071
This commit enables and configures the Ironic Inspector. This feature allows for baremetal nodes to be introspected. This provides useful information about an Ironic host. Such information includes harware and mac addresses. Depends-On: https://review.opendev.org/680553 Change-Id: I2ee09d9cc20f9b8e4430c55129cd8bac9435299d
75 lines
1.8 KiB
YAML
75 lines
1.8 KiB
YAML
---
|
|
# Copyright 2019, SUSE
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
cache_timeout: 600
|
|
|
|
ironic_devel_distro_packages:
|
|
- git-core
|
|
- libffi-devel
|
|
- systemd-devel
|
|
|
|
ironic_api_distro_packages:
|
|
- libxml2-devel
|
|
- python-systemd
|
|
|
|
ironic_conductor_distro_packages:
|
|
- ipmitool
|
|
- ipxe-bootimgs
|
|
- libxml2-devel
|
|
- libxslt-devel
|
|
- open-iscsi
|
|
- postgresql-devel
|
|
- python-yaml
|
|
- qemu-tools
|
|
- syslinux
|
|
- tftp
|
|
|
|
ironic_conductor_standalone_distro_packages:
|
|
- dhcp-server
|
|
|
|
ironic_library_modules_paths:
|
|
- "/usr/share/syslinux/pxelinux.0"
|
|
- "/usr/share/syslinux/chain.c32"
|
|
- "/usr/share/syslinux/linux.c32"
|
|
|
|
ironic_tftpd_service_name: tftp
|
|
ironic_tftpd_root: /srv/tftpboot
|
|
|
|
ironic_inspector_http_distro_packages:
|
|
- nginx
|
|
|
|
ironic_inspector_isc_dhcp_distro_packages:
|
|
- tftpd-hpa
|
|
- isc-dhcp-server
|
|
|
|
ironic_inspector_dnsmasq_distro_packages:
|
|
- dnsmasq
|
|
|
|
ironic_inspector_standalone_distro_packages:
|
|
- isc-dhcp-server
|
|
|
|
ironic_inspector_devel_distro_packages:
|
|
- git-core
|
|
- libffi-dev
|
|
- libsystemd-dev
|
|
|
|
ironic_inspector_library_modules_paths:
|
|
- "/usr/lib/PXELINUX/pxelinux.0"
|
|
- "/usr/lib/PXELINUX/lpxelinux.0"
|
|
- "/usr/lib/syslinux/modules/efi64/chain.c32"
|
|
- "/usr/lib/syslinux/modules/bios/ldlinux.c32"
|
|
- "/usr/lib/SYSLINUX.EFI/efi64/syslinux.efi"
|
|
- "/usr/lib/syslinux/modules/efi64/ldlinux.e64"
|