mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
remove PROCESS_STEPS from hypervisor annotation
This commit is contained in:
@@ -13,7 +13,6 @@
|
|||||||
|
|
||||||
{%- import_yaml 'soc/dyanno/hypervisor/hypervisor.yaml' as ANNOTATION -%}
|
{%- import_yaml 'soc/dyanno/hypervisor/hypervisor.yaml' as ANNOTATION -%}
|
||||||
{%- from 'hypervisor/map.jinja' import HYPERVISORS -%}
|
{%- from 'hypervisor/map.jinja' import HYPERVISORS -%}
|
||||||
{%- from 'soc/dyanno/hypervisor/map.jinja' import PROCESS_STEPS -%}
|
|
||||||
|
|
||||||
{%- set TEMPLATE = ANNOTATION.hypervisor.hosts.pop('defaultHost') -%}
|
{%- set TEMPLATE = ANNOTATION.hypervisor.hosts.pop('defaultHost') -%}
|
||||||
|
|
||||||
@@ -27,7 +26,6 @@
|
|||||||
{%- if baseDomainStatus == 'Initialized' %}
|
{%- if baseDomainStatus == 'Initialized' %}
|
||||||
{%- if vm_list %}
|
{%- if vm_list %}
|
||||||
#### Virtual Machines
|
#### Virtual Machines
|
||||||
Status values: {% for step in PROCESS_STEPS %}{{ step }}{% if not loop.last %}, {% endif %}{% endfor %}. "Last Updated" shows when status changed. After "Highstate Initiated", only "Destroyed Instance" updates the timestamp.
|
|
||||||
|
|
||||||
| Name | Status | CPU Cores | Memory (GB)| Disk | Copper | SFP | Last Updated |
|
| Name | Status | CPU Cores | Memory (GB)| Disk | Copper | SFP | Last Updated |
|
||||||
|--------------------|--------------------|-----------|------------|------|--------|------|---------------------|
|
|--------------------|--------------------|-----------|------------|------|--------|------|---------------------|
|
||||||
@@ -42,7 +40,6 @@ Status values: {% for step in PROCESS_STEPS %}{{ step }}{% if not loop.last %},
|
|||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
{%- else %}
|
{%- else %}
|
||||||
#### Virtual Machines
|
#### Virtual Machines
|
||||||
Status values: {% for step in PROCESS_STEPS %}{{ step }}{% if not loop.last %}, {% endif %}{% endfor %}. "Last Updated" shows when status changed. After "Highstate Initiated", only "Destroyed Instance" updates the timestamp.
|
|
||||||
|
|
||||||
No Virtual Machines Found
|
No Virtual Machines Found
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user