From b857fb507409199b6a596a3cd63c1bae439f8826 Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Tue, 29 Dec 2020 19:14:05 -0500 Subject: [PATCH] Remove use_container_for_build from inventory --- installer/inventory | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/installer/inventory b/installer/inventory index 89d0684a70..d4596f5d96 100644 --- a/installer/inventory +++ b/installer/inventory @@ -101,17 +101,6 @@ pg_port=5432 # containerized postgres deployment on OpenShift # pg_admin_password=postgrespass -# Use a local distribution build container image for building the AWX package -# This is helpful if you don't want to bother installing the build-time dependencies as -# it is taken care of already. -# NOTE: IMPORTANT: If you are running a mininshift install, using this container might not work -# if you are using certain drivers like KVM where the source tree can't be mapped -# into the build container. -# Thus this setting must be set to False which will trigger a local build. To view the -# typical dependencies that you might need to install see: -# installer/image_build/files/Dockerfile.sdist -# use_container_for_build=true - # This will create or update a default admin (superuser) account in AWX, if not provided # then these default values are used admin_user=admin