blob: b32035ee686f606ba57aaf9eaa247a7725eb771e [file] [log] [blame]
Zack Williams7f3cfd42017-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 Williams7f3cfd42017-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 Williams7f3cfd42017-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 Williamsc818a892017-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 Williams63dd02f2017-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"
Matteo Scandolo5c634b02017-11-16 10:13:55 -080066 - "xosproject/xos-gui-builder"
Zack Williams0a7ef162017-07-18 18:15:26 -070067 - "xosproject/xos-libraries"
68 - "xosproject/xos-postgres"
69 - "xosproject/xos-tosca"
70 - "xosproject/xos-ws"
71 - "xosproject/chameleon"
Zack Williams0a7ef162017-07-18 18:15:26 -070072 - "xosproject/xos-synchronizer-base"
Zack Williams0a7ef162017-07-18 18:15:26 -070073 - "gliderlabs/consul-server"
74 - "gliderlabs/registrator"
75 - "nginx"
76 - "onosproject/onos"
Zack Williams03677532017-11-16 09:50:09 -070077 - "opencord/mavenrepo"
Zack Williams0a7ef162017-07-18 18:15:26 -070078 - "redis"
Andy Bavier56b12b52017-08-03 11:46:42 -070079 - "node"
Zack Williams0a7ef162017-07-18 18:15:26 -070080
81# Ansible Inventory
82inventory_groups:
83
84 config:
85 localhost:
86 ansible_connection: local
87
88 build:
Zack Williamsc818a892017-10-23 22:46:19 -070089 head1:
Zack Williams0a7ef162017-07-18 18:15:26 -070090
91 head:
Zack Williamsc818a892017-10-23 22:46:19 -070092 head1:
Zack Williams0a7ef162017-07-18 18:15:26 -070093
94 compute:
95