{"id":31904352,"url":"https://github.com/cloudfoundry-community/eirini-bosh-release","last_synced_at":"2025-10-13T13:49:17.342Z","repository":{"id":33873263,"uuid":"152771594","full_name":"cloudfoundry-community/eirini-bosh-release","owner":"cloudfoundry-community","description":"A BOSH release for Eirini.","archived":false,"fork":false,"pushed_at":"2020-04-15T06:13:13.000Z","size":394,"stargazers_count":4,"open_issues_count":7,"forks_count":13,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-04-14T22:47:39.984Z","etag":null,"topics":["bosh","bosh-release","eirini","kubernetes"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudfoundry-community.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-12T15:29:20.000Z","updated_at":"2024-02-09T14:25:44.000Z","dependencies_parsed_at":"2022-07-15T20:00:30.675Z","dependency_job_id":null,"html_url":"https://github.com/cloudfoundry-community/eirini-bosh-release","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/cloudfoundry-community/eirini-bosh-release","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry-community%2Feirini-bosh-release","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry-community%2Feirini-bosh-release/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry-community%2Feirini-bosh-release/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry-community%2Feirini-bosh-release/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudfoundry-community","download_url":"https://codeload.github.com/cloudfoundry-community/eirini-bosh-release/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry-community%2Feirini-bosh-release/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279015347,"owners_count":26085686,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bosh","bosh-release","eirini","kubernetes"],"created_at":"2025-10-13T13:48:42.835Z","updated_at":"2025-10-13T13:49:17.337Z","avatar_url":"https://github.com/cloudfoundry-community.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eirini-bosh-release\n\nThis is a BOSH release for [eirini](https://code.cloudfoundry.org/eirini).\n\n## Deploying CF+Eirini with BOSH\n1. Ensure you have the following utilities:\n  - [`bosh`](https://bosh.io/docs/cli-v2-install/)\n  - [`bosh-bootloader`](https://github.com/cloudfoundry/bosh-bootloader#prerequisites)\n  - [`credhub`](https://github.com/cloudfoundry-incubator/credhub-cli#installing-the-cli)\n1. Clone relevant repos to deploy CF.\n    ```\n    git clone https://github.com/cloudfoundry/cf-deployment.git\n    /path/to/cf-deployment\n    git clone https://github.com/cloudfoundry-community/eirini-bosh-release.git\n    /path/to/eirini-bosh-release\n    ```\n1. Create a GCP service account for use by BBL (BOSH Bootloader): [Getting\n   Started: GCP # Create a Service\n   Account](https://github.com/cloudfoundry/bosh-bootloader/blob/master/docs/getting-started-gcp.md#create-a-service-account)\n\n1. Generate a certificate for use by CF load balancers. See [Deploying CF#step-1-get-you-some-load-balancers](https://github.com/cloudfoundry/cf-deployment/blob/master/texts/deployment-guide.md#step-1-get-you-some-load-balancers) for help.\n1. Create and bootstrap the directory to store your BBL (BOSH Bootloader) state:\n    ```\n    mkdir -p ~/path/to/envs/new_environment\n    cd ~/path/to/envs/new_environment\n\n    # export BBL_ENV_NAME=new_environment\n    # export BBL_IAAS=gcp\n    # export BBL_GCP_REGION=us-west1\n    # export BBL_GCP_SERVICE_ACCOUNT_KEY=/path/to/key.json\n\n    bbl plan --lb-type cf --lb-domain system.tld --lb-cert /path/to/cert --lb-key /path/to/key\n    ```\n\n1. Apply the relevant plan patches to the BBL state dir.\n    ```\n    cp -R ~/path/to/eirini-bosh-release/plan-patches/shared/. ~/path/to/envs/new_environment\n    cp -R ~/path/to/eirini-bosh-release/plan-patches/gcp/. ~/path/to/envs/new_environment\n    ```\n1. Deploy the infrastructure with BBL.\n    ```\n    bbl up\n    ```\n1. Upload stemcell to BOSH director\n    ```\n    eval \"$(bbl print-env)\"\n    ./upload-stemcell.sh /path/to/cf-deployment\n    ```\n1. Deploy CF\n    ```\n    eval \"$(bbl print-env)\"\n    ./deploy.sh /path/to/cf-deployment /path/to/eirini-bosh-release\n    ```\n1. Create a new DNS record by following the instructions [Step 2: Update your DNS records to point to your load balancer\n](https://github.com/cloudfoundry/cf-deployment/blob/master/texts/deployment-guide.md#step-2-update-your-dns-records-to-point-to-your-load-balancer).\n\n1. Run the post-deploy errand:\n    ```\n    bosh -d cf run-errand configure-eirini-bosh\n    ```\n\n## Contributing\n\n1. Fork this project into your GitHub organisation or username\n1. Make sure you are up-to-date with the upstream master and then create your feature branch (`git checkout -b amazing-new-feature`)\n1. Add and commit the changes (`git commit -am 'Add some amazing new feature'`)\n1. Push to the branch (`git push origin amazing-new-feature`)\n1. Create a PR against this repository\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudfoundry-community%2Feirini-bosh-release","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudfoundry-community%2Feirini-bosh-release","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudfoundry-community%2Feirini-bosh-release/lists"}