action #89719
closedcoordination #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
docker-compose up fails on master
Description
Observation¶
Trying to "compose" from master I'm getting this error:
$ sudo docker-compose up
Creating network "webui_default" with the default driver
Pulling data (openqa_data:)...
The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing.
Suggestion¶
- Make sure openqa_data is pulled from a public registry, or built as part of the "compose" workflow
- Scrap openqa_data is probably what we want, the above is just the high-level flow from a user's point of view
Updated by livdywan over 3 years ago
- Blocks action #76978: How to run an openQA test in 5 minutes size:M added
Updated by okurz over 3 years ago
- Copied to action #89722: Need automatic check for docker-compose added
Updated by livdywan over 3 years ago
See https://github.com/os-autoinst/openQA/pull/3758 for a Makefile
target and a GHA snippet to add it. Note that it can't work as-is, so it may make sense to pull this into a PR with the fixes.
Updated by livdywan over 3 years ago
- Blocks action #89731: containers: The deploy using docker-compose is not stable and eventually fails added
Updated by livdywan over 3 years ago
- Description updated (diff)
- Status changed from New to Workable
Updated by ilausuch over 3 years ago
Updated by openqa_review over 3 years ago
- Due date set to 2021-03-24
Setting due date based on mean cycle time of SUSE QE Tools
Updated by ilausuch over 3 years ago
- Status changed from Workable to In Progress
Updated by okurz over 3 years ago
https://github.com/os-autoinst/openQA/pull/3773 is merged so that means that we have a check to ensure that docker-compose up
can work.
@cdywan if you can confirm that it works for you as well we can close the ticket
Updated by livdywan over 3 years ago
- Status changed from In Progress to Resolved
okurz wrote:
@cdywan if you can confirm that it works for you as well we can close the ticket
Looks very good to me, and I've also seen the GHA on other PRs now 👌️