aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile
diff options
context:
space:
mode:
authorDmitry Tantsur <divius.inside@gmail.com>2017-03-15 16:58:23 +0100
committerDmitry Tantsur <divius.inside@gmail.com>2017-03-16 20:49:36 +0100
commitffe6ae2c24f82df620df14ee4be8bd292cb95075 (patch)
treeca3749d060232aa9c3f1a373b934e7ba4287f686 /manifests/profile
parent0136098cc2f55e454e6d073d9750537d95c57018 (diff)
Explicitly configure credentials used by ironic to access other services
Using keystone_authtoken credentials for this purpose is deprecated, and also prevents ironic-conductor from being used as a separate role. As a side effect, this change makes it possible to potentially enable ironic-inspector support in the future (it's not enabled yet). Change-Id: I21180678bec911f1be36e3b174bae81af042938c Partial-Bug: #1661250
Diffstat (limited to 'manifests/profile')
-rw-r--r--manifests/profile/base/ironic/conductor.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/profile/base/ironic/conductor.pp b/manifests/profile/base/ironic/conductor.pp
index 4824648..7f90da9 100644
--- a/manifests/profile/base/ironic/conductor.pp
+++ b/manifests/profile/base/ironic/conductor.pp
@@ -44,5 +44,12 @@ class tripleo::profile::base::ironic::conductor (
include ::ironic::drivers::ilo
include ::ironic::drivers::ipmi
include ::ironic::drivers::ssh
+
+ # Configure access to other services
+ include ::ironic::drivers::inspector
+ include ::ironic::glance
+ include ::ironic::neutron
+ include ::ironic::service_catalog
+ include ::ironic::swift
}
}