Preparing the experimental branch for improved Danube CI/CD experiments
[fuel.git] / build / f_isoroot / f_repobuild / fuel_bootstrap_cli.yaml
1 ##############################################################################
2 # Copyright (c) 2015,2016 Ericsson AB and others.
3 # mskalski@mirantis.com
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Apache License, Version 2.0
6 # which accompanies this distribution, and is available at
7 # http://www.apache.org/licenses/LICENSE-2.0
8 ##############################################################################
9 ---
10   root_ssh_authorized_file: /root/.ssh/id_rsa.pub
11   extend_kopts: "biosdevname=0 net.ifnames=1 debug ignore_loglevel log_buf_len=10M print_fatal_signals=1 LOGLEVEL=8"
12   ubuntu_release: trusty
13   extra_dirs:
14     - /usr/share/fuel_bootstrap_cli/files/trusty
15   output_dir: /tmp/
16   kernel_flavor: linux-image-generic-lts-trusty
17   packages:
18     - fuel-agent
19     - hwloc
20     - hpsa-dkms
21     - i40e-dkms
22     - linux-firmware
23     - linux-firmware-nonfree
24     - linux-headers-generic
25     - live-boot
26     - live-boot-initramfs-tools
27     - mc
28     - mcollective
29     - msmtp-mta
30     - multipath-tools
31     - multipath-tools-boot
32     - nailgun-agent
33     - nailgun-mcagents
34     - network-checker
35     - ntp
36     - openssh-client
37     - openssh-server
38     - squashfs-tools
39     - ubuntu-minimal
40     - vim
41     - wget
42     - xz-utils
43   bootstrap_images_dir: /var/www/nailgun/bootstraps
44   active_bootstrap_symlink: /var/www/nailgun/bootstraps/active_bootstrap
45   flavor: ubuntu
46   http_proxy: ""
47   https_proxy: ""
48   repos:
49     - name: ubuntu
50       section: "main universe multiverse"
51       uri: "http://127.0.0.1:8080/mirrors/ubuntu"
52       priority:
53       suite: trusty
54       type: deb
55     - name: ubuntu-updates
56       section: "main universe multiverse"
57       uri: "http://127.0.0.1:8080/mirrors/ubuntu"
58       priority:
59       suite: trusty-updates
60       type: deb
61     - name: ubuntu-security
62       section: "main universe multiverse"
63       uri: "http://127.0.0.1:8080/mirrors/ubuntu"
64       priority:
65       suite: trusty-security
66       type: deb
67     - name: mos
68       section: "main restricted"
69       uri: "http://127.0.0.1:8080/ubuntu/x86_64"
70       priority: 1050
71       suite: mos9.0
72       type: deb
73   skip_default_img_build: false
74   direct_repo_addresses:
75     - "127.0.0.1"