-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare release notes for 1.29+ck2 and now 1.29+ck3 (#843)
* Prepare release notes for 1.29+ck2, update generator templates * insert a line feed so as to not break web renderer * Beginning notes on how to reconfigure for keystone in 1.29 (#845) * Correct command mistakes in keystone upgrade nodes, add Day2 Ops section * Add installation instructions to use LDAP or Keystone Auth for fresh installations * Applied review comments from Nick --------- Co-authored-by: Nick Veitch <[email protected]> Co-authored-by: Kevin W Monroe <[email protected]>
- Loading branch information
1 parent
2565a5d
commit 90106db
Showing
12 changed files
with
614 additions
and
156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,38 @@ | ||
series: bionic | ||
series: jammy | ||
applications: | ||
keystone: | ||
charm: cs:keystone | ||
charm: keystone | ||
channel: yoga/stable | ||
num_units: 1 | ||
options: | ||
openstack-origin: cloud:bionic-rocky | ||
worker-multiplier: 0.25 | ||
preferred-api-version: 3 | ||
mysql: | ||
charm: cs:percona-cluster | ||
num_units: 1 | ||
options: | ||
innodb-buffer-pool-size: 256M | ||
max-connections: 1000 | ||
openstack-dashboard: | ||
charm: cs:openstack-dashboard | ||
charm: openstack-dashboard | ||
channel: yoga/stable | ||
num_units: 1 | ||
expose: true | ||
mysql: | ||
charm: mysql-innodb-cluster | ||
channel: 8.0/stable | ||
constraints: cores=2 mem=8G root-disk=64G | ||
num_units: 3 | ||
options: | ||
openstack-origin: cloud:bionic-rocky | ||
enable-binlogs: true | ||
innodb-buffer-pool-size: 256M | ||
max-connections: 2000 | ||
wait-timeout: 3600 | ||
keystone-mysql-router: | ||
channel: 8.0/stable | ||
charm: mysql-router | ||
openstack-dashboard-mysql-router: | ||
channel: 8.0/stable | ||
charm: mysql-router | ||
|
||
relations: | ||
- - keystone:shared-db | ||
- mysql:shared-db | ||
- - openstack-dashboard:identity-service | ||
- keystone:identity-service | ||
- - openstack-dashboard:shared-db | ||
- mysql:shared-db | ||
- [openstack-dashboard:identity-service, keystone:identity-service] | ||
- [keystone-mysql-router:db-router, mysql:db-router] | ||
- [keystone-mysql-router:shared-db, keystone:shared-db] | ||
- [openstack-dashboard-mysql-router:db-router, mysql:db-router] | ||
- [openstack-dashboard-mysql-router:shared-db, openstack-dashboard:shared-db] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,17 @@ | ||
--- | ||
wrapper_template: "templates/docs/markdown.html" | ||
wrapper_template: templates/docs/markdown.html | ||
markdown_includes: | ||
nav: "kubernetes/docs/shared/_side-navigation.md" | ||
nav: kubernetes/docs/shared/_side-navigation.md | ||
context: | ||
title: "{{ release }} Release notes" | ||
title: {{ release }} Release notes | ||
description: Release notes for Charmed Kubernetes | ||
keywords: kubernetes, release, notes | ||
tags: [news] | ||
tags: | ||
- news | ||
sidebar: k8smain-sidebar | ||
permalink: {{ release }}/release-notes.html | ||
layout: [base, ubuntu-com] | ||
layout: | ||
- base | ||
- ubuntu-com | ||
toc: False | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.