wazuh / wazuh-virtual-machines

Wazuh - Virtual Machines (OVA and AMI)
https://wazuh.com/
GNU General Public License v2.0
0 stars 0 forks source link

Add PPC64 architecture computation resource to the Allocator #9

Closed jnasselle closed 3 months ago

jnasselle commented 3 months ago

Description

Based on https://github.com/wazuh/wazuh-jenkins/issues/6751 requirements, it's needed to add PPC support on the allocator (migrated from wazuh-qa to wazuh-virtual-machines as stated here )

Constraints

jnasselle commented 3 months ago

Update

@c-bordon pointed out that this feature is currently implemented in https://github.com/wazuh/wazuh-qa/issues/5085.

These systems can be used with the following composite names:

Regarding the constraint, only two instances for each one can be executed simultaneously. If more instances are requested, the next error is raised

raise ValueError(f"ppc64 server has full capacity, cannot host a new container")