Merge "Remove Compass from genesis."
[genesis.git] / opensteak / tools / config.yaml
1 domains: "test-infra.opensteak.fr"
2 media: "Ubuntu mirror"
3 environments: "production"
4 operatingsystems: "Ubuntu14.04Cloud"
5 subnets: "Admin"
6 compute_profiles: "Test"
7 smart_proxies: "foreman.infra.opensteak.fr"
8 ptables: "Preseed default"
9 architectures: "x86_64"
10
11 operatingsystems:
12  "Ubuntu 14.04.1 LTS":
13   name: "Ubuntu"
14   description: "Ubuntu 14.04.1 LTS"
15   major: "14"
16   minor: "04"
17   family: "Debian"
18   release_name: "trusty"
19   password_hash: "MD5"
20  "Ubuntu 14.04 Cloud":
21   name: "Ubuntu14.04Cloud"
22   description: "Ubuntu 14.04 Cloud"
23   major: "14"
24   minor: "04"
25   family: "Debian"
26   release_name: "trusty"
27   password_hash: "MD5"
28
29 hostgroupTop:
30  name: 'test'
31  classes:
32  - "ntp"
33  subnet: "Admin"
34  params:
35   password: 'toto'
36 hostgroups:
37  hostgroupController:
38   name: 'controller'
39   classes:
40    - "opensteak::base-network"
41    - "opensteak::libvirt"
42   params:
43    foreman_sshkey: 'xxxx'
44  hostgroupControllerVM:
45   name: 'controller_VM'
46   classes:
47    - "opensteak::apt"
48   params:
49    foreman_sshkey: 'xxxx'
50    password: 'toto'
51  hostgroupCompute:
52   name: 'compute'
53   classes:
54    - "opensteak::neutron-compute"
55    - "opensteak::nova-compute"
56 subnets:
57  Admin:
58   shared: False
59   data:
60    network: "172.16.0.0"
61    mask: "255.255.255.0"
62    vlanid:
63    gateway: "172.16.0.1"
64    dns_primary: "172.16.0.1"
65    from: "172.16.0.10"
66    to: "172.16.0.200"
67    ipam: "DHCP"
68    boot_mode: "DHCP"
69
70 foreman:
71  ip: "172.16.0.2"
72  password: "opnfv"
73  cpu: "2"
74  ram: "2097152"
75  iso: "trusty-server-cloudimg-amd64-disk1.img"
76  disksize: "5G"
77  force: True
78  dns: "8.8.8.8"