This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
0.0.5 to Master #24
Merged
0.0.5 to Master #24
Conversation
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
Member
rmkraus
commented
May 25, 2020
- Automated persistent storage deployment Automate persistent storage deployment #4
- Better messaging for old cluster cert error Better messaging for old cluster cert error #23
- Pinning of OCP, RHCOS, and Operator versions Pin OCP and CoreOS Versions #18
- Fixed bug with bootstrap node not shutting down after install bootstrap node not shutting down after install #22
- Fixed failure during farosctl shtudown Failure during farosctl shutdown #20
- Cleanup of callback plugin Cleanup my_dense callback plugin #21
The .ssh config file permissions were bad. The Docker file now ensures that these will be valid.
Dockerfile - fixed permissions settings for root ssh keys. Makefile - Added publish_dev action.
The check was unreliable as the API can return different status codes at different times. The openshift-install wait-for command will check for the API anyway.
Context, forget, and run were all relics from another project that are mush less useful for this faros. Removing them so they do not cause chaos. This addresses issue #2.
Added better messaging and alerting when there is a failure. Added a success message if no failures. This addresses issue #1
1) Control plane nodes are powered on 2) wait for 3 minutes for nodes to come up 3) approve any pending CSRs This addresses #8
1) The bootstrap certs are restored on app nodes. 2) The Cert CA is regenerated on the control plane. 3) The nodes are powered off. This addresses #8
This addresses #8
The daemonset to restore bootstrap certs should be removed when it is done.
Was 30 seconds, but rsh sessions were getting disconnected far too quickly.
Seems like more time is occasionally necessary.
Added a VIP with keepalived allows the IP address to be moved to the cluster when the cluster is done booting.
Also squashed a bug where wildcard entries were not properly updated if they already existed.
This addresses issue #3.
Also removed /app/deploy.sh as it's logic was folded into the cli command. This adddreses issue #3
1) Added the logic to the deploy container storage. This addresses issue #4 2) Rearranged deploy folder to be more flexible 3) Added ability for ansible to save stats to a yaml file
This addresses #18
1) broke out the post message logic to a new plugin 2) broke out the save stats logic to a new plugin 3) fixed the error handling 4) cleaned up the runtime messages This addresses issue #21
This addresses issue #22
The K8s API would briefly drop out of service which caused the Ansible to crash. The code is not more tolerant of this. This addresses issue #20
This addresses issue #21
This addresses issue #4
This addresses issue #23
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.