-
Notifications
You must be signed in to change notification settings - Fork 79
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add space
Changes made to ip_association doc, mac_addr from optional to required
…network_branch Adding DataSource for Network
…ods and revise grammar
…ods and revise grammar
Update to Provider Documentation
Added all the commits/PRs and solved issues in the changelog
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.
…sage Fix acctest error message
…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.
…ehaviour Fix allocate network behaviour
…p_association Fix crash on create ip association
Add data source ARecord
Add datasource CName record
Fix a and ptr record
…record Add datasource cname record
Add archive note
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.