From e60757022319d92638c07e240478ef25da5984b0 Mon Sep 17 00:00:00 2001
From: Eric Franz <efranz@osc.edu>
Date: Tue, 5 Sep 2017 14:07:35 -0400
Subject: [PATCH] example mods for osc deployment

---
 form.yml       | 2 +-
 submit.yml.erb | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/form.yml b/form.yml
index 8322c88..a3b4713 100644
--- a/form.yml
+++ b/form.yml
@@ -8,7 +8,7 @@
 # under /etc/ood/config/clusters.d/*.yml
 # @example Use the Owens cluster at Ohio Supercomputer Center
 #     cluster: "owens"
-cluster: ""
+cluster: "owens"
 
 # Title of the app displayed in the Dashboard
 title: "Jupyter Notebook"
diff --git a/submit.yml.erb b/submit.yml.erb
index 20a308c..7d9b3f0 100644
--- a/submit.yml.erb
+++ b/submit.yml.erb
@@ -34,7 +34,7 @@ batch_connect:
 # Examples for PBS/Torque
 #
 # @example Specify the PPN for all jobs
-#script:
-#  native:
-#    resources:
-#      nodes: "<%= bc_num_slots.blank? ? 1 : bc_num_slots.to_i %>:ppn=28"
+script:
+  native:
+    resources:
+      nodes: "<%= bc_num_slots.blank? ? 1 : bc_num_slots.to_i %>:ppn=28"
-- 
GitLab