Skip to content
Snippets Groups Projects
Commit 5dcf175c authored by Sam Yaple's avatar Sam Yaple
Browse files

Record the distro and install_type variables

We set two environment variables to record the needed info to do
conditionals in the start.sh and config-external.sh scripts

Change-Id: I08acb489e214b3dc961331bb870b435c17100635
Paritially-Implements: blueprint install-from-ubuntu
parent f70e8d45
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