Merge "Addition of IRQ Mode to NSB NFVI (PROX)"
[yardstick.git] / ansible / cpu_pin_setup.yaml
1 ---
2 ##############################################################################
3 # Copyright (c) 2017 Huawei Technologies Co.,Ltd and others.
4 #
5 # All rights reserved. This program and the accompanying materials
6 # are made available under the terms of the Apache License, Version 2.0
7 # which accompanies this distribution, and is available at
8 # http://www.apache.org/licenses/LICENSE-2.0
9 ##############################################################################
10
11 - hosts: localhost
12   roles:
13     - cpu_pin_local_setup
14
15 - hosts: controller
16   roles:
17     - scheduler_default_filters_setup
18     - restart_nova_scheduler
19
20 - hosts: compute
21   roles:
22     - vcpu_pin_set_setup
23     - restart_nova_compute