neoave / mrack

Multicloud use-case based multihost async provisioner for CIs and testing during development
Apache License 2.0
12 stars 14 forks source link

Use public AWS addresses instead of private ones and add some minor fixes to aws #24

Closed Tiboris closed 4 years ago

Tiboris commented 4 years ago

Using private addresses will result into unreachable host without vpn tunnel or mechanism to access AWS network.

Add security group, tags, keypair to init of AWS provider. They have to be defined in provisioning config.

Remove asserts and replace them with ProvisioningErrors

Signed-off-by: Tibor Dudlák tdudlak@redhat.com