Skip to content
Snippets Groups Projects
Commit cda32389 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Record the distro and install_type variables"

parents 606450d5 5dcf175c
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,9 @@ MAINTAINER Kolla Project (https://launchpad.net/kolla)
{{ include_header }}
ENV KOLLA_BASE_DISTRO {{ base_distro }}
ENV KOLLA_INSTALL_TYPE {{ install_type }}
{% if base_distro in ['fedora', 'centos', 'oraclelinux'] %}
{% if install_type == 'binary' %}
{% if base_distro in ['centos', 'oraclelinux'] %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment