Enable use of Fuel library commit ids for mirror
[fuel.git] / build / f_isoroot / f_repobuild / fuel_bootstrap_cli.yaml
1 ---
2   root_ssh_authorized_file: /root/.ssh/id_rsa.pub
3   extend_kopts: "biosdevname=0 net.ifnames=1 debug ignore_loglevel log_buf_len=10M print_fatal_signals=1 LOGLEVEL=8"
4   extra_dirs:
5     - /usr/share/fuel_bootstrap_cli/files/trusty
6   output_dir: /tmp/
7   kernel_flavor: linux-image-generic-lts-trusty
8   packages:
9     - vim
10     - mc
11     - openssh-client
12     - openssh-server
13     - ntp
14     - mcollective
15     - nailgun-agent
16     - nailgun-mcagents
17     - network-checker
18     - fuel-agent
19     - ubuntu-minimal
20     - live-boot
21     - live-boot-initramfs-tools
22     - wget
23     - linux-firmware
24     - linux-firmware-nonfree
25     - linux-headers-generic
26     - hpsa-dkms
27     - i40e-dkms
28     - xz-utils
29     - squashfs-tools
30     - msmtp-mta
31   bootstrap_images_dir: /var/www/nailgun/bootstraps
32   active_bootstrap_symlink: /var/www/nailgun/bootstraps/active_bootstrap
33   flavor: ubuntu
34   http_proxy: ""
35   https_proxy: ""
36   repos:
37     - name: ubuntu
38       section: "main universe multiverse"
39       uri: "http://127.0.0.1:8080/mirrors/ubuntu"
40       priority:
41       suite: trusty
42       type: deb
43     - name: ubuntu-updates
44       section: "main universe multiverse"
45       uri: "http://127.0.0.1:8080/mirrors/ubuntu"
46       priority:
47       suite: trusty-updates
48       type: deb
49     - name: ubuntu-security
50       section: "main universe multiverse"
51       uri: "http://127.0.0.1:8080/mirrors/ubuntu"
52       priority:
53       suite: trusty-security
54       type: deb
55     - name: mos
56       section: "main restricted"
57       uri: "http://127.0.0.1:8080/ubuntu/x86_64"
58       priority: 1050
59       suite: mos8.0
60       type: deb
61   skip_default_img_build: true
62   direct_repo_addresses:
63     - "127.0.0.1"