-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reboot CRC host in crc-cloud after attaching interfaces; port patches
The network interfaces were not available, so it is breaking the CI tests if they are not available. Also apply patches [1][2] related to the machineconfigpool. [1] https://review.rdoproject.org/r/c/config/+/53694 [2] https://review.rdoproject.org/r/c/config/+/53729 Change-Id: Ie98da4e61508303c411203a9190647fae56ae1d7
- Loading branch information
Showing
3 changed files
with
25 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
- name: Reboot host after adding pull secret and changing kubelet node params | ||
become: true | ||
ansible.builtin.reboot: | ||
reboot_timeout: 900 | ||
|
||
- name: Start Zuul console after reboot | ||
include_role: | ||
name: start-zuul-console |