-
Notifications
You must be signed in to change notification settings - Fork 22
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
Next Available Address Block Support for Ansible V2 #58
Conversation
cidr: 20 | ||
next_available_id: "{{ address_block.id }}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will this work, next available can only be created as a child block /20 here is not a child block of /24
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Modified address block cidr to 16
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is {{ address_block }} and {{ ip_space }}. They haven't been put in to registers in the task above.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Modified! aded register for ip_space and address_block
…-ansible into next-available
tests/integration/targets/ipam_next_available_address_block_info/meta/main.yml
Show resolved
Hide resolved
please add a chanelog as well |
cidr: 20 | ||
next_available_id: "{{ address_block.id }}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is {{ address_block }} and {{ ip_space }}. They haven't been put in to registers in the task above.
* added code for next_available_address_block * added test cases for next_available_address_block * modified examples * added ipam_next_available_address_block.py to runtime.yml * modified cleanup.yml * addressed review comment * modified examples * modified examples * addressed review comments * addressed review comments
* added code for next_available_address_block * added test cases for next_available_address_block * modified examples * added ipam_next_available_address_block.py to runtime.yml * modified cleanup.yml * addressed review comment * modified examples * modified examples * addressed review comments * addressed review comments
No description provided.