summaryrefslogtreecommitdiff
path: root/releasenotes/notes/deploy-templates-5df3368df862631c.yaml
blob: 242ca88d130ea60eabc923de3e2e958df242b28c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
features:
  - |
    Adds the deploy templates API. Deploy templates can be used to customise
    the node deployment process, each specifying a list of deploy steps to
    execute with configurable priority and arguments.

    Introduces the following new API endpoints, available from Bare Metal API
    version 1.55:

    * ``GET /v1/deploy_templates``
    * ``GET /v1/deploy_templates/<deploy template identifier>``
    * ``POST /v1/deploy_templates``
    * ``PATCH /v1/deploy_templates/<deploy template identifier>``
    * ``DELETE /v1/deploy_templates/<deploy template identifier>``