From cbbb2f27b979842dcb9720ac8e8a3bb32fbb6da9 Mon Sep 17 00:00:00 2001 From: Denise Schannon Date: Mon, 16 Jul 2018 20:50:35 -0700 Subject: [PATCH] moving rancher tools --- .../en/concepts/ci-cd-pipelines/_index.md | 17 ----------------- .../v2.x/en/concepts/logging/_index.md | 10 ---------- .../en/tasks/clusters/adding-alerts/_index.md | 9 --------- .../tasks/clusters/adding-notifiers/_index.md | 11 ----------- .../enabling-cluster-logging/_index.md | 9 --------- .../enabling-pipelines-for-projects/_index.md | 9 --------- content/rancher/v2.x/en/tools/_index.md | 4 ++++ .../en/{tasks => tools}/logging/_index.md | 4 +++- .../{tasks => tools}/logging/splunk/_index.md | 2 ++ .../notifiers-and-alerts}/_index.md | 5 ++--- .../en/{tasks => tools}/pipelines/_index.md | 19 ++++++++++++++++++- 11 files changed, 29 insertions(+), 70 deletions(-) delete mode 100644 content/rancher/v2.x/en/concepts/ci-cd-pipelines/_index.md delete mode 100644 content/rancher/v2.x/en/concepts/logging/_index.md delete mode 100644 content/rancher/v2.x/en/tasks/clusters/adding-alerts/_index.md delete mode 100644 content/rancher/v2.x/en/tasks/clusters/adding-notifiers/_index.md delete mode 100644 content/rancher/v2.x/en/tasks/clusters/enabling-cluster-logging/_index.md delete mode 100644 content/rancher/v2.x/en/tasks/clusters/enabling-pipelines-for-projects/_index.md create mode 100644 content/rancher/v2.x/en/tools/_index.md rename content/rancher/v2.x/en/{tasks => tools}/logging/_index.md (80%) rename content/rancher/v2.x/en/{tasks => tools}/logging/splunk/_index.md (98%) rename content/rancher/v2.x/en/{concepts/alerts-and-notifiers => tools/notifiers-and-alerts}/_index.md (95%) rename content/rancher/v2.x/en/{tasks => tools}/pipelines/_index.md (85%) diff --git a/content/rancher/v2.x/en/concepts/ci-cd-pipelines/_index.md b/content/rancher/v2.x/en/concepts/ci-cd-pipelines/_index.md deleted file mode 100644 index fa26a43fbe5..00000000000 --- a/content/rancher/v2.x/en/concepts/ci-cd-pipelines/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Pipelines -weight: 2350 ---- - -Pipelines help you automate the software delivery process. You can integrate Rancher with GitHub to create a pipeline. - -You can set up your pipeline to run a series of stages and steps to test your code and deploy it. - -
-
Pipelines
-
Contain a series of stages and steps. Out-of-the-box, the pipelines feature supports fan out and in capabilities.
-
Stages
-
Executed sequentially. The next stage will not execute until all of the steps within the stage execute.
-
Steps
-
Are executed in parallel within a stage.
-
diff --git a/content/rancher/v2.x/en/concepts/logging/_index.md b/content/rancher/v2.x/en/concepts/logging/_index.md deleted file mode 100644 index f9643648f0d..00000000000 --- a/content/rancher/v2.x/en/concepts/logging/_index.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Logging -weight: 2325 -draft: true ---- - - -## Related Links - -[Configuring Logging]({{< baseurl >}}/rancher/v2.x/en/tasks/logging/) diff --git a/content/rancher/v2.x/en/tasks/clusters/adding-alerts/_index.md b/content/rancher/v2.x/en/tasks/clusters/adding-alerts/_index.md deleted file mode 100644 index e1c7ee48f55..00000000000 --- a/content/rancher/v2.x/en/tasks/clusters/adding-alerts/_index.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Adding and Managing Alerts -weight: 3575 -draft: true ---- - -## Adding Alerts - -## Managing Alerts \ No newline at end of file diff --git a/content/rancher/v2.x/en/tasks/clusters/adding-notifiers/_index.md b/content/rancher/v2.x/en/tasks/clusters/adding-notifiers/_index.md deleted file mode 100644 index 6422255c33f..00000000000 --- a/content/rancher/v2.x/en/tasks/clusters/adding-notifiers/_index.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Adding and Managing Notifiers -weight: 3550 -draft: true ---- - - -## Adding Notifiers - -## Managing Notifiers - diff --git a/content/rancher/v2.x/en/tasks/clusters/enabling-cluster-logging/_index.md b/content/rancher/v2.x/en/tasks/clusters/enabling-cluster-logging/_index.md deleted file mode 100644 index 197a6b08d33..00000000000 --- a/content/rancher/v2.x/en/tasks/clusters/enabling-cluster-logging/_index.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Enabling and Managing Cluster Logging -weight: 3600 -draft: true ---- - -## Enabling Cluster Logging - -## Managing Cluster Logging \ No newline at end of file diff --git a/content/rancher/v2.x/en/tasks/clusters/enabling-pipelines-for-projects/_index.md b/content/rancher/v2.x/en/tasks/clusters/enabling-pipelines-for-projects/_index.md deleted file mode 100644 index 068c9cab4e8..00000000000 --- a/content/rancher/v2.x/en/tasks/clusters/enabling-pipelines-for-projects/_index.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Enabling and Managing Pipelines for Projects -weight: 3625 -draft: true ---- - -## Enabling Pipelines for Projects - -## Managing Pipelines for Projects \ No newline at end of file diff --git a/content/rancher/v2.x/en/tools/_index.md b/content/rancher/v2.x/en/tools/_index.md new file mode 100644 index 00000000000..d30b7101f69 --- /dev/null +++ b/content/rancher/v2.x/en/tools/_index.md @@ -0,0 +1,4 @@ +--- +title: Rancher Tools +weight: 5000 +--- diff --git a/content/rancher/v2.x/en/tasks/logging/_index.md b/content/rancher/v2.x/en/tools/logging/_index.md similarity index 80% rename from content/rancher/v2.x/en/tasks/logging/_index.md rename to content/rancher/v2.x/en/tools/logging/_index.md index 7bb0300defe..143c56be407 100644 --- a/content/rancher/v2.x/en/tasks/logging/_index.md +++ b/content/rancher/v2.x/en/tools/logging/_index.md @@ -1,6 +1,8 @@ --- title: Logging -weight: 3725 +weight: 5015 +aliases: + - /rancher/v2.x/en/tasks/logging/ --- Rancher has the capability to push out cluster and project logs to an external diff --git a/content/rancher/v2.x/en/tasks/logging/splunk/_index.md b/content/rancher/v2.x/en/tools/logging/splunk/_index.md similarity index 98% rename from content/rancher/v2.x/en/tasks/logging/splunk/_index.md rename to content/rancher/v2.x/en/tools/logging/splunk/_index.md index 8c54b33eb7d..e58082ca991 100755 --- a/content/rancher/v2.x/en/tasks/logging/splunk/_index.md +++ b/content/rancher/v2.x/en/tools/logging/splunk/_index.md @@ -1,6 +1,8 @@ --- title: Splunk weight: 3725 +aliases: + - /rancher/v2.x/en/tasks/logging/splunk/ --- The following guide will demonstrate how to monitor your container diff --git a/content/rancher/v2.x/en/concepts/alerts-and-notifiers/_index.md b/content/rancher/v2.x/en/tools/notifiers-and-alerts/_index.md similarity index 95% rename from content/rancher/v2.x/en/concepts/alerts-and-notifiers/_index.md rename to content/rancher/v2.x/en/tools/notifiers-and-alerts/_index.md index de5c31fa308..1a71e114dde 100644 --- a/content/rancher/v2.x/en/concepts/alerts-and-notifiers/_index.md +++ b/content/rancher/v2.x/en/tools/notifiers-and-alerts/_index.md @@ -1,7 +1,6 @@ --- -title: Alerts and Notifiers -weight: 2300 -draft: true +title: Notifiers and Alerts +weight: 5010 --- Alerts and notifications are built on top of the [Prometheus Alertmanager](https://prometheus.io/docs/alerting/alertmanager/). Leveraging these tools, Rancher is able to provide the first step in notifications for events operators and application owners need to know about. diff --git a/content/rancher/v2.x/en/tasks/pipelines/_index.md b/content/rancher/v2.x/en/tools/pipelines/_index.md similarity index 85% rename from content/rancher/v2.x/en/tasks/pipelines/_index.md rename to content/rancher/v2.x/en/tools/pipelines/_index.md index 49c9dce509d..0a3bbd79d40 100644 --- a/content/rancher/v2.x/en/tasks/pipelines/_index.md +++ b/content/rancher/v2.x/en/tools/pipelines/_index.md @@ -1,7 +1,24 @@ --- title: Pipelines -weight: 3700 +weight: 5005 +aliases: + - /rancher/v2.x/en/concepts/ci-cd-pipelines/ + - /rancher/v2.x/en/tasks/pipelines/ --- + +Pipelines help you automate the software delivery process. You can integrate Rancher with GitHub to create a pipeline. + +You can set up your pipeline to run a series of stages and steps to test your code and deploy it. + +
+
Pipelines
+
Contain a series of stages and steps. Out-of-the-box, the pipelines feature supports fan out and in capabilities.
+
Stages
+
Executed sequentially. The next stage will not execute until all of the steps within the stage execute.
+
Steps
+
Are executed in parallel within a stage.
+
+ ## Enabling CI Pipelines 1. Select cluster from drop down.