From daa5dd7e27ed07c4fb511455ea94df22e5b57fb5 Mon Sep 17 00:00:00 2001 From: James Tanner Date: Mon, 25 Mar 2024 10:51:30 -0400 Subject: [PATCH] Add make target and compose file for DAB. No-Issue Signed-off-by: James Tanner --- Makefile | 4 ++++ .../oci_env_configs/dab.compose.env | 15 +++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 dev/oci_env_integration/oci_env_configs/dab.compose.env diff --git a/Makefile b/Makefile index d2ceafcd0c..472fb35dd8 100644 --- a/Makefile +++ b/Makefile @@ -301,3 +301,7 @@ oci/ldap: .PHONY: oci/community oci/community: dev/oci_start community + +.PHONY: oci/dab +oci/dab: + dev/oci_start dab diff --git a/dev/oci_env_integration/oci_env_configs/dab.compose.env b/dev/oci_env_integration/oci_env_configs/dab.compose.env new file mode 100644 index 0000000000..3a61192133 --- /dev/null +++ b/dev/oci_env_integration/oci_env_configs/dab.compose.env @@ -0,0 +1,15 @@ +COMPOSE_PROFILE=galaxy_ng/base:galaxy_ng/dab +COMPOSE_PROJECT_NAME=ci-dab + +DEV_SOURCE_PATH=galaxy_ng +COMPOSE_BINARY=docker +SETUP_TEST_DATA=1 +UPDATE_UI=0 +ENABLE_SIGNING=0 +HUB_API_ROOT=https://localhost/api/hub + +DJANGO_SUPERUSER_USERNAME=admin +DJANGO_SUPERUSER_PASSWORD=admin + +PULP_GALAXY_API_PATH_PREFIX=/api/hub +PULP_ANALYTICS=false