Symptoms

Task Sending VE creation request ... failed with the following message:

Last execution output: IM rejects request with message P300006: No default template was found for specified os/technology for URI http://192.168.1.1:4465/paci/v1.0/of/1000001/ve

Example task parameters:

<?xml version="1.0" encoding="utf-8"?>     <ve><name>first-server</name><hostname>first-server</hostname><description/>     <subscription-id>1000001</subscription-id><cpu number="2"     power="2000"/><ram-size>4096</ram-size><bandwidth>1000</bandwidth><no-of-public-ip>1</no-of-public-ip><ve-disk local="true" size="50" primary="true"/><platform><os-info type="windows" technology="CT"/></platform></ve>

Cause

In the request you can see the following part:

<os-info type="windows" technology="CT"/>

OACI needs to decide which OS template should be used to provision container with Windows OS type(for example). However there is no default template set for this OS type at Services > Cloud Infrastructure > OS Templates.

Resolution

  1. Mark one of the templates for the mentioned OS type as default: press Make Default button at Services > Cloud Infrastructure > OS Templates.

  2. Rerun the task.

Internal content