You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've created puppet01.conova.theforeman.org (for now IPv6-only) with CentOS 8 Stream. The ran:
dnf install https://yum.puppet.com/puppet7-release-el-8.noarch.rpm
dnf install puppetserver
. /etc/profile.d/puppet-agent.sh
puppetserver ca setup --ca-name 'Foreman Puppet CA' --certname puppet.theforeman.org --subject-alt-names puppet.theforeman.org,$HOSTNAME
puppet config set --section agent server puppet.theforeman.org
systemctl enable --now puppetserver puppet
firewall-cmd --add-port 8140/tcp
firewall-cmd --permanent --add-port 8140/tcp
Now I'm going to set up a new Foreman server too and set that up. Then we can migrate nodes. Though I do think we should consider recreating all our Jenkins nodes as EL8 in our new infra.
Today, the Foreman instance has a Puppetserver on board. This aims to move the Puppet server to it's own virtual machine.
Naming:
puppet01.<provider>.theforeman.org
Action Items
The text was updated successfully, but these errors were encountered: