theforeman / forklift

Helpful deployment scripts for Foreman and Katello
https://theforeman.github.io/forklift
GNU General Public License v3.0
183 stars 199 forks source link

Add Centos9 Stable devel json, kickstart and remove centos7 packer #1833

Closed chris1984 closed 2 months ago

chris1984 commented 2 months ago

Proof that it is creating and publishing like it should:

https://app.vagrantup.com/katello/boxes/katello-devel

nadjaheitmann commented 1 month ago

Thanks to all of you for maintaining this! Is it possible to spin up the new stable box, already? I did not find it in the vagrant/boxes.d/99-local.yaml.example and I don't know the workflows here :)

chris1984 commented 1 month ago

Thanks to all of you for maintaining this! Is it possible to spin up the new stable box, already? I did not find it in the vagrant/boxes.d/99-local.yaml.example and I don't know the workflows here :)

This is for the stable devel box, if you want to spin one up normally it should be loaded into forklift, just run vagrant up centos9-katello-devel

nadjaheitmann commented 1 month ago

Actually, the one I want is the stable one. So I am waiting for vagrant up centos9-katello-devel-stable to work

chris1984 commented 1 month ago

Looks like I need to update https://github.com/theforeman/forklift/blob/master/vagrant/boxes.d/99-local.yaml.example#L95 I will do that in a new PR

chris1984 commented 1 month ago

Actually, the one I want is the stable one. So I am waiting for vagrant up centos9-katello-devel-stable to work

Made the PR here - https://github.com/theforeman/forklift/pull/1834