openvcloud / 0-templates

Apache License 2.0
1 stars 5 forks source link

The assigned port forward for vm hasn't been created . #67

Closed john-kheir closed 6 years ago

john-kheir commented 6 years ago

Scenario

actions:


## Actual Result:
Seems there is always a default one that is created .. but the assigned one in the blueprint (2222 --> 22) wasn't created.
![2200](https://user-images.githubusercontent.com/15011431/37639640-ee5de886-2c1a-11e8-9fc5-98a76367a12f.png)
katia-e commented 6 years ago

@john-kheir , did any errors occur at the robot when running this blueprint? For example, if the same as #66 occurred when creating a machine, it would not reach setting ports. Also, I couldn't reproduce the error on be-g8-3.

You could also try adding/deleting portforwards with actions portforward_create/ portforward_delete? perhaps it's better way than adding via blueprint on the service, and it will be the only way to add port forwards after #72 is merged.

john-kheir commented 6 years ago

@katia-e Certainly I can reproduce the error using the above blueprint and other blueprints with multiple port forwards as well. but anyways since creating ports will be done using actions then this ticket will irrelevant once #72 is merged .. In BTW: check my comment https://github.com/openvcloud/0-templates/pull/72