feat: add icon set for Oracle Cloud Services. (#20)
* Add Icon set for Oracle Cloud Services. Update scripts to handle the new provider * feat: add alibaba cloud resources * chore: delete unused script * bump: up to version 0.4.0 * docs: add alibaba cloud * chore: make a publish script executable * docs: update menus for alibaba cloud * Code cleanup per pull request feedback * Add Oracle cloud to website and command line to generate the classes * Add missing module script for OCI provider Co-authored-by: Prodesire <Prodesire@yeah.net> Co-authored-by: MinJae Kwon <mingrammer@gmail.com>pull/25/head
@ -0,0 +1,12 @@
|
|||||||
|
"""
|
||||||
|
OCI provides a set of services for Oracle Cloud provider.
|
||||||
|
"""
|
||||||
|
|
||||||
|
from diagrams import Node
|
||||||
|
|
||||||
|
|
||||||
|
class _OCI(Node):
|
||||||
|
_provider = "oci"
|
||||||
|
_icon_dir = "resources/oci"
|
||||||
|
|
||||||
|
fontcolor = "#2d3436"
|
@ -0,0 +1,26 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _OCI
|
||||||
|
|
||||||
|
|
||||||
|
class _Compute(_OCI):
|
||||||
|
_type = "compute"
|
||||||
|
_icon_dir = "resources/oci/compute"
|
||||||
|
|
||||||
|
|
||||||
|
class Bm(_Compute):
|
||||||
|
_icon = "bm.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Container(_Compute):
|
||||||
|
_icon = "container.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Vm(_Compute):
|
||||||
|
_icon = "vm.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
||||||
|
|
||||||
|
VirtualMachine = Vm
|
||||||
|
BareMetal = Bm
|
@ -0,0 +1,31 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _OCI
|
||||||
|
|
||||||
|
|
||||||
|
class _Connectivity(_OCI):
|
||||||
|
_type = "connectivity"
|
||||||
|
_icon_dir = "resources/oci/connectivity"
|
||||||
|
|
||||||
|
|
||||||
|
class Backbone(_Connectivity):
|
||||||
|
_icon = "backbone.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Customerdatacenter(_Connectivity):
|
||||||
|
_icon = "customerdatacenter.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Customerpremisesequip(_Connectivity):
|
||||||
|
_icon = "customerpremisesequip.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Fastconnect(_Connectivity):
|
||||||
|
_icon = "fastconnect.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Vpn(_Connectivity):
|
||||||
|
_icon = "vpn.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,15 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _OCI
|
||||||
|
|
||||||
|
|
||||||
|
class _Database(_OCI):
|
||||||
|
_type = "database"
|
||||||
|
_icon_dir = "resources/oci/database"
|
||||||
|
|
||||||
|
|
||||||
|
class Databaseservice(_Database):
|
||||||
|
_icon = "databaseservice.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,19 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _OCI
|
||||||
|
|
||||||
|
|
||||||
|
class _Devops(_OCI):
|
||||||
|
_type = "devops"
|
||||||
|
_icon_dir = "resources/oci/devops"
|
||||||
|
|
||||||
|
|
||||||
|
class Apiservice(_Devops):
|
||||||
|
_icon = "apiservice.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Resourcemgmt(_Devops):
|
||||||
|
_icon = "resourcemgmt.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,27 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _OCI
|
||||||
|
|
||||||
|
|
||||||
|
class _Edge(_OCI):
|
||||||
|
_type = "edge"
|
||||||
|
_icon_dir = "resources/oci/edge"
|
||||||
|
|
||||||
|
|
||||||
|
class Cdn(_Edge):
|
||||||
|
_icon = "cdn.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Dns(_Edge):
|
||||||
|
_icon = "dns.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Emaildelivery(_Edge):
|
||||||
|
_icon = "emaildelivery.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Waf(_Edge):
|
||||||
|
_icon = "waf.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,51 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _OCI
|
||||||
|
|
||||||
|
|
||||||
|
class _Monitoring(_OCI):
|
||||||
|
_type = "monitoring"
|
||||||
|
_icon_dir = "resources/oci/monitoring"
|
||||||
|
|
||||||
|
|
||||||
|
class Alarm(_Monitoring):
|
||||||
|
_icon = "alarm.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Event(_Monitoring):
|
||||||
|
_icon = "event.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Healthcheck(_Monitoring):
|
||||||
|
_icon = "healthcheck.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Logging(_Monitoring):
|
||||||
|
_icon = "logging.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Notifications(_Monitoring):
|
||||||
|
_icon = "notifications.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Queuing(_Monitoring):
|
||||||
|
_icon = "queuing.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Search(_Monitoring):
|
||||||
|
_icon = "search.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Streaming(_Monitoring):
|
||||||
|
_icon = "streaming.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Telemetry(_Monitoring):
|
||||||
|
_icon = "telemetry.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Workflow(_Monitoring):
|
||||||
|
_icon = "workflow.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,43 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _OCI
|
||||||
|
|
||||||
|
|
||||||
|
class _Network(_OCI):
|
||||||
|
_type = "network"
|
||||||
|
_icon_dir = "resources/oci/network"
|
||||||
|
|
||||||
|
|
||||||
|
class Drg(_Network):
|
||||||
|
_icon = "drg.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Firewall(_Network):
|
||||||
|
_icon = "firewall.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Internetgateway(_Network):
|
||||||
|
_icon = "internetgateway.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Loadbalance(_Network):
|
||||||
|
_icon = "loadbalance.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Routetable(_Network):
|
||||||
|
_icon = "routetable.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Securitylists(_Network):
|
||||||
|
_icon = "securitylists.png"
|
||||||
|
|
||||||
|
|
||||||
|
class ServiceGateway(_Network):
|
||||||
|
_icon = "service-gateway.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Vcloudnetwork(_Network):
|
||||||
|
_icon = "vcloudnetwork.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,51 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _OCI
|
||||||
|
|
||||||
|
|
||||||
|
class _Security(_OCI):
|
||||||
|
_type = "security"
|
||||||
|
_icon_dir = "resources/oci/security"
|
||||||
|
|
||||||
|
|
||||||
|
class Audit(_Security):
|
||||||
|
_icon = "audit.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Compartments(_Security):
|
||||||
|
_icon = "compartments.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Ddos(_Security):
|
||||||
|
_icon = "ddos.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Encryption(_Security):
|
||||||
|
_icon = "encryption.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Groups(_Security):
|
||||||
|
_icon = "groups.png"
|
||||||
|
|
||||||
|
|
||||||
|
class IdAccess(_Security):
|
||||||
|
_icon = "id-access.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Keymgmt(_Security):
|
||||||
|
_icon = "keymgmt.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Ocid(_Security):
|
||||||
|
_icon = "ocid.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Policies(_Security):
|
||||||
|
_icon = "policies.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Tagging(_Security):
|
||||||
|
_icon = "tagging.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,39 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _OCI
|
||||||
|
|
||||||
|
|
||||||
|
class _Storage(_OCI):
|
||||||
|
_type = "storage"
|
||||||
|
_icon_dir = "resources/oci/storage"
|
||||||
|
|
||||||
|
|
||||||
|
class Backuprestore(_Storage):
|
||||||
|
_icon = "backuprestore.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Blockstorage(_Storage):
|
||||||
|
_icon = "blockstorage.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Buckets(_Storage):
|
||||||
|
_icon = "buckets.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Datatransfer(_Storage):
|
||||||
|
_icon = "datatransfer.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Filestorage(_Storage):
|
||||||
|
_icon = "filestorage.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Objectstorage(_Storage):
|
||||||
|
_icon = "objectstorage.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Storagegateway(_Storage):
|
||||||
|
_icon = "storagegateway.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,83 @@
|
|||||||
|
---
|
||||||
|
id: oci
|
||||||
|
title: OCI
|
||||||
|
---
|
||||||
|
|
||||||
|
Node classes list of oci provider.
|
||||||
|
|
||||||
|
## oci.compute
|
||||||
|
|
||||||
|
- **diagrams.oci.compute.Bm**, **BareMetal** (alias)
|
||||||
|
- **diagrams.oci.compute.Container**
|
||||||
|
- **diagrams.oci.compute.Vm**, **VirtualMachine** (alias)
|
||||||
|
|
||||||
|
## oci.connectivity
|
||||||
|
|
||||||
|
- **diagrams.oci.connectivity.Backbone**
|
||||||
|
- **diagrams.oci.connectivity.Customerdatacenter**
|
||||||
|
- **diagrams.oci.connectivity.Customerpremisesequip**
|
||||||
|
- **diagrams.oci.connectivity.Fastconnect**
|
||||||
|
- **diagrams.oci.connectivity.Vpn**
|
||||||
|
|
||||||
|
## oci.database
|
||||||
|
|
||||||
|
- **diagrams.oci.database.Databaseservice**
|
||||||
|
|
||||||
|
## oci.devops
|
||||||
|
|
||||||
|
- **diagrams.oci.devops.Apiservice**
|
||||||
|
- **diagrams.oci.devops.Resourcemgmt**
|
||||||
|
|
||||||
|
## oci.edge
|
||||||
|
|
||||||
|
- **diagrams.oci.edge.Cdn**
|
||||||
|
- **diagrams.oci.edge.Dns**
|
||||||
|
- **diagrams.oci.edge.Emaildelivery**
|
||||||
|
- **diagrams.oci.edge.Waf**
|
||||||
|
|
||||||
|
## oci.monitoring
|
||||||
|
|
||||||
|
- **diagrams.oci.monitoring.Alarm**
|
||||||
|
- **diagrams.oci.monitoring.Event**
|
||||||
|
- **diagrams.oci.monitoring.Healthcheck**
|
||||||
|
- **diagrams.oci.monitoring.Logging**
|
||||||
|
- **diagrams.oci.monitoring.Notifications**
|
||||||
|
- **diagrams.oci.monitoring.Queuing**
|
||||||
|
- **diagrams.oci.monitoring.Search**
|
||||||
|
- **diagrams.oci.monitoring.Streaming**
|
||||||
|
- **diagrams.oci.monitoring.Telemetry**
|
||||||
|
- **diagrams.oci.monitoring.Workflow**
|
||||||
|
|
||||||
|
## oci.network
|
||||||
|
|
||||||
|
- **diagrams.oci.network.Drg**
|
||||||
|
- **diagrams.oci.network.Firewall**
|
||||||
|
- **diagrams.oci.network.Internetgateway**
|
||||||
|
- **diagrams.oci.network.Loadbalance**
|
||||||
|
- **diagrams.oci.network.Routetable**
|
||||||
|
- **diagrams.oci.network.Securitylists**
|
||||||
|
- **diagrams.oci.network.ServiceGateway**
|
||||||
|
- **diagrams.oci.network.Vcloudnetwork**
|
||||||
|
|
||||||
|
## oci.security
|
||||||
|
|
||||||
|
- **diagrams.oci.security.Audit**
|
||||||
|
- **diagrams.oci.security.Compartments**
|
||||||
|
- **diagrams.oci.security.Ddos**
|
||||||
|
- **diagrams.oci.security.Encryption**
|
||||||
|
- **diagrams.oci.security.Groups**
|
||||||
|
- **diagrams.oci.security.IdAccess**
|
||||||
|
- **diagrams.oci.security.Keymgmt**
|
||||||
|
- **diagrams.oci.security.Ocid**
|
||||||
|
- **diagrams.oci.security.Policies**
|
||||||
|
- **diagrams.oci.security.Tagging**
|
||||||
|
|
||||||
|
## oci.storage
|
||||||
|
|
||||||
|
- **diagrams.oci.storage.Backuprestore**
|
||||||
|
- **diagrams.oci.storage.Blockstorage**
|
||||||
|
- **diagrams.oci.storage.Buckets**
|
||||||
|
- **diagrams.oci.storage.Datatransfer**
|
||||||
|
- **diagrams.oci.storage.Filestorage**
|
||||||
|
- **diagrams.oci.storage.Objectstorage**
|
||||||
|
- **diagrams.oci.storage.Storagegateway**
|
After Width: | Height: | Size: 5.1 KiB |
After Width: | Height: | Size: 8.8 KiB |
After Width: | Height: | Size: 6.4 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 8.7 KiB |
After Width: | Height: | Size: 8.4 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 7.0 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 27 KiB |
After Width: | Height: | Size: 24 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 24 KiB |
After Width: | Height: | Size: 9.9 KiB |
After Width: | Height: | Size: 5.7 KiB |
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 2.4 KiB |
After Width: | Height: | Size: 26 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 9.9 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 5.5 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 19 KiB |
After Width: | Height: | Size: 7.2 KiB |
After Width: | Height: | Size: 9.6 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 8.8 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 9.3 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 24 KiB |
After Width: | Height: | Size: 7.8 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 8.6 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 10 KiB |