blob: 22c8d78228b6e922f2320ef7728bc1786eefb60c [file] [log] [blame]
Zack Williams58e41572017-09-29 07:57:14 -07001---
Matteo Scandolo60b640f2017-08-08 13:05:22 -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 Williams58e41572017-09-29 07:57:14 -070016# single node scenario (head-node only)
Zack Williams0a7ef162017-07-18 18:15:26 -070017# Brings up a VM with synchronizers, for more complicated testing without OpenStack
Zack Williams58e41572017-09-29 07:57:14 -070018# Can be used with ONOS and ElasticStack, see:
19# https://guide.opencord.org/xos/dev/workflow_mock_single.html
Zack Williams0a7ef162017-07-18 18:15:26 -070020
21# create a cord_profile dir next to the cord checkout
22config_cord_dir: "{{ ( playbook_dir ~ '/../..') | realpath }}"
23config_cord_profile_dir: "{{ ( playbook_dir ~ '/../../../cord_profile' ) | realpath }}"
24
25build_cord_dir: /opt/cord
26
27# Vagrant VM configuration
28head_vm_mem: 4096
29head_vm_cpu: 8
30head_vm_ip: "192.168.46.100"
31
Zack Williams0a7ef162017-07-18 18:15:26 -070032physical_node_list:
Zack Williamsb0fa24a2017-10-23 22:46:19 -070033 - name: head1
Zack Williams0a7ef162017-07-18 18:15:26 -070034 ipv4_last_octet: 1
35 aliases:
36 - head
37
38# make targets
39build_targets:
40 - onboard-profile
41
Zack Williamsf87ef6e2017-10-16 22:30:00 -070042cord_config_prereqs:
43 - vagrant-ssh-install
44
Zack Williams0a7ef162017-07-18 18:15:26 -070045prep_headnode_prereqs:
46 - prep-buildnode
47
Zack Williamsa5fcefd2017-07-27 22:06:33 -070048docker_images_prereqs:
49 - prep-headnode
50
Zack Williams0a7ef162017-07-18 18:15:26 -070051# single scenario configuration
52frontend_only: False
53use_maas: False
54use_apt_cache: False
55use_openstack: False
Zack Williamsa5fcefd2017-07-27 22:06:33 -070056create_configdirs_become: False
Zack Williams0a7ef162017-07-18 18:15:26 -070057xos_images: []
58
59# whitelist of images for imagebuilder to build/pull (tagged elsewhere)
60docker_image_whitelist:
61 - "xosproject/xos-base"
62 - "xosproject/xos"
63 - "xosproject/xos-client"
64 - "xosproject/xos-corebuilder"
65 - "xosproject/xos-gui"
66 - "xosproject/xos-gui-extension-builder"
67 - "xosproject/xos-libraries"
68 - "xosproject/xos-postgres"
69 - "xosproject/xos-tosca"
70 - "xosproject/xos-ws"
71 - "xosproject/chameleon"
72 - "xosproject/gui-extension-rcord"
73 - "xosproject/gui-extension-sample"
Max Chue91497c2017-11-06 10:34:38 -080074 - "xosproject/gui-extension-veestat"
Zack Williams58e41572017-09-29 07:57:14 -070075 - "xosproject/gui-extension-vnaas"
Zack Williams0a7ef162017-07-18 18:15:26 -070076 - "xosproject/gui-extension-vtr"
77 - "xosproject/xos-synchronizer-base"
Scott Bakerbd37a062017-09-08 13:51:55 -070078 - "xosproject/addressmanager-synchronizer"
Zack Williams0a7ef162017-07-18 18:15:26 -070079 - "xosproject/exampleservice-synchronizer"
80 - "xosproject/fabric-synchronizer"
81 - "xosproject/onos-synchronizer"
82 - "xosproject/openstack-synchronizer"
Zack Williams58e41572017-09-29 07:57:14 -070083 - "xosproject/vee-synchronizer"
84 - "xosproject/veg-synchronizer"
85 - "xosproject/vnaas-synchronizer"
Zack Williams0a7ef162017-07-18 18:15:26 -070086 - "xosproject/volt-synchronizer"
87 - "xosproject/vrouter-synchronizer"
88 - "xosproject/vsg-synchronizer"
89 - "xosproject/vtn-synchronizer"
90 - "xosproject/vtr-synchronizer"
Andy Bavier7641a192017-10-03 14:14:51 -070091 - "xosproject/vmme-synchronizer"
Andy Bavier483ffb72017-10-20 11:24:22 -070092 - "xosproject/internetemulator-synchronizer"
93 - "xosproject/sdncontroller-synchronizer"
94 - "xosproject/vspgwc-synchronizer"
Wei-Yu Chen66186242017-10-21 13:55:09 +080095 - "xosproject/vspgwu-synchronizer"
Matteo Scandolo1bd23c82017-10-06 11:31:04 -070096 - "xosproject/venb-synchronizer"
Andy Bavierc7450fa2017-10-24 16:54:15 -070097 - "xosproject/templateservice-synchronizer"
Zack Williams0a7ef162017-07-18 18:15:26 -070098 - "gliderlabs/consul-server"
99 - "gliderlabs/registrator"
100 - "nginx"
101 - "onosproject/onos"
Zack Williams5e039f02017-11-16 09:50:09 -0700102 - "opencord/mavenrepo"
Zack Williams0a7ef162017-07-18 18:15:26 -0700103 - "redis"
Andy Bavier56b12b52017-08-03 11:46:42 -0700104 - "node"
Zack Williams0a7ef162017-07-18 18:15:26 -0700105
106# Ansible Inventory
107inventory_groups:
108
109 config:
110 localhost:
111 ansible_connection: local
112
113 build:
Zack Williamsb0fa24a2017-10-23 22:46:19 -0700114 head1:
Zack Williams0a7ef162017-07-18 18:15:26 -0700115
116 head:
Zack Williamsb0fa24a2017-10-23 22:46:19 -0700117 head1:
Zack Williams0a7ef162017-07-18 18:15:26 -0700118
119 compute:
120