-
Notifications
You must be signed in to change notification settings - Fork 96
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
Restructure Artifacts #344
Merged
Merged
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
Move roles, inventory, config to new top-level paths Update paths in ansible.cfg Update paths and ansible version in spec file Update file paths Remove deprecated management wrappers Rename sensor-common to common Move old gitkeep file Update bin path and make sure it's created Move ansible.cfg to /etc/rock We can't depend on ansible upgrades not clobbering things in /etc/ansible Move ansible.cfg to playbooks so ansible won't clobber it Fix file paths Move kibana profile.d to kibana role and cleanup nginx bits Move files and templates into roles and cleanup orphans Update paths in specfile and create config skeleton Update openssl provider to ownca We are now using the upstream openssl_certificate module and the syntax changed slightly from what we had used previously. Re-add default index template This was accidentally removed during a cleanup Bump rock version to 2.3
dcode
approved these changes
Feb 12, 2019
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
Merged
dcode
added a commit
that referenced
this pull request
Feb 22, 2019
* New: Add ability to do multi-host deployment of sensor + data tiers (#339, [bndabbs@gmail.com](mailto:bndabbs@gmail.com)) * New: Integrate Docket into Kibana by default ([derek@rocknsm.io](mailto:derek@rocknsm.io)) * New: Improvements and additional Kibana dashboards (spartan782) * Fixes: issue with Bro failing when monitor interface is down (#343, [bndabbs@gmail.com](mailto:bndabbs@gmail.com)) * Fixes: issue with services starting that shouldn’t (#346, [therealneu5ron@gmail.com](mailto:therealneu5ron@gmail.com)) * Fixes: race condition on loading dashboards into Kibana (#356, [derek@rocknsm.io](mailto:derek@rocknsm.io)) * Fixes: configuration for Docket allowing serving from non-root URI (#361, [derek@rocknsm.io](mailto:derek@rocknsm.io)) * Change: bro log retention value to one week rather than forever (#345, [sean.cochran@gmail.com](mailto:sean.cochran@gmail.com)) * Change: Greatly improve documentation (#338, [sean.cochran@gmail.com](mailto:sean.cochran@gmail.com)) * Change: Reorganize README (#308, [bradford.dabbs@elastic.co](mailto:bradford.dabbs@elastic.co)) * Change: Move ECS to rock-dashboards repo (#305, [derek@rocknsm.io](mailto:derek@rocknsm.io)) * Change: Move RockNSM install paths to filesystem heirarchy standard locations (#344, [bndabbs@gmail.com](mailto:bndabbs@gmail.com))
/usr/local/bin is empty |
@taosecurity we moved it to |
Ah thank you @bndabbs ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
TLDR:
/opt/rocknsm/rock/playbooks
to/usr/share/rock/playbooks
/opt/rocknsm/rock/playbooks/roles
to/usr/share/rock/roles
/opt/rocknsm/rock/playbooks/inventory/hosts.ini
to/etc/rocknsm/hosts.ini
MoveSee: Update rock.spec #350/opt/rocknsm/rock/bin/
to/usr/local/bin/
/opt/rocknsm/rock/playbooks/{handlers,templates,files}
to appropriate roles