Zack Williams | 2396a5c | 2017-10-04 10:56:57 -0700 | [diff] [blame] | 1 | --- |
Luca Prete | ce44489 | 2017-09-28 15:26:11 -0700 | [diff] [blame] | 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 | |
Zack Williams | 2396a5c | 2017-10-04 10:56:57 -0700 | [diff] [blame] | 16 | # POD config for QCT POD3, E-CORD global |
Luca Prete | c538841 | 2017-09-29 10:00:21 -0700 | [diff] [blame] | 17 | cord_scenario: single |
Luca Prete | ce44489 | 2017-09-28 15:26:11 -0700 | [diff] [blame] | 18 | cord_profile: ecord-global |
| 19 | |
Zack Williams | 2396a5c | 2017-10-04 10:56:57 -0700 | [diff] [blame] | 20 | start_xos_prereqs: |
| 21 | - deploy-onos |
Luca Prete | ce44489 | 2017-09-28 15:26:11 -0700 | [diff] [blame] | 22 | |
Zack Williams | afa2efd | 2017-10-16 23:15:38 -0700 | [diff] [blame] | 23 | vagrant_vms: [] |
| 24 | |
Zack Williams | 4dda609 | 2017-10-17 09:38:15 -0700 | [diff] [blame] | 25 | cord_config_prereqs: |
| 26 | - config-ssh-key |
| 27 | |
Zack Williams | 0162316 | 2017-10-17 08:33:27 -0700 | [diff] [blame] | 28 | copy_cord_prereqs: |
| 29 | - config-ssh-key |
| 30 | |
Zack Williams | afa2efd | 2017-10-16 23:15:38 -0700 | [diff] [blame] | 31 | prep_buildnode_prereqs: |
Zack Williams | 4dda609 | 2017-10-17 09:38:15 -0700 | [diff] [blame] | 32 | - copy-cord |
Zack Williams | afa2efd | 2017-10-16 23:15:38 -0700 | [diff] [blame] | 33 | - copy-config |
| 34 | |
Zack Williams | aa02998 | 2017-10-17 09:38:15 -0700 | [diff] [blame] | 35 | headnode: cord@10.201.101.31 |
| 36 | buildnode: cord@10.201.101.31 |
| 37 | |
Luca Prete | ce44489 | 2017-09-28 15:26:11 -0700 | [diff] [blame] | 38 | # Inventory for ansible, used to generate inventory.ini |
| 39 | inventory_groups: |
| 40 | config: |
| 41 | localhost: |
| 42 | ansible_connection: local |
| 43 | build: |
Zack Williams | 0b5d93c | 2017-10-12 08:58:20 -0700 | [diff] [blame] | 44 | head1: |
| 45 | ansible_host: 10.201.101.31 |
| 46 | ansible_port: 22 |
| 47 | ansible_user: cord |
| 48 | ansible_ssh_pass: cord |
Luca Prete | ce44489 | 2017-09-28 15:26:11 -0700 | [diff] [blame] | 49 | head: |
| 50 | head1: |
| 51 | ansible_host: 10.201.101.31 |
| 52 | ansible_port: 22 |
| 53 | ansible_user: cord |
| 54 | ansible_ssh_pass: cord |
| 55 | compute: |