This repository has been archived by the owner on Jul 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
EOL Maintenance Updates & Sensu Go Backend Initialization Support #337
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
Signed-off-by: Jared Ledvina <[email protected]>
Signed-off-by: Jared Ledvina <[email protected]>
Signed-off-by: Jared Ledvina <[email protected]>
Signed-off-by: Jared Ledvina <[email protected]>
Signed-off-by: Jared Ledvina <[email protected]>
Signed-off-by: Jared Ledvina <[email protected]>
Signed-off-by: Jared Ledvina <[email protected]>
Signed-off-by: Jared Ledvina <[email protected]>
Signed-off-by: Jared Ledvina <[email protected]>
Signed-off-by: Jared Ledvina <[email protected]>
jaredledvina
changed the title
EOL Maintenance Updates
EOL Maintenance Updates & Sensu Go Backend Initialization Support
Mar 29, 2020
jaredledvina
force-pushed
the
feature/eol-maintenance
branch
6 times, most recently
from
March 29, 2020 18:53
354081e
to
d1ff1c8
Compare
Signed-off-by: Jared Ledvina <[email protected]>
jaredledvina
force-pushed
the
feature/eol-maintenance
branch
from
March 29, 2020 19:04
d1ff1c8
to
ea8201d
Compare
Signed-off-by: Jared Ledvina <[email protected]>
Signed-off-by: Jared Ledvina <[email protected]>
Signed-off-by: Jared Ledvina <[email protected]>
Signed-off-by: Jared Ledvina <[email protected]>
Signed-off-by: Jared Ledvina <[email protected]>
Signed-off-by: Jared Ledvina <[email protected]>
jaredledvina
force-pushed
the
feature/eol-maintenance
branch
from
March 29, 2020 23:01
6001c0d
to
de13a47
Compare
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.
This PR is a maintenance PR that removes official support for a few EOL'ed operating system versions, upgrades to Python 3 support only, and pins Molecule to 2.22 to maintain Inspec support.
To support the latest version of Sensu Go, this role also ensures that the
sensu-backend
has been initialized. By default, it will use the usernameadmin
and passwordP@ssw0rd!
to match what happens in the upstream Docker image (and what previously used to happen by default).You may configure the following Ansible variables to override the above behavior:
It's recommended that any production cluster does change
sensu_go_backend_init_admin_password
at a minimum and that you ensure it's encrypted with Ansible Vault. Alternatively, change theadmin
user password after the initial install is complete withsensuctl
.