summaryrefslogtreecommitdiffstats
path: root/ansible/test/play-resources/molecule/nfs/vars.yml
diff options
context:
space:
mode:
authorMichal Zegan <m.zegan@samsung.com>2019-06-05 15:45:55 +0200
committerMichal Zegan <m.zegan@samsung.com>2019-06-05 15:45:55 +0200
commitbd8e91fce87ac6b10e1e9ed3781820aa81884b44 (patch)
treeb01ca41bea0dedc40464d54ae5f7a8d6f171d1ed /ansible/test/play-resources/molecule/nfs/vars.yml
parentd3cb6429d6d3cdcd625906e702140a51fc146847 (diff)
Use the original playbook in play-resources tests
This commit includes the original resources.yml playbook by using import_playbook. Some modifications were needed mostly because of the way import_playbook works. Also moved the setup role call to prepare. Change-Id: I8745d5e43fd2050d47970c7d19bbbc4db8a5847f Issue-ID: OOM-1912 Signed-off-by: Michal Zegan <m.zegan@samsung.com>
Diffstat (limited to 'ansible/test/play-resources/molecule/nfs/vars.yml')
-rw-r--r--ansible/test/play-resources/molecule/nfs/vars.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/ansible/test/play-resources/molecule/nfs/vars.yml b/ansible/test/play-resources/molecule/nfs/vars.yml
new file mode 100644
index 00000000..2cc4d258
--- /dev/null
+++ b/ansible/test/play-resources/molecule/nfs/vars.yml
@@ -0,0 +1,7 @@
+---
+app_data_path: /opt/moleculeapp
+aux_data_path: "{{ app_data_path }}/runtime_images_source_dir"
+resources_on_nfs: true
+resources_dir: /data
+resources_filename: resources_package.tar
+aux_resources_filename: aux_resources_package.tar