Skip to content

victorgetz/forrester-terraform

Repository files navigation

This is a blueprint to start easy and fast with OTC Terraform

  • You will need a dockerconfig_json_base64_encoded which contains the pullsecret informations for the public dockerhub.
  • You will need a gitlab or github access token to be able to pull the information from you git repositories.
  • Rename the folder /context to your contextname

Deploy Infrastructure

  • Adjust set-env.sh
    • ACCESS_KEY and SECRET_KEY you get from the OTC UI
    • If you are working on "eu-nl" please change TF_VAR_region to "eu-nl"
    • Adjust other REPLACE_ME Placeholder values with correct values
  • Source set-env.sh
  • Go to terraform-remote-state-bucket-creation and execute terraform init and apply
    • Add the backend config under ${context}/${stage}/settings.tf
    • Add the backend config under ${context}/${stage}/kubernetes/settings.tf
  • Go into the folder ${context}/${stage} (in this example it is showcase/dev)

Try out if the cluster is available

  • execute inside your shell "source ./shell-helper.sh"
  • execute inside your shell "getKubectlConfig"
    • Now you should have access to the kubernetes cluster
    • try it out with "kubectl get nodes"
  • execute inside your shell "getElbPublicIp"
  • execute inside your shell "getElbId"

Deploy GitOps and ArgoCD

  • Go into the folder ${context}/${stage}/kubernetes
  • Adjust ${context}/${stage}/kubernetes/main.tf
  • Execute Terraform init and apply
  • Now ArgoCD should boot up successfully

Access ArgoCD UI

Since you source the shell-helper.sh you should be able to just execute "argo" inside the shell.

It will print out the Username and the Password on the first line and the browser should open automatically. If not open your browser and open this url: http://localhost:8080/argocd

The End

Congratulations you set up everything. To deploy some services please switch to the infrastructure project: https://github.com/iits-consulting/otc-infrastructure-charts-template

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published