36a2aa0dd2
This patch adds VIPs for the internal_api, storage, and storage management networks. For puppet these are persisted into a local vip-config hieradata file which is then used by puppet-tripleo's loadbalancer module to apply per-service VIP settings. Change-Id: I909c3bdc9d17a8e15351f4797287769e3f76c849
17 lines
363 B
YAML
17 lines
363 B
YAML
heat_template_version: 2015-04-30
|
|
|
|
description: >
|
|
Configure hieradata for service -> virtual IP mappings.
|
|
|
|
resources:
|
|
VipConfigImpl:
|
|
type: OS::Heat::StructuredConfig
|
|
properties:
|
|
group: os-apply-config
|
|
# by default does nothing
|
|
|
|
outputs:
|
|
OS::stack_id:
|
|
description: The VipConfigImpl resource.
|
|
value: {get_resource: VipConfigImpl}
|