Luca Prete | bd566d0 | 2017-10-17 10:53:22 -0700 | [diff] [blame^] | 1 | --- |
| 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 1 |
| 17 | cord_scenario: cord |
| 18 | cord_profile: ecord |
| 19 | |
| 20 | vagrant_vms: |
| 21 | - 'corddev' |
| 22 | |
| 23 | # Variables |
| 24 | credentials_dir: '/opt/credentials' |
| 25 | pki_dir: '/opt/pki' |
| 26 | ssh_pki_dir: '/opt/ssh_pki' |
| 27 | |
| 28 | fabric_ip: '10.6.1.1/24' |
| 29 | management_ip: '10.6.0.1/24' |
| 30 | external_ip: '10.90.1.30/16' |
| 31 | external_gw: '10.90.0.1' |
| 32 | external_iface: 'p255p1' |
| 33 | management_network: 10.6.0.0/24 |
| 34 | |
| 35 | deploy_docker_registry: "10.90.1.30:5000" |
| 36 | |
| 37 | headnode: cord@10.90.1.30 |
| 38 | |
| 39 | # NOTE: The `host_cord_profile_dir` variable below is the path to the cord_profile dir that |
| 40 | # gets mounted to corddev VM.This `cord_profile` dir typically lives in a directory |
| 41 | # one level up from the `cord` directory |
| 42 | |
| 43 | build_targets: |
| 44 | - 'setup-automation' |
| 45 | |
| 46 | copy_cord_prereqs: |
| 47 | - 'config-ssh-key' |
| 48 | |
| 49 | skipTags: |
| 50 | - 'set_compute_node_password' |
| 51 | |
| 52 | # Wait until headnode prepped before building containers, for consistent DNS |
| 53 | docker_images_prereqs: |
| 54 | - 'prep-headnode' |
| 55 | |
| 56 | # node topology |
| 57 | physical_node_list: |
| 58 | - name: head1 |
| 59 | aliases: |
| 60 | - head |
| 61 | |
| 62 | # Inventory for ansible, used to generate inventory.ini |
| 63 | inventory_groups: |
| 64 | config: |
| 65 | localhost: |
| 66 | ansible_connection: local |
| 67 | build: |
| 68 | corddev: |
| 69 | head: |
| 70 | head1: |
| 71 | ansible_host: 10.90.1.30 |
| 72 | ansible_port: 22 |
| 73 | ansible_user: cord |
| 74 | ansible_ssh_pass: cord |
| 75 | compute: |