File tree 2 files changed +6
-2
lines changed
tools/test-schema/test/molecule/cluster
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 140
140
"title" : " Box" ,
141
141
"type" : " string"
142
142
},
143
- "cgroupns" : {
144
- "title" : " Cgroupns" ,
143
+ "cgroupns_mode" : {
144
+ "enum" : [" host" , " private" ],
145
+ "title" : " Cgroup namespace mode" ,
145
146
"type" : " string"
146
147
},
147
148
"children" : {
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ platforms:
18
18
volumes :
19
19
- /sys/fs/cgroup:/sys/fs/cgroup:ro
20
20
privileged : true
21
+ cgroupns_mode : private
21
22
pre_build_image : true
22
23
groups :
23
24
- zookeeper
@@ -30,6 +31,7 @@ platforms:
30
31
volumes :
31
32
- /sys/fs/cgroup:/sys/fs/cgroup:ro
32
33
privileged : true
34
+ cgroupns_mode : private
33
35
pre_build_image : true
34
36
groups :
35
37
- zookeeper
@@ -42,6 +44,7 @@ platforms:
42
44
volumes :
43
45
- /sys/fs/cgroup:/sys/fs/cgroup:ro
44
46
privileged : true
47
+ cgroupns_mode : private
45
48
pre_build_image : true
46
49
groups :
47
50
- zookeeper
You can’t perform that action at this time.
0 commit comments