aboutsummaryrefslogtreecommitdiffstats
path: root/build/f_isoroot/f_repobuild
diff options
context:
space:
mode:
authorMichal Skalski <mskalski@mirantis.com>2016-06-08 00:54:57 +0200
committerMichal Skalski <mskalski@mirantis.com>2016-06-14 15:48:16 +0200
commit093786068023914a3df555ded133abf8871c6d09 (patch)
treeca3f4e752afa0de0b2c3408e52961bdcb567c75a /build/f_isoroot/f_repobuild
parent14f07bc7ecb9f166d5244abcc5789d8fd584c0dd (diff)
Build local mirrors for stable/mitaka
Change-Id: I3128652aeb87cb2cfaa91ded1b8d9ebeeb70d33b Signed-off-by: Michal Skalski <mskalski@mirantis.com>
Diffstat (limited to 'build/f_isoroot/f_repobuild')
-rw-r--r--build/f_isoroot/f_repobuild/Makefile2
-rw-r--r--build/f_isoroot/f_repobuild/fuel_bootstrap_cli.yaml36
2 files changed, 21 insertions, 17 deletions
diff --git a/build/f_isoroot/f_repobuild/Makefile b/build/f_isoroot/f_repobuild/Makefile
index e95dbf2ef..52772180e 100644
--- a/build/f_isoroot/f_repobuild/Makefile
+++ b/build/f_isoroot/f_repobuild/Makefile
@@ -47,7 +47,7 @@ nailgun:
.PHONY: clean
clean:
- @rm -rf ../release/opnfv/nailgun nailgun fuel-mirror
+ @rm -rf ../release/opnfv/nailgun nailgun fuel-mirror opnfv-config.yaml ubuntu.yaml
.PHONY: release
release:nailgun
diff --git a/build/f_isoroot/f_repobuild/fuel_bootstrap_cli.yaml b/build/f_isoroot/f_repobuild/fuel_bootstrap_cli.yaml
index aa12c4558..d8fab974f 100644
--- a/build/f_isoroot/f_repobuild/fuel_bootstrap_cli.yaml
+++ b/build/f_isoroot/f_repobuild/fuel_bootstrap_cli.yaml
@@ -1,33 +1,37 @@
---
root_ssh_authorized_file: /root/.ssh/id_rsa.pub
extend_kopts: "biosdevname=0 net.ifnames=1 debug ignore_loglevel log_buf_len=10M print_fatal_signals=1 LOGLEVEL=8"
+ ubuntu_release: trusty
extra_dirs:
- /usr/share/fuel_bootstrap_cli/files/trusty
output_dir: /tmp/
kernel_flavor: linux-image-generic-lts-trusty
packages:
- - vim
+ - fuel-agent
+ - hwloc
+ - hpsa-dkms
+ - i40e-dkms
+ - linux-firmware
+ - linux-firmware-nonfree
+ - linux-headers-generic
+ - live-boot
+ - live-boot-initramfs-tools
- mc
- - openssh-client
- - openssh-server
- - ntp
- mcollective
+ - msmtp-mta
+ - multipath-tools
+ - multipath-tools-boot
- nailgun-agent
- nailgun-mcagents
- network-checker
- - fuel-agent
+ - ntp
+ - openssh-client
+ - openssh-server
+ - squashfs-tools
- ubuntu-minimal
- - live-boot
- - live-boot-initramfs-tools
+ - vim
- wget
- - linux-firmware
- - linux-firmware-nonfree
- - linux-headers-generic
- - hpsa-dkms
- - i40e-dkms
- xz-utils
- - squashfs-tools
- - msmtp-mta
bootstrap_images_dir: /var/www/nailgun/bootstraps
active_bootstrap_symlink: /var/www/nailgun/bootstraps/active_bootstrap
flavor: ubuntu
@@ -56,8 +60,8 @@
section: "main restricted"
uri: "http://127.0.0.1:8080/ubuntu/x86_64"
priority: 1050
- suite: mos8.0
+ suite: mos9.0
type: deb
- skip_default_img_build: true
+ skip_default_img_build: false
direct_repo_addresses:
- "127.0.0.1"