Merge "Set the NTP server on Sahara too"

This commit is contained in:
Zuul 2019-03-19 03:00:48 +00:00 committed by Gerrit Code Review
commit b2900e22e6
1 changed files with 7 additions and 0 deletions

View File

@ -52,6 +52,12 @@ parameters:
type: string
default: 'messagingv2'
description: Driver or drivers to handle sending notifications.
NtpServer:
default: ['0.pool.ntp.org', '1.pool.ntp.org', '2.pool.ntp.org', '3.pool.ntp.org']
description: NTP servers list. Defaulted to a set of pool.ntp.org servers
in order to have a sane default for Pacemaker deployments when
not configuring this parameter by default.
type: comma_delimited_list
RpcPort:
default: 5672
description: The network port for messaging backend
@ -103,6 +109,7 @@ outputs:
- {get_param: SaharaDebug }
# Remove admin_password when https://review.openstack.org/442619 is merged.
sahara::admin_password: {get_param: SaharaPassword}
sahara::default_ntp_server: {get_param: NtpServer}
sahara::use_neutron: true
sahara::plugins: {get_param: SaharaPlugins}
sahara::rpc_backend: rabbit