Skip to content
Snippets Groups Projects
Commit d859bc9f authored by Marica Antonacci's avatar Marica Antonacci
Browse files

Add some tasks

parent b3225309
No related branches found
No related tags found
No related merge requests found
...@@ -4,5 +4,18 @@ ...@@ -4,5 +4,18 @@
uri: uri:
url: "{{ paas_ci_orchestrator_url }}" url: "{{ paas_ci_orchestrator_url }}"
- name:
set_fact:
workdir: "{{ lookup('env','PWD') }}"
- block:
- name: Get template
get_url:
url: https://baltig.infn.it/infn-cloud/tosca-templates/-/raw/master/single-vm/single_vm.yaml
dest: "{{ workdir }}"
- name: Run simple node
command: orchent depcreate single_vm.yaml '{}'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment