summaryrefslogtreecommitdiffstats
path: root/prototypes
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2017-07-19 17:27:43 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-07-19 17:27:43 +0000
commit1033211b48c43a70ac76bc808840576719095065 (patch)
treeb840820658e80defe470126cb7654caeda397083 /prototypes
parent33bcb262f30bd2dc236ae7b521b973f7bd3d646b (diff)
parentc2c1462236c3926d2afe641bfb8a35bcaf30a4b0 (diff)
Merge "prototypes: bifrost: Do not use tmpfs for dib builds"
Diffstat (limited to 'prototypes')
-rw-r--r--prototypes/bifrost/playbooks/opnfv-virtual.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/prototypes/bifrost/playbooks/opnfv-virtual.yaml b/prototypes/bifrost/playbooks/opnfv-virtual.yaml
index 94de628a6..3cba98b6b 100644
--- a/prototypes/bifrost/playbooks/opnfv-virtual.yaml
+++ b/prototypes/bifrost/playbooks/opnfv-virtual.yaml
@@ -48,6 +48,7 @@
dib_os_element: "{{ ipa_dib_os_element|default('debian') }}"
dib_os_release: "jessie"
dib_elements: "ironic-agent {{ ipa_extra_dib_elements | default('') }}"
+ dib_notmpfs: true
when: create_ipa_image | bool == true
- role: bifrost-create-dib-image
dib_imagetype: "qcow2"
@@ -57,6 +58,7 @@
extra_dib_elements: "{{ lookup('env', 'EXTRA_DIB_ELEMENTS') | default('') }}"
dib_elements: "vm enable-serial-console simple-init devuser growroot {{ extra_dib_elements }}"
dib_packages: "{{ lookup('env', 'DIB_OS_PACKAGES') }}"
+ dib_notmpfs: true
when: create_image_via_dib | bool == true and transform_boot_image | bool == false
- role: bifrost-keystone-client-config
user: "{{ ansible_env.SUDO_USER }}"