diff --git a/scripts/README.md b/scripts/README.md index 9ebdf190b..98c7e1e8a 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -42,6 +42,12 @@ This scripts takes care of bootstrapping new cluster (if it hasn't been created The whole process should be handled by the [migrate.sh](./migrate.sh) script. See file header in for usage. The only exception is the last manual step to make the cluster the active one. +#### 2.1.2 Manuall steps: + +- Run SQL Server scripts to fix user accounts for vulnerability scanner and cost api +- Trigger Github Action to migrate custom ingresses. Change active cluster here: https://github.com/equinor/radix-flux/edit/master/clusters/development/postBuild.yaml (development) + - Make sure the scripts completes without errors... often fails because of Token Timeout + ### 2.2 Setting up a cluster from scratch There are seven steps to setting up a Radix cluster from scratch. These steps can be run individually when modifying an existing cluster, or sequentially when setting up a new cluster: diff --git a/scripts/cost-allocation/bootstrap.sh b/scripts/cost-allocation/bootstrap.sh index e5896cd9d..2e564d2bf 100755 --- a/scripts/cost-allocation/bootstrap.sh +++ b/scripts/cost-allocation/bootstrap.sh @@ -188,4 +188,4 @@ printf "Done bootstrapping Radix Cost Allocation prerequisites.\n" (RADIX_ZONE_ENV="$RADIX_ZONE_ENV" USER_PROMPT="$USER_PROMPT" REGENERATE_SQL_PASSWORD="$REGENERATE_API_PASSWORD" "${script_dir_path}/bootstrap_api.sh") wait # wait for subshell to finish -printf "Done bootstrapping Radix Cost Allocation API prerequisites.\n" \ No newline at end of file +printf "Done bootstrapping Radix Cost Allocation API prerequisites.\n" diff --git a/scripts/vulnerability-scanner/bootstrap.sh b/scripts/vulnerability-scanner/bootstrap.sh index b659f2c1e..1bba526ee 100755 --- a/scripts/vulnerability-scanner/bootstrap.sh +++ b/scripts/vulnerability-scanner/bootstrap.sh @@ -191,4 +191,4 @@ printf "Done bootstrapping Radix Vulnerability Scanner prerequisites.\n" (RADIX_ZONE_ENV="$RADIX_ZONE_ENV" USER_PROMPT="$USER_PROMPT" REGENERATE_SQL_PASSWORD="$REGENERATE_API_PASSWORD" "${script_dir_path}/bootstrap_api.sh") wait # wait for subshell to finish -printf "Done bootstrapping Radix Vulnerability Scanner API prerequisites.\n" \ No newline at end of file +printf "Done bootstrapping Radix Vulnerability Scanner API prerequisites.\n"