Luca Prete | bcfdb66 | 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 global |
| 17 | cord_scenario: single |
| 18 | cord_profile: ecord-global |
| 19 | |
| 20 | start_xos_prereqs: |
| 21 | - deploy-onos |
| 22 | |
| 23 | vagrant_vms: [] |
| 24 | |
| 25 | cord_config_prereqs: |
| 26 | - config-ssh-key |
| 27 | |
| 28 | copy_cord_prereqs: |
| 29 | - config-ssh-key |
| 30 | |
| 31 | prep_buildnode_prereqs: |
| 32 | - copy-cord |
| 33 | - copy-config |
| 34 | |
| 35 | # Inventory for ansible, used to generate inventory.ini |
| 36 | inventory_groups: |
| 37 | config: |
| 38 | localhost: |
| 39 | ansible_connection: local |
| 40 | build: |
| 41 | head1: |
| 42 | ansible_host: 10.90.1.10 |
| 43 | ansible_port: 22 |
| 44 | ansible_user: cord |
| 45 | ansible_ssh_pass: cord |
| 46 | head: |
| 47 | head1: |
| 48 | ansible_host: 10.90.1.10 |
| 49 | ansible_port: 22 |
| 50 | ansible_user: cord |
| 51 | ansible_ssh_pass: cord |
| 52 | compute: |