Merge "Cleanup debian nova service distro package list"
This commit is contained in:
commit
4a9e201b97
@ -6,6 +6,9 @@ gid = {{ nova_system_group_name }}
|
|||||||
{% if nova_install_method == 'source' %}
|
{% if nova_install_method == 'source' %}
|
||||||
virtualenv = /openstack/venvs/nova-{{ nova_venv_tag }}
|
virtualenv = /openstack/venvs/nova-{{ nova_venv_tag }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if nova_install_method == 'distro' and (ansible_os_family | lower) == 'debian' %}
|
||||||
|
plugin = python3
|
||||||
|
{% endif %}
|
||||||
wsgi-file = {{ nova_bin }}/{{ item.wsgi_name }}
|
wsgi-file = {{ nova_bin }}/{{ item.wsgi_name }}
|
||||||
http = 0.0.0.0:{{ item.uwsgi_port }}
|
http = 0.0.0.0:{{ item.uwsgi_port }}
|
||||||
|
|
||||||
|
@ -33,15 +33,8 @@ nova_devel_distro_packages:
|
|||||||
- python-httplib2
|
- python-httplib2
|
||||||
|
|
||||||
nova_service_distro_packages:
|
nova_service_distro_packages:
|
||||||
- nova-api
|
- python3-nova
|
||||||
- nova-conductor
|
- python3-memcache
|
||||||
- nova-scheduler
|
|
||||||
- python-memcache
|
|
||||||
- python-novaclient
|
|
||||||
- python-pymysql
|
|
||||||
- python-sqlalchemy
|
|
||||||
- uwsgi
|
|
||||||
- uwsgi-plugin-python
|
|
||||||
|
|
||||||
nova_service_extra_distro_packages:
|
nova_service_extra_distro_packages:
|
||||||
kvm:
|
kvm:
|
||||||
@ -50,6 +43,9 @@ nova_service_extra_distro_packages:
|
|||||||
- nova-compute-lxd
|
- nova-compute-lxd
|
||||||
novnc:
|
novnc:
|
||||||
- nova-novncproxy
|
- nova-novncproxy
|
||||||
|
nova_api:
|
||||||
|
- uwsgi
|
||||||
|
- uwsgi-plugin-python3
|
||||||
spice:
|
spice:
|
||||||
- nova-spiceproxy
|
- nova-spiceproxy
|
||||||
serialconsole:
|
serialconsole:
|
||||||
|
@ -20,6 +20,10 @@
|
|||||||
#
|
#
|
||||||
nova_package_list: |-
|
nova_package_list: |-
|
||||||
{% set packages = nova_distro_packages %}
|
{% set packages = nova_distro_packages %}
|
||||||
|
{% if nova_services['nova-api-metadata']['group'] in group_names or
|
||||||
|
nova_services['nova-api-os-compute']['group'] in group_names %}
|
||||||
|
{% set _ = packages.extend(nova_service_extra_distro_packages['nova_api']) %}
|
||||||
|
{% endif %}
|
||||||
{% if nova_services['nova-novncproxy']['group'] in group_names or
|
{% if nova_services['nova-novncproxy']['group'] in group_names or
|
||||||
nova_services['nova-spicehtml5proxy']['group'] in group_names or
|
nova_services['nova-spicehtml5proxy']['group'] in group_names or
|
||||||
nova_services['nova-serialconsole-proxy']['group'] in group_names %}
|
nova_services['nova-serialconsole-proxy']['group'] in group_names %}
|
||||||
|
@ -38,8 +38,6 @@ nova_service_distro_packages:
|
|||||||
- python-memcached
|
- python-memcached
|
||||||
- python-novaclient
|
- python-novaclient
|
||||||
- python2-PyMySQL
|
- python2-PyMySQL
|
||||||
- uwsgi
|
|
||||||
- uwsgi-plugin-python
|
|
||||||
|
|
||||||
nova_service_extra_distro_packages:
|
nova_service_extra_distro_packages:
|
||||||
kvm:
|
kvm:
|
||||||
@ -48,6 +46,9 @@ nova_service_extra_distro_packages:
|
|||||||
lxd: []
|
lxd: []
|
||||||
novnc:
|
novnc:
|
||||||
- openstack-nova-novncproxy
|
- openstack-nova-novncproxy
|
||||||
|
nova_api:
|
||||||
|
- uwsgi
|
||||||
|
- uwsgi-plugin-python
|
||||||
spice:
|
spice:
|
||||||
- openstack-nova-spicehtml5proxy
|
- openstack-nova-spicehtml5proxy
|
||||||
serialconsole:
|
serialconsole:
|
||||||
|
@ -40,8 +40,6 @@ nova_service_distro_packages:
|
|||||||
- python-memcached
|
- python-memcached
|
||||||
- python-novaclient
|
- python-novaclient
|
||||||
- python-PyMySQL
|
- python-PyMySQL
|
||||||
- uwsgi
|
|
||||||
- uwsgi-python
|
|
||||||
|
|
||||||
nova_service_extra_distro_packages:
|
nova_service_extra_distro_packages:
|
||||||
kvm:
|
kvm:
|
||||||
@ -49,6 +47,9 @@ nova_service_extra_distro_packages:
|
|||||||
lxd: []
|
lxd: []
|
||||||
novnc:
|
novnc:
|
||||||
- openstack-nova-novncproxy
|
- openstack-nova-novncproxy
|
||||||
|
nova_api:
|
||||||
|
- uwsgi
|
||||||
|
- uwsgi-python
|
||||||
spice: []
|
spice: []
|
||||||
serialconsole:
|
serialconsole:
|
||||||
- openstack-nova-serialproxy
|
- openstack-nova-serialproxy
|
||||||
|
Loading…
Reference in New Issue
Block a user