Andy Bavier | a4cf1a7 | 2017-10-16 16:10:12 -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 | # test-mcord-base/defaults/main.yml |
| 17 | |
| 18 | head_cord_profile_dir: "/opt/cord_profile" |
| 19 | |
| 20 | xos_ui_port: 9000 |
| 21 | |
| 22 | xos_admin_user: "xosadmin@opencord.org" |
| 23 | maas_xos_admin_pass: "{{ lookup('file', '/opt/credentials/xosadmin@opencord.org') }}" |
| 24 | |
Andy Bavier | 50f5317 | 2017-10-24 06:02:36 -0700 | [diff] [blame] | 25 | test_networks: |
| 26 | - management |
| 27 | - sgi_network |
| 28 | - s11_network |
| 29 | - s1mme_network |
| 30 | - sbi_network |
| 31 | - nbi_network |
| 32 | |
| 33 | test_services: |
| 34 | - internetemulator |
| 35 | - vmme |
| 36 | - vspgwc |
| 37 | - sdncontroller |
| 38 | - vspgwu |
| 39 | |
| 40 | test_ports: |
| 41 | - { vm: vmme, network: management } |
| 42 | - { vm: vmme, network: s11_network } |
| 43 | - { vm: vmme, network: s1mme_network } |
| 44 | - { vm: vspgwc, network: management } |
| 45 | - { vm: vspgwc, network: s11_network } |
| 46 | - { vm: vspgwc, network: nbi_network } |
| 47 | - { vm: sdncontroller, network: management } |
| 48 | - { vm: sdncontroller, network: nbi_network } |
| 49 | - { vm: sdncontroller, network: sbi_network } |
| 50 | - { vm: vspgwu, network: management } |
| 51 | - { vm: vspgwu, network: s1u_network } |
| 52 | - { vm: vspgwu, network: sgi_network } |
| 53 | - { vm: vspgwu, network: sbi_network } |
| 54 | - { vm: internetemulator, network: management } |
| 55 | - { vm: internetemulator, network: sgi_network } |