action #89719
coordination #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
0%
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
Related issues
History
#1
Updated by cdywan about 2 years ago
- Blocks action #76978: How to run an openQA test in 5 minutes added
#2
Updated by okurz about 2 years ago
- Copied to action #89722: Need automatic check for docker-compose added
#3
Updated by cdywan about 2 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.
#4
Updated by cdywan about 2 years ago
- Blocks action #89731: containers: The deploy using docker-compose is not stable and eventually fails added
#5
Updated by cdywan about 2 years ago
- Description updated (diff)
- Status changed from New to Workable
#6
Updated by ilausuch about 2 years ago
- Assignee set to ilausuch
#7
Updated by ilausuch about 2 years ago
#8
Updated by openqa_review about 2 years ago
- Due date set to 2021-03-24
Setting due date based on mean cycle time of SUSE QE Tools
#9
Updated by okurz about 2 years ago
- Parent task set to #89842
#10
Updated by ilausuch about 2 years ago
- Status changed from Workable to In Progress
#11
Updated by okurz about 2 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
#12
Updated by cdywan about 2 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 👌️
#13
Updated by okurz about 2 years ago
- Due date deleted (
2021-03-24)