{"id":26059652,"url":"https://github.com/orange-cloudfoundry/generic-scripting-release","last_synced_at":"2025-04-11T06:45:27.183Z","repository":{"id":52214404,"uuid":"170732877","full_name":"orange-cloudfoundry/generic-scripting-release","owner":"orange-cloudfoundry","description":"A bosh release to execute generic scripting on bosh lifefecycle events","archived":false,"fork":false,"pushed_at":"2025-04-09T08:56:41.000Z","size":81,"stargazers_count":3,"open_issues_count":5,"forks_count":2,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-09T09:40:10.581Z","etag":null,"topics":["automation","bosh","lifecycle"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/orange-cloudfoundry.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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":"2019-02-14T17:44:59.000Z","updated_at":"2025-04-09T08:56:45.000Z","dependencies_parsed_at":"2024-07-22T09:11:33.863Z","dependency_job_id":"fc63dce1-0d2b-41be-affb-aef82e6823bf","html_url":"https://github.com/orange-cloudfoundry/generic-scripting-release","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orange-cloudfoundry%2Fgeneric-scripting-release","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orange-cloudfoundry%2Fgeneric-scripting-release/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orange-cloudfoundry%2Fgeneric-scripting-release/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orange-cloudfoundry%2Fgeneric-scripting-release/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orange-cloudfoundry","download_url":"https://codeload.github.com/orange-cloudfoundry/generic-scripting-release/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248358549,"owners_count":21090401,"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","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":["automation","bosh","lifecycle"],"created_at":"2025-03-08T13:27:00.107Z","updated_at":"2025-04-11T06:45:27.155Z","avatar_url":"https://github.com/orange-cloudfoundry.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BOSH Release for generic-scripting\n\n## Usage\n\nTo use this bosh release, first upload it to your bosh:\n\n```\nbosh target BOSH_HOST\ngit clone https://github.com/cloudfoundry-community/generic-scripting-boshrelease.git\ncd generic-scripting-boshrelease\nbosh upload release releases/generic-scripting-1.yml\n```\n\nFor [bosh-lite](https://github.com/cloudfoundry/bosh-lite), you can quickly create a deployment manifest \u0026 deploy a cluster:\n\n```\ntemplates/make_manifest warden\nbosh -n deploy\n```\n\nFor AWS EC2, create a single VM:\n\n```\ntemplates/make_manifest aws-ec2\nbosh -n deploy\n```\n\n### Override security groups\n\nFor AWS \u0026 Openstack, the default deployment assumes there is a `default` security group. If you wish to use a different security group(s) then you can pass in additional configuration when running `make_manifest` above.\n\nCreate a file `my-networking.yml`:\n\n``` yaml\n---\nnetworks:\n  - name: generic-scripting1\n    type: dynamic\n    cloud_properties:\n      security_groups:\n        - generic-scripting\n```\n\nWhere `- generic-scripting` means you wish to use an existing security group called `generic-scripting`.\n\nYou now suffix this file path to the `make_manifest` command:\n\n```\ntemplates/make_manifest openstack-nova my-networking.yml\nbosh -n deploy\n```\n\n### Development\n\n#### On local workstation\nAs a developer of this release, create new releases and upload them:\n\n```\nbosh create release --force \u0026\u0026 bosh -n upload release\n```\n\n#### Using GitHub Action\n\nLook at https://github.com/orange-cloudfoundry/generic-scripting-release/actions/workflows/on-commits.yml to find the\ndev release associated to your commit.\n\n### Final releases\n\nTODO: document\n#### On local workstation and GitHub\n\n1. create a tag locally\n2. push it\n3. observe the result on https://github.com/orange-cloudfoundry/generic-scripting-release/actions/workflows/on-tags.yml\n4. download artefact at https://github.com/orange-cloudfoundry/generic-scripting-release/releases\n\n#### On local workstation\n\nTo share final releases:\n\n```\nbosh create release --final\n```\n\nBy default the version number will be bumped to the next major number. You can specify alternate versions:\n\n\n```\nbosh create release --final --version 2.1\n```\n\nAfter the first release you need to contact [Dmitriy Kalinin](mailto://dkalinin@pivotal.io) to request your project is added to https://bosh.io/releases (as mentioned in README above).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forange-cloudfoundry%2Fgeneric-scripting-release","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forange-cloudfoundry%2Fgeneric-scripting-release","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forange-cloudfoundry%2Fgeneric-scripting-release/lists"}