Remove Fedora support
Closes-bug: #1616387 Change-Id: Id97f88b9baa3d48d33ce120962450a374282d044
This commit is contained in:
parent
9779778a1e
commit
5cd30d4914
@ -26,7 +26,7 @@ orchestration_engine: "ANSIBLE"
|
||||
# Valid options are [ COPY_ONCE, COPY_ALWAYS ]
|
||||
config_strategy: "COPY_ALWAYS"
|
||||
|
||||
# Valid options are [ centos, fedora, oraclelinux, ubuntu ]
|
||||
# Valid options are [ centos, oraclelinux, ubuntu ]
|
||||
kolla_base_distro: "centos"
|
||||
# Valid options are [ binary, source ]
|
||||
kolla_install_type: "binary"
|
||||
|
@ -45,7 +45,6 @@ The operator can change the base distro with the ``-b`` option::
|
||||
|
||||
There are following distros available for building images:
|
||||
|
||||
- fedora
|
||||
- centos
|
||||
- oraclelinux
|
||||
- ubuntu
|
||||
|
@ -191,7 +191,7 @@ For mounting ``/run`` as shared upon startup, add that command to
|
||||
# Edit /etc/rc.local to add:
|
||||
mount --make-shared /run
|
||||
|
||||
.. note:: If centos/fedora/oraclelinux container images are built on an Ubuntu
|
||||
.. note:: If centos/oraclelinux container images are built on an Ubuntu
|
||||
host, the backend storage driver must not be AUFS (see the known issues in
|
||||
:doc:`image-building`).
|
||||
|
||||
@ -417,7 +417,7 @@ behavior, please use the following parameters with ``kolla-build``:
|
||||
|
||||
::
|
||||
|
||||
--base [ubuntu|centos|fedora|oraclelinux]
|
||||
--base [ubuntu|centos|oraclelinux]
|
||||
--type [binary|source]
|
||||
|
||||
If pushing to a local registry (recommended) use the flags:
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set aodh_api_packages = ['openstack-aodh-api'] %}
|
||||
{% elif base_distro in ['ubuntu'] %}
|
||||
{% set aodh_api_packages = ['aodh-api'] %}
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['fedora', 'centos', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
{% set aodh_base_packages = [
|
||||
'openstack-aodh-common',
|
||||
@ -36,7 +36,7 @@ RUN mkdir -p /var/www/cgi-bin/aodh \
|
||||
{% endif %}
|
||||
|
||||
{% elif install_type == 'source' %}
|
||||
{% if base_distro in ['fedora', 'centos', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
{% set aodh_base_packages = [
|
||||
'httpd',
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set aodh_evaluator_packages = ['openstack-aodh-evaluator'] %}
|
||||
{% elif base_distro in ['ubuntu'] %}
|
||||
{% set aodh_evaluator_packages = ['aodh-evaluator'] %}
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set aodh_expirer_packages = ['openstack-aodh-expirer'] %}
|
||||
{% elif base_distro in ['ubuntu'] %}
|
||||
{% set aodh_expirer_packages = ['aodh-expirer'] %}
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set aodh_listener_packages = ['openstack-aodh-listener'] %}
|
||||
{% elif base_distro in ['ubuntu'] %}
|
||||
{% set aodh_listener_packages = ['aodh-listener'] %}
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set aodh_notifier_packages = ['openstack-aodh-notifier'] %}
|
||||
{% elif base_distro in ['ubuntu'] %}
|
||||
{% set aodh_notifier_packages = ['aodh-notifier'] %}
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set barbican_api_packages = ['openstack-barbican-api'] %}
|
||||
{% elif base_distro in ['ubuntu'] %}
|
||||
{% set barbican_api_packages = [
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set barbican_base_packages = ['openstack-barbican-common'] %}
|
||||
{% elif base_distro in ['ubuntu'] %}
|
||||
{% set barbican_base_packages = ['barbican-common'] %}
|
||||
@ -15,7 +15,7 @@ MAINTAINER {{ maintainer }}
|
||||
{{ macros.install_packages(barbican_base_packages | customizable("packages")) }}
|
||||
|
||||
{% elif install_type == 'source' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set barbican_base_packages = ['uwsgi-plugin-python'] %}
|
||||
{% elif base_distro in ['ubuntu'] %}
|
||||
{% set barbican_base_packages = ['uwsgi-plugin-python'] %}
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set barbican_keystone_listener_packages = ['openstack-barbican-keystone-listener'] %}
|
||||
{% elif base_distro in ['ubuntu'] %}
|
||||
{% set barbican_keystone_listener_packages = ['barbican-keystone-listener'] %}
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set barbican_worker_packages = ['openstack-barbican-worker'] %}
|
||||
{% elif base_distro in ['ubuntu'] %}
|
||||
{% set barbican_worker_packages = ['barbican-worker'] %}
|
||||
|
@ -24,7 +24,7 @@ ENV PS1="$(tput bold)($(printenv KOLLA_SERVICE_NAME))$(tput sgr0)[$(id -un)@$(ho
|
||||
# enables to provide repo overrides at a later date in a simple fashion if we
|
||||
# desire such functionality. I think we will :)
|
||||
|
||||
{% if base_distro in ['fedora', 'centos', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
RUN if [ $(awk '{match($0, /[0-9]+/,version)}END{print version[0]}' /etc/system-release) != "{{ supported_distro_release }}" ]; then \
|
||||
echo "Only supported {{ supported_distro_release }} release on {{ base_distro }}"; false; \
|
||||
@ -143,23 +143,10 @@ RUN yum -y install \
|
||||
{% endif %}
|
||||
{# Endif for base_distro oraclelinux #}
|
||||
|
||||
{% if base_distro == 'fedora' %}
|
||||
|
||||
# Set up repositories
|
||||
RUN yum -y install \
|
||||
https://rdo.fedorapeople.org/rdo-release.rpm \
|
||||
dnf \
|
||||
dnf-plugins-core \
|
||||
yum-plugin-priorities \
|
||||
&& yum clean all
|
||||
|
||||
{% endif %}
|
||||
{# Endif for base_distro fedora #}
|
||||
|
||||
#### END REPO ENABLEMENT
|
||||
|
||||
{# We are back to the basic if conditional here which is:
|
||||
if base_distro in ['fedora', 'centos', 'oraclelinux', 'rhel'] #}
|
||||
if base_distro in ['centos', 'oraclelinux', 'rhel'] #}
|
||||
{% block base_redhat_binary_versionlock %}{% endblock %}
|
||||
{% if install_type == 'binary' %}
|
||||
{% set base_centos_binary_packages = [
|
||||
@ -193,7 +180,7 @@ RUN yum -y install \
|
||||
|
||||
{% endif %}
|
||||
{# endif for install type is source for RPM based distros #}
|
||||
{# endif for base_distro centos,fedora,oraclelinux,rhel #}
|
||||
{# endif for base_distro centos,oraclelinux,rhel #}
|
||||
{% elif base_distro in ['ubuntu', 'debian'] %}
|
||||
|
||||
RUN if [ $(awk -F '=' '/DISTRIB_RELEASE/{print $2}' /etc/lsb-release) != "{{ supported_distro_release }}" ]; then \
|
||||
|
@ -7,7 +7,7 @@ ENV container docker
|
||||
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel', 'debian'] or (base_distro == 'ubuntu' and base_distro_tag == '16.04') %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel', 'debian'] or (base_distro == 'ubuntu' and base_distro_tag == '16.04') %}
|
||||
|
||||
RUN bash -c ' $(cd /lib/systemd/system/sysinit.target.wants/; for i in *; do [ \"$i\" == \"systemd-tmpfiles-setup.service\" ] || rm -f $i; done); \
|
||||
rm -f /lib/systemd/system/multi-user.target.wants/*;\
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set ceilometer_api_packages = [
|
||||
'openstack-ceilometer-api',
|
||||
'httpd',
|
||||
@ -27,7 +27,7 @@ RUN echo > /etc/apache2/ports.conf
|
||||
|
||||
{% elif install_type == 'source' %}
|
||||
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
{% set ceilometer_api_packages = [
|
||||
'httpd',
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set ceilometer_base_packages = [
|
||||
'openstack-ceilometer-common',
|
||||
'python-tooz',
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set ceilometer_central_packages = ['openstack-ceilometer-central'] %}
|
||||
{% elif base_distro in ['ubuntu'] %}
|
||||
{% set ceilometer_central_packages = ['ceilometer-agent-central'] %}
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set ceilometer_collector_packages = ['openstack-ceilometer-collector'] %}
|
||||
{% elif base_distro in ['ubuntu'] %}
|
||||
{% set ceilometer_collector_packages = ['ceilometer-collector'] %}
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set ceilometer_compute_packages = [
|
||||
'openstack-ceilometer-compute',
|
||||
'python-ceilometerclient'
|
||||
@ -21,7 +21,7 @@ MAINTAINER {{ maintainer }}
|
||||
{{ macros.install_packages(ceilometer_compute_packages | customizable("packages")) }}
|
||||
|
||||
{% elif install_type == 'source' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
RUN yum -y install \
|
||||
libvirt-devel \
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set ceilometer_notification_packages = ['openstack-ceilometer-notification'] %}
|
||||
{% elif base_distro in ['ubuntu'] %}
|
||||
{% set ceilometer_notification_packages = ['ceilometer-agent-notification'] %}
|
||||
|
@ -5,7 +5,7 @@ MAINTAINER {{ maintainer }}
|
||||
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set ceph_base_packages = [
|
||||
'ceph',
|
||||
'ceph-radosgw',
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
{% set cinder_api_packages = [
|
||||
'python-keystone'
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
{% set cinder_backup_packages = [
|
||||
'nfs-utils'
|
||||
@ -22,7 +22,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% endif %}
|
||||
|
||||
{% elif install_type == 'source' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
{% set cinder_backup_packages = [
|
||||
'nfs-utils'
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
{% set cinder_base_packages = [
|
||||
'openstack-cinder',
|
||||
@ -28,7 +28,7 @@ MAINTAINER {{ maintainer }}
|
||||
{{ macros.install_packages(cinder_base_packages | customizable("packages")) }}
|
||||
|
||||
{% elif install_type == 'source' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
{% set cinder_base_packages = [
|
||||
'lvm2',
|
||||
|
@ -5,7 +5,7 @@ MAINTAINER {{ maintainer }}
|
||||
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
{% set cinder_rpcbind_packages = [
|
||||
'nfs-utils',
|
||||
|
@ -5,7 +5,7 @@ MAINTAINER {{ maintainer }}
|
||||
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
{% set cinder_volume_packages = [
|
||||
'scsi-target-utils'
|
||||
|
@ -14,7 +14,7 @@ MAINTAINER {{ maintainer }}
|
||||
|
||||
# TODO(Md Nadeem): need to add congress binary package when it is available in rpm base distro
|
||||
#https://trunk.rdoproject.org/
|
||||
{% elif base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% elif base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
RUN echo '{{ install_type }} not yet available for {{ base_distro }}' \
|
||||
&& /bin/false
|
||||
|
@ -5,7 +5,7 @@ MAINTAINER {{ maintainer }}
|
||||
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set cron_packages = [
|
||||
'cronie',
|
||||
'logrotate'
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set designate_api_packages = ['openstack-designate-api'] %}
|
||||
{% elif base_distro in ['ubuntu'] %}
|
||||
{% set designate_api_packages = ['designate-api'] %}
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set designate_backend_bind9_packages = ['bind'] %}
|
||||
|
||||
{{ macros.install_packages(designate_backend_bind9_packages | customizable("packages")) }}
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
# Install designate-api because of /etc/designate/policy.json, which
|
||||
# is needed in all services. This is probably a packaging bug. We do
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set designate_central_packages = ['openstack-designate-central'] %}
|
||||
{% elif base_distro in ['ubuntu']%}
|
||||
{% set designate_central_packages = ['designate-central'] %}
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set designate_mdns_packages = ['openstack-designate-mdns'] %}
|
||||
{% elif base_distro in ['ubuntu'] %}
|
||||
{% set designate_mdns_packages = ['designate-mdns'] %}
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
# The bind9 package here is only to provide the rndc binary.
|
||||
{% set designate_pool_manager_packages = [
|
||||
'bind',
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set designate_sink_packages = [
|
||||
'openstack-designate-sink',
|
||||
'python-designateclient'
|
||||
|
@ -5,7 +5,7 @@ MAINTAINER {{ maintainer }}
|
||||
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
# Since the gate cannot do DinD on centos due to the age of the kernel, we don't
|
||||
# build a true DinD image. Should the time come that we get a newer kernel in
|
||||
|
@ -5,7 +5,7 @@ MAINTAINER {{ maintainer }}
|
||||
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set elasticsearch_packages = [
|
||||
'java-1.7.0-openjdk',
|
||||
'elasticsearch'
|
||||
|
@ -5,7 +5,7 @@ MAINTAINER {{ maintainer }}
|
||||
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set etcd_packages = ['etcd'] %}
|
||||
{% elif base_distro in ['ubuntu', 'debian'] %}
|
||||
{% set etcd_packages = ['etcd'] %}
|
||||
|
@ -5,7 +5,7 @@ MAINTAINER {{ maintainer }}
|
||||
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
RUN rpm --import https://packages.treasuredata.com/GPG-KEY-td-agent
|
||||
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set glance_base_packages = [
|
||||
'openstack-glance',
|
||||
'python-rbd',
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set gnocchi_api_packages = [
|
||||
'openstack-gnocchi-api',
|
||||
'openstack-gnocchi-carbonara',
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['fedora', 'centos', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
{% set gnocchi_base_packages = [
|
||||
'openstack-gnocchi-common',
|
||||
@ -34,7 +34,7 @@ RUN truncate -s 0 /etc/apache2/ports.conf
|
||||
|
||||
{% endif %}
|
||||
{% elif install_type == 'source' %}
|
||||
{% if base_distro in ['fedora', 'centos', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
{% set gnocchi_base_packages = [
|
||||
'httpd',
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set gnocchi_metricd_packages = ['openstack-gnocchi-metricd'] %}
|
||||
{% elif base_distro in ['ubuntu'] %}
|
||||
{% set gnocchi_metricd_packages = ['gnocchi-metricd'] %}
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set gnocchi_statsd_packages = ['openstack-gnocchi-statsd'] %}
|
||||
{% endif %}
|
||||
{{ macros.install_packages(gnocchi_statsd_packages | customizable("packages")) }}
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set heat_api_cfn_packages = ['openstack-heat-api-cfn'] %}
|
||||
{% elif base_distro in ['ubuntu'] %}
|
||||
{% set heat_api_cfn_packages = ['heat-api-cfn'] %}
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set heat_api_packages = ['openstack-heat-api'] %}
|
||||
{% elif base_distro in ['ubuntu'] %}
|
||||
{% set heat_api_packages = ['heat-api'] %}
|
||||
|
@ -7,7 +7,7 @@ MAINTAINER {{ maintainer }}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set heat_base_packages = ['openstack-heat-common'] %}
|
||||
{% elif base_distro in ['ubuntu'] %}
|
||||
{% set heat_base_packages = ['heat-common'] %}
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set heat_engine_packages = [
|
||||
'python-barbicanclient',
|
||||
'python-zaqarclient',
|
||||
|
@ -5,7 +5,7 @@ MAINTAINER {{ maintainer }}
|
||||
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set heka_packages = [
|
||||
'https://github.com/mozilla-services/heka/releases/download/v0.10.0/heka-0_10_0-linux-amd64.rpm'
|
||||
] %}
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
{% set horizon_packages = [
|
||||
'openstack-dashboard',
|
||||
@ -64,7 +64,7 @@ RUN echo > /etc/apache2/ports.conf \
|
||||
|
||||
{% endif %}
|
||||
{% elif install_type == 'source' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
{% set horizon_packages = [
|
||||
'httpd',
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set ironic_api_packages = ['openstack-ironic-api'] %}
|
||||
{% elif base_distro in ['ubuntu'] %}
|
||||
{% set ironic_api_packages = ['ironic-api'] %}
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set ironic_base_packages = ['openstack-ironic-common'] %}
|
||||
{% elif base_distro in ['ubuntu'] %}
|
||||
{% set ironic_base_packages = ['ironic-common'] %}
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
# TODO(Jeffrey4l): no python-scciclient, python-oneviewclient,
|
||||
# python-seamicroclient, pyremotevbox package
|
||||
{% set ironic_conductor_packages = [
|
||||
@ -47,7 +47,7 @@ MAINTAINER {{ maintainer }}
|
||||
] %}
|
||||
{% endif %}
|
||||
{% elif install_type == 'source' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set ironic_conductor_packages = [
|
||||
'util-linux',
|
||||
'qemu-img',
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set ironic_inspector_packages = ['openstack-ironic-inspector'] %}
|
||||
{% elif base_distro in ['ubuntu'] %}
|
||||
{% set ironic_inspector_packages = [
|
||||
|
@ -5,7 +5,7 @@ MAINTAINER {{ maintainer }}
|
||||
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set ironic_pxe_packages = [
|
||||
'tftp-server',
|
||||
'syslinux-tftpboot'
|
||||
|
@ -5,7 +5,7 @@ MAINTAINER {{ maintainer }}
|
||||
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set iscsid_packages = [
|
||||
'iscsi-initiator-utils',
|
||||
'targetcli',
|
||||
|
@ -5,7 +5,7 @@ MAINTAINER {{ maintainer }}
|
||||
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set keepalived_packages = [
|
||||
'hostname',
|
||||
'keepalived',
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['fedora', 'centos', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set keystone_base_packages = [
|
||||
'openstack-keystone',
|
||||
'python-keystoneclient',
|
||||
@ -38,7 +38,7 @@ RUN mkdir -p /var/www/cgi-bin/keystone \
|
||||
|
||||
{% endif %}
|
||||
{% elif install_type == 'source' %}
|
||||
{% if base_distro in ['fedora', 'centos', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set keystone_base_packages = [
|
||||
'httpd',
|
||||
'mod_wsgi',
|
||||
|
@ -5,7 +5,7 @@ MAINTAINER {{ maintainer }}
|
||||
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if base_distro in ['fedora', 'centos', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set keystone_fernet_packages = [
|
||||
'cronie',
|
||||
'openssh-clients',
|
||||
|
@ -5,7 +5,7 @@ MAINTAINER {{ maintainer }}
|
||||
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set keystone_ssh_packages = [
|
||||
'openssh-server',
|
||||
'rsync'
|
||||
|
@ -7,7 +7,7 @@ MAINTAINER {{ maintainer }}
|
||||
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set kolla_toolbox_packages = [
|
||||
'crudini',
|
||||
'gcc',
|
||||
|
@ -1,6 +1,6 @@
|
||||
{% macro install_packages(packages) -%}
|
||||
{% if packages is defined and packages|length > 0 -%}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] -%}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] -%}
|
||||
RUN yum -y install {{ packages | join(' ') }} && yum clean all
|
||||
{%- elif base_distro in ['ubuntu', 'debian'] -%}
|
||||
{#-
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set magnum_api_packages = ['openstack-magnum-api'] %}
|
||||
{% elif base_distro in ['ubuntu'] %}
|
||||
{% set magnum_api_packages = ['magnum-api'] %}
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux'] %}
|
||||
{% set magnum_base_packages = ['openstack-magnum-common'] %}
|
||||
|
||||
RUN curl -L https://trunk.rdoproject.org/centos7/current/delorean.repo -o /etc/yum.repos.d/delorean.repo
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set magnum_conductor_packages = [
|
||||
'openstack-magnum-conductor'
|
||||
] %}
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
{% set manila_base_packages = [
|
||||
'openstack-manila',
|
||||
@ -25,7 +25,7 @@ MAINTAINER {{ maintainer }}
|
||||
{{ macros.install_packages(manila_base_packages | customizable("packages")) }}
|
||||
|
||||
{% elif install_type == 'source' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
{% set manila_base_packages = ['openvswitch'] %}
|
||||
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
{% set manila_share_packages = [
|
||||
'openstack-manila-share'
|
||||
|
@ -5,7 +5,7 @@ MAINTAINER {{ maintainer }}
|
||||
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set mariadb_packages = [
|
||||
'MariaDB-Galera-server',
|
||||
'MariaDB-client',
|
||||
|
@ -5,7 +5,7 @@ MAINTAINER {{ maintainer }}
|
||||
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
{% set user = 'memcached' %}
|
||||
{% set memcached_packages = ['memcached'] %}
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set mistral_api_packages = ['openstack-mistral-api'] %}
|
||||
{% elif base_distro in ['ubuntu'] %}
|
||||
{% set mistral_api_packages = ['mistral-api'] %}
|
||||
|
@ -7,7 +7,7 @@ MAINTAINER {{ maintainer }}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set mistral_base_packages = ['openstack-mistral-common'] %}
|
||||
{% elif base_distro in ['ubuntu'] %}
|
||||
{% set mistral_base_packages = ['mistral-common'] %}
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set mistral_engine_packages = ['openstack-mistral-engine'] %}
|
||||
{% elif base_distro in ['ubuntu'] %}
|
||||
{% set mistral_engine_packages = ['mistral-engine'] %}
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set mistral_executor_packages = ['openstack-mistral-executor'] %}
|
||||
{% elif base_distro in ['ubuntu'] %}
|
||||
{% set mistral_executor_packages = ['mistral-executor'] %}
|
||||
|
@ -5,7 +5,7 @@ MAINTAINER {{ maintainer }}
|
||||
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set mongodb_packages = [
|
||||
'mongodb',
|
||||
'mongodb-server'
|
||||
|
@ -5,7 +5,7 @@ MAINTAINER {{ maintainer }}
|
||||
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set multipathd_packages = ['device-mapper-multipath'] %}
|
||||
{% elif base_distro in ['ubuntu', 'debian'] %}
|
||||
{% set multipathd_packages = ['multipath-tools'] %}
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
RUN ln -s /var/cache/murano/meta/io.murano.zip /io.murano.zip
|
||||
{% set murano_api_packages = ['openstack-murano-api'] %}
|
||||
{% elif base_distro in ['ubuntu'] %}
|
||||
|
@ -7,7 +7,7 @@ MAINTAINER {{ maintainer }}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set murano_base_packages = ['openstack-murano-common'] %}
|
||||
{% elif base_distro in ['ubuntu'] %}
|
||||
{% set murano_base_packages = ['murano-common'] %}
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set murano_engine_packages = ['openstack-murano-engine'] %}
|
||||
{% elif base_distro in ['ubuntu'] %}
|
||||
{% set murano_engine_packages = ['murano-engine'] %}
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
{% set neutron_base_packages = [
|
||||
'openstack-neutron',
|
||||
@ -39,7 +39,7 @@ RUN mkdir -p /usr/share/neutron \
|
||||
{% endif %}
|
||||
|
||||
{% elif install_type == 'source' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
{% set neutron_base_packages = [
|
||||
'conntrack-tools',
|
||||
|
@ -12,7 +12,7 @@ MAINTAINER {{ maintainer }}
|
||||
{{ macros.install_packages(neutron_lbaas_agent_packages | customizable("packages")) }}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
{% set neutron_lbaas_agent_packages = [
|
||||
'openstack-neutron-lbaas'
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
{% set neutron_linuxbridge_agent_packages = [
|
||||
'ebtables',
|
||||
|
@ -7,7 +7,7 @@ MAINTAINER {{ maintainer }}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set neutron_metering_agent_packages = ['openstack-neutron-metering-agent'] %}
|
||||
{% elif base_distro in ['ubuntu', 'debian'] %}
|
||||
{% set neutron_metering_agent_packages = ['neutron-metering-agent'] %}
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
{% set neutron_openvswitch_agent_packages = [
|
||||
'openstack-neutron-openvswitch',
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
{% set neutron_server_packages = [
|
||||
'openstack-neutron-lbaas',
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set neutron_vpnaas_agent_packages = [
|
||||
'openswan',
|
||||
'openstack-neutron-vpn-agent'
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
{% set nova_api_packages = [
|
||||
'openstack-nova-api'
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
{% set nova_base_packages = [
|
||||
'openstack-nova-common',
|
||||
@ -30,7 +30,7 @@ MAINTAINER {{ maintainer }}
|
||||
{{ macros.install_packages(nova_base_packages | customizable("packages")) }}
|
||||
|
||||
{% elif install_type == 'source' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
{% set nova_base_packages = [
|
||||
'bridge-utils',
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
{% set nova_compute_ironic_packages = [
|
||||
'openstack-nova-compute'
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
{% set nova_compute_packages = [
|
||||
'openstack-nova-compute',
|
||||
@ -43,7 +43,7 @@ RUN rm -f /etc/nova/nova-compute.conf
|
||||
|
||||
{% endif %}
|
||||
{% elif install_type == 'source' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
{% set nova_compute_packages = [
|
||||
'libvirt-devel',
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
{% set nova_conductor_packages = [
|
||||
'openstack-nova-conductor'
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
{% set nova_consoleauth_packages = [
|
||||
'openstack-nova-console'
|
||||
|
@ -5,7 +5,7 @@ MAINTAINER {{ maintainer }}
|
||||
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
{% set nova_libvirt_packages = [
|
||||
'libvirt-daemon',
|
||||
@ -52,7 +52,7 @@ MAINTAINER {{ maintainer }}
|
||||
|
||||
{{ macros.install_packages(nova_libvirt_packages | customizable("packages")) }}
|
||||
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
RUN usermod -a -G qemu nova
|
||||
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
{% set nova_network_packages = [
|
||||
'openstack-nova-network',
|
||||
@ -22,7 +22,7 @@ MAINTAINER {{ maintainer }}
|
||||
|
||||
{% endif %}
|
||||
{% elif install_type == 'source' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
{% set nova_network_packages = [
|
||||
'initscripts'
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
{% set nova_novncproxy_packages = [
|
||||
'novnc',
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
{% set nova_scheduler_packages = [
|
||||
'openstack-nova-scheduler'
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set nova_serialproxy_packages = [
|
||||
'openstack-nova-serialproxy'
|
||||
] %}
|
||||
|
@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
{% set nova_spicehtml5proxy_packages = [
|
||||
'openstack-nova-spicehtml5proxy',
|
||||
|
@ -5,7 +5,7 @@ MAINTAINER {{ maintainer }}
|
||||
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if base_distro in ['fedora', 'centos', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set openstack_base_packages = [
|
||||
'git',
|
||||
'iproute',
|
||||
@ -16,7 +16,7 @@ MAINTAINER {{ maintainer }}
|
||||
|
||||
{% endif %}
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['fedora', 'centos', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
# TODO(Allen) Remove python-dogpile-cache after the requirement of
|
||||
# python-ironicclient is fixed.
|
||||
@ -191,7 +191,7 @@ ENV DEBIAN_FRONTEND noninteractive
|
||||
{{ macros.install_packages(openstack_base_packages | customizable("packages")) }}
|
||||
|
||||
{% elif install_type == 'source' %}
|
||||
{% if base_distro in ['fedora', 'centos', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set openstack_base_packages = [
|
||||
'gcc',
|
||||
'gcc-c++',
|
||||
|
@ -5,7 +5,7 @@ MAINTAINER {{ maintainer }}
|
||||
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||
{% set openvswitch_base_packages = ['openvswitch'] %}
|
||||
|
||||
{% elif base_distro in ['ubuntu', 'debian'] %}
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user