Skip to content

Commit 5a41b83

Browse files
committed
Adding /sys/fs/cgroup mount to centos8 container so that rabbitmq will start. Removing debugging from beaker output
1 parent 026f6a7 commit 5a41b83

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.sync.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
- set: ubuntu1804-64
99
- set: centos6-64
1010
- set: centos7-64
11-
- set: centos8-64
11+
# RabbitMQ fails to start via systemd unless /sys/fs/cgroup is mounted through from base host
12+
- set: centos8-64{mount_folders=\{sysfscgroup=\{host_path=/sys/fs/cgroup,container_path=/sys/fs/cgroup,opts=ro\}\}}
1213
appveyor.yml:
1314
delete: true
1415
spec/spec_helper.rb:

spec/spec_helper_acceptance.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@
9595

9696
shared_examples 'an idempotent resource' do
9797
it 'applies with no errors' do
98-
apply_manifest(pp, catch_failures: true, debug: true)
98+
apply_manifest(pp, catch_failures: true)
9999
end
100100

101101
it 'applies a second time without changes' do
102-
apply_manifest(pp, catch_changes: true, debug: true)
102+
apply_manifest(pp, catch_changes: true)
103103
end
104104
end

0 commit comments

Comments
 (0)