Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

[ipam] weave --local run explodes due to missing ipam logic #672

Closed
rade opened this issue May 16, 2015 · 1 comment · Fixed by #686
Closed

[ipam] weave --local run explodes due to missing ipam logic #672

rade opened this issue May 16, 2015 · 1 comment · Fixed by #686
Labels
Milestone

Comments

@rade
Copy link
Member

rade commented May 16, 2015

$ weave launch -iprange 10.2.3.0/24
$ weave run -ti ubuntu
90f06ab30d7b4339f8c83e94fdfe8e335ad428e7712adef0268e107ce546e754
$ sudo weave --local run 10.2.2.1/24 -ti ubuntu
78d932340a6a94f2a50a0728f73e3bf9a07cc25c77ead85f92bce34da8076ff4
$ sudo weave --local run -ti ubuntu
Failure during network configuration for container 9075b3362993f1655e4bbce6484d05ee5d724421b8ab93f8905b2bf1c29d9ca2:
arping: Device ethwe not available.

afaict the code for ip allocation is simply missing from the local run case.

@rade rade added the bug label May 16, 2015
@rade rade added this to the 0.11.0 milestone May 16, 2015
@rade
Copy link
Member Author

rade commented May 16, 2015

We should add this case to the smoke tests.

@rade rade closed this as completed in #686 May 18, 2015
rade added a commit that referenced this issue May 18, 2015
Fetch an address from IPAM for 'weave --local run'

Fixes #672.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant