-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A lot of changes in order to support `IPv4=true IPv6=true`. - Remove env vars for SERVICE_CIDR, CLUSTER_CIDR, CLUSTER_HOST_PREFIX as no one uses them. - Support sending multiple values for `cluster_networks`, `service_networks`, and `machine_networks`. - Add constants for IPv4, IPv6, and IPv4v6 subnets. - Change controllers signatures from `get_machine_cidr` to `get_machine_networks`. - Support provisioning multiple networks via Terraform. Create a `libvirt_network` resource and a dynamic `network_interface` for each machine network available. - Deprecate `provisioning_cidr` network as it is mostly confusing and we would like to be allowed to add/remove networks without indication whether they are primary/secondary in Terraform. - Change assets to work with lists of two fields - `cidrs` and `libvirt_network_interfaces`. Interfaces are named `ai-net<x>-<number>`. The `x` represents the network number and the `number` represents the namespace index.
- Loading branch information
Showing
29 changed files
with
434 additions
and
749 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
Oops, something went wrong.