blob: b20aee56c3e73b594fdc78fdc79c3e9d6abbe72c [file] [log] [blame]
Luca Di Stefanoc8921ab2015-11-26 10:34:38 +00001# This is the default ansible 'hosts' file.
2#
3# It should live in /etc/ansible/hosts
4#
5# - Comments begin with the '#' character
6# - Blank lines are ignored
7# - Groups of hosts are delimited by [header] elements
8# - You can enter hostnames or ip addresses
9# - A hostname/ip can be a member of multiple groups
10
11# Ex 1: Ungrouped hosts, specify before any group headers.
12[lab-sys]
13172.31.64.10
1410.0.0.37
1510.0.0.40
16
17[lava-master]
18validation.linaro.org
19staging.validation.linaro.org
20
21[lab-master]
22staging-master.lavalab
23master.lavalab
24
25[lng]
26lngmaster.lavalab
27
28[dispatchers]
29dispatcher[01:06].lavalab
30fastmodels[01:03].lavalab
31
32[staging-dispatchers]
33staging[01:02].lavalab
34
35[servers]
36gateway.lavalab
Luca Di Stefano6adab632016-04-13 10:07:09 +010037mirror.lavalab
38playgroundmaster.lavalab
39
Luca Di Stefanoc8921ab2015-11-26 10:34:38 +000040
Luca Di Stefano7aee2252016-03-16 14:32:48 +000041[storage]
42storage01.lavalab
43
Luca Di Stefanoc8921ab2015-11-26 10:34:38 +000044[nuc]
45nuc-01.lavalab
Luca Di Stefano6adab632016-04-13 10:07:09 +010046nuc-02.lavalab
Luca Di Stefanoc8921ab2015-11-26 10:34:38 +000047
Luca Di Stefano540a97f2015-12-10 16:31:33 +000048[pmwg]
49pmwg-server-01.lavalab
Luca Di Stefanoc8921ab2015-11-26 10:34:38 +000050
51#########################################################################
52
53[hypervisors]
Luca Di Stefano57ef04d2016-02-15 16:33:11 +000054192.168.128.16 # TCWG LAB HYPERVISOR (HYP02)
5510.0.0.3 # LAVA LAB KVMSERVER01
5610.0.0.20 # LAVA LAB HYP02
5710.0.0.40 # LAVA LAB HYP01
Luca Di Stefanoc8921ab2015-11-26 10:34:38 +000058
59
60[dns]
61192.168.128.2 # Master DNS
62192.168.16.3 # TCWG DNS
Luca Di Stefano6adab632016-04-13 10:07:09 +01006310.0.33.10 # LAB DNS
Luca Di Stefanoc8921ab2015-11-26 10:34:38 +000064
65#########################################################################
66
67########################################################################
68
69[tcwg-sys]
70dhcp-tcwg.tcwglab #DHCP - DNS - NTP SERVER
71nagios.tcwglab #NAGIOS SERVER
72ns1.tcwglab #DNS SERVER (LOGICAL NAME)
73revproxy.tcwglab #GENERIC APACHE REVERSE PROXY FOR HTTP HTTPS
74services.tcwglab
Luca Di Stefano78782de2016-01-27 13:41:11 +000075kvmdispatcher.tcwglab
Luca Di Stefanoc8921ab2015-11-26 10:34:38 +000076
77[jenkins]
78abe.tcwglab
79
80[tcwg-build]
81build-[01:06].tcwglab
82
83[tcwg-test]
84test-x86_64-01.tcwglab
85
86[tcwg-apms]
87apm-[01:02].tcwglab
88
89[test-apms]
Luca Di Stefanoa89da312015-12-17 15:44:31 +000090test-armv8-01.tcwglab tcwg_rootg=False
Luca Di Stefano427646d2015-12-17 15:28:43 +000091test-armv8-02.tcwglab tcwg_rootg=True
Luca Di Stefanoc8921ab2015-11-26 10:34:38 +000092
93[tcwg-dev]
94dev-01.tcwglab
Luca Di Stefanoa5332492016-04-01 10:33:09 +010095dev-02.tcwglab
Luca Di Stefanoc8921ab2015-11-26 10:34:38 +000096bkp-01.tcwglab
97
Luca Di Stefano57ef04d2016-02-15 16:33:11 +000098[tcwg-dummy]
99lxc-[01:03].tcwglab
100
Luca Di Stefanoc8921ab2015-11-26 10:34:38 +0000101
102#########################################################################
103
104
105#NORTHSTAR hosts
106[nstar]
107northstar01.tcwglab
108juno-northstar01.tcwglab
109
110#########################################################################
111
112#ART hosts
113[art]
114art.lavalab
115art02.lavalab
116#########################################################################
117
118#LNG hosts
119
120[lng]
121lngmaster.lavalab
122
Luca Di Stefano93b0b152016-02-11 12:03:00 +0000123#########################################################################
124
125#DEVCLOUD hosts
126
127[devcloud]
128server01.devcloud
129
130
Luca Di Stefanoc8921ab2015-11-26 10:34:38 +0000131
132