Problem:
Centos Atomic 7 host provisioning fails.
Foreman and Proxy versions:
1.20.2
I am trying to use the following templates to provision Centos Atomic 7:
- PXELinux chain iPXE
- Kickstart default iPXE
- Atomic Kickstart default
Installation Media: CentOS mirror
Partition table:
zerombr clearpart --all --initlabel part /boot --size=300 --fstype="ext4" part pv.01 --grow volgroup atomicos pv.01 logvol / --size=1 --grow --fstype="xfs" --name=root --vgname=atomicos
I am getting to the “Atomic Kickstart default” which seems to fail on the ostreesetup part with the following error:
“ValueError: Namespace OSTree not available”
Is there any obvision mistake that I am doing which I cant see right now?
I found one github issue with the same error where the issuer said installing ostree fixed the issue for him. So does the image that is getting pulled from the centos mirror in the provisioning does not have ostree installed?
Thanks for any help