Skip to content

Update Consul and Vault to latest MPL releases #881

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 19, 2024
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
8 changes: 4 additions & 4 deletions etc/kayobe/inventory/group_vars/all/vault
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ seed_hashicorp_registry_password: "{{ stackhpc_docker_registry_password if stack
seed_consul_docker_image: "{{ stackhpc_docker_registry ~ '/' if stackhpc_sync_hashicorp_images | bool else '' }}hashicorp/consul"

# Seed Consul container image tag.
seed_consul_docker_tag: "1.16.3"
seed_consul_docker_tag: "1.16.4"

# Seed Vault container image.
seed_vault_docker_image: "{{ stackhpc_docker_registry ~ '/' if stackhpc_sync_hashicorp_images | bool else '' }}hashicorp/vault"

# Seed Vault container image tag.
seed_vault_docker_tag: "1.14.6"
seed_vault_docker_tag: "1.14.8"

# Seed Vault PKI Role name
seed_vault_pki_role_name: "ServerCert"
Expand Down Expand Up @@ -47,13 +47,13 @@ overcloud_hashicorp_registry_password: "{{ stackhpc_docker_registry_password if
overcloud_consul_docker_image: "{{ stackhpc_docker_registry ~ '/' if stackhpc_sync_hashicorp_images | bool else '' }}hashicorp/consul"

# Overcloud Consul container image tag.
overcloud_consul_docker_tag: "1.16.1"
overcloud_consul_docker_tag: "1.16.4"

# Overcloud Vault container image.
overcloud_vault_docker_image: "{{ stackhpc_docker_registry ~ '/' if stackhpc_sync_hashicorp_images | bool else '' }}hashicorp/vault"

# Overcloud Vault container image tag.
overcloud_vault_docker_tag: "1.14.1"
overcloud_vault_docker_tag: "1.14.8"

# Overcloud Vault PKI Default Role name
overcloud_vault_pki_default_role_name: "ServerCert"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
upgrade:
- |
Updates Consul to 1.16.4 and Vault to 1.14.8.