diff options
author | Jing Lu <lvjing5@huawei.com> | 2017-03-20 09:33:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-20 09:33:32 +0000 |
commit | 6f541e757283b528d8736e314b2490f28d3c2563 (patch) | |
tree | 80799244b8faeb972e003190af50aa13c0d05f1c /ansible/numa_pin_teardown.yaml | |
parent | 0f52f6de93cda522d1e78fb7d71dcc08c59ce64b (diff) | |
parent | be4fad1e486f6c4bf993335f0aecaa3682a37da8 (diff) |
Merge "Add NUMA pinning support for node context"
Diffstat (limited to 'ansible/numa_pin_teardown.yaml')
-rw-r--r-- | ansible/numa_pin_teardown.yaml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/ansible/numa_pin_teardown.yaml b/ansible/numa_pin_teardown.yaml new file mode 100644 index 000000000..c880551f1 --- /dev/null +++ b/ansible/numa_pin_teardown.yaml @@ -0,0 +1,23 @@ +--- +############################################################################## +# Copyright (c) 2017 Huawei Technologies Co.,Ltd and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + +- hosts: compute + roles: + - vcpu_pin_set_reset + - restart_nova_compute + +- hosts: controller + roles: + - scheduler_default_filters_reset + - restart_nova_scheduler + +- hosts: localhost + roles: + - numa_pin_local_teardown |