Skip to content

Commit

Permalink
Updating instances of trusty to xenial (#110)
Browse files Browse the repository at this point in the history
* Updating instances of trusty to xenial

Updating instances of trusty to xenial per https://starkandwayne.com/blog/stemcell-version-not-found/

* Update bosh-lite-virtualbox.md
  • Loading branch information
thehandsomezebra authored Aug 3, 2020
1 parent cbed0a9 commit 02865e3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/tutorials/bosh-lite-virtualbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ bosh update-cloud-config bosh-deployment/warden/cloud-config.yml
```

```
wget --content-disposition https://bosh.io/d/stemcells/bosh-warden-boshlite-ubuntu-trusty-go_agent
bosh upload-stemcell bosh-stemcell-*-warden-boshlite-ubuntu-trusty-go_agent.tgz
wget --content-disposition https://bosh.io/d/stemcells/bosh-warden-boshlite-ubuntu-xenial-go_agent
bosh upload-stemcell bosh-stemcell-*-warden-boshlite-ubuntu-xenial-go_agent.tgz
```

## SSH into BOSH Environment
Expand Down Expand Up @@ -151,13 +151,13 @@ Next, the CLI will display the proposed changes to the deployment. Since we are
```
+ stemcells:
+ - alias: default
+ os: ubuntu-trusty
+ version: '3468'
+ os: ubuntu-xenial
+ version: '621.78'
+ releases:
+ - name: zookeeper
+ url: git+https://github.com/cppforlife/zookeeper-release
+ version: 0.0.7
+ version: 0.0.10
+ update:
+ canaries: 2
Expand Down

0 comments on commit 02865e3

Please sign in to comment.