From 94166fb66a7bb9e57a675adbbc47b3ec7e8f6466 Mon Sep 17 00:00:00 2001 From: Carlos Camacho Date: Fri, 17 Jun 2016 09:10:56 +0200 Subject: Composable roles within services - NTP - CephStorage Add NTP as a composable service for CephStorage. Partially-implements: blueprint composable-services-within-roles Change-Id: Iee89b261b3c45f596ad84549e25d47b8ca1cfbdb --- overcloud.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'overcloud.yaml') 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} -- cgit 1.2.3-korg