Foreman: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
Zeile 16: Zeile 16:
 
*http://projects.theforeman.org/projects/foreman/wiki/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
 
*http://www.linuxtag.org/2014/fileadmin/docs/slides/Dirk_Goetz_-_Foreman__Der_Vorarbeiter_als_Puppenspieler.e1227.pdf

Version vom 17. November 2015, 10:41 Uhr

foreman



start

isc-dhcp-server

libvirt

http://thomasmullaly.com/2014/08/15/connect-foreman-to-kvm-host-machine/

troubleshooting

bind proxy

ausgabe

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