Merge "Remove deployed-server related stack output"

This commit is contained in:
Zuul 2019-08-29 15:44:52 +00:00 committed by Gerrit Code Review
commit fa6d20fd9a
2 changed files with 5 additions and 22 deletions

View File

@ -1083,23 +1083,6 @@ resources:
- redis: {get_attr: [RedisVirtualIP, ip_address]}
CloudNames: {get_attr: [CloudNames, value]}
DeployedServerEnvironment:
type: OS::TripleO::DeployedServerEnvironment
properties:
RoleCounts:
{%- for role in roles %}
{{role.name}}DeployedServerCount: {get_param: {{role.name}}Count}
{%- endfor %}
VipMap:
map_merge:
- {get_attr: [VipMap, net_ip_map]}
- redis: {get_attr: [RedisVirtualIP, ip_address]}
DeployedServerPortMap:
map_merge:
list_concat:
{%- for role in roles %}
- {get_attr: [{{role.name}}, deployed_server_port_map]}
{%- endfor %}
outputs:
ManagedEndpoints:
@ -1188,11 +1171,6 @@ outputs:
ServerIdData:
description: Mapping of each role to a list of nova server IDs and the bootstrap ID
value: {get_attr: [ServerIdMap, value]}
DeployedServerEnvironment:
description:
Environment data that can be used as input into the services stack when
using split-stack.
value: {get_attr: [DeployedServerEnvironment, deployed_server_environment]}
BlacklistedHostnames:
description: List of blacklisted hostnames
value: {get_attr: [BlacklistedHostnames, value]}

View File

@ -0,0 +1,5 @@
---
other:
- The DeployedServerEnvironment output has been removed from the stack
as they are no longer needed when using config-download with
pre-provisioned nodes.