{"id":15430553,"url":"https://github.com/lenisha/concourse-setup","last_synced_at":"2026-01-27T00:38:34.206Z","repository":{"id":116069502,"uuid":"95476266","full_name":"lenisha/concourse-setup","owner":"lenisha","description":null,"archived":false,"fork":false,"pushed_at":"2017-06-30T03:54:18.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-26T18:18:52.932Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lenisha.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-06-26T18:21:08.000Z","updated_at":"2017-06-26T18:21:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"a312000c-712e-481f-a273-5e551f9bad59","html_url":"https://github.com/lenisha/concourse-setup","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"22e1f538a73b2a654e19889433b81cb4f69bdcd3"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lenisha/concourse-setup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenisha%2Fconcourse-setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenisha%2Fconcourse-setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenisha%2Fconcourse-setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenisha%2Fconcourse-setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lenisha","download_url":"https://codeload.github.com/lenisha/concourse-setup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenisha%2Fconcourse-setup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28794006,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T21:49:50.245Z","status":"ssl_error","status_checked_at":"2026-01-26T21:48:29.455Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-01T18:16:55.793Z","updated_at":"2026-01-27T00:38:34.190Z","avatar_url":"https://github.com/lenisha.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# concourse-setup\n\n# Setup Bosh Director\n\n## Get all configs\ngit clone https://github.com/cloudfoundry/bosh-deployment.git\n\n## Customize for PAAS environment\n```cat config.yml \u003c\u003c {\ndirector_name: bosh-1\ninternal_cidr:  REPLACE\ninternal_gw: REPLACE\ninternal_ip: REPLACE\nnetwork_name: 'VM Network'\nvcenter_dc: Datacenter\nvcenter_ds: LUN01\nvcenter_ip: REPLACE\nvcenter_user: administrator@vsphere.local\nvcenter_password: \nvcenter_templates: bosh-1-templates\nvcenter_vms: bosh-1-vms\nvcenter_disks: bosh-1-disks\nvcenter_cluster: Cluster\ndns_ip: REPLACE\nntp_ip: REPLACE\n}}```\n\n## bosh.yml \nedit bosh.yml to update dns and ntp\n\n## create bosh env\n```bosh2 create-env bosh-deployment/bosh.yml \\\n    --state=state.json \\\n    --vars-store=creds.yml \\\n    -o bosh-deployment/vsphere/cpi.yml \\\n\t-l config.yml\n```  \n  \n## Configure local alias\n```$ bosh2 alias-env bosh-1 -e 10.193.56.240 --ca-cert \u003c(bosh2 int ./creds.yml --path /director_ssl/ca)```\n\n## Log in to the Director\n```$ export BOSH_CLIENT=admin\n$ export BOSH_CLIENT_SECRET=`bosh2 int ./creds.yml --path /admin_password`\n```\n\n## Query the Director for more info\n```\n$ bosh -e bosh-1 env\n```\n\n# Update Cloud Config\nedit bosh-deployment/vsphere/cloud-config.yml to update large disks\n```\nbosh2 -e bosh-1 update-cloud-config ./cloud-config.yml -l config.yml\n```\n# Setup Concourse\n```\n bosh2 -e bosh-1 upload-release https://github.com/concourse/concourse/releases/download/v3.2.1/concourse-3.2.1.tgz\n bosh2 -e bosh-1 upload-release https://github.com/concourse/concourse/releases/download/v3.2.1/garden-runc-1.6.0.tgz\n bosh2 -e bosh-1 upload-stemcell https://s3.amazonaws.com/bosh-core-stemcells/vsphere/bosh-stemcell-3421.6-vsphere-esxi-ubuntu-trusty-go_agent.tgz\n```\n## Generate Certs\n ```\n bosh2 int cert.yml -v dns_name=ci.haas-53.pez.pivotal.io --vars-store=gen_certs.yml\n```\n## deploy\n ```\n bosh2 -e bosh-1 deployment -d=concourse concourse.yml -l gen_certs.yml\n ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flenisha%2Fconcourse-setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flenisha%2Fconcourse-setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flenisha%2Fconcourse-setup/lists"}