blob: 3fabf2245a1d3d6ce8e4cd1a3c7301311203cb40 [file] [log] [blame]
Zack Williamsfc6b64b2017-12-22 15:57:50 -07001---
Matteo Scandolo3896c472017-08-01 13:31:42 -07002# 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
Zack Williams5223dd92017-02-28 23:38:02 -070016# onboard-profile-playbook.yml
17# Configure XOS with profile-specific config
18
Matteo Scandolob92469d2017-07-28 17:32:00 -070019- name: Check XOS Ready
20 hosts: head
Zack Williams5223dd92017-02-28 23:38:02 -070021 roles:
22 - xos-ready
Matteo Scandolob92469d2017-07-28 17:32:00 -070023
Matteo Scandolo25b23e32017-12-11 17:01:36 -080024- name: Generate config for dynamic services
25 hosts: head
26 roles:
27 - xos-services-config
28
29# NOTE the images are built by imagebuilder for services defined in xos_dynamic_services
30# we'll need to manually build the one for real dynamic services
31- name: Run dynamic services
32 hosts: head
33 roles:
34 - xos-services-up
35
Matteo Scandolo55bb0962017-12-20 16:06:19 -080036- name: Apply profile config
Matteo Scandolo3fc188e2017-10-02 18:05:58 -070037 hosts: head
38 roles:
Matteo Scandolo55bb0962017-12-20 16:06:19 -080039 - xos-config