From 6a1089b50dd5fbc4482c1590a116d7c75f82b734 Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Tue, 26 Mar 2019 13:08:39 +0400 Subject: Rectify system reclass after update * add opendaylight password (removed from system level) * get updated ovn system class w/o mysql settings * enable ceilometer user back (removed along with outdated service/endpoints) * adjsut check interval of haproxy for noha scenarios since there is only one backend for services, i.e. failover ain't expected Change-Id: Iedee290e1cfcf838998bd44dc09a729d143974ac Signed-off-by: Michael Polenchuk --- mcp/reclass/classes/cluster/mcp-common-ha/glusterfs_repo.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'mcp/reclass/classes/cluster/mcp-common-ha/glusterfs_repo.yml') diff --git a/mcp/reclass/classes/cluster/mcp-common-ha/glusterfs_repo.yml b/mcp/reclass/classes/cluster/mcp-common-ha/glusterfs_repo.yml index b28cfe74a..3ec73bec0 100644 --- a/mcp/reclass/classes/cluster/mcp-common-ha/glusterfs_repo.yml +++ b/mcp/reclass/classes/cluster/mcp-common-ha/glusterfs_repo.yml @@ -17,6 +17,7 @@ parameters: mcp_glusterfs: # yamllint disable-line rule:line-length source: "deb http://ppa.launchpad.net/gluster/glusterfs-${_param:glusterfs_version}/ubuntu ${_param:linux_system_codename} main" + key: ${_param:linux_system_repo_mcp_glusterfs_key} pin: - package: '*' pin: release o=LP-PPA-gluster-glusterfs-${_param:glusterfs_version} -- cgit 1.2.3-korg