Software to automate the management and configuration of any infrastructure or application at scale. Install Salt from the Salt package repositories here:
The Salt-Cloud provider for Digital Ocean (DO) allows you to connect the new VM/Droplet to private networking using DO's VPC functionality but doesn't allow you to specify the VPC you want to connect to, it only uses the default VPC as specified in your DO account. Unfortunately, DO also don't allow you to change the default.
A sample provider.conf file would be along the lines of:
@waynew this is good one for Test Clinic since it has a PR that needs a test case. Assigning you only for that reason and won't put into a committed release until tests are written.
The Salt-Cloud provider for Digital Ocean (DO) allows you to connect the new VM/Droplet to private networking using DO's VPC functionality but doesn't allow you to specify the VPC you want to connect to, it only uses the default VPC as specified in your DO account. Unfortunately, DO also don't allow you to change the default.
A sample provider.conf file would be along the lines of:
which would translate to adding the vpc_uuid parameter in the API call to DO.