f_repobuild: Use packetary to build partial mirror
[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"
12   ubuntu_release: xenial
13   extra_dirs:
14     - /usr/share/fuel_bootstrap_cli/files/xenial
15   output_dir: /tmp/
16   kernel_flavor: linux-image-generic-lts-xenial
17   packages:
18     - daemonize
19     - fuel-agent
20     - hwloc
21     - i40e-dkms
22     - linux-firmware
23     - linux-headers-generic
24     - live-boot
25     - live-boot-initramfs-tools
26     - mc
27     - mcollective
28     - msmtp-mta
29     - multipath-tools
30     - multipath-tools-boot
31     - nailgun-agent
32     - nailgun-mcagents
33     - network-checker
34     - ntp
35     - ntpdate
36     - openssh-client
37     - openssh-server
38     - puppet
39     - squashfs-tools
40     - ubuntu-minimal
41     - vim
42     - wget
43     - xz-utils
44     # NOTE(el): Packages required for new generation
45     # network checker to be run without an access
46     # to repositories.
47     - sysfsutils
48     - bridge-utils
49     - ifenslave
50     - irqbalance
51     - iputils-arping
52   bootstrap_images_dir: /var/www/nailgun/bootstraps
53   active_bootstrap_symlink: /var/www/nailgun/bootstraps/active_bootstrap
54   flavor: ubuntu
55   http_proxy: ""
56   https_proxy: ""
57   repos:
58     - name: ubuntu
59       section: "main"
60       uri: "http://127.0.0.1:8080/mirrors/ubuntu"
61       priority:
62       suite: xenial
63       type: deb
64     - name: mos
65       section: "main restricted"
66       uri: "http://127.0.0.1:8080/ubuntu/x86_64"
67       priority: 1050
68       suite: mos10.0
69       type: deb
70   skip_default_img_build: false
71   direct_repo_addresses:
72     - "127.0.0.1"
73   # User can provide default hashed root password for bootstrap image
74   # hashed_root_password: "$6$IInX3Cqo$5xytL1VZbZTusOewFnG6couuF0Ia61yS3rbC6P5YbZP2TYclwHqMq9e3Tg8rvQxhxSlBXP1DZhdUamxdOBXK0."