From 791fbe5ab30e56fed06a6ccd8969717b34d3ec01 Mon Sep 17 00:00:00 2001 From: Derek Higgins Date: Thu, 3 Aug 2017 16:01:37 +0100 Subject: Add IronicPxe to the default controller It doesn't exist in the non containerized openstack so leave it stubbed out by default. Closes-Bug: #1721212 Change-Id: I5fcb1f0b9958ac90f034a12f1ee733dae6571f9c (cherry picked from commit a850d8059fbc1c36efb18773e40bb600e5da5005) --- roles/Controller.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'roles/Controller.yaml') diff --git a/roles/Controller.yaml b/roles/Controller.yaml index 88e4dfed..a6fab555 100644 --- a/roles/Controller.yaml +++ b/roles/Controller.yaml @@ -75,6 +75,7 @@ - OS::TripleO::Services::Horizon - OS::TripleO::Services::IronicApi - OS::TripleO::Services::IronicConductor + - OS::TripleO::Services::IronicPxe - OS::TripleO::Services::Iscsid - OS::TripleO::Services::Keepalived - OS::TripleO::Services::Kernel -- cgit 1.2.3-korg