Actions
action #89749
opencoordination #80142: [saga][epic] Scale out: Redundant/load-balancing deployments of openQA, easy containers, containers on kubernetes
coordination #89842: [epic] Scalable and streamlined docker-compose based openQA setup
containers: Allow to the user to choose the source of images in the docker-compose
Start date:
2021-03-09
Due date:
% Done:
0%
Estimated time:
Description
Motivation¶
Now only the local build images can be used on the docker-compose. As a user would be nice to give me the option to choose without changing the docker-compose yaml
Acceptance Criteria¶
AC 1: The user can choose the images
AC 2: Create a test to check that local build images and remote images can be used
Suggestions¶
- Use docker-compose variables e.g. image: ${OPENQA_WEBUI_IMAGE}
- Add the default values to .env file
- See https://github.com/os-autoinst/openQA/pull/3755
Actions