diff --git a/mesos-templates/aurora/0/docker-compose.yml b/mesos-templates/aurora/0/docker-compose.yml
deleted file mode 100644
index ceb1df8..0000000
--- a/mesos-templates/aurora/0/docker-compose.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-scheduler:
- image: rancher/aurora:latest
- environment:
- ZK_SERVICE: Mesos/zookeeper
- MESOS_SERVICE: Mesos/mesos-master
- AURORA_HTTP_PORT: ${AURORA_HTTP_PORT}
- volumes:
- - "/var/run/docker.sock:/var/run/docker.sock"
- ports:
- - "${AURORA_HTTP_PORT}:${AURORA_HTTP_PORT}"
- privileged: true
\ No newline at end of file
diff --git a/mesos-templates/aurora/0/rancher-compose.yml b/mesos-templates/aurora/0/rancher-compose.yml
deleted file mode 100644
index 010959e..0000000
--- a/mesos-templates/aurora/0/rancher-compose.yml
+++ /dev/null
@@ -1,21 +0,0 @@
-.catalog:
- name: Aurora
- version: v1
- description: |
- Orchestrate long-running services and cron jobs
- questions:
- - variable: AURORA_HTTP_PORT
- description: Port to expose Aurora scheduler on.
- label: Aurora Port
- required: true
- type: int
- default: 8080
-aurora:
- scale: 1
- health_check:
- port: ${AURORA_HTTP_PORT}
- interval: 3000
- unhealthy_threshold: 2
- healthy_threshold: 2
- request_line: '/'
- response_timeout: 2000
diff --git a/mesos-templates/aurora/catalogIcon-aurora.svg b/mesos-templates/aurora/catalogIcon-aurora.svg
deleted file mode 100644
index 273fb2a..0000000
--- a/mesos-templates/aurora/catalogIcon-aurora.svg
+++ /dev/null
@@ -1,204 +0,0 @@
-
-
-
diff --git a/mesos-templates/aurora/config.yml b/mesos-templates/aurora/config.yml
deleted file mode 100644
index 9aa5f3c..0000000
--- a/mesos-templates/aurora/config.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-name: Aurora
-description: |
- Orchestrate long-running services and cron jobs
-version: v1
-category: Frameworks
-maintainer: James Oliver
-minimum_rancher_version: v1.0.0