Alias PVE-Proxmox

pull/214/head
Bruno Emanuel 5 years ago
parent 0ea45f7237
commit f1b1965707

@ -124,6 +124,9 @@ ALIASES = {
"Pfsense": "PFSense",
"Vyos": "VyOS"
},
"proxmox": {
"ProxmoxVE": "PVE",
},
"queue": {
"Activemq": "ActiveMQ",
"Rabbitmq": "RabbitMQ",

@ -135,6 +135,10 @@ Node classes list of onprem provider.
- **diagrams.onprem.network.Vyos**, **VyOS** (alias)
- **diagrams.onprem.network.Zookeeper**
## onprem.proxmox
- **diagrams.onprem.proxmox.Pve**
## onprem.queue
- **diagrams.onprem.queue.Activemq**, **ActiveMQ** (alias)
@ -153,6 +157,11 @@ Node classes list of onprem provider.
- **diagrams.onprem.security.Trivy**
- **diagrams.onprem.security.Vault**
## onprem.storage
- **diagrams.onprem.storage.Ceph**
- **diagrams.onprem.storage.Glusterfs**
## onprem.vcs
- **diagrams.onprem.vcs.Git**

@ -53,6 +53,9 @@
"nodes/onprem": {
"title": "OnPrem"
},
"nodes/openstack": {
"title": "OpenStack"
},
"nodes/programming": {
"title": "Programming"
},

Loading…
Cancel
Save