-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cz 95 connect dhcp to tier1 router (#4)
* CZ-95 Connect tier1 to dhcp server * CZ-95 Update version of nsxt plugin to 0.2.0 * CZ-95 Update blueprint and fix issue with import cloudify context * CZ-95 Handle dhcp deletion when it has a connection to tier 1 gateway * CZ-95 Use update API instead of patch for tier 1 resource * CZ-95 Wait for segment ports to get released before delete segment object * CZ-95 Update segment deletion process
- Loading branch information
mabuaisha
authored
Aug 19, 2020
1 parent
df8698b
commit 41d2ad2
Showing
8 changed files
with
168 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
|
||
setup( | ||
name='cloudify-nsx-t-plugin', | ||
version='0.1.0', | ||
version='0.2.0', | ||
author='Cloudify Platform Ltd.', | ||
author_email='[email protected]', | ||
license='LICENSE', | ||
|