eu-nebulous / optimiser-controller

Mozilla Public License 2.0
0 stars 0 forks source link

Optimizer fails to get node candidates #31

Open atsag opened 1 week ago

atsag commented 1 week ago

While trying to deploy the simple rest api controller application Robert has created, it immediately was set to "deployed" (as soon as I clicked on 'deploy') and I found the logs below to be possibly associated to the event:

{"@timestamp":"2024-10-04T14:47:35.896599372Z","@version":"1","message":"Processing message fortopic://eu.nebulouscloud.cfsb.get_node_candidates_multi.reply","logger_name":"eu.nebulouscloud.exn.core.Consumer","thread_name":"pool-12-thread-11","level":"DEBUG","level_value":10000} {"@timestamp":"2024-10-04T14:47:35.930268645Z","@version":"1","message":"Could not find node candidates for requirements: [class AttributeRequirement {\n class Requirement {\n type: AttributeRequirement\n }\n requirementClass: hardware\n requirementAttribute: ram\n requirementOperator: GEQ\n value: 8192\n}, class AttributeRequirement {\n class Requirement {\n type: AttributeRequirement\n }\n requirementClass: hardware\n requirementAttribute: cores\n requirementOperator: GEQ\n value: 4\n}], aborting deployment","logger_name":"eu.nebulouscloud.optimiser.controller.NebulousAppDeployer","thread_name":"Thread-4","level":"ERROR","level_value":40000,"appId":"b8f355fb-5001-43a6-bc6b-dcb3a46ffe8f","clusterName":"b8f35-5"} {"@timestamp":"2024-10-04T14:47:35.930674856Z","@version":"1","message":"topic://eu.nebulouscloud.optimiser.controller.app_state Sending {state=FAILED}-> null ","logger_name":"eu.nebulouscloud.exn.core.Publisher","thread_name":"Thread-4","level":"DEBUG","level_value":10000,"appId":"b8f355fb-5001-43a6-bc6b-dcb3a46ffe8f","clusterName":"b8f35-5"}

The deployment did not initiate any VMs.