Skip to content

Commit

Permalink
Updating from Xenial to Bionic stemcells
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Stumpf authored and dennisjbell committed Apr 5, 2022
1 parent fb45327 commit a219962
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions MANUAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,19 @@ credentials used elsewhere in deployments and applications.
and `z3`.

- `stemcell_os` - The operating system stemcell you want to deploy
on. (default: `ubuntu-xenial`)
on. (default: `ubuntu-bionic`)

- `stemcell_version` - The specific version of the stemcell you want
to deploy on. (default: `latest`)

- `azure_availability_set` - In Microsoft Azure, this parameter
names the availability set to deploy the Vault nodes across.
This parameter does not have any effect on other platforms.

- `auxiliary_vault` - If deploying a second Vault after the
- `auxiliary_vault` - If deploying a second Vault after the
primary Genesis Vault was deployed. This prevents automatic
unsealing of the Vault after a deploy, as Genesis will attempt
to unseal the new Vault with the seal keys of the primary
unsealing of the Vault after a deploy, as Genesis will attempt
to unseal the new Vault with the seal keys of the primary
Genesis Vault. Defaults to `false`.

- `ui` - If true, the Vault Web UI will be turned on. Defaults to true.
Expand Down
2 changes: 1 addition & 1 deletion manifests/vault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ update:

stemcells:
- alias: default
os: (( grab params.stemcell_os || "ubuntu-xenial" ))
os: (( grab params.stemcell_os || "ubuntu-bionic" ))
version: (( grab params.stemcell_version || "latest" ))
2 changes: 1 addition & 1 deletion spec/results/azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ releases:
version: 0.3.2
stemcells:
- alias: default
os: ubuntu-xenial
os: ubuntu-bionic
version: latest
update:
canaries: 1
Expand Down
2 changes: 1 addition & 1 deletion spec/results/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ releases:
version: 0.3.2
stemcells:
- alias: default
os: ubuntu-xenial
os: ubuntu-bionic
version: latest
update:
canaries: 1
Expand Down

0 comments on commit a219962

Please sign in to comment.