diff --git a/iso/bootstrap_admin_node.sh b/iso/bootstrap_admin_node.sh index b97c5a7b7..e36a81eac 100755 --- a/iso/bootstrap_admin_node.sh +++ b/iso/bootstrap_admin_node.sh @@ -237,13 +237,6 @@ echo $FUEL_PACKAGES | xargs -n1 yum install -y # /etc/fuel_openstack_version is provided by 'fuel-openstack-metadata' package OPENSTACK_VERSION=$(cat /etc/fuel_openstack_version) -# We do not ship debian-installer kernel and initrd on ISO. -# But we still need to be able to create ubuntu cobbler distro -# which requires kernel and initrd to be available. So, we -# just touch these files to work around cobbler's limitation. -mkdir -p ${wwwdir}/${OPENSTACK_VERSION}/ubuntu/x86_64/images/ -touch ${wwwdir}/${OPENSTACK_VERSION}/ubuntu/x86_64/images/linux -touch ${wwwdir}/${OPENSTACK_VERSION}/ubuntu/x86_64/images/initrd.gz touch /var/lib/hiera/common.yaml /etc/puppet/hiera.yaml diff --git a/specs/fuel-main.spec b/specs/fuel-main.spec index 9c9f634a5..b85846c19 100644 --- a/specs/fuel-main.spec +++ b/specs/fuel-main.spec @@ -18,7 +18,6 @@ Prefix: %{_prefix} BuildArch: noarch Requires: fuel-library10.0 Requires: fuelmenu >= %{version} -Requires: fuel-provisioning-scripts >= %{version} Requires: fuel-release >= %{version} Requires: network-checker >= %{version} Requires: python-fuelclient >= %{version}