Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions operations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,4 @@ This is the README for Ops-files. To learn more about `cf-deployment`, go to the
| [`windows2019-cell.yml`](windows2019-cell.yml) | Deploys a windows2019 cell. | Requires that a windows2019 stemcell is uploaded to the Bosh director, and be used together with `use-online-windows2019fs.yml` or a suitable opsfile. | **YES** |
| [`use-cflinuxfs4-compat.yml`](use-cflinuxfs4-compat.yml) | Use the [cflinuxfs4 compatibility release](https://github.com/cloudfoundry/cflinuxfs4-compat-release) instead of the default [cflinuxfs4 release](https://github.com/cloudfoundry/cflinuxfs4-release). | **YES** |
| [`use-noble-stemcell.yml`](use-noble-stemcell.yml) | Use Noble stemcell instead of Jammy | This is incompatible with `use-compiled-releases.yml` | **NO** |
| [`use-jammy-stemcell.yml`](use-jammy-stemcell.yml) | Use Jammy stemcell for backwards compatibility after stemcell migration to Noble | This is incompatible with `use-compiled-releases.yml` | **NO** |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The "validated" column entry can be changed to "YES" once we have the Jammy pipeline running, please don't forget to update.

6 changes: 6 additions & 0 deletions operations/use-jammy-stemcell.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- path: /stemcells/alias=default
type: replace
value:
alias: default
os: ubuntu-jammy
version: latest
1 change: 1 addition & 0 deletions units/tests/standard_test/operations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,4 @@ disable-tls-tcp-routing-stage-2-tcp-router-and-route-emitter.yml:
ops:
- disable-tls-tcp-routing-stage-1-unproxied-ports.yml
use-noble-stemcell.yml: {}
use-jammy-stemcell.yml: {}