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

[nios_zone] changing a nios_zone does not work #855

Closed
DonEstefan opened this issue Sep 2, 2020 · 4 comments
Closed

[nios_zone] changing a nios_zone does not work #855

DonEstefan opened this issue Sep 2, 2020 · 4 comments
Labels
bug This issue/PR relates to a bug module module needs_triage net_tools plugins plugin (any type)

Comments

@DonEstefan
Copy link

SUMMARY

changing a parameter of an existing nios_zone always results in an error message:
"Field is not allowed for update: zone_format", "operation": "update_object"
This happens even if "zone_format" does not change

ISSUE TYPE
  • Bug Report
COMPONENT NAME

nios_zone

ANSIBLE VERSION
ansible 2.9.10
  configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python2.7/site-packages/ansible
  executable location = /usr/bin/ansible
  python version = 2.7.5 (default, Apr  2 2020, 13:16:51) [GCC 4.8.5 20150623 (Red Hat 4.8.5-39)]
OS / ENVIRONMENT

CentOS Linux release 7.8

STEPS TO REPRODUCE
  1. apply a playbook like the one below
  2. change the ns_group an re-apply
- name: "create Forward Zone"
  connection: local
  nios_zone:
    provider: "{{ grid_connector }}"
    restart_if_needed: true
    name: "{{ zone.fqdn }}"
    ns_group: "{{ zone.ns_group}}"
EXPECTED RESULTS

changes should be applied

ACTUAL RESULTS

"Field is not allowed for update: zone_format", "operation": "update_object"

@ansibullbot
Copy link
Collaborator

Files identified in the description:

If these files are inaccurate, please update the component name section of the description or use the !component bot command.

click here for bot help

@ansibullbot ansibullbot added affects_2.10 bug This issue/PR relates to a bug module module needs_triage net_tools plugins plugin (any type) labels Sep 2, 2020
@russoz
Copy link
Collaborator

russoz commented May 19, 2021

Hi there

The main development of the nios modules has moved over to https://github.com/infobloxopen/infoblox-ansible/

You should probably create the same issue there and close this one. The nios modules are set for deprecation in community.general on version 5.0.0 (spring 2022, still far away but nonetheless set).

Thanks for your contribution!

@DonEstefan
Copy link
Author

closing this in favor of infobloxopen/infoblox-ansible#60

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue/PR relates to a bug module module needs_triage net_tools plugins plugin (any type)
Projects
None yet
Development

No branches or pull requests

3 participants