Add autocloud host definitions.

This commit is contained in:
Ralph Bean 2015-09-30 19:28:07 +00:00
parent 4cd515c14f
commit 80f474a5b2
4 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,6 @@
define host {
host_name autocloud-backend01
alias autocloud-backend01.phx2.fedoraproject.org
use defaulttemplate
address autocloud-backend01.phx2.fedoraproject.org
}

View file

@ -0,0 +1,6 @@
define host {
host_name autocloud-backend02
alias autocloud-backend02.phx2.fedoraproject.org
use defaulttemplate
address autocloud-backend02.phx2.fedoraproject.org
}

View file

@ -0,0 +1,7 @@
define host {
host_name autocloud-web01
alias autocloud-web01.phx2.fedoraproject.org
use defaulttemplate
address autocloud-web01.phx2.fedoraproject.org
parents virthost22
}

View file

@ -0,0 +1,7 @@
define host {
host_name autocloud-web02
alias autocloud-web02.phx2.fedoraproject.org
use defaulttemplate
address autocloud-web02.phx2.fedoraproject.org
parents virthost19
}