diff options
author | Michele Baldessari <michele@acksyn.org> | 2016-11-22 22:27:34 +0100 |
---|---|---|
committer | Michele Baldessari <michele@acksyn.org> | 2017-01-24 12:18:14 +0100 |
commit | cf8c1ebdd3690477b3441559efff82a6b421e90a (patch) | |
tree | f4b1ac309facc23225513560bfb501efd0bd14c0 /network/service_net_map.j2.yaml | |
parent | 031197253241e98412d4101b033d1f6d675c8073 (diff) |
pacemaker remote profile support
This adds a pacemaker_remote puppet service so that an operator
can automatically deploy pacemaker-remote on nodes of his choice.
Change-Id: I9678606b3de9b9f4c03014b33c1dd27fcba67513
Depends-On: I581552dfa64160e2f82f6a9b8f2ae521c3d6da8d
Depends-On: I92953afcc7d536d387381f08164cae8b52f41605
Diffstat (limited to 'network/service_net_map.j2.yaml')
-rw-r--r-- | network/service_net_map.j2.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/network/service_net_map.j2.yaml b/network/service_net_map.j2.yaml index 36342cb7..cb4f464a 100644 --- a/network/service_net_map.j2.yaml +++ b/network/service_net_map.j2.yaml @@ -64,6 +64,7 @@ parameters: OvnDbsNetwork: internal_api MistralApiNetwork: internal_api ZaqarApiNetwork: internal_api + PacemakerRemoteNetwork: internal_api # We special-case the default ResolveNetwork for the CephStorage role # for backwards compatibility, all other roles default to internal_api CephStorageHostnameResolveNetwork: storage |