tripleo-heat-templates/releasenotes/notes/all-in-one-via-undercloud.yaml-8766b43a20a4270f.yaml
Alex Schultz ba81e1f4d6 Update standalone role
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
2018-09-26 14:14:28 -06:00

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.