Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A second deploy to bosh lite will fail #1

Open
Kaixiang opened this issue Sep 1, 2015 · 1 comment
Open

A second deploy to bosh lite will fail #1

Kaixiang opened this issue Sep 1, 2015 · 1 comment

Comments

@Kaixiang
Copy link

Kaixiang commented Sep 1, 2015

While going through the bosh '10 min tutorial'
we found the 2nd deploy will fail because the 'network was occupied'

and it seems the manifest.yml is not for warden networks.

we change that to something like cf and it resolves the problem:

+    range: 10.244.0.0/30
+    reserved:
+    - 10.244.0.1
+    static:
+    - 10.244.0.2
+  - cloud_properties:
+      name: random
+    range: 10.244.0.4/30
+    reserved:
+    - 10.244.0.5
+    static:
+    - 10.244.0.6
+  - cloud_properties:
+      name: random
+    range: 10.244.0.8/30
+    reserved:
+    - 10.244.0.9
+    static:
+    - 10.244.0.10
+  - cloud_properties:
+      name: random
+    range: 10.244.0.12/30
+    reserved:
+    - 10.244.0.13
+    static:
+    - 10.244.0.14
+  - cloud_properties:
+      name: random
+    range: 10.244.0.16/30
+    reserved:
+    - 10.244.0.17
+    static:
+    - 10.244.0.18
+  - cloud_properties:
+      name: random
+    range: 10.244.0.20/30
+    reserved:
+    - 10.244.0.21
+    static:
+    - 10.244.0.22
+  - cloud_properties:
+      name: random
+    range: 10.244.0.24/30
+    reserved:
+    - 10.244.0.25
+    static:
+    - 10.244.0.26
+  - cloud_properties:
+      name: random
+    range: 10.244.0.28/30
+    reserved:
+    - 10.244.0.29
@Kaixiang
Copy link
Author

Kaixiang commented Sep 3, 2015

For your information @mariash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant