summaryrefslogtreecommitdiffstats
path: root/prototypes/bifrost/playbooks/test-bifrost-infracloud.yaml
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2017-03-10 10:18:02 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-03-10 10:18:02 +0000
commit47dab344fe4a76b92a81529117d6a2248e3df0bc (patch)
tree33ca0854fb5255321388b493763e448147ab4a96 /prototypes/bifrost/playbooks/test-bifrost-infracloud.yaml
parent245f827f4a06cbf2e5a760ae707196878f9e7f3d (diff)
parent8b78537a7e24263af4760fd6fe10737099e0f988 (diff)
Merge changes from topic 'prototypes/bifrost/scripts/use-json-inventory'
* changes: prototypes: bifrost: Fix ELEMENTS_PATH for latest diskimage-builder release prototypes: bifrost: Switch to JSON for inventory
Diffstat (limited to 'prototypes/bifrost/playbooks/test-bifrost-infracloud.yaml')
-rw-r--r--prototypes/bifrost/playbooks/test-bifrost-infracloud.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/prototypes/bifrost/playbooks/test-bifrost-infracloud.yaml b/prototypes/bifrost/playbooks/test-bifrost-infracloud.yaml
index 541a1f7d4..07d5e245b 100644
--- a/prototypes/bifrost/playbooks/test-bifrost-infracloud.yaml
+++ b/prototypes/bifrost/playbooks/test-bifrost-infracloud.yaml
@@ -54,7 +54,7 @@
dib_os_element: "{{ lookup('env','DIB_OS_ELEMENT') }}"
dib_os_release: "{{ lookup('env', 'DIB_OS_RELEASE') }}"
extra_dib_elements: "{{ lookup('env', 'EXTRA_DIB_ELEMENTS') | default('') }}"
- dib_elements: "vm serial-console simple-init devuser infra-cloud-bridge puppet growroot {{ extra_dib_elements }}"
+ dib_elements: "vm enable-serial-console simple-init devuser infra-cloud-bridge puppet growroot {{ extra_dib_elements }}"
dib_packages: "{{ lookup('env', 'DIB_OS_PACKAGES') }}"
when: create_image_via_dib | bool == true and transform_boot_image | bool == false
environment: