blob: c8e71eec5755c17e664f2bf31986df203c41f9a2 [file] [log] [blame]
Hyunsun Moon56e47ed2019-09-06 22:08:32 +00001# Copyright 2019-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[all]
Hyunsun Moone169b512019-10-10 14:56:58 -070016central1 ansible_host=10.90.0.151 etcd_member_name=etcd1
17central2 ansible_host=10.90.0.152 etcd_member_name=etcd2
18central3 ansible_host=10.90.0.153 etcd_member_name=etcd3
Hyunsun Moon56e47ed2019-09-06 22:08:32 +000019
20[kube-master]
21central1
Hyunsun Moone169b512019-10-10 14:56:58 -070022central2
23central3
Hyunsun Moon56e47ed2019-09-06 22:08:32 +000024
25[etcd]
26central1
Hyunsun Moone169b512019-10-10 14:56:58 -070027central2
28central3
Hyunsun Moon56e47ed2019-09-06 22:08:32 +000029
30[kube-node]
31central1
32central2
Hyunsun Moone169b512019-10-10 14:56:58 -070033central3
Hyunsun Moon56e47ed2019-09-06 22:08:32 +000034
35[k8s-cluster:children]
36kube-master
37kube-node