Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom infoblox views #431

Closed
trinaryouroboros opened this issue Jun 11, 2018 · 2 comments
Closed

Custom infoblox views #431

trinaryouroboros opened this issue Jun 11, 2018 · 2 comments

Comments

@trinaryouroboros
Copy link

I have a custom infoblox view, so I have to set in the /etc/foreman-proxy/settings.d/dhcp_infoblox.yml file:

:dns_view: 'Internal'
:network_view: 'default'

It works great when manually specified. However, I tried these parameters in the puppet manifest, and the agent just errors saying parameters not found:

Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Resource Statement, Class[Foreman_proxy::Plugin::Dhcp::Infoblox]:
  has no parameter named 'dns_view'
  has no parameter named 'network_view'

I don't see these as options here anyway:

puppet-foreman_proxy/manifests/plugin/dhcp/infoblox.pp

Can they please be added?

@ekohl
Copy link
Member

ekohl commented Jun 16, 2018

That sounds like a nice patch for a new contributor. Would you be able to submit a PR for this? I'll gladly help you with anything you need.

@trinaryouroboros
Copy link
Author

trinaryouroboros commented Jun 16, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants