-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update metal-stack release and images, fix integration. (#62)
- Loading branch information
Showing
5 changed files
with
14 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
--- | ||
# TODO: pin to fixed version before next release | ||
metal_stack_release_version: develop | ||
metal_stack_release_version: v0.6.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,9 +21,9 @@ do | |
done | ||
echo "$waiting/$minWaiting machines are waiting" | ||
|
||
echo "Create machine and firewall" | ||
make machine | ||
echo "Create firewall and machine" | ||
make firewall | ||
make machine | ||
|
||
echo "Waiting for machines to get to Phoned Home state" | ||
phoned=$(docker-compose run metalctl machine ls | grep Phoned | wc -l) | ||
|
@@ -51,7 +51,7 @@ echo "Adding iptables forwarding rules for libvirt networking" | |
make fwrules | ||
|
||
echo "Check if SSH login to firewall works" | ||
# FIXME: Again this is unstable in CI integration tests | ||
# FIXME: Again this is unstable in CI integration tests | ||
# ssh -o StrictHostKeyChecking=no [email protected] -C exit | ||
|
||
echo "Successfully started mini-lab" |