X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=ansible%2Froles%2Fcpupooler%2Ftasks%2Fmain.yml;fp=ansible%2Froles%2Fcpupooler%2Ftasks%2Fmain.yml;h=78c3fda716131abbeb486ed3bcf6f4892d6cf3d7;hb=615d289d61440f17b130a351510d1a2adcf40b80;hp=0000000000000000000000000000000000000000;hpb=e09ffaa6bfc5ce7e2a6cb5139a89bbb07218516b;p=ta%2Fcaas-cpupooler.git diff --git a/ansible/roles/cpupooler/tasks/main.yml b/ansible/roles/cpupooler/tasks/main.yml new file mode 100644 index 0000000..78c3fda --- /dev/null +++ b/ansible/roles/cpupooler/tasks/main.yml @@ -0,0 +1,17 @@ +--- +# Copyright 2019 Nokia +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +- name: create cpu pools + import_tasks: create_cpu_pools.yaml