1.3. Satellite와 Puppet 통합 활성화
기본적으로 Satellite에는 Puppet 통합이 구성되어 있지 않습니다. 상황에 적합한 경우 통합을 활성화해야 합니다. 즉, Satellite Server 또는 Capsule에 Puppet 서버를 관리하고 배포하도록 Satellite를 구성할 수 있습니다. 또한 Puppet 서버를 외부에서 Satellite에 배포하고 이를 Satellite와 통합하여 ENC(외부 노드 분류)를 보고, 팩트 및 외부 노드 분류를 수행할 수 있습니다.
절차
Puppet 통합을 활성화하고 Satellite 서버에 Puppet 서버를 설치합니다.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow satellite-installer --enable-foreman-plugin-puppet \ --enable-foreman-cli-puppet \ --foreman-proxy-puppet true \ --foreman-proxy-puppetca true \ --foreman-proxy-content-puppet true \ --enable-puppet \ --puppet-server true \ --puppet-server-foreman-ssl-ca /etc/pki/katello/puppet/puppet_client_ca.crt \ --puppet-server-foreman-ssl-cert /etc/pki/katello/puppet/puppet_client.crt \ --puppet-server-foreman-ssl-key /etc/pki/katello/puppet/puppet_client.key
# satellite-installer --enable-foreman-plugin-puppet \ --enable-foreman-cli-puppet \ --foreman-proxy-puppet true \ --foreman-proxy-puppetca true \ --foreman-proxy-content-puppet true \ --enable-puppet \ --puppet-server true \ --puppet-server-foreman-ssl-ca /etc/pki/katello/puppet/puppet_client_ca.crt \ --puppet-server-foreman-ssl-cert /etc/pki/katello/puppet/puppet_client.crt \ --puppet-server-foreman-ssl-key /etc/pki/katello/puppet/puppet_client.key
Capsule에서 Puppet 통합을 사용하려면 Puppet 통합을 활성화하고 Capsule에 Puppet 서버를 설치합니다.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow satellite-installer --foreman-proxy-puppet true \ --foreman-proxy-puppetca true \ --foreman-proxy-content-puppet true \ --enable-puppet \ --puppet-server true \ --puppet-server-foreman-ssl-ca /etc/pki/katello/puppet/puppet_client_ca.crt \ --puppet-server-foreman-ssl-cert /etc/pki/katello/puppet/puppet_client.crt \ --puppet-server-foreman-ssl-key /etc/pki/katello/puppet/puppet_client.key \ --puppet-server-foreman-url "https://satellite.example.com"
# satellite-installer --foreman-proxy-puppet true \ --foreman-proxy-puppetca true \ --foreman-proxy-content-puppet true \ --enable-puppet \ --puppet-server true \ --puppet-server-foreman-ssl-ca /etc/pki/katello/puppet/puppet_client_ca.crt \ --puppet-server-foreman-ssl-cert /etc/pki/katello/puppet/puppet_client.crt \ --puppet-server-foreman-ssl-key /etc/pki/katello/puppet/puppet_client.key \ --puppet-server-foreman-url "https://satellite.example.com"
--puppet-server-foreman-url
인수 값으로 Satellite 서버의 URL을 입력합니다.