arquillian / arquillian-cube

Control (docker, kubernetes, openshift) containers in your tests with ease!
http://arquillian.org/arquillian-cube/
121 stars 98 forks source link

Split configuration between implementations #43

Closed aslakknutsen closed 9 years ago

aslakknutsen commented 9 years ago

When we have more then 'docker server' as an implementation we need to split the configuration.

Probably in :

Core currently has options like:

Docker has:

Assuming Cube is Docker focused, dockerContainers, dockerContainersFile and dockerRegistry might be reusable configuration options for Cube Core.

Define Docker images in Core, Docker Server info in Docker and extra Kuberetes features around the Docker images in it's own config

aslakknutsen commented 9 years ago

Is required by #41 and most likely becomes just a part of it. But how it needs to be done needs some discussion.