Skip to content

Support for DNS, only create instances that do not exist, VPC support, placement groups support #11

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

Merged
merged 17 commits into from
May 29, 2025

Conversation

nmelehan-akamai
Copy link
Collaborator

Adds a couple commits to #9

bluesmoon and others added 16 commits April 16, 2025 15:12
We need linode-api4 5.29 to assign firewalls to newly created linodes.
We can assign a firewall to newly created linodes if the user sets a firewall_label in `vars`
Add the firewall_label variable to vars that allows setting a firewall when deploying linodes
Use the rdns name for the linode rather than the IP when doing ssh since this allows corporate DNS servers to reroute traffic through their own proxies.
If a `domain_name` is configured in `vars`, then we should also add these hosts to DNS. Before adding, we will remove any stale records.
The hostname in `kafka_data` is used to generate self signed certificates. If we're using a FQDN name to connect to kafka, then the certificate needs to have this FQDN as well.
This commit checks which kafka instances have already been created before trying to create new ones. It will only create instances that do not already exist.
instance_list gets us information about all instances in a single call which is more efficient than looping through instance_info just to check if an instance has been created.
Use VPC instead of private IP

A VPC allows us to restrict connectivity between our cluster hosts and disallow connections from other hosts on the linode private network.
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.

2 participants