[
https://issues.apache.org/jira/browse/JCLOUDS-1157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15428356#comment-15428356
]
ASF subversion and git services commented on JCLOUDS-1157:
----------------------------------------------------------
Commit 970250d31fe7a7ca0633aa791a3034344ef43e2e in jclouds-labs's branch
refs/heads/master from [~kwart]
[ https://git-wip-us.apache.org/repos/asf?p=jclouds-labs.git;h=970250d ]
[JCLOUDS-1157] fix networks in DockerComputeServiceAdapterLiveTest
> DockerComputeServiceAdapterLiveTest should be redesigned - it requires
> external key-value store
> -----------------------------------------------------------------------------------------------
>
> Key: JCLOUDS-1157
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1157
> Project: jclouds
> Issue Type: Bug
> Components: jclouds-labs
> Reporter: Josef Cacek
> Labels: docker
>
> Creating a new {{"overlay"}} network in
> {{DockerComputeServiceAdapterLiveTest.init()}} fails with:
> {code}
> Error response from daemon: datastore for scope "global" is not initialized
> {code}
> The problem occurs when there is not configured external key-value store as
> [suggested
> here|https://github.com/docker/docker/issues/22693#issuecomment-239487208]
> {quote}
> ...it's expected; for overlay networking you need to either setup an external
> k/v store or (if you want the new services feature in 1.12) use swarm mode;
> but swarm scopes overlay networks cannot be used for "docker run", only for
> services
> {quote}
> Let's rewrite the test to use only the bridge networks.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)