-
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.
Completed move to drawio implementation.
- Loading branch information
autobuild
committed
Nov 19, 2024
1 parent
2c45e45
commit 6fc351d
Showing
15 changed files
with
300 additions
and
198 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
from ibmdiagrams.ibmcloud.diagram import Diagram | ||
from ibmdiagrams.ibmcloud.groups import IBMCloud, Region, VPC, Zone, Subnet, CloudServices, ResourceGroup, SecurityGroup, ExpandedVirtualServer | ||
from ibmdiagrams.ibmcloud.compute import VirtualServer | ||
from ibmdiagrams.ibmcloud.actors import User | ||
from ibmdiagrams.ibmcloud.network import EndpointGateway, TransitGateway | ||
from ibmdiagrams.ibmcloud.security import KeyProtect, VPNGateway | ||
from ibmdiagrams.ibmcloud.storage import ObjectStorage | ||
|
||
with Diagram("zone"): | ||
with Zone("Zone 1", "10.243.0.0/24", direction="TB"): | ||
vsi1 = ExpandedVirtualServer("VSI - Server", "10.243.0.5") | ||
#user = User("Jay", "10.243.0.5") |
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 @@ | ||
Metadata-Version: 2.1 | ||
Name: ibmdiagrams | ||
Version: 1.0.30 | ||
Version: 2.0.0 | ||
Summary: Generate architecture diagrams following IBM Diagram Standard | ||
Author-email: Jay Warfield <[email protected]> | ||
Maintainer-email: Jay Warfield <[email protected]> | ||
|
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
epnode | ||
ibmdiagrams |
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
Oops, something went wrong.