From 03811f176a9a28e4c41a211fef6a2de4392dd159 Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Wed, 3 May 2017 17:12:55 +0100 Subject: Convert puppet and docker steps to ansible Replace the multiple SoftwareDeployment resources with a common playbook that runs on all roles, consuming the configuration data written via the HostPrepAnsible tasks. This hopefully simplifies things, and will enable re-running the deploy steps for minor updates (we'll need some way to detect a container should be replaced, but that will be done via a follow-up patch). Change-Id: I674a4d9d2c77d1f6fbdb0996f6c9321848e32662 --- puppet/cephstorage-role.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'puppet/cephstorage-role.yaml') diff --git a/puppet/cephstorage-role.yaml b/puppet/cephstorage-role.yaml index d4dfa719..8047e3dc 100644 --- a/puppet/cephstorage-role.yaml +++ b/puppet/cephstorage-role.yaml @@ -431,6 +431,7 @@ resources: hierarchy: - '"%{::uuid}"' - heat_config_%{::deploy_config_name} + - config_step - ceph_extraconfig - extraconfig - service_names -- cgit 1.2.3-korg