Project

General

Profile

Download (5.36 KB) Statistics
| Branch: | Tag: | Revision:
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html

one:
type: Host::Managed
name: my5name.mydomain.net
ip: "2.3.4.1"
mac: aabbCCddeeee
environment: production
architecture: x86_64
operatingsystem: redhat
ptable: one
subnet: one
domain: mydomain
puppet_proxy: puppetmaster
managed: true
compute_resource: one
location: location1
organization: organization1
root_pass: xybxa6JUkz63w

two:
type: Host::Managed
name: temp.yourdomain.net
ip: "2.3.4.5"
mac: "aa:bb:cc:dd:ee:ff"
environment: production
architecture: x86_64
operatingsystem: centos5_3
ptable: one
domain: yourdomain
subnet: one
medium: one
puppet_proxy: puppetmaster
compute_resource: one
location: location1
root_pass: xybxa6JUkz63w

otherfullhost:
type: Host::Managed
name: otherfullhost
mac: aabbecddee11
ip: 2.3.4.6
domain: mydomain
operatingsystem: redhat
architecture: x86_64
environment: production
disk: empty partition
subnet: one
puppet_proxy: puppetmaster
compute_resource: one
root_pass: xybxa6JUkz63w

anotherfullhost:
type: Host::Managed
name: anotherfullhost
mac: aabbecddee22
ip: 2.3.4.7
domain: mydomain
operatingsystem: redhat
architecture: x86_64
environment: production
disk: empty partition
subnet: one
puppet_proxy: puppetmaster
compute_resource: one
root_pass: xybxa6JUkz63w

myfullhost:
type: Host::Managed
name: myfullname.mydomain.net
ip: 3.3.4.5
mac: 112233445566
architecture: x86_64
operatingsystem: centos5_3
disk: empty partition
subnet: two
domain: mydomain
puppet_proxy: puppetmaster
compute_resource: one
root_pass: xybxa6JUkz63w

redhat:
type: Host::Managed
name: temp01.yourdomain.net
ip: 2.3.4.100
mac: ad:bb:cc:dd:ee:ff
environment: production
architecture: x86_64
build: true
ptable: one
domain: yourdomain
medium: one
operatingsystem: redhat
subnet: one
puppet_proxy: puppetmaster
compute_resource: one
root_pass: xybxa6JUkz63w

ubuntu:
type: Host::Managed
name: temp-01.yourdomain.net
ip: 2.3.4.105
mac: ac:bb:cc:dd:ee:ff
environment: production
architecture: x86_64
operatingsystem: ubuntu1010
build: true
ptable: ubuntu
domain: yourdomain
medium: ubuntu
subnet: one
puppet_proxy: puppetmaster
compute_resource: one
root_pass: xybxa6JUkz63w

# Need a host with both build=true and managed=true for some tests
ubuntu2:
type: Host::Managed
name: temp-02.yourdomain.net
ip: 2.3.4.106
mac: ac:bb:cc:de:ee:ff
environment: production
architecture: x86_64
operatingsystem: ubuntu1010
managed: true
build: true
ptable: ubuntu
domain: yourdomain
medium: ubuntu
subnet: one
puppet_proxy: puppetmaster
compute_resource: one
root_pass: xybxa6JUkz63w

minimal:
type: Host::Managed
name: temp-02.useless.net
ip: 2.3.4.16
mac: ac:bb:cc:aa:ee:ff
environment: production
architecture: x86_64
operatingsystem: ubuntu1010
ptable: ubuntu
medium: ubuntu
puppet_proxy: puppetmaster
domain: useless
compute_resource: one
root_pass: xybxa6JUkz63w

sol10host:
type: Host::Managed
name: sol10host
ip: 2.3.4.9
mac: 44:55:66:77:88:99
environment: production
architecture: sparc
operatingsystem: solaris10
subnet: one
model: V210
medium: solaris10
domain: yourdomain
puppet_proxy: puppetmaster
compute_resource: one
root_pass: xybxa6JUkz63w

suse:
type: Host::Managed
name: suse01.yourdomain.net
ip: 2.3.4.205
mac: ad:bb:cc:da:ae:ff
environment: production
architecture: x86_64
build: true
ptable: suse
domain: yourdomain
medium: suse
operatingsystem: suse
subnet: one
puppet_proxy: puppetmaster
compute_resource: one
root_pass: xybxa6JUkz63w

dhcp:
type: Host::Managed
name: dhcp.mydomain.net
ip: "2.3.4.110"
mac: da:bb:cc:dd:ee:ee
environment: production
architecture: x86_64
operatingsystem: redhat
ptable: one
subnet: one
domain: mydomain
puppet_proxy: puppetmaster
puppet_ca_proxy: puppetmaster
managed: true
compute_resource: one
root_pass: xybxa6JUkz63w

sp_dhcp:
type: Host::Managed
name: sdhcp.mydomain.net
ip: "2.3.4.99"
mac: da:bb:cc:dd:ee:ae
environment: production
architecture: x86_64
operatingsystem: redhat
ptable: one
subnet: one
domain: mydomain
puppet_proxy: puppetmaster
managed: true
compute_resource: one
root_pass: xybxa6JUkz63w

db_host:
type: Host::Managed
name: db_host.mydomain.net
ip: "2.3.10.90"
mac: da:bb:ss:dd:ee:ae
environment: production
architecture: x86_64
operatingsystem: redhat
ptable: one
subnet: one
domain: mydomain
puppet_proxy: puppetmaster
managed: true
compute_resource: one
hostgroup: db
root_pass: xybxa6JUkz63w

owned_by_restricted:
type: Host::Managed
name: owned-by-restricted.mydomain.net
ip: "2.3.4.155"
mac: deadbeeffeed
environment: production
architecture: x86_64
operatingsystem: redhat
ptable: one
subnet: one
domain: mydomain
puppet_proxy: puppetmaster
managed: true
compute_resource: one
location: location1
organization: organization1
owner: restricted
owner_type: User
root_pass: xybxa6JUkz63w

noip:
type: Host::Managed
name: noip.yourdomain.net
mac: ac:bb:cc:dd:ee:ff
environment: production
architecture: x86_64
operatingsystem: ubuntu1010
build: true
ptable: ubuntu
domain: yourdomain
medium: ubuntu
subnet: one
puppet_proxy: puppetmaster
compute_resource: one
(19-19/56)