Git Product home page Git Product logo

Comments (4)

ramonskie avatar ramonskie commented on July 17, 2024 1

the only way i know. (as bosh-deployment) is always overriden on a bbl up
in your bbl dir you could do a
git clone https://github.com/cloudfoundry/bosh-deployment.git bosh-deployment-new
and add a create-director-override.yml that uses the bosh-deployment-new resources

it would contain something for gcp for example

#!/bin/sh
bosh create-env \
  ${BBL_STATE_DIR}/bosh-deployment-new/bosh.yml \
  --state  ${BBL_STATE_DIR}/vars/bosh-state.json \
  --vars-store  ${BBL_STATE_DIR}/vars/director-vars-store.yml \
  --vars-file  ${BBL_STATE_DIR}/vars/director-vars-file.yml \
  -o  ${BBL_STATE_DIR}/bosh-deployment-new/gcp/cpi.yml \
  -o  ${BBL_STATE_DIR}/bosh-deployment-new/jumpbox-user.yml \
  -o  ${BBL_STATE_DIR}/bosh-deployment-new/uaa.yml \
  -o  ${BBL_STATE_DIR}/bosh-deployment-new/credhub.yml \
  -o  ${BBL_STATE_DIR}/bbl-ops-files/gcp/bosh-director-ephemeral-ip-ops.yml \
  --var-file  gcp_credentials_json="${BBL_GCP_SERVICE_ACCOUNT_KEY_PATH}" \
  -v  project_id="${BBL_GCP_PROJECT_ID}" \
  -v  zone="${BBL_GCP_ZONE}" 

i created an issue to have a use latest flag see #536

from bosh-bootloader.

peterhaochen47 avatar peterhaochen47 commented on July 17, 2024

Or is there a way to configure/override the bosh-deployment version deployed by bbl?

from bosh-bootloader.

ramonskie avatar ramonskie commented on July 17, 2024

another option is to do execute a bbl plan first
than replace the bosh-deployment repo with the a fresh cloned one

from bosh-bootloader.

rkoster avatar rkoster commented on July 17, 2024

bosh-deployment has been bumped in the latest release: https://github.com/cloudfoundry/bosh-bootloader/releases/tag/v8.4.111

from bosh-bootloader.

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.