Skip to content

Commit

Permalink
Changed to "Hopsworks AB"
Browse files Browse the repository at this point in the history
  • Loading branch information
olapiv committed Dec 16, 2024
1 parent 33d63fe commit 772b622
Show file tree
Hide file tree
Showing 43 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion .github/update_copyright.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Define the copyright header
HEADER="# Copyright (c) 2024-$(date +%Y) Hopsworks. All rights reserved."
HEADER="# Copyright (c) 2024-$(date +%Y) Hopsworks AB. All rights reserved."

# File for tracking changes
TRACK_FILE=".header_check_changes.txt"
Expand Down
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-2024 Hopsworks. All rights reserved.
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.

apiVersion: v2
name: rondb
Expand Down
2 changes: 1 addition & 1 deletion files/scripts/apis.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2024-2024 Hopsworks. All rights reserved.
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.

until nslookup $MGMD_HOSTNAME; do
echo "Waiting for $MGMD_HOSTNAME to be resolvable..."
Expand Down
2 changes: 1 addition & 1 deletion files/scripts/backups/metadata_create.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2024-2024 Hopsworks. All rights reserved.
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.

set -e

Expand Down
2 changes: 1 addition & 1 deletion files/scripts/backups/metadata_upload_kubectl.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2024-2024 Hopsworks. All rights reserved.
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.

# Running this on the MySQLd to have root MySQL access; we need permissions
# for everything we want to back up. Root cannot be used over the network.
Expand Down
2 changes: 1 addition & 1 deletion files/scripts/backups/native_download.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2024-2024 Hopsworks. All rights reserved.
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.

set -e

Expand Down
2 changes: 1 addition & 1 deletion files/scripts/backups/native_upload_kubectl.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2024-2024 Hopsworks. All rights reserved.
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.

set -e

Expand Down
2 changes: 1 addition & 1 deletion files/scripts/mgmds.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2024-2024 Hopsworks. All rights reserved.
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.

# The configuration database is a binary representation of the cluster's configuration.
# It is essentially the config.ini including all changes that were applied via the
Expand Down
2 changes: 1 addition & 1 deletion files/scripts/mysqld_init.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2024-2024 Hopsworks. All rights reserved.
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.

set -e

Expand Down
2 changes: 1 addition & 1 deletion files/scripts/mysqld_single_setup.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2024-2024 Hopsworks. All rights reserved.
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.

set -e

Expand Down
2 changes: 1 addition & 1 deletion files/scripts/ndbmtds.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2024-2024 Hopsworks. All rights reserved.
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.

# Requires to calculate Node Id based on Pod name and Node Group

Expand Down
2 changes: 1 addition & 1 deletion files/scripts/replica_appliers/get_binlog_position.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2024-2024 Hopsworks. All rights reserved.
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.

TRUE="true"
FALSE="false"
Expand Down
2 changes: 1 addition & 1 deletion files/scripts/replica_appliers/get_replication_status.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2024-2024 Hopsworks. All rights reserved.
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.

set -e

Expand Down
2 changes: 1 addition & 1 deletion files/scripts/replica_appliers/run_applier.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2024-2024 Hopsworks. All rights reserved.
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.

set -e

Expand Down
2 changes: 1 addition & 1 deletion files/scripts/wait_ndbmtds.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2024-2024 Hopsworks. All rights reserved.
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.

until nslookup $MGMD_HOSTNAME; do
echo "Waiting for $MGMD_HOSTNAME to be resolvable..."
Expand Down
2 changes: 1 addition & 1 deletion files/testing/mysql_data.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-2024 Hopsworks. All rights reserved.
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.

import argparse
import os
Expand Down
2 changes: 1 addition & 1 deletion standalone_deps.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2024-2024 Hopsworks. All rights reserved.
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.

CERT_MANAGER_URL=https://github.com/cert-manager/cert-manager/releases/download/v1.14.3/cert-manager.yaml
HELM_NGINX_NAME=ingress-nginx
Expand Down
2 changes: 1 addition & 1 deletion templates/backups/create.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-2024 Hopsworks. All rights reserved.
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.

{{ if .Values.backups.enabled -}}
apiVersion: batch/v1
Expand Down
2 changes: 1 addition & 1 deletion templates/backups/restore.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-2024 Hopsworks. All rights reserved.
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.

{{ if .Values.restoreFromBackup.backupId -}}
apiVersion: batch/v1
Expand Down
2 changes: 1 addition & 1 deletion templates/backups/shared.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-2024 Hopsworks. All rights reserved.
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.

{{ if or .Values.backups.enabled .Values.restoreFromBackup.backupId }}
apiVersion: v1
Expand Down
2 changes: 1 addition & 1 deletion templates/bench.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-2024 Hopsworks. All rights reserved.
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.

{{ if .Values.benchmarking.enabled -}}
apiVersion: batch/v1
Expand Down
2 changes: 1 addition & 1 deletion templates/cert_manager.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-2024 Hopsworks. All rights reserved.
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.

{{ if (or
$.Values.meta.mysqld.statefulSet.endToEndTls.enabled
Expand Down
2 changes: 1 addition & 1 deletion templates/mgmd.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-2024 Hopsworks. All rights reserved.
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.

apiVersion: apps/v1
kind: StatefulSet
Expand Down
2 changes: 1 addition & 1 deletion templates/mysqlds/binlog_servers.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-2024 Hopsworks. All rights reserved.
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.

{{ if .Values.globalReplication.primary.enabled -}}
apiVersion: apps/v1
Expand Down
2 changes: 1 addition & 1 deletion templates/mysqlds/config_map.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-2024 Hopsworks. All rights reserved.
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.

apiVersion: v1
kind: ConfigMap
Expand Down
2 changes: 1 addition & 1 deletion templates/mysqlds/mysqld.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-2024 Hopsworks. All rights reserved.
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.

apiVersion: apps/v1
kind: StatefulSet
Expand Down
2 changes: 1 addition & 1 deletion templates/mysqlds/mysqld_exporter.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-2024 Hopsworks. All rights reserved.
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.

{{ if .Values.mysql.exporter.enabled }}
apiVersion: apps/v1
Expand Down
2 changes: 1 addition & 1 deletion templates/mysqlds/replica_appliers.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-2024 Hopsworks. All rights reserved.
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.

{{ if .Values.globalReplication.secondary.enabled -}}
{{/*
Expand Down
2 changes: 1 addition & 1 deletion templates/mysqlds/secrets.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-2024 Hopsworks. All rights reserved.
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.

{{ if not .Values.mysql.supplyOwnSecret -}}
apiVersion: v1
Expand Down
2 changes: 1 addition & 1 deletion templates/mysqlds/setup_job.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-2024 Hopsworks. All rights reserved.
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.

{{/*
This Job initializes all MySQL metadata. This means downloading metadata from
Expand Down
2 changes: 1 addition & 1 deletion templates/mysqlds/wait_restore_sa.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-2024 Hopsworks. All rights reserved.
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.

{{/*
These are the permissions to allow waiting for the restore-backup
Expand Down
2 changes: 1 addition & 1 deletion templates/ndbd.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-2024 Hopsworks. All rights reserved.
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.

{{ range $nodeGroup := until ($.Values.clusterSize.numNodeGroups | int) }}
apiVersion: apps/v1
Expand Down
2 changes: 1 addition & 1 deletion templates/network_policy.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-2024 Hopsworks. All rights reserved.
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.

{{/*
As soon as we have an empty API slot, any host can connect to our data nodes.
Expand Down
2 changes: 1 addition & 1 deletion templates/priority_class.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-2024 Hopsworks. All rights reserved.
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.

{{/*
TODO: Add logic to share PriorityClass between multiple charts
Expand Down
2 changes: 1 addition & 1 deletion templates/rdrs.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-2024 Hopsworks. All rights reserved.
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.

apiVersion: apps/v1
kind: StatefulSet
Expand Down
2 changes: 1 addition & 1 deletion templates/rdrs_ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-2024 Hopsworks. All rights reserved.
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.

{{ with $rdrsIngress := $.Values.meta.rdrs.ingress }}
{{- if $rdrsIngress.enabled }}
Expand Down
2 changes: 1 addition & 1 deletion templates/tests/data_verification.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-2024 Hopsworks. All rights reserved.
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.

{{ define "rondb.dataPod" -}}
{{/*
Expand Down
2 changes: 1 addition & 1 deletion test_scripts/active-passive-minikube.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2024-2024 Hopsworks. All rights reserved.
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.

set -e

Expand Down
2 changes: 1 addition & 1 deletion test_scripts/active-passive-prod.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2024-2024 Hopsworks. All rights reserved.
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.

set -e

Expand Down
2 changes: 1 addition & 1 deletion test_scripts/lifecycle-test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2024-2024 Hopsworks. All rights reserved.
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.

cat <<'EOF' >/dev/null
This runs a test suite with the following steps:
Expand Down
2 changes: 1 addition & 1 deletion test_scripts/setup_minio.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2024-2024 Hopsworks. All rights reserved.
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.

# Script to start a MinIO tenant and write values files for backups and restores

Expand Down
2 changes: 1 addition & 1 deletion test_scripts/test_backup_restore.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2024-2024 Hopsworks. All rights reserved.
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.

# This is a script to test the backup and restore functionality.
# It is not actually being used by the CI/CD pipeline, but can be run manually.
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-2024 Hopsworks. All rights reserved.
# Copyright (c) 2024-2024 Hopsworks AB. All rights reserved.

meta:
mgmd:
Expand Down

0 comments on commit 772b622

Please sign in to comment.