We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
For your information @mariash
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: