Merge ~hopem/juju-lint:port-ua-checks into juju-lint:master

Proposed by Edward Hope-Morley
Status: Merged
Approved by: James Hebden
Approved revision: a08ec20b48ae45d5c467f1bd8ade67dc21243a02
Merged at revision: e6b3722e1332ecd196a97142274653abf4cbb773
Proposed branch: ~hopem/juju-lint:port-ua-checks
Merge into: juju-lint:master
Diff against target: 50 lines (+19/-0)
1 file modified
contrib/canonical-rules.yaml (+19/-0)
Reviewer Review Type Date Requested Status
Amad Ali (community) Approve
James Hebden (community) Approve
Review via email: mp+386575@code.launchpad.net

Commit message

Port more openstack config checks from ua-bundle-checker

To post a comment you must log in.
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

This merge proposal is being monitored by mergebot. Change the status to Approved to merge.

Revision history for this message
James Hebden (ec0) wrote :

Thanks - this looks good to me!

review: Approve
Revision history for this message
Amad Ali (amad) wrote :

Looks good to me!

review: Approve
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

Change successfully merged at revision e6b3722e1332ecd196a97142274653abf4cbb773

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/contrib/canonical-rules.yaml b/contrib/canonical-rules.yaml
2index 3a3f666..1d9c07c 100644
3--- a/contrib/canonical-rules.yaml
4+++ b/contrib/canonical-rules.yaml
5@@ -7,6 +7,15 @@ kubernetes config:
6 isset: false
7
8 openstack config:
9+ ceph-radosgw:
10+ ceph-osd-replication-count:
11+ eq: 3
12+ cinder-ceph:
13+ ceph-osd-replication-count:
14+ eq: 3
15+ glance:
16+ ceph-osd-replication-count:
17+ eq: 3
18 neutron-api:
19 path-mtu:
20 eq: 9000
21@@ -19,6 +28,8 @@ openstack config:
22 eq: true
23 cpu-model:
24 isset: true
25+ ceph-osd-replication-count:
26+ eq: 3
27 percona-cluster:
28 innodb-buffer-pool-size:
29 gte: 6G
30@@ -29,12 +40,20 @@ openstack config:
31 gte: 6G
32 max-connections:
33 gte: 2000
34+ mysql-innodb-cluster:
35+ innodb-buffer-pool-size:
36+ gte: 6G
37+ max-connections:
38+ gte: 2000
39 rabbitmq-server:
40 cluster-partition-handling:
41 eq: "pause_minority"
42 keystone:
43 token-expiration:
44 gte: 86400
45+ sysconfig:
46+ governor:
47+ eq: "performance"
48
49 config:
50 hacluster:

Subscribers

People subscribed via source and target branches