aboutsummaryrefslogtreecommitdiffstats
path: root/overcloud.yaml
diff options
context:
space:
mode:
authorCarlos Camacho <ccamacho@redhat.com>2016-06-17 09:10:56 +0200
committerCarlos Camacho <ccamacho@redhat.com>2016-06-21 18:45:51 +0200
commit94166fb66a7bb9e57a675adbbc47b3ec7e8f6466 (patch)
treedb5b91f8ccbb239089204c45ce4459c24a81b628 /overcloud.yaml
parenta2614491be1cae82e4b04337184b75644633ce3f (diff)
Composable roles within services - NTP - CephStorage
Add NTP as a composable service for CephStorage. Partially-implements: blueprint composable-services-within-roles Change-Id: Iee89b261b3c45f596ad84549e25d47b8ca1cfbdb
Diffstat (limited to 'overcloud.yaml')
-rw-r--r--overcloud.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/overcloud.yaml b/overcloud.yaml
index c9c46c2b..0db74988 100644
--- a/overcloud.yaml
+++ b/overcloud.yaml
@@ -690,7 +690,8 @@ parameters:
description: Optional scheduler hints to pass to nova
default: {}
CephStorageServices:
- default: []
+ default:
+ - OS::TripleO::Services::Ntp
description: A list of service resources (configured in the Heat
resource_registry) which represent nested stacks
for each service that should get installed on the CephStorage nodes.
@@ -1099,7 +1100,6 @@ resources:
Image: {get_param: CephStorageImage}
KeyName: {get_param: KeyName}
Flavor: {get_param: OvercloudCephStorageFlavor}
- NtpServer: {get_param: NtpServer}
ServiceNetMap: {get_param: ServiceNetMap}
TimeZone: {get_param: TimeZone}
UpdateIdentifier: {get_param: UpdateIdentifier}