diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-06-26 23:59:05 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-06-26 23:59:05 +0000 |
commit | 8c778263a82197d640358fc28e59a4ef524c0261 (patch) | |
tree | bc0d54081363b90c4be90dfc7df8de528f0ff8b9 /releasenotes/notes/split-stack-environments-1f817e24b5d90959.yaml | |
parent | 5dc466725ba47b4d78e2b5869d4df470f262a281 (diff) | |
parent | 562ee3a9a74a06d080847193b017cbe9e59d7077 (diff) |
Merge "Add split-stack environments"
Diffstat (limited to 'releasenotes/notes/split-stack-environments-1f817e24b5d90959.yaml')
-rw-r--r-- | releasenotes/notes/split-stack-environments-1f817e24b5d90959.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/split-stack-environments-1f817e24b5d90959.yaml b/releasenotes/notes/split-stack-environments-1f817e24b5d90959.yaml new file mode 100644 index 00000000..1bc99371 --- /dev/null +++ b/releasenotes/notes/split-stack-environments-1f817e24b5d90959.yaml @@ -0,0 +1,7 @@ +--- +features: + - Add 2 new example environments to facilitate deploying split-stack, + environments/overcloud-baremetal.j2.yaml and + environments/overcloud-services.yaml. The environments are used to deploy two + separate Heat stacks, one for just the baremetal+network configuration and one + for the service configuration. |