From 9353c33abad9a486c67ea8bc82e06b37d3b36a92 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 19 Jan 2019 10:39:46 -0800 Subject: clean up. Removed scripts and some configs, they will be in their own repo. --- configs/aurora/hello-job.aurora | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 configs/aurora/hello-job.aurora (limited to 'configs/aurora/hello-job.aurora') diff --git a/configs/aurora/hello-job.aurora b/configs/aurora/hello-job.aurora deleted file mode 100644 index e0758a3..0000000 --- a/configs/aurora/hello-job.aurora +++ /dev/null @@ -1,21 +0,0 @@ -hello_date = Process( - name='hello-date', - cmdline='while true; do date; sleep 10; done' -) - -jobs = [ - Service( - cluster='smf1', - environment='devel', - role='fcuny', - name='hello-date', - task=Task( - processes=[hello_date], - resources=Resources(cpu=10, ram=1024 * MB, disk=512 * MB) - ), - instances=1, - constraints={ - 'host': 'smf1-feq-33-sr1', - } - ) -] -- cgit 1.4.1