From aa1d4d224674f44d9cd882eddb2537907adf5382 Mon Sep 17 00:00:00 2001 From: Lingxian Kong Date: Tue, 7 Apr 2020 10:52:16 +1200 Subject: Datastore containerization Significant changes: * Using docker image to install datastore. * Datastore image is common to different datastores. * Using backup docker image to do backup and restore. * Support MariaDB replication * Set most of the functional jobs as non-voting as nested virtualization is not supported in CI. Change-Id: Ia9c97a63a961eebc336b70d28dc77638144c1834 --- playbooks/image-build/run.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'playbooks') diff --git a/playbooks/image-build/run.yaml b/playbooks/image-build/run.yaml index 75d57edc..76763ebd 100644 --- a/playbooks/image-build/run.yaml +++ b/playbooks/image-build/run.yaml @@ -7,12 +7,11 @@ - name: Build Trove guest image shell: >- ./trovestack build-image \ - {{ datastore_type }} \ {{ guest_os }} \ {{ guest_os_release }} \ {{ dev_mode }} \ {{ guest_username }} \ - {{ ansible_user_dir }}/images/trove-{{ branch }}-{{ datastore_type }}-{{ guest_os }}-{{ guest_os_release }}{{ image_suffix }} + {{ ansible_user_dir }}/images/trove-{{ branch }}-guest-{{ guest_os }}-{{ guest_os_release }}{{ image_suffix }}.qcow2 args: chdir: "{{ ansible_user_dir }}/src/opendev.org/openstack/trove/integration/scripts" tags: -- cgit v1.2.1