blob: 675fbe4311c7c8b002f67ed61628b3bdb472e174 [file] [log] [blame]
JianHao90e65dc2017-10-31 18:01:07 +08001# Copyright 2017-present Open Networking Foundation
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15---
16- hosts: {{ instance_name }}
Andy Bavierc79d99f2017-11-13 17:18:41 -070017 gather_facts: False
JianHao90e65dc2017-10-31 18:01:07 +080018 connection: ssh
Andy Bavierd1bfbd82017-11-14 17:26:18 -070019 user: {{ login_user }}
JianHaob6eba072017-11-20 18:01:37 -080020 sudo: yes
21
JianHao90e65dc2017-10-31 18:01:07 +080022 vars:
Andy Bavierd1bfbd82017-11-14 17:26:18 -070023 - password: "{{ login_password }}"
JianHaob6eba072017-11-20 18:01:37 -080024 - enb1_s1u_ip: {{ venb_s1u_ip }}
25 - enb1_s1u_netmask: 24
26 - mme_s11_ip: {{ venb_s11_ip }}
27 - mme_s11_netmask: 24
28 - spgw_s11_ip: {{ vspgwc_s11_ip }}
29 - appserver_sgi_ip: {{ venb_sgi_ip }}
30 - appserver_sgi_gateway: {{ vspgwu_sgi_ip }}
31 - appserver_sgi_netmask: 24
32 - ssh_venb_ip: {{ venb_management_ip }}
33 - ssh_vspgwc_ip: {{ vspgwc_management_ip }}
34 - ssh_vspgwu_ip: {{ vspgwu_management_ip }}
35 - fpc_management_ip: ''
36
JianHao90e65dc2017-10-31 18:01:07 +080037 roles:
Andy Bavier4809f7c2017-11-20 10:55:13 -070038 - ng4t_config
JianHao90e65dc2017-10-31 18:01:07 +080039