File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed
config/samples/dataplane/swift Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ replacements:
1414- source :
1515 kind : DataPlaneConfig
1616 name : edpm-swift-values
17- fieldPath : data.nodeset.nodetemplate .ansible.vars .edpm_swift_disks
17+ fieldPath : data.nodeset.nodeTemplate .ansible.ansibleVars .edpm_swift_disks
1818 targets :
1919 - select :
2020 kind : OpenStackDataPlaneNodeSet
@@ -36,7 +36,7 @@ replacements:
3636- source :
3737 kind : DataPlaneConfig
3838 name : edpm-swift-values
39- fieldPath : data.nodeset.networkattachments
39+ fieldPath : data.nodeset.networkAttachments
4040 targets :
4141 - select :
4242 kind : OpenStackDataPlaneNodeSet
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ metadata:
77 config.kubernetes.io/local-config : " true"
88data :
99 nodeset :
10- networkattachments :
10+ networkAttachments :
1111 - ctlplane
1212 - storage
13- nodetemplate :
13+ nodeTemplate :
1414 ansible :
15- vars :
15+ ansibleVars :
1616 # Swift disks defined here apply to all nodes. Node-specific disks
1717 # might be defined in the nodes: section below
1818 #
@@ -22,11 +22,11 @@ data:
2222 # zone are optional and might be used to enforce distribution of
2323 # replicas
2424 edpm_swift_disks :
25- - device : /dev/vdb
26- path : /srv/node/vdb
27- weight : 4000
28- region : 0
29- zone : 0
25+ - device : /dev/vdb
26+ path : /srv/node/vdb
27+ weight : 4000
28+ region : 0
29+ zone : 0
3030 nodes :
3131 edpm-swift-0 :
3232 ansible :
3636 # node with a different disk. This node will use only vdc. It would
3737 # use vdb from parent section if not defined
3838 edpm_swift_disks :
39- - device : /dev/vdc
40- path : /srv/node/vdc
41- weight : 1000
39+ - device : /dev/vdc
40+ path : /srv/node/vdc
41+ weight : 1000
4242 hostName : edpm-swift-0
4343 networks :
4444 - defaultRoute : true
You can’t perform that action at this time.
0 commit comments