Skip to content

Commit

Permalink
Merge pull request #136 from cloudify-cosmo/solaris
Browse files Browse the repository at this point in the history
Deprecate cloudify < 4.1 (EOL: April 30th, 2019)
  • Loading branch information
0lvin authored May 14, 2019
2 parents 0de0b7b + b50686a commit e01e952
Show file tree
Hide file tree
Showing 11 changed files with 180 additions and 1,398 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
- Support Solaris guests (OmniOS CE)
- Wait IP flag for wait any ip's on connected NIC
- Set extra properties set to VM
- Deprecate support for cloudify-plugins-common < 4.1.
https://cloudify.co/product/cloudify-lifecycle/
2.14.0:
- Export host and datastore for external VM
2.13.1:
Expand Down
3 changes: 2 additions & 1 deletion cloudify_vsphere/devices/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
from vsphere_plugin_common.constants import (
VSPHERE_SERVER_ID,
NETWORK_NAME,
IP,
SWITCH_DISTRIBUTED)
from vsphere_plugin_common import ContollerClient, ServerClient

Expand Down Expand Up @@ -129,7 +130,7 @@ def attach_server_to_ethernet_card(ctx, **kwargs):
ctx.source.node.properties.get("connection_config"),
ctx.source.instance.runtime_properties.get(VSPHERE_SERVER_ID),
ctx.target.instance.runtime_properties.get('name'))
ctx.source.instance.runtime_properties['ip'] = ip
ctx.source.instance.runtime_properties[IP] = ip


@operation
Expand Down
14 changes: 0 additions & 14 deletions cloudify_vsphere/vendored/__init__.py

This file was deleted.

Loading

0 comments on commit e01e952

Please sign in to comment.