[foreman-dev] Puppetdb Plugin Options Update .

2017-01-16 Thread Karen Harutyunyan
Hi All ,

PuppetDB plugin has new version which bring a lot of interesting parameters 
to get puppetdb.4.3 working properly . like ssl-ca and etc. Please can 
someone send me docs how to add (or create pull request) to this params. If 
you have time enough to do that it`s also perfect for me .

Sharing new features below which I`ll prefer to see in next release of 
foreman.

Usage: 

Go to Administer > Settings > PuppetDB and set puppetdb_address with your 
PuppetDB address, puppetdb_dashboard_address (optional) to proxy the 
dashboard, puppetdb_enabled to either true or false if you want to enable 
or disable PuppetDB integration. Obviously you will need a PuppetDB 
instance at the address you provide.

Alternatively you can put your settings in config/settings.yaml. Please 
keep in mind these will be overwritten if changed in the application, and 
if the application is rebooted, YAML rules will overwrite again your 
manually changed settings. Hence passing your settings in this format is 
discouraged, but allowed.

for PuppetDB 4

:puppetdb:
  :enabled: true
  :address: 'https://puppetdb:8081/pdb/cmd/v1'
  :dashboard_address: 'http://puppetdb:8080/pdb/dashboard'


*  :puppetdb_ssl_ca_file: '/etc/puppetlabs/puppet/ssl/certs/ca.pem'
  :puppetdb_ssl_certificate: '/etc/puppetlabs/puppet/ssl/certs/FQDN.pem'
  :puppetdb_ssl_private_key: '/etc/puppetlabs/puppet/ssl/private_keys/FQDN.pem'*

Regards
Karen

-- 
You received this message because you are subscribed to the Google Groups 
"foreman-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to foreman-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [foreman-dev] undefined method `sub!' for nil:NilClass on foreman 1.14

2016-12-21 Thread Karen Harutyunyan
Hi Dominic

It has to be related with cockpit plugin, so if im using 
--enable-foreman-plugin-cockpit  option then foreman has error as shown 
above . Later on I`ll contact with cockpit plugin authors but for now at 
least you know where is the exact problem.)

Regards
Karen

-- 
You received this message because you are subscribed to the Google Groups 
"foreman-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to foreman-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.