From b52ef6ea62f43de4b91e2becd92a3282e569925c Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Fri, 29 Jun 2018 00:02:37 +0200 Subject: [salt-formulas] Also switch reclass to 'testing' Previous commit only changed the dist during Salt master bootstrap, but failed to update the DEB repo configration in reclass. Fixes: a8f43411 Change-Id: Ie011719cdc1c75cba363f53e51f22ce7cf138a5e Signed-off-by: Alexandru Avadanii --- mcp/reclass/classes/cluster/mcp-common-ha/infra/init.yml.j2 | 2 +- mcp/reclass/classes/cluster/mcp-common-noha/openstack_init.yml.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'mcp') diff --git a/mcp/reclass/classes/cluster/mcp-common-ha/infra/init.yml.j2 b/mcp/reclass/classes/cluster/mcp-common-ha/infra/init.yml.j2 index c01042f54..0edc6bd34 100644 --- a/mcp/reclass/classes/cluster/mcp-common-ha/infra/init.yml.j2 +++ b/mcp/reclass/classes/cluster/mcp-common-ha/infra/init.yml.j2 @@ -13,7 +13,7 @@ classes: # - cluster.mcp-common-ha.stacklight.client parameters: _param: - apt_mk_version: nightly + apt_mk_version: testing mcp_repo_version: 1.1 salt_version: 2016.11 cluster_domain: ${_param:cluster_name}.local diff --git a/mcp/reclass/classes/cluster/mcp-common-noha/openstack_init.yml.j2 b/mcp/reclass/classes/cluster/mcp-common-noha/openstack_init.yml.j2 index 872156574..6c89610b5 100644 --- a/mcp/reclass/classes/cluster/mcp-common-noha/openstack_init.yml.j2 +++ b/mcp/reclass/classes/cluster/mcp-common-noha/openstack_init.yml.j2 @@ -10,7 +10,7 @@ parameters: _param: openstack_version: queens - apt_mk_version: nightly + apt_mk_version: testing mcp_repo_version: 1.1 openstack_region: RegionOne admin_email: root@localhost -- cgit 1.2.3-korg