File: add-deploy-steps-arg-0b127e29c8cf976d.yaml

package info (click to toggle)
python-ironicclient 5.10.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,632 kB
  • sloc: python: 25,269; makefile: 22; sh: 8
file content (15 lines) | stat: -rw-r--r-- 888 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
features:
  - |
    Adds support for providing optional deploy steps when deploying or
    rebuilding; available with ironic-api-version 1.69 or higher. Baremetal CLI
    is ``baremetal node <provision-state> <node> --deploy-steps
    <deploy-steps>`` where ``<provision-state>`` is 'deploy' or 'rebuild' and
    ``<deploy-steps>`` are deploy steps in JSON format. May be path to a file
    containing deploy steps; OR '-', with the deploy steps being read from
    standard input; OR a string. The value should be a list of deploy-step
    dictionaries; each dictionary should have keys 'interface', 'step' and
    'priority', and optional key 'args'. When overlapping, these steps override
    deploy template and driver steps. For more information see
    `Deploy Steps in Node Deployment documentation <https://docs.openstack.org/ironic/latest/admin/node-deployment.html#id3>`_.