puppetdb_foreman
puppetdb_foreman copied to clipboard
PuppetDB proxy in Foreman
I got the following: Foreman 3.6.1 running on AlmaLinux 8.7 (CentOS 8 variant) installed puppetdb via packages: ``` # rpm -qa | grep puppetdb puppetdb-7.13.0-1.el8.noarch puppetdb-termini-7.13.0-1.el8.noarch ``` puppet agent works...
```2022-08-10T18:21:58 [I|app|689e8e6f] Started GET "/api/v2/hosts/puppet2.fq.dn/power" for nnn.nnn.nnn.nnn at 2022-08-10 18:21:58 +0100 2022-08-10T18:21:58 [I|app|689e8e6f] Parameters: {"apiv"=>"v2", "id"=>"puppet2.fq.dn"} 2022-08-10T18:24:34 [I|app|41a796ba] Started DELETE "/hosts/puppet2.fq.dn" for nnn.nnn.nnn.nnn at 2022-08-10 18:24:34 +0100 2022-08-10T18:24:34 [I|app|41a796ba] Parameters:...
OS CentOS 8.1 [root@puppetdb ~]# java -version openjdk version "1.8.0_242" OpenJDK Runtime Environment (build 1.8.0_242-b08) OpenJDK 64-Bit Server VM (build 25.242-b08, mixed mode) foreman version: 1.24.2, OS CentOS 7.7 The...
I'm trying this plugin. My puppetdb server is version 5.2.4. Dashboard is working and puppetdb nodes are displayed, but in this window, I can delete hosts, but I can't import...
Hi, it seems that i am hitting issue with importing hosts from puppetdb. I have installed foreman, version 1.18 with puppetdb plugin 4.0 and external puppetdb 2.3.8. I was trying...
As a Foreman user I want to look up all hosts that have a particular puppet class assigned (directly or indirectly).
Should work the same as per host's pagination and search.
we are currently having a problem with deleting hosts in foreman, which always leads to a Error: Could not deactivate host on PuppetDB: SSL_connect SYSCALL returned=5 errno=0 state=unknown state It...
Wondering if it's possible to have this plugin disable a node when it's renamed in Foreman (its old name). Sort of on the line of the DHCP, DNS functionalities that...
* Add a RELEASE.md file. Example: https://github.com/theforeman/foreman_plugin_template/blob/master/RELEASE.md * Add an automatic release action. Example: https://github.com/theforeman/foreman_plugin_template/blob/master/.github/workflows/release.yml For more context see the original RFC thread: https://community.theforeman.org/t/rfc-the-perfect-release-process/