Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Update Medusa to 0.6.0 #124

Merged
merged 11 commits into from
Jun 3, 2020
Merged

Update Medusa to 0.6.0 #124

merged 11 commits into from
Jun 3, 2020

Conversation

ANeumann82
Copy link
Contributor

This allows us to enable backup/restore for encrypted clusters

Signed-off-by: Andreas Neumann [email protected]

Signed-off-by: Andreas Neumann <[email protected]>
Signed-off-by: Andreas Neumann <[email protected]>
Don't include own node in seed list
Adjust deployment of resources so that the dependency hash change is not triggered

Signed-off-by: Andreas Neumann <[email protected]>
Signed-off-by: Andreas Neumann <[email protected]>
Copy link
Contributor

@zmalik zmalik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏

Copy link
Contributor

@porridge porridge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, one nit and one concern inline.

@@ -45,8 +45,8 @@ data:

HOSTNAME=${POD_NAME}.{{ .Name }}-svc.{{ .Namespace }}.svc.cluster.local

# On Cluster creation or when adding a node, every node except the very first one shouldn't be a seed node on startup
if [ "${POD_NAME}" != "${NODE_ZERO}" ] && [ ! -d /var/lib/cassandra/data ]; then
# Every node except the very first one shouldn't see themself as a seed node on startup
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# Every node except the very first one shouldn't see themself as a seed node on startup
# Every node except the very first one shouldn't see themseves as a seed node on startup

tools/docker.sh Outdated Show resolved Hide resolved
Copy link
Contributor

@porridge porridge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've created #134 and #135 to hopefully remove the need for setting VERBOSE and the --env-file in docker.sh.
Let's get these merged and simplify this PR.

metadata.sh Outdated Show resolved Hide resolved
@porridge
Copy link
Contributor

porridge commented Jun 2, 2020

#134 and #135 are merged, FWIW.

@@ -11,7 +11,9 @@ source "${project_directory}/metadata.sh"

if [[ -n ${IMAGE_DISAMBIGUATION_SUFFIX:-} ]]; then
# Refresh templated files to pick up the suffix, if explicitly set.
"${project_directory}/tools/docker.sh" "${project_directory}/tools/compile_templates.sh"
"${project_directory}/tools/docker.sh" \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤦‍♂️
Found like you said we would 😆

@ANeumann82 ANeumann82 merged commit 26724f0 into master Jun 3, 2020
@ANeumann82 ANeumann82 deleted the an/medusa-0.6.0 branch June 3, 2020 07:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants