summaryrefslogtreecommitdiffstats
path: root/bifrost/playbooks
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2016-11-18 16:34:02 +0000
committerTrevor Bramwell <tbramwell@linuxfoundation.org>2017-08-11 12:56:12 -0700
commit2b525d756cf8f3de69d2533905573d80e8f9d8d9 (patch)
treee611f0e4e39fb2f2c0d0f5c560d38222157481c0 /bifrost/playbooks
parent99f34ed29c742850e1aa4237a3d0d2ce3120c614 (diff)
bifrost: Make use of the new 'openssh-server' dib element
Make use of the new 'openssh-server' dib element to achieve a consistent behavior of ssh server across all distributions. Change-Id: Ib10066a244fe44530969702cd465cdd79454b8fe Signed-off-by: Markos Chandras <mchandras@suse.de>
Diffstat (limited to 'bifrost/playbooks')
-rw-r--r--bifrost/playbooks/test-bifrost-infracloud.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/bifrost/playbooks/test-bifrost-infracloud.yaml b/bifrost/playbooks/test-bifrost-infracloud.yaml
index a0bc2850..541a1f7d 100644
--- a/bifrost/playbooks/test-bifrost-infracloud.yaml
+++ b/bifrost/playbooks/test-bifrost-infracloud.yaml
@@ -53,7 +53,8 @@
dib_imagename: "{{deploy_image}}"
dib_os_element: "{{ lookup('env','DIB_OS_ELEMENT') }}"
dib_os_release: "{{ lookup('env', 'DIB_OS_RELEASE') }}"
- dib_elements: "vm serial-console simple-init devuser infra-cloud-bridge puppet growroot {{ extra_dib_elements|default('') }}"
+ 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_packages: "{{ lookup('env', 'DIB_OS_PACKAGES') }}"
when: create_image_via_dib | bool == true and transform_boot_image | bool == false
environment: