blob: dfc7961bef278d2231d9271c58a8f502f7fd903f [file] [log] [blame]
Matteo Scandoloede125b2017-08-08 13:05:25 -07001
2# Copyright 2017-present Open Networking Foundation
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
16
Scott Bakerc41914d2017-06-26 14:00:52 -070017---
18
19- name: Include vars
20 hosts: all
21 tasks:
22 - name: Include variables
23 include_vars: "{{ item }}"
24 with_items:
25 - "/opt/cord/build/platform-install/profile_manifests/{{ cord_profile }}.yml"
26 - /opt/cord/build/platform-install/profile_manifests/local_vars.yml
27
28- name: Create CORD profile
29 hosts: cmi
30 roles:
31 - setup-cmi