Git Product home page Git Product logo

Comments (4)

drnic avatar drnic commented on August 20, 2024

For anyone else needing a little patch for the aws/cloud-config.yml, try (update 10.11.0 to your IP range prefix):

cat > tmp/aws-cloud-config-reserved.yml <<-YAML
---
- type: replace
  path: /networks/name=default/subnets/range=((internal_cidr))/reserved
  value: [10.11.0.0-10.11.0.3]
YAML
bosh -e bosh-1 update-cloud-config ~/workspace/bosh-deployment/aws/cloud-config.yml \
  -o tmp/aws-cloud-config-reserved.yml \
  ...

Then bosh deploy again.

from bosh-deployment.

dpb587-pivotal avatar dpb587-pivotal commented on August 20, 2024

Compilation VMs probably used *.6 - *.8. We should do something like azure/cloud-config.yml.

from bosh-deployment.

drnic avatar drnic commented on August 20, 2024

@dpb587-pivotal oh that's cool - I never knew a) we could put CIDRs in the network lists, b) the 10.0.0.1/30 mapped to 10.0.0.0-10.0.0.3.

I'll fix the two PRs.

from bosh-deployment.

drnic avatar drnic commented on August 20, 2024

http://www.starkandwayne.com/blog/bootstrap-bosh-2-0-on-aws/ has been updated to remove temporary patch

from bosh-deployment.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.