it would have ben great if katello exposed that efiboot.img in the kickstart tree
I have added that but it wont boot anyway
lzap
so you need to grab two files:
jenkins101
iso seems uefi compatible from dumpet
lzap
efiboot.img and grubx64.efi
take it from CentOS for now
jenkins101
the efiboot.img couldent that be replaced with shim.efi from /boot/efi
lzap
no
its a FAT16 formatted image
jenkins101
ok
grubx64 then?
lzap
thats in grub* rpms
mhulan joined the channel
jenkins101
and that will work?
I dont need to build a standalone one
lzap
shim.efi is needed for SecureBoot, I don't aim at that
could work
jenkins101
I think you could plase it in EFI/BOOT/
but not sure if it needs to be called bootx64 or shim.efi
theRoUS joined the channel
theRoUS
we ran foreman with V2 and V3 puppetmasters in the node config pulldown with no problem. will it work with v3 and v5 masters instead? (in the middle of massive migration)
o yes it will work but you need to comile ipxe.efi with the script embedded
right?
bryan_kearney1 has quit
preethi joined the channel
lzap
jenkins101: I just tested my patch on develop and it generated the Full Host imagfe
FH image with EFI loader
can you try it?
jenkins101
yes
I am
blomquisg_gone is now known as blomquisg
jpavel joined the channel
lzap
patch your instance and try to download full host disk
make sure you have PXEGrub2 and PXELinux both associated with your OS
jenkins101
yes that works
lzap
I must tested and it boots up with both BIOS and EFI
jenkins101
trying that next
good
this new HP servers are so slow
Singularity42
any foreman/ansible users? if so, do i have to manually add each remote host to the /etc/ansible/hosts file on the ansbile "master"? Im trying to find a way to allow users to setup ansible/foreman, without me having to manually intervene
alvinstarr joined the channel
jenkins101
there is a foreman_inventory for ansible
Singularity42
jenkins101 - aha. i had wondered exactly what that did. I'll go check it out.
jenkins101 - it appears that it onl works on hosts already in foreman?
AbhishekS has quit
i am in the process of setting up the foreman callback, so the hosts wouldnt exist in foreman, yet.
Suraj joined the channel
Linux-Ninja03 joined the channel
jenkins101
maybe yust run ansible-playbook -i 'mynewserver,' my-install-play.tml
Singularity42
it seems like regardless of an approach, that i will be required to add hosts to ansible manually, to allow users to make ansible calls from foreman. aside from somehow scripting it to make the change on the main ansible server.
although im still getting with acquainted with ansible. so i may be wrong
renzo joined the channel
AbhishekS joined the channel
Linux-Ninja has quit
gmccullough joined the channel
AbhishekS has quit
jenkins101
lzap: full host image works on HP gen10!!
piggah has quit
AbhishekS joined the channel
lzap
jenkins101: great news, let us know in the PR comments
ik_5 joined the channel
about this and possible further testing
ik_5_ has quit
acrobot has quit
BojanB has quit
rdrazny has quit
inecas has quit
gwmngilfen
lzap++ jenkins101++
alvinstarr has quit
kavita has quit
aditi has quit
hkataria joined the channel
jenkins101
lzap: ipxe also works
but it is not possible to pass a script to it right?
ranjank has quit
inovas has quit
inovas joined the channel
Quick_Wango joined the channel
hellokatello joined the channel
hellokatello
hi all, what can be the reason for a centos 7.x install media not to show up as synced content under the create host -> operatingsystem page?
dLobatog
hellokatello: maybe it's not in the content view or content_source you've chosen?
amitKarsale has quit
hellokatello
i just saw that there is still a task running to sync the content view to the proxies... maybe that is why... i will wait for the task to finish
dLobatog: thanks
ik_5 has quit
jpavel
Hey folks - I'm getting this when I run hammer host list: The single-table inheritance mechanism failed to locate the subclass: 'ForemanOpenscap::ArfReport'. This error is raised because the column 'type' is reserved for storing the class in case of inheritance. Please rename this column if you didn't intend it to be used for storing the inheritanc
e class or overwrite Report.inheritance_column to use another column for that information.
inecas joined the channel
oprazak
jpavel: I usually get this when I remove a plugin put plugin data is still in the database, you need to remove all openscap reports
/put/but/
jpavel
Yup, I'm sure that's it
Any idea how to remove reports without having the plugin installed?
I did it for another field with foreman-rake console "HostStatus::Status.where(type: 'ForemanOpenscap::ComplianceStatus').destroy_all" ... not sure what the query would be for the reports