diff --git a/design/index.html b/design/index.html index beca5946..206af9e0 100644 --- a/design/index.html +++ b/design/index.html @@ -771,7 +771,6 @@

Using referen config_git_url = var.config_git_url config_version = var.config_version sudoer_username = var.sudoer_username - generate_ssh_key = var.generate_ssh_key public_keys = var.public_keys domain_name = module.design.domain_name cluster_name = var.cluster_name @@ -942,7 +941,6 @@

An example

config_git_url = var.config_git_url config_version = var.config_version sudoer_username = var.sudoer_username - generate_ssh_key = var.generate_ssh_key public_keys = var.public_keys domain_name = module.design.domain_name cluster_name = var.cluster_name @@ -990,7 +988,6 @@

An example

terraform_data = module.configuration.terraform_data terraform_facts = module.configuration.terraform_facts hieradata = var.hieradata - sudoer_username = var.sudoer_username }

diff --git a/index.html b/index.html index 1c6aeaa8..c6e2f2de 100644 --- a/index.html +++ b/index.html @@ -411,15 +411,6 @@ - - -
  • - - - 1.5 ssh-agent - - -
  • @@ -768,15 +759,6 @@ - - -
  • - - - 4.17 generate_ssh_key (optional) - - -
  • @@ -995,13 +977,13 @@
  • - + - 6. DNS Configuration and Wildcard SSL Certificate + 6. DNS Configuration -
  • - -
  • - - - 10.10 Generate a new SSL certificate - - -
  • @@ -1745,15 +1670,6 @@ -
  • - -
  • - - - 1.5 ssh-agent - - -
  • @@ -2102,15 +2018,6 @@ - - -
  • - - - 4.17 generate_ssh_key (optional) - - -
  • @@ -2329,13 +2236,13 @@
  • - + - 6. DNS Configuration and Wildcard SSL Certificate + 6. DNS Configuration -
  • - -
  • - - - 10.10 Generate a new SSL certificate - - -
  • @@ -2791,7 +2641,6 @@

    1. Setup

  • Authenticated access to a cloud
  • Ability to communicate with the cloud provider API from your computer
  • A project with operational limits meeting the requirements described in Quotas subsection.
  • -
  • ssh-agent running and tracking your SSH key
  • 1.1 Terraform

    To install Terraform, follow the @@ -2976,20 +2825,6 @@

    1.4.5 OVH

    OVH examples. To increase the limits, or request access to special resources like GPUs, refer to OVHcloud - Increasing Public Cloud quotas.

    -

    1.5 ssh-agent

    -

    To transfer configuration files, Terraform will connect to your cluster using SSH. -To avoid providing your private key to Terraform directly, you will have to -add it to the authentication agent, ssh-agent.

    -

    To learn how to start ssh-agent and add keys, refer to -ssh-agent - How to configure, forwarding, protocol.

    -

    Note 1: If you own more than one key pair, make sure the private key added to -ssh-agent corresponds to the public key that will be granted access to your cluster -(refer to section 4.9 public_keys).

    -

    Note 2: If you have no wish to use ssh-agent, you can configure Magic Castle to -generate a key pair specific to your cluster. The public key will be written in -the sudoer authorized_keys and Terraform will be able to connect the cluster -using the corresponding private key. For more information, -refer to section 4.17 - generate_ssh_key.

    2. Cloud Cluster Architecture Overview

    Magic Castle Service Architecture

    3. Initialization

    @@ -3088,7 +2923,7 @@

    4.5 domain

    Optional modules following the current module in the example main.tf can be used to register DNS records in relation to your cluster if the DNS zone of this domain is administered by one of the supported providers. -Refer to section 6. DNS Configuration and SSL Certificates +Refer to section 6. DNS Configuration for more details.

    Requirements:

    Puppet tags expected by the puppet-magic_castle environment.