Add facts needed by memcached to avoid failing.

Change-Id: I7067135fc37b442b2a54168e324b71e3bbc038b1
This commit is contained in:
Mohammed Naser 2018-02-05 16:35:43 -05:00
parent de58ee918c
commit f95b5bac75
4 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,7 @@ describe 'swift::proxy::cache' do
:operatingsystem => 'Ubuntu',
:osfamily => 'Debian',
:os_workers => 1,
:processorcount => 1,
}
end

View File

@ -14,6 +14,7 @@ describe 'swift::proxy' do
:operatingsystem => 'Ubuntu',
:osfamily => 'Debian',
:os_workers => 1,
:processorcount => 1,
})
end
@ -312,6 +313,7 @@ describe 'swift::proxy' do
OSDefaults.get_facts({
:operatingsystem => 'Ubuntu',
:osfamily => 'Debian',
:processorcount => 1,
})
end
@ -341,6 +343,7 @@ describe 'swift::proxy' do
OSDefaults.get_facts({
:osfamily => 'RedHat',
:operatingsystem => 'RedHat',
:processorcount => 1,
})
end

View File

@ -6,6 +6,7 @@ describe 'swift::ringbuilder' do
:operatingsystem => 'Ubuntu',
:osfamily => 'Debian',
:os_workers => 1,
:processorcount => 1,
})
end
describe 'when swift class is not included' do

View File

@ -11,6 +11,7 @@ describe 'swift::ringbuilder::policy_ring' do
:operatingsystem => 'Ubuntu',
:osfamily => 'Debian',
:os_workers => 1,
:processorcount => 1,
})
end
describe 'when swift class is not included' do