Foreman is not longer supported, the only INSTALLER_TYPE values are:
fuel|apex|joid|compass
Change-Id: I3c86335d16cdcab4796892a769189fcc4e7457db
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
#
# Execution:
# $ docker run -t -i \
-# -e "INSTALLER_TYPE=fuel/foreman" \
+# -e "INSTALLER_TYPE=fuel|apex|compass|joid \
# -e "INSTALLER_IP=10.20.0.2/172.30.10.73" \
# -v $(pwd)/config_functest.yaml:/home/opnfv/functest/conf/config_functest.yaml
# opnfv/functest /bin/bash
fi
# definition of available installer names
-INSTALLERS=(fuel foreman compass apex joid)
+INSTALLERS=(fuel compass apex joid)
if [ ! -f ${FUNCTEST_CONF_DIR}/openstack.creds ]; then
# If credentials file is not given, check if environment variables are set
def get_installer_type(logger=None):
"""
- Get installer type (fuel, foreman, apex, joid, compass)
+ Get installer type (fuel, apex, joid, compass)
"""
try:
installer = os.environ['INSTALLER_TYPE']