Skip to content

Commit 977a019

Browse files
authored
Merge pull request #9019 from justinstoller/full_catalog
(maint) Update the full_catalog benchmark for strict_variables support
2 parents aa05e8d + 544444f commit 977a019

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

benchmarks/full_catalog/benchmarker.rb

Lines changed: 3 additions & 0 deletions
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

Lines changed: 0 additions & 1 deletion
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)