Managed host by Foreman but not puppetized, how?

I'm figuring out a way how to create a host which is not puppetized or
preseed by Foreman.

I want to be able to change DHCP on proxies and DNS on proxies through
foreman, so I need some sort of Unmanaged Host with the possibility to
change hostname and IP.

Something like here:
https://groups.google.com/forum/#!searchin/foreman-users/unmanaged/foreman-users/MK8vsRgWlBE/wpObkb-aH84J

Ohad has written some nice DHCP tool, but I'm unable to find a save button
there: https://github.com/theforeman/foreman_dhcp_browser

Are there people doing something like this ? For now it seems that I need
to create a host and set it on "unmanaged" after creation… but this is
not ideal…

"Managed" is meant in a manner of Foreman manages
dhcp/provisioning/puppet/ etc. for this host.

You don't need to set up a Puppet master. Simply add create an
environment in Foreman and don't specify Puppet CA/ Master when creating
the host.

I have custom preseed/ ipxe templates to setup my hosts and configure
them with SaltStack.

I'm not using a single line of Puppet code here, except when using the
foreman-installer in
<https://github.com/bechtoldt/foreman-formula/blob/master/foreman/installer.sls&gt;.
:slight_smile:

Arnold

0xE2356889.asc (3.06 KB)

··· -- Arnold Bechtoldt

Karlsruhe, Germany

On 04.05.14 15:16, yamakasi.014@gmail.com wrote:

I’m figuring out a way how to create a host which is not puppetized or
preseed by Foreman.

I want to be able to change DHCP on proxies and DNS on proxies through
foreman, so I need some sort of Unmanaged Host with the possibility to
change hostname and IP.

Something like here:
Redirecting to Google Groups

Ohad has written some nice DHCP tool, but I’m unable to find a save
button there: GitHub - theforeman/foreman_dhcp_browser: Web UI browser and editor for DHCP leases

Are there people doing something like this ? For now it seems that I
need to create a host and set it on “unmanaged” after creation… but
this is not ideal…


You received this message because you are subscribed to the Google
Groups “Foreman users” group.
To unsubscribe from this group and stop receiving emails from it, send
an email to foreman-users+unsubscribe@googlegroups.com
mailto:foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com
mailto:foreman-users@googlegroups.com.
Visit this group at http://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.

> I have custom preseed/ ipxe templates to setup my hosts and configure
> them with SaltStack.

We need to get this integrated. Please submit patches! :slight_smile:

··· -- Later,

Lukas “lzap” Zapletal
irc: lzap #theforeman

I've extended the preseed templates (besides I use SaltStack within my
templates):

Hope these are fine.

Best regards,

Arnold

0xE2356889.asc (3.06 KB)

··· -- Arnold Bechtoldt

Karlsruhe, Germany

On 05.05.14 10:39, Lukas Zapletal wrote:

I have custom preseed/ ipxe templates to setup my hosts and configure
them with SaltStack.

We need to get this integrated. Please submit patches! :slight_smile: