oracle-samples / knife-oci

Chef Knife Plugin for Oracle Cloud Infrastructure
https://cloud.oracle.com/cloud-infrastructure
Other
12 stars 15 forks source link

Support for ssh connection proxied through a gateway #53

Closed lidl closed 7 years ago

lidl commented 7 years ago

Move some vnic options out into the create_vnic_details object (hostname_label, subnet_id). Do not generate a ssh gateway by default, but rather only when the user specifies one on the command line.

Add support for --ssh-gateway commnad line flag. Add support for --no-public-ip command line flag. Add --skip_source_dest_check option (still needs SDK support)