diff options
author | Dan Prince <dprince@redhat.com> | 2017-04-18 15:35:38 -0400 |
---|---|---|
committer | Dmitry Tantsur <divius.inside@gmail.com> | 2017-06-09 16:11:08 +0200 |
commit | 19ef017f319e883c612aac60a6149abd78a49834 (patch) | |
tree | 01b9e1a1f2db274a60797b55ed58cf132ac84180 /environments | |
parent | 2f5f8fcb2bbd2b9299ac0097a210ba4939d30dc4 (diff) |
Add templates to configure Ironic inspector
Implements: blueprint ironic-inspector-composable-service
Co-Authored-By: Dmitry Tantsur <dtantsur@redhat.com>
Change-Id: I825516f9f5c2b0c03a3f497d6954022714aab988
Diffstat (limited to 'environments')
-rw-r--r-- | environments/undercloud.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/environments/undercloud.yaml b/environments/undercloud.yaml index 7a2716da..559d81df 100644 --- a/environments/undercloud.yaml +++ b/environments/undercloud.yaml @@ -18,3 +18,5 @@ parameter_defaults: HeatConvergenceEngine: false HeatMaxResourcesPerStack: -1 HeatMaxJsonBodySize: 2097152 + IronicInspectorInterface: br-ctlplane + IronicInspectorIpRange: '192.168.24.100,192.168.24.200' |