From 9bb8679c56221ead6ce84c945d13af6f453a1834 Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Tue, 25 Jun 2019 11:42:36 -0700 Subject: [PATCH 1/4] Add detail to doc about RancherOS on Digital Ocean --- .../running-rancheros/cloud/do/_index.md | 20 ++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/content/os/v1.x/en/installation/running-rancheros/cloud/do/_index.md b/content/os/v1.x/en/installation/running-rancheros/cloud/do/_index.md index d06c09444d1..183e1fd6b61 100644 --- a/content/os/v1.x/en/installation/running-rancheros/cloud/do/_index.md +++ b/content/os/v1.x/en/installation/running-rancheros/cloud/do/_index.md @@ -3,11 +3,25 @@ title: Digital Ocean weight: 107 --- -Now RancherOS is avaliable in DO portal. RancherOS is a member of container distributions and you can find it easily. +RancherOS is avaliable in the Digital Ocean portal. RancherOS is a member of container distributions and you can find it easily. -You can access the host via SSH after booted, the default user is `rancher`. +To start a RancherOS droplet on Digital Ocean: -You can do some initialization with user data, such as deploying Rancher. Here are the rough user data: +1. In the Digital Ocean portal, go to the project view. +1. Click **New Droplet.** +1. Click **Create Droplet.** +1. Click the **Container distributions** tab. +1. Click **RancherOS.** +1. Choose any options for plan, backups, block storage, and datacenter region. +1. Optional: In the **Select additional options** section, you can check the **User data** box and enter a `cloud-config` file in the text box that appears. The `cloud-config` file is used to provide a script to be run on the first boot. An example is below. +1. Choose an SSH key that you have access to, or generate a new SSH key. +1. Choose your project. +1. Click Create. + + +You can access the host via SSH after the droplet is booted. The default user is `rancher`. + +Below is an example `cloud-config` file that you can use to initialize the droplet with user data, such as deploying Rancher: ``` #cloud-config From dc47e53946112666b953332c5f77a388aa2de100 Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Tue, 25 Jun 2019 12:08:49 -0700 Subject: [PATCH 2/4] Minor edit to RancherOS Digital Ocean doc --- .../v1.x/en/installation/running-rancheros/cloud/do/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/os/v1.x/en/installation/running-rancheros/cloud/do/_index.md b/content/os/v1.x/en/installation/running-rancheros/cloud/do/_index.md index 183e1fd6b61..3520ccf810a 100644 --- a/content/os/v1.x/en/installation/running-rancheros/cloud/do/_index.md +++ b/content/os/v1.x/en/installation/running-rancheros/cloud/do/_index.md @@ -16,7 +16,7 @@ To start a RancherOS droplet on Digital Ocean: 1. Optional: In the **Select additional options** section, you can check the **User data** box and enter a `cloud-config` file in the text box that appears. The `cloud-config` file is used to provide a script to be run on the first boot. An example is below. 1. Choose an SSH key that you have access to, or generate a new SSH key. 1. Choose your project. -1. Click Create. +1. Click **Create.** You can access the host via SSH after the droplet is booted. The default user is `rancher`. From e0094d6f7a80bc34f2e5b3ecf65493d5de11e032 Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Tue, 25 Jun 2019 13:07:08 -0700 Subject: [PATCH 3/4] Add prerequisites to Digital Ocean RancherOS docs --- .../en/installation/running-rancheros/cloud/do/_index.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/os/v1.x/en/installation/running-rancheros/cloud/do/_index.md b/content/os/v1.x/en/installation/running-rancheros/cloud/do/_index.md index 3520ccf810a..2ad00f64470 100644 --- a/content/os/v1.x/en/installation/running-rancheros/cloud/do/_index.md +++ b/content/os/v1.x/en/installation/running-rancheros/cloud/do/_index.md @@ -5,6 +5,15 @@ weight: 107 RancherOS is avaliable in the Digital Ocean portal. RancherOS is a member of container distributions and you can find it easily. +## Prerequisites + +>**Note** +>Deploying to Digital Ocean will incur charges. + +Make sure your Digital Ocean droplet has the [minimum hardware requirements for RancherOS]({{< baseurl >}}os/v1.x/en/overview/#hardware-requirements). + +## Creating a Droplet with RancherOS + To start a RancherOS droplet on Digital Ocean: 1. In the Digital Ocean portal, go to the project view. From 97c03000ed556025e3f4630cd908b3a9c0b715a9 Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Tue, 25 Jun 2019 13:14:15 -0700 Subject: [PATCH 4/4] Put hardware requirments in RancherOS installation steps --- .../running-rancheros/cloud/do/_index.md | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/content/os/v1.x/en/installation/running-rancheros/cloud/do/_index.md b/content/os/v1.x/en/installation/running-rancheros/cloud/do/_index.md index 2ad00f64470..9390b0092f4 100644 --- a/content/os/v1.x/en/installation/running-rancheros/cloud/do/_index.md +++ b/content/os/v1.x/en/installation/running-rancheros/cloud/do/_index.md @@ -5,32 +5,27 @@ weight: 107 RancherOS is avaliable in the Digital Ocean portal. RancherOS is a member of container distributions and you can find it easily. -## Prerequisites - >**Note** >Deploying to Digital Ocean will incur charges. -Make sure your Digital Ocean droplet has the [minimum hardware requirements for RancherOS]({{< baseurl >}}os/v1.x/en/overview/#hardware-requirements). - -## Creating a Droplet with RancherOS - -To start a RancherOS droplet on Digital Ocean: +To start a RancherOS Droplet on Digital Ocean: 1. In the Digital Ocean portal, go to the project view. 1. Click **New Droplet.** 1. Click **Create Droplet.** 1. Click the **Container distributions** tab. 1. Click **RancherOS.** -1. Choose any options for plan, backups, block storage, and datacenter region. +1. Choose a plan. Make sure your Droplet has the [minimum hardware requirements for RancherOS]({{< baseurl >}}os/v1.x/en/overview/#hardware-requirements). +1. Choose any options for backups, block storage, and datacenter region. 1. Optional: In the **Select additional options** section, you can check the **User data** box and enter a `cloud-config` file in the text box that appears. The `cloud-config` file is used to provide a script to be run on the first boot. An example is below. 1. Choose an SSH key that you have access to, or generate a new SSH key. 1. Choose your project. 1. Click **Create.** -You can access the host via SSH after the droplet is booted. The default user is `rancher`. +You can access the host via SSH after the Droplet is booted. The default user is `rancher`. -Below is an example `cloud-config` file that you can use to initialize the droplet with user data, such as deploying Rancher: +Below is an example `cloud-config` file that you can use to initialize the Droplet with user data, such as deploying Rancher: ``` #cloud-config