From eaa8f8c2e9597515d75d6f75a52cda0c8d99acc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harald=20Jens=C3=A5s?= Date: Wed, 14 Nov 2018 16:33:37 +0100 Subject: [PATCH] Add Storage network to IronicConductor role When Ironic uses the 'direct' deploy interface it requires access to swift. To access swift it needs the storage network. Change-Id: Ie49b961bb276dff0e5afbf82b450caa57d17f6ff --- roles/IronicConductor.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/IronicConductor.yaml b/roles/IronicConductor.yaml index 6ca45c9526..90ba297fd0 100644 --- a/roles/IronicConductor.yaml +++ b/roles/IronicConductor.yaml @@ -6,6 +6,7 @@ Ironic Conductor node role networks: - InternalApi + - Storage HostnameFormatDefault: '%stackname%-ironic-%index%' ServicesDefault: - OS::TripleO::Services::Aide