Merge "pxe: Fix wrong anchors"
This commit is contained in:
commit
e06043a4ea
@ -259,7 +259,7 @@ class ironic::pxe (
|
|||||||
ironic::pxe::tftpboot_file { 'pxelinux.0':
|
ironic::pxe::tftpboot_file { 'pxelinux.0':
|
||||||
source_directory => $pxelinux_path,
|
source_directory => $pxelinux_path,
|
||||||
destination_directory => $tftp_root_real,
|
destination_directory => $tftp_root_real,
|
||||||
require => Anchor['ironic-inspector::install::end'],
|
require => Anchor['ironic::install::end'],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -273,7 +273,7 @@ class ironic::pxe (
|
|||||||
ironic::pxe::tftpboot_file { $syslinux_files:
|
ironic::pxe::tftpboot_file { $syslinux_files:
|
||||||
source_directory => $syslinux_path,
|
source_directory => $syslinux_path,
|
||||||
destination_directory => $tftp_root_real,
|
destination_directory => $tftp_root_real,
|
||||||
require => Anchor['ironic-inspector::install::end'],
|
require => Anchor['ironic::install::end'],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -292,7 +292,7 @@ class ironic::pxe (
|
|||||||
source => "${::ironic::params::ipxe_rom_dir}/undionly.kpxe",
|
source => "${::ironic::params::ipxe_rom_dir}/undionly.kpxe",
|
||||||
backup => false,
|
backup => false,
|
||||||
show_diff => false,
|
show_diff => false,
|
||||||
require => Anchor['ironic-inspector::install::end'],
|
require => Anchor['ironic::install::end'],
|
||||||
tag => 'ironic-tftp-file',
|
tag => 'ironic-tftp-file',
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -305,7 +305,7 @@ class ironic::pxe (
|
|||||||
source => "${::ironic::params::ipxe_rom_dir}/${ipxe_name_base}${arch}.efi",
|
source => "${::ironic::params::ipxe_rom_dir}/${ipxe_name_base}${arch}.efi",
|
||||||
backup => false,
|
backup => false,
|
||||||
show_diff => false,
|
show_diff => false,
|
||||||
require => Anchor['ironic-inspector::install::end'],
|
require => Anchor['ironic::install::end'],
|
||||||
tag => 'ironic-tftp-file',
|
tag => 'ironic-tftp-file',
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -324,7 +324,7 @@ class ironic::pxe (
|
|||||||
source => $::ironic::params::grub_efi_file,
|
source => $::ironic::params::grub_efi_file,
|
||||||
backup => false,
|
backup => false,
|
||||||
show_diff => false,
|
show_diff => false,
|
||||||
require => Anchor['ironic-inspector::install::end'],
|
require => Anchor['ironic::install::end'],
|
||||||
tag => 'ironic-tftp-file',
|
tag => 'ironic-tftp-file',
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -343,7 +343,7 @@ class ironic::pxe (
|
|||||||
source => $::ironic::params::shim_file,
|
source => $::ironic::params::shim_file,
|
||||||
backup => false,
|
backup => false,
|
||||||
show_diff => false,
|
show_diff => false,
|
||||||
require => Anchor['ironic-inspector::install::end'],
|
require => Anchor['ironic::install::end'],
|
||||||
tag => 'ironic-tftp-file',
|
tag => 'ironic-tftp-file',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -57,7 +57,7 @@ describe 'ironic::pxe' do
|
|||||||
is_expected.to contain_file('/tftpboot/undionly.kpxe').with(
|
is_expected.to contain_file('/tftpboot/undionly.kpxe').with(
|
||||||
'owner' => 'ironic',
|
'owner' => 'ironic',
|
||||||
'group' => 'ironic',
|
'group' => 'ironic',
|
||||||
'require' => 'Anchor[ironic-inspector::install::end]',
|
'require' => 'Anchor[ironic::install::end]',
|
||||||
'seltype' => 'tftpdir_t',
|
'seltype' => 'tftpdir_t',
|
||||||
'ensure' => 'file',
|
'ensure' => 'file',
|
||||||
'show_diff' => false,
|
'show_diff' => false,
|
||||||
@ -68,7 +68,7 @@ describe 'ironic::pxe' do
|
|||||||
is_expected.to contain_file("/tftpboot/#{platform_params[:uefi_ipxe_bootfile_name]}").with(
|
is_expected.to contain_file("/tftpboot/#{platform_params[:uefi_ipxe_bootfile_name]}").with(
|
||||||
'owner' => 'ironic',
|
'owner' => 'ironic',
|
||||||
'group' => 'ironic',
|
'group' => 'ironic',
|
||||||
'require' => 'Anchor[ironic-inspector::install::end]',
|
'require' => 'Anchor[ironic::install::end]',
|
||||||
'seltype' => 'tftpdir_t',
|
'seltype' => 'tftpdir_t',
|
||||||
'ensure' => 'file',
|
'ensure' => 'file',
|
||||||
'show_diff' => false,
|
'show_diff' => false,
|
||||||
@ -87,7 +87,7 @@ describe 'ironic::pxe' do
|
|||||||
is_expected.to contain_file('/tftpboot/bootx64.efi').with(
|
is_expected.to contain_file('/tftpboot/bootx64.efi').with(
|
||||||
'owner' => 'ironic',
|
'owner' => 'ironic',
|
||||||
'group' => 'ironic',
|
'group' => 'ironic',
|
||||||
'require' => 'Anchor[ironic-inspector::install::end]',
|
'require' => 'Anchor[ironic::install::end]',
|
||||||
'seltype' => 'tftpdir_t',
|
'seltype' => 'tftpdir_t',
|
||||||
'ensure' => 'file',
|
'ensure' => 'file',
|
||||||
'show_diff' => false,
|
'show_diff' => false,
|
||||||
@ -105,7 +105,7 @@ describe 'ironic::pxe' do
|
|||||||
is_expected.to contain_file('/tftpboot/grubx64.efi').with(
|
is_expected.to contain_file('/tftpboot/grubx64.efi').with(
|
||||||
'owner' => 'ironic',
|
'owner' => 'ironic',
|
||||||
'group' => 'ironic',
|
'group' => 'ironic',
|
||||||
'require' => 'Anchor[ironic-inspector::install::end]',
|
'require' => 'Anchor[ironic::install::end]',
|
||||||
'seltype' => 'tftpdir_t',
|
'seltype' => 'tftpdir_t',
|
||||||
'ensure' => 'file',
|
'ensure' => 'file',
|
||||||
'show_diff' => false,
|
'show_diff' => false,
|
||||||
@ -162,7 +162,7 @@ describe 'ironic::pxe' do
|
|||||||
is_expected.to contain_file('/var/lib/tftpboot/undionly.kpxe').with(
|
is_expected.to contain_file('/var/lib/tftpboot/undionly.kpxe').with(
|
||||||
'owner' => 'ironic',
|
'owner' => 'ironic',
|
||||||
'group' => 'ironic',
|
'group' => 'ironic',
|
||||||
'require' => 'Anchor[ironic-inspector::install::end]',
|
'require' => 'Anchor[ironic::install::end]',
|
||||||
'seltype' => 'tftpdir_t',
|
'seltype' => 'tftpdir_t',
|
||||||
'ensure' => 'file',
|
'ensure' => 'file',
|
||||||
'show_diff' => false,
|
'show_diff' => false,
|
||||||
@ -173,7 +173,7 @@ describe 'ironic::pxe' do
|
|||||||
is_expected.to contain_file("/var/lib/tftpboot/#{platform_params[:uefi_ipxe_bootfile_name]}").with(
|
is_expected.to contain_file("/var/lib/tftpboot/#{platform_params[:uefi_ipxe_bootfile_name]}").with(
|
||||||
'owner' => 'ironic',
|
'owner' => 'ironic',
|
||||||
'group' => 'ironic',
|
'group' => 'ironic',
|
||||||
'require' => 'Anchor[ironic-inspector::install::end]',
|
'require' => 'Anchor[ironic::install::end]',
|
||||||
'seltype' => 'tftpdir_t',
|
'seltype' => 'tftpdir_t',
|
||||||
'ensure' => 'file',
|
'ensure' => 'file',
|
||||||
'show_diff' => false,
|
'show_diff' => false,
|
||||||
@ -185,7 +185,7 @@ describe 'ironic::pxe' do
|
|||||||
is_expected.to contain_file('/var/lib/tftpboot/bootx64.efi').with(
|
is_expected.to contain_file('/var/lib/tftpboot/bootx64.efi').with(
|
||||||
'owner' => 'ironic',
|
'owner' => 'ironic',
|
||||||
'group' => 'ironic',
|
'group' => 'ironic',
|
||||||
'require' => 'Anchor[ironic-inspector::install::end]',
|
'require' => 'Anchor[ironic::install::end]',
|
||||||
'seltype' => 'tftpdir_t',
|
'seltype' => 'tftpdir_t',
|
||||||
'ensure' => 'file',
|
'ensure' => 'file',
|
||||||
'show_diff' => false,
|
'show_diff' => false,
|
||||||
@ -196,7 +196,7 @@ describe 'ironic::pxe' do
|
|||||||
is_expected.to contain_file('/var/lib/tftpboot/grubx64.efi').with(
|
is_expected.to contain_file('/var/lib/tftpboot/grubx64.efi').with(
|
||||||
'owner' => 'ironic',
|
'owner' => 'ironic',
|
||||||
'group' => 'ironic',
|
'group' => 'ironic',
|
||||||
'require' => 'Anchor[ironic-inspector::install::end]',
|
'require' => 'Anchor[ironic::install::end]',
|
||||||
'seltype' => 'tftpdir_t',
|
'seltype' => 'tftpdir_t',
|
||||||
'ensure' => 'file',
|
'ensure' => 'file',
|
||||||
'show_diff' => false,
|
'show_diff' => false,
|
||||||
|
Loading…
Reference in New Issue
Block a user