Merge "Ironic PXE: Create a file for healthcheck" into stable/wallaby

changes/36/897336/1
Zuul 2023-09-19 04:48:40 +00:00 committed by Gerrit Code Review
commit efb445af21
1 changed files with 8 additions and 0 deletions

View File

@ -59,6 +59,14 @@ class tripleo::profile::base::ironic::conductor (
include ironic::drivers::pxe
if $manage_pxe {
include ironic::pxe
file { "${::ironic::pxe::http_root_real}/healthcheck":
ensure => file,
seltype => 'httpd_sys_content_t',
owner => $::apache::params::user,
group => $::apache::params::group,
mode => '0644',
before => Anchor['ironic::config::end'],
}
}
# Configure a few popular drivers