-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enrich SOS report content #3222
Enrich SOS report content #3222
Conversation
Hello alexandre-allard-scality,My role is to assist you with the merge of this Status report is not available. |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list:
|
2ab4f7f
to
049454e
Compare
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list:
|
(cherry picked from commit ea6fe1f)
Replace self.get_command_output() by self.exec_cmd() method as the former does not exist (anymore?).
Retrieve /etc/salt (excluding /etc/salt/pki) and the journal logs from salt-minion service Refs: #3128
This is mostly needed to be able to generate snapshots
Add the prometheus-snapshot option to sosreport metalk8s plugin. This option generate a snapshot using the Prometheus API and then put it in the archive. The Prometheus admin API must be enabled for this option to work.
Use right `kubectl` flags to remove unneeded output to avoid having to parse it.
Add bootstrap and solutions configuration files to the sosreport archive. Refs: #3218
049454e
to
f282f78
Compare
Branches have divergedThis pull request's source branch To avoid any integration risks, please re-synchronize them using one of the
Note: If you choose to rebase, you may have to ask me to rebuild |
ConflictA conflict has been raised during the creation of I have not created the integration branch. Here are the steps to resolve this conflict: $ git fetch
$ git checkout -B w/2.6/improvement/3218-enrich-sos-report-content origin/development/2.6
$ git merge origin/improvement/3218-enrich-sos-report-content
$ # <intense conflict resolution>
$ git commit
$ git push -u origin w/2.6/improvement/3218-enrich-sos-report-content |
ConflictA conflict has been raised during the creation of I have not created the integration branch. Here are the steps to resolve this conflict: $ git fetch
$ git checkout -B w/2.7/improvement/3218-enrich-sos-report-content origin/development/2.7
$ git merge origin/w/2.6/improvement/3218-enrich-sos-report-content
$ # <intense conflict resolution>
$ git commit
$ git push -u origin w/2.7/improvement/3218-enrich-sos-report-content |
ConflictA conflict has been raised during the creation of I have not created the integration branch. Here are the steps to resolve this conflict: $ git fetch
$ git checkout -B w/2.8/improvement/3218-enrich-sos-report-content origin/development/2.8
$ git merge origin/w/2.7/improvement/3218-enrich-sos-report-content
$ # <intense conflict resolution>
$ git commit
$ git push -u origin w/2.8/improvement/3218-enrich-sos-report-content |
Integration data createdI have created the integration data for the additional destination branches.
The following branches will NOT be impacted:
You can set option
|
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a question and comments (already said offline):
- changelog entry
- Add the command to render the prometheus chart in the commit message (just to be consistent)
- A bit of documentation, at least about prometheus snapshot generation
Otherwise it looks good to me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/approve |
In the queueThe changeset has received all authorizations and has been added to the The changeset will be merged in:
The following branches will NOT be impacted:
There is no action required on your side. You will be notified here once IMPORTANT Please do not attempt to modify this pull request.
If you need this pull request to be removed from the queue, please contact a The following options are set: approve |
I have successfully merged the changeset of this pull request
The following branches have NOT changed:
Please check the status of the associated issue None. Goodbye alexandre-allard-scality. |
Component: sosreport
Context:
In our CI, we do not have enough data collected when a build fails, so it's hard to investigate flakies or other issue that might happen.
Summary:
Still need to enable it in the CI (especially enabling Prometheus admin API to be able to generate a snapshot).
Acceptance criteria:
We can retrieve an sosreport with all elements listed above.
Closes: #3218