Skip to content

Commit 544444f

Browse files
committed
(maint) Update the full_catalog benchmark for strict_variables support
1 parent ec0254c commit 544444f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

benchmarks/full_catalog/benchmarker.rb

+3
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,16 @@ def run(args=nil)
6060
},
6161
'memorysize' => '8 GiB',
6262
'osfamily' => 'RedHat',
63+
'selinux' => false,
6364
'operatingsystem' => 'CentOS',
6465
'operatingsystemrelease' => '6.8',
66+
'path' => '/tmp/staging/',
6567
'processorcount' => '2',
6668
'fake_domain' => 'pgtomcat.mycompany.org',
6769
'function' => 'app',
6870
'group' => 'pgtomcat',
6971
'stage' => 'prod',
72+
'staging_http_get' => 'curl',
7073
'whereami' => 'portland',
7174
'hostname' => 'pgtomcat',
7275
'fqdn' => 'pgtomcat.mycompany.org',

benchmarks/full_catalog/hiera.yaml.erb

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
:datadir: "<%= datadir %>"
66
:hierarchy:
77
# This hierarchy is based on the one from the puppetlabs ops team.
8-
- "vagrant/%{is_vagrant}"
98
- "nodes/%{fake_domain}/%{fqdn}"
109
- "nodes/%{fake_domain}/%{hostname}"
1110
- "domains/%{fake_domain}/groups/%{group}"

0 commit comments

Comments
 (0)