Foreman: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
(Der Seiteninhalt wurde durch einen anderen Text ersetzt: „=foreman= *foreman on ubuntu *foreman on libvirt *foreman Links“)
Zeile 2: Zeile 2:
 
*[[foreman on ubuntu]]
 
*[[foreman on ubuntu]]
 
*[[foreman on libvirt]]
 
*[[foreman on libvirt]]
 
+
*[[foreman Links]]
 
 
 
 
==start==
 
*http://theforeman.org/manuals/1.9/index.html
 
*https://www.youtube.com/watch?v=2dwyzPpFJYQ
 
==isc-dhcp-server==
 
*http://projects.theforeman.org/projects/smart-proxy/wiki/ISC_DHCP
 
==libvirt==
 
http://thomasmullaly.com/2014/08/15/connect-foreman-to-kvm-host-machine/
 
 
 
==troubleshooting==
 
*http://projects.theforeman.org/projects/foreman/wiki/Troubleshooting
 
 
 
==bind proxy==
 
*http://projects.theforeman.org/projects/smart-proxy/wiki/Bind
 
 
 
*http://www.linuxtag.org/2014/fileadmin/docs/slides/Dirk_Goetz_-_Foreman__Der_Vorarbeiter_als_Puppenspieler.e1227.pdf
 
 
 
==ausgabe==
 
<pre>
 
foreman-installer \
 
  --enable-foreman-proxy \
 
  --foreman-proxy-tftp=true \
 
  --foreman-proxy-tftp-servername=192.168.252.53 \
 
  --foreman-proxy-dhcp=true \
 
  --foreman-proxy-dhcp-interface=eth0 \
 
  --foreman-proxy-dhcp-gateway=192.168.252.1 \
 
  --foreman-proxy-dhcp-range=" " \
 
  --foreman-proxy-dhcp-nameservers="192.168.252.53" \
 
  --foreman-proxy-dns=true \
 
  --foreman-proxy-dns-interface=eth0 \
 
  --foreman-proxy-dns-zone=xinux.lan \
 
  --foreman-proxy-dns-reverse=252.168.192.in-addr.arpa \
 
  --foreman-proxy-dns-forwarders=127.0.0.1 \
 
  --foreman-proxy-foreman-base-url=https://tic.xinux.lan \
 
  --foreman-proxy-oauth-consumer-key=pmeQzkCxGpnXGbCNqtvDSBcSww9rAqiA \
 
  --foreman-proxy-oauth-consumer-secret=PHGrMG3B59W2BHrcWU7VtEGmLtD2P8e8
 
 
 
Install provisioning without DHCP
 
 
 
foreman-installer \
 
  --enable-foreman-proxy \
 
  --foreman-proxy-tftp=true \
 
  --foreman-proxy-tftp-servername=192.168.252.53 \
 
  --foreman-proxy-dns=true \
 
  --foreman-proxy-dns-interface=eth0 \
 
  --foreman-proxy-dns-zone=xinux.lan \
 
  --foreman-proxy-dns-reverse=252.168.192.in-addr.arpa \
 
  --foreman-proxy-dns-forwarders=127.0.0.1 \
 
  --foreman-proxy-foreman-base-url=https://tic.xinux.lan \
 
  --foreman-proxy-oauth-consumer-key=pmeQzkCxGpnXGbCNqtvDSBcSww9rAqiA \
 
  --foreman-proxy-oauth-consumer-secret=PHGrMG3B59W2BHrcWU7VtEGmLtD2P8e8
 
</pre>
 
 
 
=systems=
 
 
 
*http://blog.daniellobato.me/unattended-deployments-of-fedora-and-rhel-atomic-with-foreman/
 
 
 
 
 
 
 
 
 
*http://engineering.yakaz.com/managing-an-infrastructure-datacenter-with-foreman-and-puppet.html
 
*https://www.credativ.de/blog/categories/foreman
 

Version vom 13. Februar 2017, 12:12 Uhr