1 # Copyright (c) 2018 Intel Corporation.
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
7 # http://www.apache.org/licenses/LICENSE-2.0
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.
17 rs_file: "{{ RS_FILE }}"
18 clean_up: "{{ CLEAN_UP | default(False) }}" # If True will be delete all VMs, networks, disk images
22 proxy_host: "{{ lookup('env', 'http_proxy') | urlsplit('hostname') }}"
23 proxy_proto: "{{ lookup('env', 'http_proxy') | urlsplit('scheme') }}"
24 proxy_port: "{{ lookup('env', 'http_proxy') | urlsplit('port') }}"
27 proxy_host_ip: "{{ lookup('dig', proxy_host) }}"
30 - infra_install_dependencies
31 - infra_destroy_previous_configuration
32 - infra_check_requirements
33 - infra_create_network
37 - hosts: deploy,regular,yardstickG
42 - infra_rampup_stack_nodes
47 environment: "{{ proxy_env }}"
50 - infra_deploy_openstack