[foreman-users] Adding hosts w/o adding required fields

2017-08-08 Thread Matt Shields
I'm new to Foreman, but a longtime Puppet user. I've just setup a test server and I'd like to go an add a lot of dummy hosts to play around with how I'd like it setup. Unfortunately, I don't have the IP/Mac info, and at this time don't want to add other required fields. Also, since we do eve

Re: [foreman-users] Adding hosts w/o adding required fields

2017-08-08 Thread Matt Shields
So there is no way to disable required fields? Or customize it in any way? On Tuesday, August 8, 2017 at 3:08:50 AM UTC-4, ohad wrote: > > > > On Mon, Aug 7, 2017 at 9:06 PM, Matt Shields > wrote: > >> I'm new to Foreman, but a longtime Puppet user. I've ju

[foreman-users] Puppet querying Foreman

2017-08-08 Thread Matt Shields
I'm trying to get a list of hostnames to populate an array from the Foreman function. We have servers that are dedicated to clients and non-production. We use naming {clientid}-{server_type}. So for example, test1-search001, test1-search002, test2-search001, test2-search003, client1-search00

[foreman-users] Re: Puppet querying Foreman

2017-08-09 Thread Matt Shields
arch::instance { $hostname: config => $elastic_config } Elasticsearch::Plugin { instances => $hostname } elasticsearch::plugin { 'x-pack': } class { 'kibana': config => { 'server.host' => '0.0.0.0', }, require =&