Question

What are categories needed before I lunch a blueprint?

  • 21 April 2022
  • 1 reply
  • 92 views

Badge +1

Hi all,

I have noticed 8 of categories are needed for creating a vm.

    "api_version": "3.1.0",
    "metadata": {
        "categories": {
            "CalmApplication": "test_single_vm_6",
            "CalmClusterUuid": "593a823c-975f-455d-9b37-9aa61181accb",
            "CalmDeployment": "42615561_deployment",
            "CalmPackage": "Package1",
            "CalmProject": "my-calm",
            "CalmService": "Service1",
            "CalmUser": "admin",
            "OSType": "Linux",
            "Project": "default"
        },
        "kind": "vm",
        "name": "vm-0-220421-054929"
    }

I have some errors when lunching a blueprint.

 

ERROR: Category key creation failed at the AHV due to the following reasons: 

ERROR: Category key creation failed at the AHV due to the following reasons: 

ERROR: Category key creation failed at the AHV due to the following reasons: 

ERROR: Category key creation failed at the AHV due to the following reasons: 

ERROR: Category key creation failed at the AHV due to the following reasons: 

ERROR: Category key creation failed at the AHV due to the following reasons: 

ERROR: Category key creation failed at the AHV due to the following reasons: 

ERROR: Category key creation failed at the AHV due to the following reasons: 
Error in creating category key for key: CalmApplication value: test_single_vm_6 error: 
Error in creating category key for key: CalmPackage value: Package1 error: 
Error in creating category key for key: CalmService value: Service1 error: 
Error in creating category key for key: CalmUser value: admin error: 
Error in creating category key for key: CalmClusterUuid value: 593a823c-975f-455d-9b37-9aa61181accb error: 
Error in creating category key for key: OSType value: Linux error: 
Error in creating category key for key: CalmDeployment value: 42615561_deployment error: 
Error in creating category key for key: CalmProject value: my-calm error: 

 

Is anyone had same issue before?

I am not able to lanunch any blueprint.

Thanks,

Martin


1 reply

Userlevel 4
Badge +5

Hi @Martin_bj2021 

Check if PC has some disconnected PE that is being whitelisted to be used by the project launching the blueprint.

Reply