-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.0 release and Beta! Numerous changes, read commit message for the d…
…etails :) - Platform interfaces now subclass Interface - Several functions have been moved from VsphereInterface to Interface - Added Thresholds to Infrastructure specification - Moved get_vlan to utils from VsphereInterface - Changed logging output to not include date and add more space for class name - Added date, improved platform information and hostname to logging initialization info - Fixed numerous bugs, including many that were introduced in the last 5-10 commits - Updated and renamed interface UML diagram, includes Docker now and changes to vSphere - Added classifiers to setup.py and updated status to reflect Beta - Changed version numbers on stable classes to 1.0.0 - Improved comments and cleaned up code NOTE: vm_snapshots still isn't fully stable, notably the get functionality isn't working yet.
- Loading branch information
1 parent
a9c81dc
commit 333f679
Showing
18 changed files
with
309 additions
and
279 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- coding: utf-8 -*- | ||
|
||
__version__ = "0.13.10" | ||
__version__ = "1.0.0" | ||
__author__ = "Christopher Goes" | ||
__email__ = "<[email protected]>" | ||
__license__ = "Apache 2.0" | ||
|
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
Oops, something went wrong.