psadmin-io / rundeck-oci-nodes-plugin

A Resource Model Source plugin that provides OCI Instances as nodes for Rundeck
MIT License
2 stars 0 forks source link

Non-primary VNIC #6

Closed kbens closed 3 years ago

kbens commented 3 years ago

Sometimes we will want Rundeck to use a "mgmt" or non-primary VNIC for connections. To allow for this, we can specify a primary override tag which will be added to VNICs we want used with Rundeck. If no override tag is specify or found, it will then default to primary VNIC.

For now, this will only be supported with Free-form tags. In the future, if needed, we can look at how to handle pre-defined namespace tags.