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

Migration from terraform providers to our own repository #78

Merged
merged 58 commits into from
Dec 16, 2020
Merged

Conversation

AvRajath
Copy link
Contributor

No description provided.

cgriggs01 and others added 30 commits April 13, 2020 12:18
Add space
Changes made to ip_association doc, mac_addr from optional to required
…network_branch

Adding DataSource for Network
Update to Provider Documentation
Added all the commits/PRs and solved issues in the changelog
avrajath and others added 28 commits August 12, 2020 00:51
Stable website updated with DataSource for Network
From NIOS perspective no gateway needs for a Network.
Network and Network container almost same objects.
Say, any Network could be converted into network container by adding subnetwork.
AllocateNework dows not work for network with assigned IPs inside.
So we need ability to create network without gateway.
…String

Fix typo in resourceNetworkIDString
Added optional parameter allocate_prefix_len
When parameter set to value>0 ibclient.AllocateNetwork method used
to get next available network from network container defined by cidr

Acceptance test result:
=== RUN   TestAccresourceNetwork
--- PASS: TestAccresourceNetwork (0.69s)
=== RUN   TestAccresourceNetwork_Allocate
--- PASS: TestAccresourceNetwork_Allocate (0.70s)
…arkach/terraform-provider-infoblox into add_next_available_network
…twork

Add ability to allocate next available network
To be able to use allocated network resource cidr in other terraform
resources cidr should strore actual data.
But current realisation does not store allocated cidr in resource
network. It can be found only inside network ref.

Add option 'parent_cidr' and set option 'cidr' computed to fix this
issue.
IBObjectManager could return empty object without errors, so we have to
check retuned values.
Also fix create code to return valid error if any.
Change field cidr description to notice that this is network address to
allocate IP from when ip_addr is empty.

Update ip_addr description with info that parent network cidr should be
set when ip address empty

Remove network_view_name - according to WAPI documentation view name
used in IP allocation should be the same to dns view of record(I have no
idea why infoblox-go-client expose parameter netviewname).

Added verification that cidr not empty when ip_addr is empty.
…p_association

Fix crash on create ip association
Add archive note
@AvRajath AvRajath merged commit aba7d89 into master Dec 16, 2020
@somashekhar somashekhar deleted the old_repo branch April 23, 2021 12:05
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

Successfully merging this pull request may close these issues.

5 participants