openvcloud / 0-templates

Apache License 2.0
1 stars 5 forks source link

call install on a `node` that was already installed should not crash #34

Closed muhamadazmy closed 6 years ago

muhamadazmy commented 6 years ago

You either, do nothing, or raise an exception that it's already installed (state check) currently it fails trying to create a filesystem on a mounted disk

katia-e commented 6 years ago

@muhamadazmy I've pushed on master check if machine already exists with commit https://github.com/openvcloud/0-templates/commit/1b07cf05778f38eb9cf40dc1d128806d0c8b58bc .

Should be fine, but I couldn't test it properly because I again have problems with environment.

katia-e commented 6 years ago

issue was fixed in previous commits