commit | e15bfc7fd88ad2d4c4107b20f4d8e2583a17db49 | [log] [tgz] |
---|---|---|
author | sgudz <sgudz@mirantis.com> | Tue Feb 27 11:45:52 2018 +0200 |
committer | sgudz <sgudz@mirantis.com> | Tue Feb 27 11:46:07 2018 +0200 |
tree | 62a927f018a965ef91649d5f7afea808f06fba3a | |
parent | 32db09839e8f43f4b08a98884c83d4f3eaf7b984 [diff] |
Add possibility to use for Ironic node custom image Change-Id: I6e719c3a1731c91b24ff079fd70579a07bf42ef1
diff --git a/tcp_tests/templates/ironic_standalone/underlay.yaml b/tcp_tests/templates/ironic_standalone/underlay.yaml index 8d30156..4837204 100644 --- a/tcp_tests/templates/ironic_standalone/underlay.yaml +++ b/tcp_tests/templates/ironic_standalone/underlay.yaml
@@ -84,7 +84,7 @@ volumes: - name: system capacity: !os_env NODE_VOLUME_SIZE, 150 - source_image: !os_env IMAGE_PATH1604 + source_image: {{ os_env('IRONIC_IMAGE_PATH1604', os_env('IMAGE_PATH1604')) }} format: qcow2 - name: iso # Volume with name 'iso' will be used # for store image with cloud-init metadata.