Skip to content

Commit 2633f05

Browse files
committed
Change Pulp 3 Default Ports
https://pulp.plan.io/issues/4556 Content: 8080 -> 24816 API: 8000 -> 24817 [noissue] Required PR: pulp/pulpcore#75
1 parent ba6ea6e commit 2633f05

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis/script.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ flake8 --config flake8.cfg || exit 1
77

88
# Run migrations.
99
export DJANGO_SETTINGS_MODULE=pulpcore.app.settings
10-
export PULP_CONTENT_HOST=localhost:8080
10+
export PULP_CONTENT_HOST=localhost:24816
1111
django-admin makemigrations python
1212
django-admin migrate --noinput
1313

@@ -16,8 +16,8 @@ django-admin migrate --noinput
1616

1717
# Run functional tests.
1818
django-admin reset-admin-password --password admin
19-
django-admin runserver >> ~/django_runserver.log 2>&1 &
20-
gunicorn pulpcore.content:server --bind 'localhost:8080' --worker-class 'aiohttp.GunicornWebWorker' -w 2 >> ~/content_app.log 2>&1 &
19+
django-admin runserver 24817 >> ~/django_runserver.log 2>&1 &
20+
gunicorn pulpcore.content:server --bind 'localhost:24816' --worker-class 'aiohttp.GunicornWebWorker' -w 2 >> ~/content_app.log 2>&1 &
2121
rq worker -n 'resource-manager@%h' -w 'pulpcore.tasking.worker.PulpWorker' >> ~/resource_manager.log 2>&1 &
2222
rq worker -n 'reserved-resource-worker-1@%h' -w 'pulpcore.tasking.worker.PulpWorker' >> ~/reserved_worker-1.log 2>&1 &
2323
sleep 8

0 commit comments

Comments
 (0)