From 603dac9a9ea3830fdf851e410ba1eced6ed32a2a Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Sun, 9 Apr 2017 14:10:21 +0200 Subject: fuel-menu: Align defaults w/ OPNFV bootstrap cfg Instead of overwriting fuel_bootstrap_cli.yaml during post-install, with a static config which we need to manually sync in OPNFV after each upstream change, make the whole thing dynamic by syncing (via patch) fuel-menu's default settings with OPNFV bootstrap. This allows us to drop the static fuel_bootstrap_cli.yaml. JIRA: FUEL-266 Change-Id: I132f2a272c764ad0fc84b3e0e0e1222b1fab1cd2 Signed-off-by: Alexandru Avadanii (cherry picked from commit d116928396655b6db92b6786022ff68f13df58c7) --- .../f_isoroot/f_repobuild/fuel_bootstrap_cli.yaml | 74 ---------------------- 1 file changed, 74 deletions(-) delete mode 100644 build/f_isoroot/f_repobuild/fuel_bootstrap_cli.yaml (limited to 'build/f_isoroot/f_repobuild/fuel_bootstrap_cli.yaml') diff --git a/build/f_isoroot/f_repobuild/fuel_bootstrap_cli.yaml b/build/f_isoroot/f_repobuild/fuel_bootstrap_cli.yaml deleted file mode 100644 index 81ca6ebb0..000000000 --- a/build/f_isoroot/f_repobuild/fuel_bootstrap_cli.yaml +++ /dev/null @@ -1,74 +0,0 @@ -############################################################################## -# Copyright (c) 2015,2016 Ericsson AB and others. -# mskalski@mirantis.com -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Apache License, Version 2.0 -# which accompanies this distribution, and is available at -# http://www.apache.org/licenses/LICENSE-2.0 -############################################################################## ---- - root_ssh_authorized_file: /root/.ssh/id_rsa.pub - extend_kopts: "biosdevname=0 net.ifnames=1" - ubuntu_release: xenial - extra_dirs: - - /usr/share/fuel_bootstrap_cli/files/xenial - output_dir: /tmp/ - kernel_flavor: linux-image-generic-lts-xenial - packages: - - daemonize - - fuel-agent - - hwloc - - i40e-dkms - - linux-firmware - - linux-headers-generic - - live-boot - - live-boot-initramfs-tools - - mc - - mcollective - - msmtp-mta - - multipath-tools - - multipath-tools-boot - - nailgun-agent - - nailgun-mcagents - - network-checker - - ntp - - ntpdate - - openssh-client - - openssh-server - - puppet - - squashfs-tools - - ubuntu-minimal - - vim - - wget - - xz-utils - # NOTE(el): Packages required for new generation - # network checker to be run without an access - # to repositories. - - sysfsutils - - bridge-utils - - ifenslave - - irqbalance - - iputils-arping - bootstrap_images_dir: /var/www/nailgun/bootstraps - active_bootstrap_symlink: /var/www/nailgun/bootstraps/active_bootstrap - flavor: ubuntu - http_proxy: "" - https_proxy: "" - repos: - - name: ubuntu - section: "main" - uri: "http://127.0.0.1:8080/mirrors/ubuntu" - priority: - suite: xenial - type: deb - - name: mos - section: "main restricted" - uri: "http://127.0.0.1:8080/ubuntu/x86_64" - priority: 1050 - suite: mos10.0 - type: deb - skip_default_img_build: false - direct_repo_addresses: - - "127.0.0.1" - # User can provide default hashed root password for bootstrap image - # hashed_root_password: "$6$IInX3Cqo$5xytL1VZbZTusOewFnG6couuF0Ia61yS3rbC6P5YbZP2TYclwHqMq9e3Tg8rvQxhxSlBXP1DZhdUamxdOBXK0." -- cgit 1.2.3-korg