]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
(maint) Add node yaml file for oracle5
authorHailee Kenney <hailee@puppetlabs.com>
Mon, 17 Oct 2016 16:09:09 +0000 (17:09 +0100)
committerHailee Kenney <hailee@puppetlabs.com>
Mon, 17 Oct 2016 16:45:09 +0000 (17:45 +0100)
Prior to this commit the firewall module did not have a node file
for oracle5 so it was failing in CI. In order to fix this, add the
appropriate config file so tests can be run on oracle5.

spec/acceptance/nodesets/new/pe/oracle-5-64mda.yml [new file with mode: 0644]

diff --git a/spec/acceptance/nodesets/new/pe/oracle-5-64mda.yml b/spec/acceptance/nodesets/new/pe/oracle-5-64mda.yml
new file mode 100644 (file)
index 0000000..eb65fd4
--- /dev/null
@@ -0,0 +1,27 @@
+---
+HOSTS:
+  oracle-5-x86_64-agent:
+    roles:
+    - agent
+    - default
+    platform: el-5-x86_64
+    template: oracle-5-x86_64
+    hypervisor: vcloud
+  redhat-7-x86_64-master:
+    roles:
+    - master
+    - dashboard
+    - database
+    - agent
+    platform: el-7-x86_64
+    template: redhat-7-x86_64
+    hypervisor: vcloud
+CONFIG:
+  nfs_server: none
+  consoleport: 443
+  datastore: instance0
+  folder: Delivery/Quality Assurance/Enterprise/Dynamic
+  resourcepool: delivery/Quality Assurance/Enterprise/Dynamic
+  pooling_api: http://vcloud.delivery.puppetlabs.net/
+  ssh:
+    timeout: 600