Fix for Zuul gate with test-site deployment
* cephcluster fails to bring up 3 mons with 2 nodes * reducing the mon count to 1 for test-site Error: "start 3 mons on 2 node(s) when allowMultiplePerNode is false" Change-Id: I140252692c10307eb40f68d5fd18cafeb696cfa2
This commit is contained in:
parent
e0a44391f2
commit
2d035c8e3c
@ -32,4 +32,6 @@ spec:
|
|||||||
devicePathFilter: "^/dev/disk/by-path/pci-0000:18:00.0-scsi-0:2:[3-8]:0"
|
devicePathFilter: "^/dev/disk/by-path/pci-0000:18:00.0-scsi-0:2:[3-8]:0"
|
||||||
# Or you can use device filter
|
# Or you can use device filter
|
||||||
# deviceFilter: "^/dev/sd[d-k]"
|
# deviceFilter: "^/dev/sd[d-k]"
|
||||||
|
mon:
|
||||||
|
count: 1
|
||||||
---
|
---
|
||||||
|
@ -19,3 +19,13 @@ replacements:
|
|||||||
kind: CephCluster
|
kind: CephCluster
|
||||||
name: ceph
|
name: ceph
|
||||||
fieldrefs: ["{.spec.storage}"]
|
fieldrefs: ["{.spec.storage}"]
|
||||||
|
- source:
|
||||||
|
objref:
|
||||||
|
kind: StorageCatalogue
|
||||||
|
name: storage
|
||||||
|
fieldref: "{.spec.mon.count}"
|
||||||
|
target:
|
||||||
|
objref:
|
||||||
|
kind: CephCluster
|
||||||
|
name: ceph
|
||||||
|
fieldrefs: ["{.spec.mon.count}"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user