aboutsummaryrefslogtreecommitdiffstats
path: root/vip-config.yaml
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2015-05-27 22:27:32 -0400
committerDan Prince <dprince@redhat.com>2015-06-03 08:58:13 -0400
commit36a2aa0dd28ed664fd91b039c01c83718bf817ad (patch)
treed858e4c413d53a7615a013289be9773686480e9c /vip-config.yaml
parenta3a88cd3c0c9491877c4278753ac9988a121abbb (diff)
Add virtual IPs for split out networks
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
Diffstat (limited to 'vip-config.yaml')
-rw-r--r--vip-config.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/vip-config.yaml b/vip-config.yaml
new file mode 100644
index 00000000..8f984ab7
--- /dev/null
+++ b/vip-config.yaml
@@ -0,0 +1,16 @@
+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}