[Pkg-puppet-devel] [facter] 55/352: Adding vCloud node configs
Stig Sandbeck Mathisen
ssm at debian.org
Sun Apr 6 22:21:31 UTC 2014
This is an automated email from the git hooks/post-receive script.
ssm pushed a commit to branch master
in repository facter.
commit 71f3aa1f3ffe6a67039692e675aa9a05cd66e58e
Author: Scott Schneider <sschneider at puppetlabs.com>
Date: Fri Jul 12 10:03:39 2013 -0700
Adding vCloud node configs
---
acceptance/config/centos-5.cfg | 21 +++++++++++++++++++++
acceptance/config/fedora-18.cfg | 21 +++++++++++++++++++++
acceptance/config/redhat-6.cfg | 21 +++++++++++++++++++++
acceptance/config/ubuntu-1004.cfg | 21 +++++++++++++++++++++
4 files changed, 84 insertions(+)
diff --git a/acceptance/config/centos-5.cfg b/acceptance/config/centos-5.cfg
new file mode 100644
index 0000000..0ec1d7c
--- /dev/null
+++ b/acceptance/config/centos-5.cfg
@@ -0,0 +1,21 @@
+HOSTS:
+ centos-55-64-1:
+ roles:
+ - master
+ - database
+ - agent
+ platform: el-5-x86_64
+ template: centos-5-x86_64
+ hypervisor: vcloud
+ centos-55-386-1:
+ roles:
+ - agent
+ platform: el-5-i386
+ template: centos-5-i386
+ hypervisor: vcloud
+CONFIG:
+ nfs_server: none
+ consoleport: 443
+ datastore: instance0
+ folder: Delivery/Quality Assurance/FOSS/Dynamic
+ resourcepool: delivery/Quality Assurance/FOSS/Dynamic
diff --git a/acceptance/config/fedora-18.cfg b/acceptance/config/fedora-18.cfg
new file mode 100644
index 0000000..bfa0ee8
--- /dev/null
+++ b/acceptance/config/fedora-18.cfg
@@ -0,0 +1,21 @@
+HOSTS:
+ fedora-18-64-1:
+ roles:
+ - master
+ - database
+ - agent
+ platform: fc-18-x86_64
+ template: fedora-18-x86_64
+ hypervisor: vcloud
+ fedora-18-64-2:
+ roles:
+ - agent
+ platform: fc-18-x86_64
+ template: fedora-18-x86_64
+ hypervisor: vcloud
+CONFIG:
+ nfs_server: none
+ consoleport: 443
+ datastore: instance0
+ folder: Delivery/Quality Assurance/FOSS/Dynamic
+ resourcepool: delivery/Quality Assurance/FOSS/Dynamic
diff --git a/acceptance/config/redhat-6.cfg b/acceptance/config/redhat-6.cfg
new file mode 100644
index 0000000..0f8479f
--- /dev/null
+++ b/acceptance/config/redhat-6.cfg
@@ -0,0 +1,21 @@
+HOSTS:
+ rhel-6-latest-64-1:
+ roles:
+ - master
+ - database
+ - agent
+ platform: el-6-x86_64
+ template: redhat-6-x86_64
+ hypervisor: vcloud
+ rhel-6-latest-32-1:
+ roles:
+ - agent
+ platform: el-6-i386
+ template: redhat-6-i386
+ hypervisor: vcloud
+CONFIG:
+ nfs_server: none
+ consoleport: 443
+ datastore: instance0
+ folder: Delivery/Quality Assurance/FOSS/Dynamic
+ resourcepool: delivery/Quality Assurance/FOSS/Dynamic
diff --git a/acceptance/config/ubuntu-1004.cfg b/acceptance/config/ubuntu-1004.cfg
new file mode 100644
index 0000000..f3b7e91
--- /dev/null
+++ b/acceptance/config/ubuntu-1004.cfg
@@ -0,0 +1,21 @@
+HOSTS:
+ ubuntu-1004-64-1:
+ roles:
+ - master
+ - database
+ - agent
+ platform: ubuntu-10.04-amd64
+ template: ubuntu-1004-x86_64
+ hypervisor: vcloud
+ ubuntu-1004-32-1:
+ roles:
+ - agent
+ platform: ubuntu-10.04-i386
+ template: ubuntu-1004-i386
+ hypervisor: vcloud
+CONFIG:
+ nfs_server: none
+ consoleport: 443
+ datastore: instance0
+ folder: Delivery/Quality Assurance/FOSS/Dynamic
+ resourcepool: delivery/Quality Assurance/FOSS/Dynamic
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-puppet/facter.git
More information about the Pkg-puppet-devel
mailing list