User Tools

Site Tools


unattended_installations:installing_from_pxe_mirantis_fuel_for_openstack

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
unattended_installations:installing_from_pxe_mirantis_fuel_for_openstack [2016/05/13 20:28]
cbustillo@uclv created
unattended_installations:installing_from_pxe_mirantis_fuel_for_openstack [2020/04/10 17:38] (current)
Line 36: Line 36:
 APPEND biosdevname=0 ks=nfs:​10.12.112.6:/​srv/​tftp/​commons/​openstack/​fuel.openstack.v8.0/​ks.cfg repo=nfs:​10.12.112.6:/​srv/​tftp/​commons/​openstack/​fuel.openstack.v8.0 ip=dhcp </​code>​ APPEND biosdevname=0 ks=nfs:​10.12.112.6:/​srv/​tftp/​commons/​openstack/​fuel.openstack.v8.0/​ks.cfg repo=nfs:​10.12.112.6:/​srv/​tftp/​commons/​openstack/​fuel.openstack.v8.0 ip=dhcp </​code>​
  
 +Now we need to unpack the Fuel ISO file we have downloaded:
  
 +mkdir -p /​var/​lib/​tftpboot/​commons/​openstack/​fuel.openstack.v8.0 /​mnt/​fueliso
 +mount -o loop /​path/​to/​your/​fuel.iso /​mnt/​fueliso
 +rsync -a /​mnt/​fueliso/​ /​var/​lib/​tftpboot/​commons/​openstack/​fuel.openstack.v8.0
 +umount /​mnt/​fueliso && rmdir /​mnt/​fueliso
 +
 +So that’s it! We can boot over the network from this PXE server.
  
  
 ====== Resources ====== ====== Resources ======
  
 +http://​docs.openstack.org/​developer/​fuel-docs/​devdocs/​develop/​pxe_deployment.html
  
unattended_installations/installing_from_pxe_mirantis_fuel_for_openstack.1463171291.txt.gz · Last modified: 2020/04/10 17:38 (external edit)