Merge "Stop using deprecated rpm package names"
This commit is contained in:
commit
74612346b0
@ -15,7 +15,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
'mod_ssl',
|
||||
'mod_wsgi',
|
||||
'openstack-aodh-common',
|
||||
'python-ldappool'
|
||||
'python2-ldappool'
|
||||
] %}
|
||||
|
||||
{{ macros.install_packages(aodh_base_packages | customizable("packages")) }}
|
||||
@ -45,7 +45,7 @@ RUN mkdir -p /var/www/cgi-bin/aodh \
|
||||
'httpd',
|
||||
'mod_wsgi',
|
||||
'mod_ssl',
|
||||
'python-ldappool'
|
||||
'python2-ldappool'
|
||||
] %}
|
||||
|
||||
{{ macros.install_packages(aodh_base_packages | customizable("packages")) }}
|
||||
|
@ -34,7 +34,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
'ceph-common',
|
||||
'lvm2',
|
||||
'cryptsetup',
|
||||
'qemu-img'
|
||||
'qemu-img-ev'
|
||||
] %}
|
||||
{% elif base_distro in ['debian', 'ubuntu'] %}
|
||||
{% set cinder_base_packages = [
|
||||
|
@ -6,7 +6,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set glance_api_packages = ['qemu-img'] %}
|
||||
{% set glance_api_packages = ['qemu-img-ev'] %}
|
||||
{% elif base_distro in ['debian', 'ubuntu'] %}
|
||||
{% set glance_api_packages = ['qemu-utils'] %}
|
||||
{% endif %}
|
||||
|
@ -15,7 +15,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
'mod_ssl',
|
||||
'mod_wsgi',
|
||||
'openstack-gnocchi-common',
|
||||
'python-ldappool',
|
||||
'python2-ldappool',
|
||||
'python2-cradox'
|
||||
] %}
|
||||
|
||||
@ -52,7 +52,7 @@ RUN {{ macros.install_pip(gnocchi_base_pip_packages | customizable("pip_packages
|
||||
'librados2-devel',
|
||||
'mod_ssl',
|
||||
'mod_wsgi',
|
||||
'python-ldappool'
|
||||
'python2-ldappool'
|
||||
] %}
|
||||
|
||||
# on x86-64 pip grabs precompiled numpy/scipy - on aarch64/ppc64le
|
||||
|
@ -17,7 +17,7 @@ ENV helm_version=2.3.0 \
|
||||
{% set helm_repo_packages = [
|
||||
'git',
|
||||
'jq',
|
||||
'python-pip'
|
||||
'python2-pip'
|
||||
] %}
|
||||
|
||||
{% elif base_distro in ['debian', 'ubuntu'] %}
|
||||
|
@ -25,7 +25,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
'python-scciclient',
|
||||
'python-sushy',
|
||||
'python-UcsSdk',
|
||||
'qemu-img',
|
||||
'qemu-img-ev',
|
||||
'shellinabox',
|
||||
'systemd-python',
|
||||
'util-linux',
|
||||
@ -64,7 +64,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
'ipmitool',
|
||||
'parted',
|
||||
'psmisc',
|
||||
'qemu-img',
|
||||
'qemu-img-ev',
|
||||
'shellinabox',
|
||||
'util-linux',
|
||||
'xfsprogs',
|
||||
|
@ -16,7 +16,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
'mod_ssl',
|
||||
'mod_wsgi',
|
||||
'openstack-keystone',
|
||||
'python-ldappool',
|
||||
'python2-ldappool',
|
||||
'python-keystoneclient'
|
||||
] %}
|
||||
|
||||
@ -53,7 +53,7 @@ RUN mkdir -p /var/www/cgi-bin/keystone \
|
||||
'mod_auth_openidc',
|
||||
'mod_ssl',
|
||||
'mod_wsgi',
|
||||
'python-ldappool'
|
||||
'python2-ldappool'
|
||||
] %}
|
||||
{{ macros.install_packages(keystone_base_packages | customizable("packages")) }}
|
||||
RUN sed -i -r 's,^(Listen 80),#\1,' /etc/httpd/conf/httpd.conf \
|
||||
|
@ -25,7 +25,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
'openvswitch',
|
||||
'python-networking-sfc',
|
||||
'python-networking-vmware-nsx',
|
||||
'python-openvswitch',
|
||||
'python2-openvswitch',
|
||||
'python2-oslo-vmware'
|
||||
] %}
|
||||
|
||||
@ -88,7 +88,7 @@ RUN mkdir -p /usr/share/neutron \
|
||||
'keepalived',
|
||||
'net-tools',
|
||||
'openvswitch',
|
||||
'python-openvswitch',
|
||||
'python2-openvswitch',
|
||||
'radvd',
|
||||
'uuid'
|
||||
] %}
|
||||
|
@ -78,7 +78,7 @@ RUN rm -f /etc/nova/nova-compute.conf
|
||||
'parted',
|
||||
'python-libguestfs',
|
||||
'python-rtslib',
|
||||
'qemu-img',
|
||||
'qemu-img-ev',
|
||||
'sysfsutils',
|
||||
'targetcli'
|
||||
] %}
|
||||
|
@ -19,7 +19,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
'libvirt-daemon-driver-lxc',
|
||||
'libvirt-daemon-driver-nwfilter',
|
||||
'openvswitch',
|
||||
'qemu-kvm'
|
||||
'qemu-kvm-ev'
|
||||
] %}
|
||||
|
||||
{% elif base_distro in ['debian', 'ubuntu'] %}
|
||||
|
@ -30,10 +30,10 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
'libyaml',
|
||||
'MySQL-python',
|
||||
'openssl',
|
||||
'pyOpenSSL',
|
||||
'python2-pyOpenSSL',
|
||||
'pyparsing',
|
||||
'python-crypto',
|
||||
'python-msgpack',
|
||||
'python2-crypto',
|
||||
'python2-msgpack',
|
||||
'python2-cryptography',
|
||||
'python2-debtcollector',
|
||||
'python2-eventlet',
|
||||
@ -60,46 +60,46 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
'python2-PyMySQL',
|
||||
'python2-sysv_ipc',
|
||||
'python2-zake',
|
||||
'python-alembic',
|
||||
'python-amqp',
|
||||
'python2-alembic',
|
||||
'python2-amqp',
|
||||
'python-anyjson',
|
||||
'python-aodhclient',
|
||||
'python-barbicanclient',
|
||||
'python-beaker',
|
||||
'python-cachetools',
|
||||
'python-cffi',
|
||||
'python-cliff',
|
||||
'python2-cachetools',
|
||||
'python2-cffi',
|
||||
'python2-cliff',
|
||||
'python-cloudkittyclient',
|
||||
'python-cmd2',
|
||||
'python-congressclient',
|
||||
'python-contextlib2',
|
||||
'python-dateutil',
|
||||
'python2-dateutil',
|
||||
'python-decorator',
|
||||
'python-designateclient',
|
||||
'python-dogpile-cache',
|
||||
'python-editor',
|
||||
'python-elasticsearch',
|
||||
'python-enum34',
|
||||
'python-extras',
|
||||
'python-fixtures',
|
||||
'python2-extras',
|
||||
'python2-fixtures',
|
||||
'python-futures',
|
||||
'python-glanceclient',
|
||||
'python-gnocchiclient',
|
||||
'python-heatclient',
|
||||
'python-httplib2',
|
||||
'python-idna',
|
||||
'python2-idna',
|
||||
'python-inotify',
|
||||
'python-ipaddress',
|
||||
'python-ironicclient',
|
||||
'python-jsonpatch',
|
||||
'python-jsonpointer',
|
||||
'python2-jsonpatch',
|
||||
'python2-jsonpointer',
|
||||
'python-jsonschema',
|
||||
'python-kazoo',
|
||||
'python-keyring',
|
||||
'python-keystoneauth1',
|
||||
'python-keystoneclient',
|
||||
'python-keystonemiddleware',
|
||||
'python-kombu',
|
||||
'python2-kombu',
|
||||
'python-linecache2',
|
||||
'python-lxml',
|
||||
'python-magnumclient',
|
||||
@ -107,11 +107,11 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
'python-manilaclient',
|
||||
'python-memcached',
|
||||
'python-migrate',
|
||||
'python-mimeparse',
|
||||
'python2-mimeparse',
|
||||
'python-mistralclient',
|
||||
'python-monotonic',
|
||||
'python-muranoclient',
|
||||
'python-netaddr',
|
||||
'python2-netaddr',
|
||||
'python-netifaces',
|
||||
'python-neutronclient',
|
||||
'python-novaclient',
|
||||
@ -128,26 +128,26 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
'python-PyMySQL',
|
||||
'python-redis',
|
||||
'python-repoze-lru',
|
||||
'python-requests',
|
||||
'python2-requests',
|
||||
'python-retrying',
|
||||
'python-routes',
|
||||
'python-saharaclient',
|
||||
'python-simplejson',
|
||||
'python-sqlalchemy',
|
||||
'python2-simplejson',
|
||||
'python2-sqlalchemy',
|
||||
'python-sqlparse',
|
||||
'python-stevedore',
|
||||
'python2-stevedore',
|
||||
'python-swiftclient',
|
||||
'python-tempita',
|
||||
'python-testtools',
|
||||
'python-tooz',
|
||||
'python-traceback2',
|
||||
'python2-traceback2',
|
||||
'python-troveclient',
|
||||
'python-unicodecsv',
|
||||
'python-unittest2',
|
||||
'python-urllib3',
|
||||
'python2-urllib3',
|
||||
'python-vitrageclient',
|
||||
'python-warlock',
|
||||
'python-webob',
|
||||
'python2-webob',
|
||||
'python-wrapt',
|
||||
'python-zaqarclient',
|
||||
'PyYAML',
|
||||
|
@ -15,7 +15,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
'mod_ssl',
|
||||
'mod_wsgi',
|
||||
'openstack-panko-common',
|
||||
'python-ldappool'
|
||||
'python2-ldappool'
|
||||
] %}
|
||||
|
||||
{{ macros.install_packages(panko_base_packages | customizable("packages")) }}
|
||||
@ -36,7 +36,7 @@ RUN echo > /etc/apache2/ports.conf
|
||||
'httpd',
|
||||
'mod_ssl',
|
||||
'mod_wsgi',
|
||||
'python-ldappool'
|
||||
'python2-ldappool'
|
||||
] %}
|
||||
{{ macros.install_packages(panko_base_packages | customizable("packages")) }}
|
||||
RUN sed -i -r 's,^(Listen 80),#\1,' /etc/httpd/conf/httpd.conf \
|
||||
|
@ -10,17 +10,18 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
{% set telegraf_packages = [
|
||||
'chrony',
|
||||
'net-tools',
|
||||
'python-pip',
|
||||
'telegraf'
|
||||
] %}
|
||||
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set telegraf_packages = telegraf_packages + [
|
||||
'collectd'
|
||||
'collectd',
|
||||
'python2-pip'
|
||||
] %}
|
||||
{% elif base_distro in ['debian', 'ubuntu'] %}
|
||||
{% set telegraf_packages = telegraf_packages + [
|
||||
'collectd-core'
|
||||
'collectd-core',
|
||||
'python-pip'
|
||||
] %}
|
||||
{% endif %}
|
||||
|
||||
|
@ -13,7 +13,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
'httpd',
|
||||
'mod_wsgi',
|
||||
'mod_ssl',
|
||||
'python-ldappool',
|
||||
'python2-ldappool',
|
||||
'openstack-vitrage-api'
|
||||
] %}
|
||||
|
||||
|
@ -32,7 +32,7 @@ RUN echo '{{ install_type }} not yet available for {{ base_distro }}' \
|
||||
'httpd',
|
||||
'mod_wsgi',
|
||||
'mod_ssl',
|
||||
'python-ldappool'
|
||||
'python2-ldappool'
|
||||
] %}
|
||||
|
||||
{{ macros.install_packages(vitrage_base_packages | customizable("packages")) }}
|
||||
|
@ -20,7 +20,7 @@ RUN echo '{{ install_type }} not yet available for {{ base_distro }}' \
|
||||
'httpd',
|
||||
'mod_wsgi',
|
||||
'mod_ssl',
|
||||
'python-ldappool'
|
||||
'python2-ldappool'
|
||||
] %}
|
||||
|
||||
{{ macros.install_packages(zun_base_packages | customizable("packages")) }}
|
||||
|
Loading…
Reference in New Issue
Block a user