Skip to content

Commit 4d50d4a

Browse files
author
Joshua Hoblitt
committed
Merge pull request jhoblitt#31 from jhoblitt/feature/jar_2.44.0
Feature/jar 2.44.0
2 parents e28b863 + 1b74629 commit 4d50d4a

10 files changed

+49
-10
lines changed

manifests/params.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
$hub_options = '-role hub'
1313
$node_options = "${server_options} -role node"
1414
$java = 'java'
15-
$version = '2.42.1'
15+
$version = '2.44.0'
1616
$default_hub = 'http://localhost:4444/grid/register'
1717
$download_timeout = '90'
1818

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
HOSTS:
2+
pe-aix-71-acceptance:
3+
roles:
4+
- master
5+
- dashboard
6+
- database
7+
- agent
8+
- default
9+
platform: aix-7.1-power
10+
hypervisor: aix
11+
ip: pe-aix-71-acceptance.delivery.puppetlabs.net
12+
CONFIG:
13+
type: pe
14+
nfs_server: NONE
15+
consoleport: 443
16+
datastore: instance0
17+
folder: Delivery/Quality Assurance/Enterprise/Dynamic
18+
resourcepool: delivery/Quality Assurance/Enterprise/Dynamic
19+
pooling_api: http://vcloud.delivery.puppetlabs.net/

spec/acceptance/nodesets/centos-64-x64.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ HOSTS:
77
box_url : http://puppet-vagrant-boxes.puppetlabs.com/centos-64-x64-vbox4210-nocm.box
88
hypervisor : vagrant
99
CONFIG:
10-
type: foss
10+
type: git
+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
HOSTS:
2+
centos-65-x64:
3+
roles:
4+
- master
5+
platform: el-6-x86_64
6+
box : centos-65-x64-vbox436-nocm
7+
box_url : http://puppet-vagrant-boxes.puppetlabs.com/centos-65-x64-virtualbox-nocm.box
8+
hypervisor : vagrant
9+
CONFIG:
10+
type: foss
+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
HOSTS:
2+
centos-70-x64:
3+
roles:
4+
- master
5+
platform: el-7-x86_64
6+
box : puppetlabs/centos-7.0-64-nocm
7+
box_url : https://atlas.hashicorp.com/puppetlabs/boxes/centos-7.0-64-nocm
8+
hypervisor : vagrant
9+
CONFIG:
10+
type: foss

spec/acceptance/nodesets/default.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
HOSTS:
2-
centos-65-x64.localdomain:
2+
centos-64-x64:
33
roles:
44
- master
55
platform: el-6-x86_64
6-
box : centos-65-x64-virtualbox-nocm
7-
box_url : http://puppet-vagrant-boxes.puppetlabs.com/centos-65-x64-virtualbox-nocm.box
6+
box : centos-64-x64-vbox4210-nocm
7+
box_url : http://puppet-vagrant-boxes.puppetlabs.com/centos-64-x64-vbox4210-nocm.box
88
hypervisor : vagrant
99
CONFIG:
10-
type: foss
10+
type: git

spec/acceptance/nodesets/fedora-18-x64.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ HOSTS:
77
box_url : http://puppet-vagrant-boxes.puppetlabs.com/fedora-18-x64-vbox4210-nocm.box
88
hypervisor : vagrant
99
CONFIG:
10-
type: foss
10+
type: git

spec/acceptance/nodesets/ubuntu-server-10044-x64.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ HOSTS:
77
box_url : http://puppet-vagrant-boxes.puppetlabs.com/ubuntu-server-10044-x64-vbox4210-nocm.box
88
hypervisor : vagrant
99
CONFIG:
10-
type: foss
10+
type: git

spec/acceptance/nodesets/ubuntu-server-12042-x64.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ HOSTS:
77
box_url : http://puppet-vagrant-boxes.puppetlabs.com/ubuntu-server-12042-x64-vbox4210-nocm.box
88
hypervisor : vagrant
99
CONFIG:
10-
type: foss
10+
type: git

spec/spec_helper_common.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
DEFAULT_VERSION = '2.42.1'
1+
DEFAULT_VERSION = '2.44.0'

0 commit comments

Comments
 (0)