Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cloudfoundry/service-fabrik-blueprint-boshrelease
A boshrelease for service fabrik's blueprint service that is used to try out service-fabrik broker
https://github.com/cloudfoundry/service-fabrik-blueprint-boshrelease
cff-wg-service-management
Last synced: 2 months ago
JSON representation
A boshrelease for service fabrik's blueprint service that is used to try out service-fabrik broker
- Host: GitHub
- URL: https://github.com/cloudfoundry/service-fabrik-blueprint-boshrelease
- Owner: cloudfoundry
- License: apache-2.0
- Created: 2017-07-31T19:21:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-02T10:50:43.000Z (9 months ago)
- Last Synced: 2024-04-09T21:21:32.858Z (9 months ago)
- Topics: cff-wg-service-management
- Language: Shell
- Homepage:
- Size: 158 KB
- Stars: 1
- Watchers: 21
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blueprint Boshrelease
## Overview
A Bosh release for [Blueprint service](https://github.com/cloudfoundry/service-fabrik-blueprint-service) which can be used a sample service to try [service-fabrik-broker](https://github.com/cloudfoundry/service-fabrik-broker).
Idea of blue-print boshrelease is to provide a simple blueprint service that demonstrates the Bosh release, the service agent (in our case conveniently co-located with the service and the bosh release, but in your case most likely separate repositories and maybe even bosh releases if you consume a community bosh release), the deployment manifest template, and its catalog entry.
## Requirements
Need to have [bosh-lite](https://bosh.io/docs/bosh-lite.html) installed on your machine.
## Download and Installation
- Install Bosh-Lite following the instructions [here](https://bosh.io/docs/bosh-lite/#install) .
- Deploy on Bosh-Lite :
```
$ git clone https://github.com/cloudfoundry/service-fabrik-blueprint-boshrelease
$ cd service-fabrik-blueprint-boshrelease
$ bosh upload release $(ls -1rv releases/blueprint/blueprint-*.yml | head -1)
Set the Bosh Director UUID in deployments/warden.yml
$ bosh deployment deployments/warden.yml
$ bosh -n deploy
$ bosh vms
```## How to Obtain Support
If you need any support, have any question or have found a bug, please report it in the [GitHub bug tracking system](https://github.com/cloudfoundry/service-fabrik-blueprint-boshrelease/issues). We shall get back to you.
## LICENSE
This project is licensed under the Apache Software License, v. 2 except as noted otherwise in the [LICENSE](LICENSE) file