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

[Bug]: There are not enough options for FHRP Group to work #1349

Open
1 task
Hramoff opened this issue Nov 6, 2024 · 1 comment
Open
1 task

[Bug]: There are not enough options for FHRP Group to work #1349

Hramoff opened this issue Nov 6, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Hramoff
Copy link

Hramoff commented Nov 6, 2024

Ansible NetBox Collection version

v3.20.0

Ansible version

ansible [core 2.15.6]
  config file = /home/hramov-ms-230320/Desktop/Ansible-2/ansible.cfg
  configured module search path = ['/home/hramov-ms-230320/Desktop/Ansible-2/modules']
  ansible python module location = /home/hramov-ms-230320/Desktop/Ansible-2/.venv/lib/python3.11/site-packages/ansible
  ansible collection location = /home/hramov-ms-230320/Desktop/Ansible-2/collections
  executable location = /home/hramov-ms-230320/Desktop/Ansible-2/.venv/bin/ansible
  python version = 3.11.6 (main, Oct 31 2023, 14:31:13) [GCC 12.2.0] (/home/hramov-ms-230320/Desktop/Ansible-2/.venv/bin/python3.11)
  jinja version = 3.1.1
  libyaml = False

NetBox version

v4.0.11

Python version

3.11

Steps to Reproduce

- name: Add VIP host into NetBox
  netbox.netbox.netbox_ip_address:
    data:
      **fhrpgroup:  NOT SUPPORTED**
    state: present
  delegate_to: localhost
      
- name: "Create FHRP group within netbox"
  netbox.netbox.netbox_fhrp_group:
    data:
      **ip_address: NOT SUP**
      **ip_status: NOT SUP**
    state: present

Expected Behavior

  1. When creating an address in ipam, you need to manage it in the FHRP group
  2. In the web interface, when creating an FHRP group, you can specify its address and status, this is not available in the module

Observed Behavior

not supported

Tasks

Preview Give feedback
@Hramoff Hramoff added the bug Something isn't working label Nov 6, 2024
@Hramoff
Copy link
Author

Hramoff commented Nov 6, 2024

i working in #1348

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant