From 2274b0c06b3565d2caecc9987f0f654e34648e14 Mon Sep 17 00:00:00 2001 From: Zuul Date: Tue, 7 Apr 2020 03:07:59 +0000 Subject: [PATCH] Update git submodules * Update tripleo-heat-templates from branch 'master' - Merge "Add new composable service for IpaClient" - Add new composable service for IpaClient This new role is used to register nodes as ipa-clients and configure the services required in IPA using ansible, rather than using novajoin. This is required on the standalone environment, where there is no novajoin. It will also be the implementation used when nova is removed from the undercloud and for pre-provisioned nodes. The existing IpaClient composable service will be removed in a future release. This code replaces the server ipaclient-baremetal-ansible by using a role from freeipa-ansible to register the nodes (controllers, computes) as ipa-clients. In external_tasks, the host entry is created and an otp is stored as a host variable. In deploy_step_tasks, this otp is used to register the node. The IPA configuration tasks are delegated to http://opendev.org/x/tripleo-ipa roles. Co-Authored-By: Grzegorz Grasza Change-Id: I7dcd4608d3998596c2e4da19a8eca0d48e1fa841 --- tripleo-heat-templates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tripleo-heat-templates b/tripleo-heat-templates index cd1fc9cb77..bfd706e9c6 160000 --- a/tripleo-heat-templates +++ b/tripleo-heat-templates @@ -1 +1 @@ -Subproject commit cd1fc9cb774e4afa018b032d3c795ea53029e0e6 +Subproject commit bfd706e9c60dfee3e7e278bc9c7909cd7c5707f4