fb5b68313f
A new simplified command is added for deploying nodes, optionally specifying an image. The underlying role is updated to allow specifying a full image URL, a configdrive URL or contents and a full checksum. Change-Id: I6c99b01dc827c0bd2ef98eff73de4dfbac433fe1
18 lines
654 B
YAML
18 lines
654 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds a new CLI command ``./bifrost-cli deploy`` that runs the deploy
|
|
playbook, optionally specifying a custom image.
|
|
- |
|
|
Adds a new way to specify a custom image for the
|
|
``bifrost-deploy-nodes-dynamic`` role by setting the new parameters
|
|
``deploy_image_source`` and ``deploy_image_checksum``.
|
|
- |
|
|
Allows customizing the configdrive URL or JSON for the
|
|
``bifrost-deploy-nodes-dynamic`` role by setting the new parameter
|
|
``deploy_config_drive``.
|
|
deprecations:
|
|
- |
|
|
The ``deploy_image`` parameter of the ``bifrost-deploy-nodes-dynamic`` role
|
|
is deprecated in favour of ``deploy_image_path``.
|