From 71dc47ef66c433cb90912cf96a4e8df7e3b04117 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Wed, 13 Jul 2016 13:12:27 +0200 Subject: Update Ironic composable services * Add service for configuring Nova compute with Ironic * Fix authentication in Ironic APU * Provide a separate environment file for enabling Ironic Change-Id: I211e6d91eacd238b04a1aa37528d5a91523407d9 Partially-Implements: blueprint ironic-integration --- overcloud.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'overcloud.yaml') diff --git a/overcloud.yaml b/overcloud.yaml index dde5a8c3..d5636c22 100644 --- a/overcloud.yaml +++ b/overcloud.yaml @@ -204,6 +204,9 @@ parameters: - OS::TripleO::Services::AodhListener - OS::TripleO::Services::SaharaApi - OS::TripleO::Services::SaharaEngine + - OS::TripleO::Services::IronicApi + - OS::TripleO::Services::IronicConductor + - OS::TripleO::Services::NovaIronic description: A list of service resources (configured in the Heat resource_registry) which represent nested stacks for each service that should get installed on the Controllers. -- cgit 1.2.3-korg