blob: cc82eabcde4ca058aab65695794667757ecdd2e5 [file] [log] [blame]
You Wang3e6beac2017-08-31 15:12:13 -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
Luca Prete92cef742017-05-10 09:38:55 -070016---
17
Luca Prete14dbba02017-09-12 13:50:36 -070018cord_scenario: cord
19cord_profile: rcord
Luca Prete92cef742017-05-10 09:38:55 -070020
Luca Prete14dbba02017-09-12 13:50:36 -070021vagrant_vms:
22 - 'corddev'
Luca Prete92cef742017-05-10 09:38:55 -070023
Luca Prete14dbba02017-09-12 13:50:36 -070024# Variables
25credentials_dir: '/opt/credentials'
26pki_dir: '/opt/pki'
27ssh_pki_dir: '/opt/ssh_pki'
Luca Prete92cef742017-05-10 09:38:55 -070028
Luca Prete14dbba02017-09-12 13:50:36 -070029fabric_ip: '10.6.1.1/24'
30management_ip: '10.6.0.1/24'
31external_ip: '10.201.101.21/24'
32external_gw: '10.201.101.1'
Luca Prete9638ee72017-10-31 10:20:03 -070033external_iface: 'eth0'
Luca Prete14dbba02017-09-12 13:50:36 -070034management_network: 10.6.0.0/24
Luca Prete92cef742017-05-10 09:38:55 -070035
Luca Prete14dbba02017-09-12 13:50:36 -070036deploy_docker_registry: "10.201.101.21:5000"
Luca Prete92cef742017-05-10 09:38:55 -070037
Luca Prete14dbba02017-09-12 13:50:36 -070038headnode: cord@10.201.101.21
Luca Prete92cef742017-05-10 09:38:55 -070039
Luca Prete14dbba02017-09-12 13:50:36 -070040# NOTE: The `host_cord_profile_dir` variable below is the path to the cord_profile dir that
41# gets mounted to corddev VM.This `cord_profile` dir typically lives in a directory
42# one level up from the `cord` directory
Kailash Khalasi5541fc62018-05-01 11:26:02 -070043host_cord_profile_dir: "/var/jenkins_home_new/workspace/cord_profile"
Luca Prete92cef742017-05-10 09:38:55 -070044
Luca Prete14dbba02017-09-12 13:50:36 -070045build_targets:
46 - 'setup-automation'
Luca Prete92cef742017-05-10 09:38:55 -070047
Luca Prete14dbba02017-09-12 13:50:36 -070048copy_cord_prereqs:
49 - 'config-ssh-key'
Luca Prete92cef742017-05-10 09:38:55 -070050
Luca Prete14dbba02017-09-12 13:50:36 -070051skipTags:
52 - 'set_compute_node_password'
Luca Prete92cef742017-05-10 09:38:55 -070053
Luca Prete14dbba02017-09-12 13:50:36 -070054# Wait until headnode prepped before building containers, for consistent DNS
55docker_images_prereqs:
56 - 'prep-headnode'
57
Zack Williams3a866de2017-10-31 18:19:08 -070058# set which interfaces to use for fabric/mgmt network
59fabric_include_names: 'eth2'
Luca Pretebcabaee2017-11-01 16:44:40 -070060management_exclude_names: 'eth0,eth2'
Luca Prete14dbba02017-09-12 13:50:36 -070061
62# Inventory for ansible, used to generate inventory.ini
63inventory_groups:
64 config:
65 localhost:
66 ansible_connection: local
67 build:
68 corddev:
69 head:
70 head1:
71 ansible_host: 10.201.101.21
72 ansible_port: 22
73 ansible_user: cord
74 ansible_ssh_pass: cord
75 compute:
Zack Williams3a866de2017-10-31 18:19:08 -070076