The generic driver for manila need the neutron agents and OVS / Linuxbridge running on the same node as manila_share. This is necessary when the DHSS (Driver Handles Share Servers) is the value "True", so that the manila_share can talk with NFS manager. Change-Id: I21904659b1789fa71118401bfb6ac2227ae564da Partially-Implements: blueprint enable-manila-containers
31 lines
1.1 KiB
YAML
31 lines
1.1 KiB
YAML
---
|
|
# enforce ironic usage only with openvswtich
|
|
- include: ironic-check.yml
|
|
|
|
- include: register.yml
|
|
when: inventory_hostname in groups['neutron-server']
|
|
|
|
- include: config.yml
|
|
when: inventory_hostname in groups['compute']
|
|
inventory_hostname in groups['manila-share']
|
|
or inventory_hostname in groups['neutron-dhcp-agent']
|
|
or inventory_hostname in groups['neutron-l3-agent']
|
|
or inventory_hostname in groups['neutron-metadata-agent']
|
|
or inventory_hostname in groups['neutron-server']
|
|
|
|
- include: config-neutron-fake.yml
|
|
when:
|
|
- inventory_hostname in groups['compute']
|
|
- enable_nova_fake | bool
|
|
|
|
- include: bootstrap.yml
|
|
when: inventory_hostname in groups['neutron-server']
|
|
|
|
- include: start.yml
|
|
when: inventory_hostname in groups['compute']
|
|
inventory_hostname in groups['manila-share']
|
|
or inventory_hostname in groups['neutron-dhcp-agent']
|
|
or inventory_hostname in groups['neutron-l3-agent']
|
|
or inventory_hostname in groups['neutron-metadata-agent']
|
|
or inventory_hostname in groups['neutron-server']
|