From 2a812b060dcb2f3876b377bd47ae3b6e8715d172 Mon Sep 17 00:00:00 2001 From: Jukka Keski-Luopa Date: Mon, 4 Jun 2018 00:45:15 +0300 Subject: [PATCH] fix: Removed storage links --- README.md | 4 +--- taito-config.sh | 1 - trouble.txt | 2 -- 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 1498f13..2808e9a 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,6 @@ Table of contents: * [Logs (prod)](https://console.cloud.google.com/logs/viewer?project=gcloud-temp1&minLogLevel=0&expandAll=false&resource=container%2Fcluster_name%2Fkube1%2Fnamespace_id%2Fwordpress-template-prod) * [Logs (stag)](https://console.cloud.google.com/logs/viewer?project=gcloud-temp1&minLogLevel=0&expandAll=false&resource=container%2Fcluster_name%2Fkube1%2Fnamespace_id%2Fwordpress-template-stag) * [Project documentation](https://github.com/taitounited/wordpress-template/wiki) -* [Storage bucket (prod)](https://console.cloud.google.com/storage/browser/wordpress-template-prod?project=taitounited-companyname-prod) -* [Storage bucket (stag)](https://console.cloud.google.com/storage/browser/wordpress-template-stag?project=taitounited-companyname-dev) * [Uptime monitoring (Stackdriver)](https://app.google.stackdriver.com/uptime?project=gcloud-temp1) [//]: # (GENERATED LINKS END) @@ -271,7 +269,7 @@ Creating a new server environment: * For a production environment: Configure correct IP on DNS record. * For a production environment: Configure app url in `taito-config.sh` and hostname in `scripts/wordpress/helm-prod.yaml` file. (TODO taito-config.sh should suffice) -* Run `taito env apply:ENV` to create an environment. Use the same basic auth credentials for all environments (basic auth is disabled in production). Basic auth credentials don't have to be strong, but still do not reuse the same password on multiple projects. Update the basic auth username/password to the `package.json` file and to the beginning of this README, if they are not up-to-date. +* Run `taito env apply:ENV` to create an environment. Use the same basic auth credentials for all environments. Basic auth credentials don't have to be strong, but still do not reuse the same password for multiple projects. Update the basic auth username/password to the `package.json` file and to the beginning of this README, if they are not up-to-date. * Deploy wordpress to the environment either by pushing some changes to the environment branch or by triggering the deployment manually: `taito deployment trigger:ENV`. * Immediately generate a new password for the admin user by using the WordPress admin GUI (`taito open admin:ENV`). The initial admin password is: `initial-password-change-it-on-wp-admin-immediately`. If the admin account is shared, save the new password to a shared password manager. And never use the same admin password for every environment, as dev database is committed to git. * TODO Connect persistent volume disk to a separate vm dedicated for file access. In development, rsync files also to a storage bucket for easier access? diff --git a/taito-config.sh b/taito-config.sh index b42e5a1..260d0a4 100644 --- a/taito-config.sh +++ b/taito-config.sh @@ -144,7 +144,6 @@ export link_urls="\ * kanban=https://github.com/${taito_organization}/${taito_repo_name}/projects Kanban boards \ * project[:ENV]=https://console.cloud.google.com/home/dashboard?project=${gcloud_resource_project_id} Google project (:ENV) \ * builds=https://console.cloud.google.com/gcr/builds?project=${taito_zone}&query=source.repo_source.repo_name%3D%22${taito_repo_location}-${taito_repo_name}%22 Build logs \ - * storage:ENV#storage=https://console.cloud.google.com/storage/browser/${taito_project}-${taito_env}?project=${gcloud_resource_project_id} Storage bucket (:ENV) \ * logs:ENV#logs=https://console.cloud.google.com/logs/viewer?project=${taito_zone}&minLogLevel=0&expandAll=false&resource=container%2Fcluster_name%2F${kubectl_name}%2Fnamespace_id%2F${taito_namespace} Logs (:ENV) \ * uptime=https://app.google.stackdriver.com/uptime?project=${taito_zone} Uptime monitoring (Stackdriver) \ " diff --git a/trouble.txt b/trouble.txt index 30e98a3..ca49621 100644 --- a/trouble.txt +++ b/trouble.txt @@ -1,5 +1,3 @@ ------------------------------------------ ### wordpress-template TROUBLESHOOTING ### ------------------------------------------ - -...