Files
nip/bosh-release
Brian Cunnie 916b501bff Bump Ginkgo v1.16.5 → v2.0.0
Ginkgo v2.0.0 is hot off the press, released yesterday. Let's upgrade!

- `extensions/table` no longer needs to be separately imported
- `BeforeSuite()` must be outermost

fixes:
```
It looks like you are trying to add a [BeforeSuite] node within a container
```
```
imported and not used: "github.com/onsi/ginkgo/v2/extensions/table"
```
```
Entry redeclared during import "github.com/onsi/ginkgo/extensions/table"
```
2021-12-31 11:19:34 -08:00
..
2021-12-31 11:19:34 -08:00

BOSH Release

This is a BOSH Release of the Golang-based custom sslip.io DNS server. It's not meant to be used by anyone other than myself.

In the BOSH manifest, use this in the releases: section:

- name: sslip.io
  sha1: 3a59e21554da481463f292e2f11becf94e4a51aa
  url: https://github.com/cunnie/sslip.io/releases/download/1.1.2/sslip.io-release-1.1.2.tgz
  version: 1.1.2

And, in the instance_groups: section:

  jobs:
  - name: sslip.io-dns-server
    release: sslip.io

Here's a sample BOSH manifest.

After deploying, test the server. Let's assume the deployed VM's IP is 10.0.250.23:

dig +short 127.0.0.1.sslip.io @10.0.250.23
127.0.0.1