From b97124274d891e4de31351eb2433bfec97e8a6a6 Mon Sep 17 00:00:00 2001 From: Dmitry Ilyin Date: Fri, 26 Aug 2016 23:58:26 -0500 Subject: [PATCH] Add stubs for swift-proxy_storage Stub processorcount and workers max for the noop test Change-Id: Ifd3f37d74586ef53e962496f72037a74996e9949 --- facts/override/swift-proxy_storage.yaml | 2 ++ hiera/override/swift-proxy_storage.yaml | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 facts/override/swift-proxy_storage.yaml create mode 100644 hiera/override/swift-proxy_storage.yaml diff --git a/facts/override/swift-proxy_storage.yaml b/facts/override/swift-proxy_storage.yaml new file mode 100644 index 0000000..173e013 --- /dev/null +++ b/facts/override/swift-proxy_storage.yaml @@ -0,0 +1,2 @@ +--- +:processorcount: 4 diff --git a/hiera/override/swift-proxy_storage.yaml b/hiera/override/swift-proxy_storage.yaml new file mode 100644 index 0000000..f6d90eb --- /dev/null +++ b/hiera/override/swift-proxy_storage.yaml @@ -0,0 +1,2 @@ +--- +workers_max: 4