blob: c7c73f99e4342ae7c17369a9af7f1f7f02724dba [file] [log] [blame]
Luca Pretebd566d02017-10-17 10:53:22 -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# POD config for ONF E-CORD POD, E-CORD local POD 3
17cord_scenario: cord
18cord_profile: ecord
Marc De Leenheerac5af5a2017-10-21 11:02:12 -070019
Luca Pretebd566d02017-10-17 10:53:22 -070020# Variables
Zack Williams093ff982017-10-19 08:56:32 -070021# shared between podconfigs, for root/intermediate CA setup
Marc De Leenheerac5af5a2017-10-21 11:02:12 -070022#pki_dir: "{{ ( playbook_dir ~ '/../../../onf_ecord_pki' ) | realpath }}"
23pki_dir: "{{ ( playbook_dir ~ '/../../../onf_ecord_local_pod3_pki' ) | realpath }}"
Zack Williams093ff982017-10-19 08:56:32 -070024
25# different, as passwords/SSH keys/cord_profile should be different
26credentials_dir: "{{ ( playbook_dir ~ '/../../../onf_ecord_local_pod3_credentials' ) | realpath }}"
27ssh_pki_dir: "{{ ( playbook_dir ~ '/../../../onf_ecord_local_pod3_ssh_pki' ) | realpath }}"
28config_cord_profile_dir: "{{ ( playbook_dir ~ '/../../../onf_ecord_local_pod3_profile' ) | realpath }}"
29
30# path created on local system, mounted into corddev by Vagrant
31host_cord_profile_dir: "/var/jenkins_home/workspace/onf_ecord_local_pod3_profile"
Luca Pretebd566d02017-10-17 10:53:22 -070032
33fabric_ip: '10.6.1.1/24'
34management_ip: '10.6.0.1/24'
35external_ip: '10.90.1.70/16'
36external_gw: '10.90.0.1'
Luca Prete85501ff2017-10-17 16:30:37 -070037external_iface: 'eth0'
Luca Pretebd566d02017-10-17 10:53:22 -070038management_network: 10.6.0.0/24
39
40deploy_docker_registry: "10.90.1.70:5000"
41
Zack Williams093ff982017-10-19 08:56:32 -070042vagrant_vms:
43 - 'corddev'
Luca Pretebd566d02017-10-17 10:53:22 -070044
45build_targets:
46 - 'setup-automation'
47
48copy_cord_prereqs:
49 - 'config-ssh-key'
50
51skipTags:
52 - 'set_compute_node_password'
53
54# Wait until headnode prepped before building containers, for consistent DNS
55docker_images_prereqs:
56 - 'prep-headnode'
57
Zack Williams093ff982017-10-19 08:56:32 -070058# headnode to ssh to for some make tasks
59headnode: cord@10.90.1.70
Luca Pretebd566d02017-10-17 10:53:22 -070060
61# Inventory for ansible, used to generate inventory.ini
62inventory_groups:
63 config:
64 localhost:
65 ansible_connection: local
66 build:
67 corddev:
68 head:
69 head1:
70 ansible_host: 10.90.1.70
71 ansible_port: 22
72 ansible_user: cord
73 ansible_ssh_pass: cord
74 compute:
Andrea Campanellab94677d2017-11-27 18:41:06 +010075
76#Prefix for the domainId
77carrierethernet_domainid_prefix: 10.90.1.70