summaryrefslogtreecommitdiffstats
path: root/bifrost/playbooks/opnfv-virtual.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'bifrost/playbooks/opnfv-virtual.yaml')
-rw-r--r--bifrost/playbooks/opnfv-virtual.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bifrost/playbooks/opnfv-virtual.yaml b/bifrost/playbooks/opnfv-virtual.yaml
index cfcb71a1..2ebf86f8 100644
--- a/bifrost/playbooks/opnfv-virtual.yaml
+++ b/bifrost/playbooks/opnfv-virtual.yaml
@@ -33,13 +33,13 @@
become: yes
- name: Download the {{ xci_distro }} image checksum file
get_url:
- dest: /httpboot/{{ xci_distro }}.qcow2.sha256.txt
+ dest: /httpboot/deployment_image.qcow2.sha256.txt
force: no
url: http://artifacts.opnfv.org/releng/xci/images/{{ xci_distro }}.qcow2.sha256.txt
timeout: 3000
become: yes
- name: Extract checksum
- shell: awk '{print $1}' /httpboot/{{ xci_distro }}.qcow2.sha256.txt
+ shell: awk '{print $1}' /httpboot/deployment_image.qcow2.sha256.txt
register: _image_checksum
- fail:
msg: "Failed to get image checksum"