feat(nodes): pve lxc java dns zabbix (#291)
* Including Zabbix on Monitoring Group * Zabbix implementation * Added LXC on Container * Error typo * Alias PVE-Proxmox * Including Proxmox, CEPH, GlusterFS * New Application Servers - JBoss,Tomcat,Jetty,Glassfish * Java App Server - WildFly by RH * Autogen Changes of App Servers * DNS Services OnPremise * Inclusion UPPER_WORDS * Container and OnPremise changed after autogen.sh * Outscale after autogen * Removed duplication * Refactor #291pull/304/head
@ -0,0 +1,17 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _OnPrem
|
||||||
|
|
||||||
|
|
||||||
|
class _Proxmox(_OnPrem):
|
||||||
|
_type = "proxmox"
|
||||||
|
_icon_dir = "resources/onprem/proxmox"
|
||||||
|
|
||||||
|
|
||||||
|
class Pve(_Proxmox):
|
||||||
|
_icon = "pve.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
||||||
|
|
||||||
|
ProxmoxVE = Pve
|
@ -0,0 +1,19 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _OnPrem
|
||||||
|
|
||||||
|
class _Storage(_OnPrem):
|
||||||
|
_type = "storage"
|
||||||
|
_icon_dir = "resources/onprem/storage"
|
||||||
|
|
||||||
|
|
||||||
|
class CephOsd(_Storage):
|
||||||
|
_icon = "ceph-osd.png"
|
||||||
|
class Ceph(_Storage):
|
||||||
|
_icon = "ceph.png"
|
||||||
|
class Glusterfs(_Storage):
|
||||||
|
_icon = "glusterfs.png"
|
||||||
|
|
||||||
|
# Aliases
|
||||||
|
|
||||||
|
{'CEPH': 'ceph', 'Ceph-OSD': 'CEPH-OSD'} = ceph
|
After Width: | Height: | Size: 26 KiB |
After Width: | Height: | Size: 21 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 19 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 5.4 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 38 KiB |