pull/606/head
= 4 years ago
parent e43c860732
commit 9679152f9a

@ -4,7 +4,7 @@ set -e
app_root_dir="diagrams" app_root_dir="diagrams"
# NOTE: azure icon set is not latest version # NOTE: azure icon set is not latest version
providers=("onprem" "aws" "azure" "gcp" "ibm" "firebase" "k8s" "alibabacloud" "oci" "programming" "saas" "elastic" "generic" "openstack" "outscale" ) providers=("aci" "onprem" "aws" "azure" "gcp" "ibm" "firebase" "k8s" "alibabacloud" "oci" "programming" "saas" "elastic" "generic" "openstack" "outscale" )
if ! [ -x "$(command -v round)" ]; then if ! [ -x "$(command -v round)" ]; then
echo 'round is not installed' echo 'round is not installed'

@ -12,7 +12,7 @@ DIR_RESOURCE = "resources"
DIR_TEMPLATE = "templates" DIR_TEMPLATE = "templates"
PROVIDERS = ( PROVIDERS = (
"base", "onprem", "aws", "azure", "gcp", "ibm", "firebase", "k8s", "alibabacloud", "oci", "programming", "saas", "elastic", "aci", "base", "onprem", "aws", "azure", "gcp", "ibm", "firebase", "k8s", "alibabacloud", "oci", "programming", "saas", "elastic",
"generic", "openstack", "outscale") "generic", "openstack", "outscale")
######################### #########################
@ -27,6 +27,7 @@ CMD_SVG2PNG_IM = "convert"
CMD_SVG2PNG_IM_OPTS = ("-shave", "25%x25%", "-resize", "256x256!") CMD_SVG2PNG_IM_OPTS = ("-shave", "25%x25%", "-resize", "256x256!")
FILE_PREFIXES = { FILE_PREFIXES = {
"aci": ('ACI'),
"onprem": (), "onprem": (),
"aws": ("Amazon-", "AWS-"), "aws": ("Amazon-", "AWS-"),
"azure": ("Azure-",), "azure": ("Azure-",),
@ -94,6 +95,13 @@ TITLE_WORDS = {
# TODO: check if the classname exists # TODO: check if the classname exists
ALIASES = { ALIASES = {
"aci": {
"fabricnode": {
"apic": "apic_blue",
"leaf": "leaf_blue",
"spine": "spine_blue"
}
},
"onprem": { "onprem": {
"analytics": { "analytics": {
"Powerbi": "PowerBI" "Powerbi": "PowerBI"

@ -0,0 +1,131 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.
from . import _Aci
class _Fabricnode(_Aci):
_type = "fabricnode"
_icon_dir = "resources/aci/fabricnode"
class Apic_Blue(_Fabricnode):
_icon = "apic_blue.png"
class Apic_Brown(_Fabricnode):
_icon = "apic_brown.png"
class Apic_Cyan(_Fabricnode):
_icon = "apic_cyan.png"
class Apic_Darkblue(_Fabricnode):
_icon = "apic_darkblue.png"
class Apic_Darkyellow(_Fabricnode):
_icon = "apic_darkyellow.png"
class Apic_Gray(_Fabricnode):
_icon = "apic_gray.png"
class Apic_Green(_Fabricnode):
_icon = "apic_green.png"
class Apic_Orange(_Fabricnode):
_icon = "apic_orange.png"
class Apic_Red(_Fabricnode):
_icon = "apic_red.png"
class Apic_Yellow(_Fabricnode):
_icon = "apic_yellow.png"
class Leaf_Blue(_Fabricnode):
_icon = "leaf_blue.png"
class Leaf_Brown(_Fabricnode):
_icon = "leaf_brown.png"
class Leaf_Cyan(_Fabricnode):
_icon = "leaf_cyan.png"
class Leaf_Darkblue(_Fabricnode):
_icon = "leaf_darkblue.png"
class Leaf_Darkyellow(_Fabricnode):
_icon = "leaf_darkyellow.png"
class Leaf_Gray(_Fabricnode):
_icon = "leaf_gray.png"
class Leaf_Orange(_Fabricnode):
_icon = "leaf_orange.png"
class Leaf_Red(_Fabricnode):
_icon = "leaf_red.png"
class Leaf_Yellow(_Fabricnode):
_icon = "leaf_yellow.png"
class Spine_Blue(_Fabricnode):
_icon = "spine_blue.png"
class Spine_Brown(_Fabricnode):
_icon = "spine_brown.png"
class Spine_Cyan(_Fabricnode):
_icon = "spine_cyan.png"
class Spine_Darkblue(_Fabricnode):
_icon = "spine_darkblue.png"
class Spine_Darkyellow(_Fabricnode):
_icon = "spine_darkyellow.png"
class Spine_Gray(_Fabricnode):
_icon = "spine_gray.png"
class Spine_Green(_Fabricnode):
_icon = "spine_green.png"
class Spine_Orange(_Fabricnode):
_icon = "spine_orange.png"
class Spine_Red(_Fabricnode):
_icon = "spine_red.png"
class Spine_Yellow(_Fabricnode):
_icon = "spine_yellow.png"
# Aliases
apic_blue = apic
leaf_blue = leaf
spine_blue = spine

@ -0,0 +1,38 @@
---
id: aci
title: Aci
---
Node classes list of aci provider.
## aci.fabricnode
- **diagrams.aci.fabricnode.Apic_Blue**
- **diagrams.aci.fabricnode.Apic_Brown**
- **diagrams.aci.fabricnode.Apic_Cyan**
- **diagrams.aci.fabricnode.Apic_Darkblue**
- **diagrams.aci.fabricnode.Apic_Darkyellow**
- **diagrams.aci.fabricnode.Apic_Gray**
- **diagrams.aci.fabricnode.Apic_Green**
- **diagrams.aci.fabricnode.Apic_Orange**
- **diagrams.aci.fabricnode.Apic_Red**
- **diagrams.aci.fabricnode.Apic_Yellow**
- **diagrams.aci.fabricnode.Leaf_Blue**
- **diagrams.aci.fabricnode.Leaf_Brown**
- **diagrams.aci.fabricnode.Leaf_Cyan**
- **diagrams.aci.fabricnode.Leaf_Darkblue**
- **diagrams.aci.fabricnode.Leaf_Darkyellow**
- **diagrams.aci.fabricnode.Leaf_Gray**
- **diagrams.aci.fabricnode.Leaf_Orange**
- **diagrams.aci.fabricnode.Leaf_Red**
- **diagrams.aci.fabricnode.Leaf_Yellow**
- **diagrams.aci.fabricnode.Spine_Blue**
- **diagrams.aci.fabricnode.Spine_Brown**
- **diagrams.aci.fabricnode.Spine_Cyan**
- **diagrams.aci.fabricnode.Spine_Darkblue**
- **diagrams.aci.fabricnode.Spine_Darkyellow**
- **diagrams.aci.fabricnode.Spine_Gray**
- **diagrams.aci.fabricnode.Spine_Green**
- **diagrams.aci.fabricnode.Spine_Orange**
- **diagrams.aci.fabricnode.Spine_Red**
- **diagrams.aci.fabricnode.Spine_Yellow**

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

@ -127,7 +127,12 @@ def cleaner_openstack(f):
return f.lower() return f.lower()
def cleaner_aci(f):
return f.lower()
cleaners = { cleaners = {
"aci": cleaner_aci,
"onprem": cleaner_onprem, "onprem": cleaner_onprem,
"aws": cleaner_aws, "aws": cleaner_aws,
"azure": cleaner_azure, "azure": cleaner_azure,

Loading…
Cancel
Save