diff options
author | Oliver Walsh <owalsh@redhat.com> | 2017-07-10 15:51:20 +0100 |
---|---|---|
committer | Oliver Walsh <owalsh@redhat.com> | 2017-07-17 13:56:15 +0100 |
commit | 8e5bb308cf0832c1ea3d8aa315542cbfa882b310 (patch) | |
tree | 9c97878f76013c6fb83c74de78c2e126b40d4885 /roles | |
parent | 1bb56bce55845ddf0c2a0d330c46b0fd03f9036c (diff) |
Refactor iscsi initiator-name reset into separate service
This currently assumes nova-compute and iscsid run in the same context which
isn't true for a containerized deployment
Change-Id: I11232fc412adcc18087928c281ba82546388376e
Depends-On: I91f1ce7625c351745dbadd84b565d55598ea5b59
Depends-On: I0cbb1081ad00b2202c9d913e0e1759c2b95612a5
Diffstat (limited to 'roles')
-rw-r--r-- | roles/ControllerOpenstack.yaml | 1 | ||||
-rw-r--r-- | roles/README.rst | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/roles/ControllerOpenstack.yaml b/roles/ControllerOpenstack.yaml index 4ad405aa..1feb12f0 100644 --- a/roles/ControllerOpenstack.yaml +++ b/roles/ControllerOpenstack.yaml @@ -57,6 +57,7 @@ - OS::TripleO::Services::Horizon - OS::TripleO::Services::IronicApi - OS::TripleO::Services::IronicConductor + - OS::TripleO::Services::Iscsid - OS::TripleO::Services::Keepalived - OS::TripleO::Services::Kernel - OS::TripleO::Services::Keystone diff --git a/roles/README.rst b/roles/README.rst index cd1fcb47..3568a8d8 100644 --- a/roles/README.rst +++ b/roles/README.rst @@ -151,6 +151,7 @@ Example * OS::TripleO::Services::ComputeNeutronOvsAgent * OS::TripleO::Services::Docker * OS::TripleO::Services::FluentdClient + * OS::TripleO::Services::Iscsid * OS::TripleO::Services::Kernel * OS::TripleO::Services::MySQLClient * OS::TripleO::Services::NeutronSriovAgent |