https://github.com/cloudfoundry/bosh-softlayer-cpi-release
An external BOSH CPI for the SoftLayer cloud written in Golang
https://github.com/cloudfoundry/bosh-softlayer-cpi-release
bosh bosh-cpi bosh-release bosh-softlayer-cpi cloud-foundry
Last synced: 6 months ago
JSON representation
An external BOSH CPI for the SoftLayer cloud written in Golang
- Host: GitHub
- URL: https://github.com/cloudfoundry/bosh-softlayer-cpi-release
- Owner: cloudfoundry
- License: apache-2.0
- Archived: true
- Created: 2014-08-05T02:05:20.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-09-01T07:52:44.000Z (about 5 years ago)
- Last Synced: 2025-03-31T02:15:46.913Z (7 months ago)
- Topics: bosh, bosh-cpi, bosh-release, bosh-softlayer-cpi, cloud-foundry
- Language: Go
- Homepage:
- Size: 32.4 MB
- Stars: 14
- Watchers: 18
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# BOSH SoftLayer CPI Release
Coverage status: [](https://coveralls.io/github/cloudfoundry/bosh-softlayer-cpi-release?branch=master)
* Documentation: [bosh.io/docs](https://bosh.io/docs)
* BOSH SoftLayer CPI Slack channel: #bosh-softlayer-cpi on [https://cloudfoundry.slack.com/](https://cloudfoundry.slack.com/)
* Mailing list: [cf-bosh](https://lists.cloudfoundry.org/pipermail/cf-bosh)
* CI:
* Roadmap: [Pivotal Tracker](https://www.pivotaltracker.com/n/projects/1344876)## Releases
This is a BOSH release for the SoftLayer CPI.
The latest version for the SoftlLayer CPI release is available on [bosh.io](https://bosh.io/releases/github.com/cloudfoundry/bosh-softlayer-cpi-release?all=1).
To use this CPI you will need to use the SoftLayer light stemcell. it's also available on [bosh.io](https://bosh.io/stemcells/bosh-softlayer-xen-ubuntu-xenial-go_agent).
## Bootstrap on SoftLayer
Refer to [init-softlayer](docs/init-softlayer.md) to bootstrap on Softlayer.
## Deployment Manifest Samples
Refer to [softlayer-cpi](docs/softlayer-cpi.md) for deployment manifest samples.
## SoftLayer CPI NG
* Highlights of SoftLayer CPI NG: [highlight_of_cpi_ng](docs/highlight_of_cpi_ng.md)
* Cloud properties names in SoftLayer CPI NG: [cloud_properties_names_in_cpi_ng](docs/cloud_properties_names_in_cpi_ng.md)
* Migrate from Legacy SoftLayer CPI to SoftLayer CPI NG: [softlayer-cpi-migration](docs/softlayer-cpi-migration.md)
* How to use static IPs: [static-ip-example](docs/static-ip-example.md)## Recover VMs or Disks (for legacy SoftLayer CPI only)
* Recover missing VMs: [recover_missing_vm](docs/recover_missing_vm.md)
* Recover orphan disks: [recover_orphan_disk_for_legacy_cpi](docs/recover_orphan_disk_for_legacy_cpi.md)## Frequently Asked Questions and Answers
1. Q: How do I specify a dynamic network through subnet instead of vlan id?
A: We don't support it currently.
2. Q: Is there any restrictions about the hostname supported by SoftLayer?
A: Yes. The hostname length can't be exactly 64. Otherwise there will be problems with ssh login.