hello everyone I have foreman 1.5
I have so far succesfully provisionned VM with local DNS management with
this in /etc/foreman-proxy/settings.yml
:dns: true
> :dns_key: /etc/rndc.key
>
But I want to manage a windows AD DNS. (2008R2)
I have check all the steps of the foreman manual so I have now changed my
setting.yml to
:dns: true
> :dns_server: 172.27.113.149 (Windows
> DNS)
> :dns_provider: nsupdate_gss
> :dns_tsig_keytab: /etc/foreman-proxy/dns.keytab (chmod 0600, owner
> foreman-proxy)
> :dns_tsig_principal: foreman@TESTDNS.LOCAL (Not sure about that ?
>
But I have this error when I try to create a new host :
Unable to save
> Create DNS record for rr.testsercel.local task failed with the following
> error: ERF12-2357 [ProxyAPI::ProxyException]: Unable to set DNS entry
> ([RestClient::BadRequest]: 400 Bad Request) for proxy
> https://foreman.testdns.local:8443/dns
>
And the following error in the proxy log
http://pastebin.com/w2BreE2J
Do you have any clue about this error
Thanks
Alexandre
This error is tracked in Bug #5675: DNS Proxy Issues - Smart Proxy - Foreman.
As a workaround, please add the following to settings.yml:
:dns_key: false
ยทยทยท
--
Dominic Cleal
Red Hat Engineering
On 21/05/14 10:03, Alexandre L wrote:
hello everyone I have foreman 1.5
I have so far succesfully provisionned VM with local DNS management with
this in /etc/foreman-proxy/settings.yml
:dns: true
:dns_key: /etc/rndc.key
But I want to manage a windows AD DNS. (2008R2)
I have check all the steps of the foreman manual so I have now changed
my setting.yml to
:dns: true
:dns_server: 172.27.113.149
(Windows DNS)
:dns_provider: nsupdate_gss
:dns_tsig_keytab: /etc/foreman-proxy/dns.keytab (chmod 0600,
owner foreman-proxy)
:dns_tsig_principal: foreman@TESTDNS.LOCAL (Not sure about that ?
But I have this error when I try to create a new host :
Unable to save
Create DNS record for rr.testsercel.local task failed with the
following error: ERF12-2357 [ProxyAPI::ProxyException]: Unable to
set DNS entry ([RestClient::BadRequest]: 400 Bad Request) for proxy
https://foreman.testdns.local:8443/dns
And the following error in the proxy log
http://pastebin.com/w2BreE2J
Do you have any clue about this error