Skip to content

Commit 657fcf6

Browse files
committed
ENH: Update docs to reference bionic
... instead of xenial
1 parent 1df0975 commit 657fcf6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

iaas-support/bosh-lite/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ STEMCELL_VERSION=$(bosh interpolate cf-deployment/cf-deployment.yml --path /stem
6969
7070
bosh \
7171
upload-stemcell \
72-
https://bosh.io/d/stemcells/bosh-warden-boshlite-ubuntu-xenial-go_agent?v=${STEMCELL_VERSION}
72+
https://bosh.io/d/stemcells/bosh-warden-boshlite-ubuntu-bionic-go_agent?v=${STEMCELL_VERSION}
7373
```
7474

7575

texts/deployment-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ export STEMCELL_VERSION=$(bosh interpolate cf-deployment.yml --path=/stemcells/a
161161
```
162162
Now you can upload the stemcell:
163163
```
164-
bosh upload-stemcell https://bosh.io/d/stemcells/bosh-${IAAS_INFO}-ubuntu-xenial-go_agent?v=${STEMCELL_VERSION}
164+
bosh upload-stemcell https://bosh.io/d/stemcells/bosh-${IAAS_INFO}-ubuntu-bionic-go_agent?v=${STEMCELL_VERSION}
165165
```
166166

167167
### Step 8: Deploy CF

units/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ For example, given the following manifest snippet:
7272
```
7373
stemcells:
7474
- alias: default
75-
os: ubuntu-xenial
76-
version: "456.16"
75+
os: ubuntu-bionic
76+
version: "1.1"
7777
```
7878

7979
and the following ops-file:

0 commit comments

Comments
 (0)