summaryrefslogtreecommitdiffstats
path: root/opensteak/config/infra.yaml
blob: 2ff02a1ddb8fe6b51e9711b1853c717a1a8b13d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
domains: "infra.opensteak.fr"
media: "Ubuntu mirror"
environments: "production"
operatingsystems: "Ubuntu14.04Cloud"
subnets: "Admin"
compute_profiles: "Test"
smart_proxies: "foreman.infra.opensteak.fr"
ptables: "Preseed default"
architectures: "x86_64"

operatingsystems:
 "Ubuntu 14.04.2 LTS":
  name: "Ubuntu"
  description: "Ubuntu 14.04.2 LTS"
  major: "14"
  minor: "04"
  family: "Debian"
  release_name: "trusty"
  password_hash: "MD5"
 "Ubuntu 14.04 Cloud":
  name: "Ubuntu14.04Cloud"
  description: "Ubuntu 14.04 Cloud"
  major: "14"
  minor: "04"
  family: "Debian"
  release_name: "trusty"
  password_hash: "MD5"

hostgroupTop:
 name: 'test'
 classes:
 - "ntp"
 subnet: "Admin"
 params:
  password: 'toto'
hostgroups:
 hostgroupController:
  name: 'controller'
  classes:
   - "opensteak::base-network"
   - "opensteak::libvirt"
  params:
   foreman_sshkey: 'xxxx'
 hostgroupControllerVM:
  name: 'controller_VM'
  classes:
   - "opensteak::apt"
  params:
   foreman_sshkey: 'xxxx'
   password: 'toto'
 hostgroupCompute:
  name: 'compute'
  classes:
   - "opensteak::neutron-compute"
   - "opensteak::nova-compute"
subnets:
 Admin:
  shared: False
  data:
   network: "192.168.4.0"
   mask: "255.255.255.0"
   vlanid:
   gateway: "192.168.4.1"
   dns_primary: "192.168.1.4"
   from: "192.168.4.10"
   to: "192.168.4.200"
   ipam: "DHCP"
   boot_mode: "DHCP"

foreman:
 ip: "192.168.4.2"
 admin: "admin"
 password: "opnfv"
 cpu: "4"
 ram: "4194304"
 iso: "trusty-server-cloudimg-amd64-disk1.img"
 disksize: "5G"
 force: True
 dns: "8.8.8.8"
 bridge: "br-libvirt"
 bridge_type: "openvswitch"