Skip to content

Instantly share code, notes, and snippets.

@MarcGrimme
Created October 17, 2013 10:00
Show Gist options
  • Save MarcGrimme/7022277 to your computer and use it in GitHub Desktop.
Save MarcGrimme/7022277 to your computer and use it in GitHub Desktop.
Settings for foreman
---
# You must restart the Rack server after changing either of these values
# because they are cached at startup.
#
:unattended: true
:login: true
:require_ssl: false
:locations_enabled: false
:organizations_enabled: false
#JSONP or "JSON with padding" is a complement to the base JSON data format.
#It provides a method to request JSON data from a server in a different domain.
:support_jsonp: false
:puppetconfdir: /etc/puppet
:puppetvardir: /var/lib/puppet
:puppetgem: true
# configure plugin_exec_cmd Plugin
:pluginExecCmd:
:enabled: true
:cmd: 'cat > /tmp/#{self.name}.out'
# :aspipe: true
# :aspipe: 'self.to_json+"\n"+self.host_params.to_json+"\n"+self.diskLayout.to_json+"\n"+self.owner+"\n"'
:aspipe: '{:host => self, :host_params => self.host_params, :partitioninclude => self.diskLayout, :networkinclude => self.renderTemplate, :owner => self.owner, :interfaces => self.interfaces}.to_json'
:pluginComputeresourceAddRemoveInterface:
:enabled: true
:forcePowerOff: true
:restorePowerState: true
:installSubnet: "Install"
:vsphere:
:remove:
:network: "gallien"
:type: "VirtualVmxnet3"
:name: "Netzwerkadapter 3"
:add:
:network: "gallien"
:type: "VirtualVmxnet3"
:libvirt:
:network: "virbr0"
:pluginHilti:
:enabled: true
:productfile: "/home/marc/atix/projects/se/hilti.git/scripts/bin/SFW/Productlist.yaml"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment