ba81e1f4d6
The standalone role can be used either with the tripleo deploy command to deploy locally, or it can be used with an undercloud to deploy an all-in-one node. This change provides a sample set of environment files for both deployment mechanisms. Change-Id: Ibc735ac4326a9217469e368c074de8b0df7689bd Related-Blueprint: all-in-one
15 lines
646 B
YAML
15 lines
646 B
YAML
---
|
|
features:
|
|
- |
|
|
We now provide an example set of environment files that can be used to
|
|
deploy a single all-in-one standalone cloud node via the
|
|
'openstack overcloud deploy' and 'openstack tripleo deploy' (experimental)
|
|
commands.
|
|
For the overcloud deployment, use `environments/standalone/standalone-overcloud.yaml`.
|
|
For the tripleo deploy deployment, use `environments/standalone/standalone-tripleo.yaml`.
|
|
deprecations:
|
|
- |
|
|
The environments/standalone.yaml has been deprecated and should be replaced
|
|
with environments/standalone/standalone-tripleo.yaml when using the
|
|
'openstack tripleo deploy' command.
|