diff options
author | Dan Prince <dprince@redhat.com> | 2017-03-02 15:11:10 -0500 |
---|---|---|
committer | Dan Prince <dprince@redhat.com> | 2017-03-02 15:11:10 -0500 |
commit | 151d614ab30d502fdf99e67d4b4983370a4974d1 (patch) | |
tree | a1bae9a6103bfb5f571d2d2c4156ebffe9b9d5fb | |
parent | b6c74c47aab63be17e2e6aeb39674ead879bba6a (diff) |
Enable IronicPxe in the undercloud
This enables the IronicPxe services which are split out
into separate templates for the containerized undercloud.
Change-Id: I0ec3cefec9b47ef3c59de6972541ef9b560aacb7
-rw-r--r-- | roles_data_undercloud.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles_data_undercloud.yaml b/roles_data_undercloud.yaml index 2759429c..5070ef38 100644 --- a/roles_data_undercloud.yaml +++ b/roles_data_undercloud.yaml @@ -26,6 +26,7 @@ - OS::TripleO::Services::MistralExecutor - OS::TripleO::Services::IronicApi - OS::TripleO::Services::IronicConductor + - OS::TripleO::Services::IronicPxe - OS::TripleO::Services::NovaIronic - OS::TripleO::Services::Zaqar - OS::TripleO::Services::NeutronServer |