Skip to content

Commit df990d2

Browse files
committed
Copy galaxy importer settings
1 parent be44b6f commit df990d2

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

dev/compose/community.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ x-common-env: &common-env
6060
# disable user/group modifications
6161
PULP_ALLOW_LOCAL_RESOURCE_MANAGEMENT: 'false'
6262

63-
# role content workaround ..
63+
# role content workaround
6464
PULP_ANSIBLE_BASE_ROLES_REQUIRE_VIEW: 'false'
6565

6666
# Resource server
@@ -72,11 +72,15 @@ x-common-env: &common-env
7272
# PULP_RESOURCE_SERVER__SECRET_KEY='?'
7373
# PULP_RESOURCE_SERVER__VALIDATE_HTTPS='false'
7474

75+
# Integration test settings
76+
HUB_TEST_AUTHENTICATION_BACKEND: "community"
77+
HUB_TEST_MARKS: "deployment_community"
78+
7579
# Unpin dependencies on setup.py if set to 0
7680
LOCK_REQUIREMENTS: 0
7781

7882
# DEV EDITABLE STUFF
79-
# To enable editable installs of local checkouts set DEV_SOURCE_PATH keeping the ordering as follows:
83+
# To enable editable to install local checkouts set DEV_SOURCE_PATH keeping the ordering as follows:
8084
# "dynaconf:pulpcore:galaxy_importer:pulp_ansible:pulp_container:galaxy_ng:django-ansible-base"
8185
# This can be done as part of the `docker compose` call:
8286
# $ DEV_SOURCE_PATH="pulp_container:galaxy_ng" docker compose -f dev/compose/aap.yaml up
@@ -229,8 +233,7 @@ services:
229233
/src/galaxy_ng/dev/compose/bin/wait /var/lib/pulp/.migrated;
230234
/src/galaxy_ng/dev/compose/bin/devinstall;
231235
232-
# Worker needs gpg in order to consume signing tasks;
233-
gpg --list-secret-keys;
236+
cp -r /src/galaxy_ng/profiles/community/galaxy-importer /etc/galaxy-importer;
234237
235238
/src/galaxy_ng/dev/compose/bin/reloader /venv/bin/pulpcore-worker
236239
"

0 commit comments

Comments
 (0)