Skip to content

Commit

Permalink
BUGFIX: Apache appears to need restarted after the barnacle during th…
Browse files Browse the repository at this point in the history
…e Redhat bootable ISO build
  • Loading branch information
caladd authored and bsanders committed Jun 5, 2019
1 parent 577681e commit 6d9e5bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/iso-builder/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ then
# Barnacle with the non-bootable ISO
python ./tools/fab/frontend-install.py --use-existing --stacki-iso=$(ls -1 ./build-*/stacki-*.iso)

# Restart httpd, it seems to be in a crashed state after barnacle
systemctl restart httpd

# Add the CentOS pallet
source /etc/profile.d/stack-binaries.sh
stack add pallet /export/isos/CentOS-7-x86_64-Everything-1708.iso
Expand Down

0 comments on commit 6d9e5bf

Please sign in to comment.