packer-cn/builder/cloudstack
Sander van Harmelen 285ff6940e Revert some changes made in #4149 (#4175)
After some more research and testing it turns out we can support the use case where you want to reuse an associated IP address that already has port 22 or 5985 forwarded, by using a random public port.

The correct port to open in the firewall is different for the type of firewall used. The standard firewall requires the public port to be opened and the network ACL requires the private port to be opened.

So by partially reverting this code and updating which ports to open in which cases, we can support all use cases again.
2016-11-16 10:30:32 +01:00
..
artifact.go Add a CloudStack Builder 2016-10-16 15:29:18 +02:00
artifact_test.go Add a CloudStack Builder 2016-10-16 15:29:18 +02:00
builder.go Add a CloudStack Builder 2016-10-16 15:29:18 +02:00
builder_test.go Add a CloudStack Builder 2016-10-16 15:29:18 +02:00
config.go Add a CloudStack Builder 2016-10-16 15:29:18 +02:00
config_test.go Add a CloudStack Builder 2016-10-16 15:29:18 +02:00
ssh.go Add a CloudStack Builder 2016-10-16 15:29:18 +02:00
step_configure_networking.go Revert some changes made in #4149 (#4175) 2016-11-16 10:30:32 +01:00
step_create_instance.go Do not create a random public port (#4149) 2016-11-10 13:59:58 +01:00
step_create_template.go Add a CloudStack Builder 2016-10-16 15:29:18 +02:00
step_prepare_config.go Add a CloudStack Builder 2016-10-16 15:29:18 +02:00
step_shutdown_instance.go Add a CloudStack Builder 2016-10-16 15:29:18 +02:00