Foreman Links

Aus xinux.net
Version vom 13. Februar 2017, 12:12 Uhr von David (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „==start== *http://theforeman.org/manuals/1.9/index.html *https://www.youtube.com/watch?v=2dwyzPpFJYQ ==isc-dhcp-server== *http://projects.theforeman.org/projec…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

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

systems