-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinventory-example.yml
More file actions
73 lines (72 loc) · 2.36 KB
/
inventory-example.yml
File metadata and controls
73 lines (72 loc) · 2.36 KB
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
---
all:
hosts:
image-builder:
ansible_user: root
ansible_host: intel-host-control-1
manufacturing_server: "{{ booinfra_ip }}"
root_ssh_key_file: /root/.ssh/fortress.pub
admin_password: admin
sshkey: "{{ master_ssh_key }}"
builder_blueprints:
- name: r4e-eci
description: RHEL For Edge ECI image
sshkey: "{{ master_ssh_key }}"
fdo: true
installation_device: /dev/vda
manufacturing_server: "{{ manufacturing_server_rendezvous_info_ip_address }}"
manufacturing_port: 5000
image_type: edge-simplified-installer
ref: centos/8/x86_64/edge
bootinfra:
ansible_host: intel-host-control-1
ansible_user: root
eci_configdir: /etc/eci
tftpboot_enabled: true
tftpboot_download_enable: false
tftpboot_iso:
- name: simplified-installer
files:
- images/pxeboot/vmlinuz
- images/pxeboot/initrd.img
- image.raw.xz
- EFI/BOOT/grubx64.efi
- EFI/BOOT/BOOTX64.EFI
shim: BOOTX64.EFI
kernel: vmlinuz
kargs: rd.neednet=1 coreos.inst.crypt_root=1 coreos.inst.install_dev=/dev/vda coreos.inst.image_url=http://{{ bootinfra_ip }}/simplified-installer/image.raw.xz coreos.inst.insecure fdo.manufacturing_server_url=http://{{ manufacturing_server_rendezvous_info_ip_address }}:8080 fdo.diun_pub_key_insecure=true
rootfs: disk.img.xz
initrd:
- initrd.img
dhcp_enabled: true
dhcp_hosts:
- name: testclient
mac: 52:54:00:b0:f2:0a
ip: 192.168.122.2
boot: simplified-installer
dhcp_range: "{{ bootinfra_ip }},static"
dns_enabled: true
dns_static:
- name: vecow.rh-intel.com
ip: 10.8.0.120
- name: testclient.eci.rh-intel.com
ip: 192.168.122.2
rendezvous_server:
hosts:
rendezvous:
ansible_user: root
become_user: root
ansible_host: intel-host-control-1
owner_server:
hosts:
owner:
ansible_user: root
become_user: root
ansible_host: intel-host-control-1
serviceinfo_api_server_service_info_initial_user_sshkeys: "{{ master_ssh_key }}"
manufacturing_server:
hosts:
manufacturing:
ansible_user: root
ansible_host: intel-host-control-1
become_user: root