Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit f2ecbe2d authored by Arkadiusz SZCZECINSKI's avatar Arkadiusz SZCZECINSKI
Browse files

:green_heart: add news service to the pipline test files

parent 809acacd
No related branches found
No related tags found
1 merge request!148Draft: Netbox password rotation service
Pipeline #272588 passed
......@@ -24,7 +24,7 @@ up-test-env-job:
- docker build --no-cache -t code.europa.eu:4567/digit-c4/netbox-plugins:${TEST_TAG} .
- docker build --no-cache -t code.europa.eu:4567/digit-c4/netbox-plugins/postgres:${TEST_TAG} ./docker/postgres
- docker build --no-cache -t code.europa.eu:4567/digit-c4/netbox-plugins/redis:${TEST_TAG} ./docker/redis
- docker build --no-cache -t code.europa.eu:4567/digit-c4/netbox-plugins/psw_rotation:${TEST_TAG} ./docker/psw_rotation
- docker build --no-cache -t code.europa.eu:4567/digit-c4/netbox-plugins/psw_rotation:${TEST_TAG} -f docker/psw_rotation/Dockerfile .
script:
# Netbox up `http://localhost:8000`
- env TAG=${TEST_TAG} PORT=${TEST_PORT} docker compose -f docker-compose.yml -f docker-compose.test.yml up -d
......
......@@ -41,3 +41,12 @@ services:
syslog-address: "tcp://gra1-63cfda8371ef06f3c6bf175c.gra1.logs.ovh.com:6514"
syslog-format: "rfc5424"
tag: "netbox-cache"
netbox-pr:
image: code.europa.eu:4567/digit-c4/netbox-plugins/psw_rotation:${TAG}
container_name: psw_rotation_${TAG}
logging:
driver: "syslog"
options:
syslog-address: "tcp://gra1-63cfda8371ef06f3c6bf175c.gra1.logs.ovh.com:6514"
syslog-format: "rfc5424"
tag: "netbox-psw-rotation"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment