Merge changes from topics 'YARDSTICK-875', 'YARDSTICK-874'
[yardstick.git] / ansible / prepare_openstack.yml
1 # Copyright (c) 2017 Intel Corporation.
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #      http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14 ---
15 - name: convert openrc_file to openrc env dict
16   hosts: jumphost
17   vars_files:
18     - yardstick_config.yml
19   roles:
20     - convert_openrc
21
22 ###
23 #  Build yardstick image for openstack quest
24 #  check included file for other vars/env
25 ###
26 - include: build_yardstick_image.yml
27   vars:
28     YARD_IMG_ARCH: amd64
29     release: xenial
30
31 ###
32 #  Delete old yardstick image and flavors
33 #  Upload new image
34 ###
35 - name: cleanup old openstack images, upload new
36   hosts: jumphost
37   vars_files:
38     - yardstick_config.yml
39   environment:
40     "{{ openrc }}"
41   roles:
42     - clean_images
43     - clean_flavors
44     - create_samplevnfs_image