|
@@ -1,4 +1,6 @@
|
|
|
---
|
|
|
+# Creates an ICHP-like project in the cluster.
|
|
|
+#
|
|
|
# Pass variables to this playbook on the command line (-e):
|
|
|
#
|
|
|
# user: the user requesting the project (role.requester)
|
|
@@ -21,16 +23,9 @@
|
|
|
# Get auth info, and test comms.
|
|
|
- include_role:
|
|
|
name: check-env
|
|
|
- apply:
|
|
|
- tags:
|
|
|
- - check
|
|
|
- tags:
|
|
|
- - check
|
|
|
+
|
|
|
- include_role:
|
|
|
name: create-ichp-project
|
|
|
- apply:
|
|
|
- tags:
|
|
|
- - create
|
|
|
vars:
|
|
|
role:
|
|
|
requester: "{{ user }}"
|
|
@@ -63,6 +58,4 @@
|
|
|
# ratio: max limit-to-request ratio (x-to-1)
|
|
|
# cpu: cpu lrr (4)
|
|
|
# memory: memory lrr (4)
|
|
|
- tags:
|
|
|
- - create
|
|
|
...
|