Skip to content

Commit

Permalink
docs: remove "Migration pages" that are no longer scheduled (#2063)
Browse files Browse the repository at this point in the history
Signed-off-by: Meg McRoberts <meg.mcroberts@dynatrace.com>
  • Loading branch information
StackScribe committed Sep 8, 2023
1 parent 2613917 commit 328dfc2
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 93 deletions.
30 changes: 2 additions & 28 deletions docs/content/en/docs/migrate/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,38 +6,12 @@ hidechildren: false # this flag hides all sub-pages in the sidebar-multicard.htm
---

Keptn uses a different paradigm than that used for Keptn v1
and so migration from Keptn v1 will not be a straight-forward process.
and so migration from Keptn v1 is not a straight-forward process.
In this section, we will assemble information to help people
who want to move from Keptn v1 as it becomes available.

> **Note**
This section is under development.
Information that is published here has been reviewed for technical accuracy
but the format and content is still evolving.
We hope you will contribute your experiences
and questions that you have.
who want to move from Keptn v1.

These instructions mostly assume that you want to utilize
all Keptn features.
Note, however, that you can install and use some functionality
such as Keptn Metrics and Observability
without implementing all Keptn features.

This section currently includes the following topics:

* [Migration strategy](strategy) --
Overview of the recommended migration strategy

* [Set up metrics and observability](metrics-observe) --
When you identify the data-sources being used
and provide Keptn with information about your OpenTelemetry collector,
Keptn begins to accumulate information that you can view
for your deployment.

* [Migrate Quality Gates to Keptn Evaluations](evaluations)

* [Migrate CI/CD functionality](cicd)

* [Migrate JES services to Keptn Tasks](jes)

* [Migrate remediation services to Day 2 monitoring](day2)
16 changes: 0 additions & 16 deletions docs/content/en/docs/migrate/cicd/_index.md

This file was deleted.

13 changes: 0 additions & 13 deletions docs/content/en/docs/migrate/day2/_index.md

This file was deleted.

13 changes: 0 additions & 13 deletions docs/content/en/docs/migrate/evaluations/_index.md

This file was deleted.

13 changes: 0 additions & 13 deletions docs/content/en/docs/migrate/jes/_index.md

This file was deleted.

13 changes: 3 additions & 10 deletions docs/content/en/docs/migrate/metrics-observe/_index.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
---
title: Migrate Quality Gates to Keptn metrics and evaluations
title: Migrate Quality Gates
description: How to translate Quality Gates into Keptn Metrics and evaluations
weight: 40
hidechildren: false # this flag hides all sub-pages in the sidebar-multicard.html
---

> **Note**
This section is under development.
Information that is published here has been reviewed for technical accuracy
but the format and content is still evolving.
We hope you will contribute your experiences
and questions that you have.

The SLIs and SLOs used for Keptn v1 quality gates can be ported to
Keptn KeptnMetrics and KeptnEvaluationDefintions.

Expand Down Expand Up @@ -53,8 +46,8 @@ Notice the paradigm differences when implementing Keptn evaluations:
[KeptnEvaluationDefinition](../../yaml-crd-ref/evaluationdefinition.md)
resources.
* Keptn v1 calculations that use weighting and scoring
cannot currently be converted to `KeptnEvaluationDefinition` resources
but are under development.
cannot currently be implemented for Keptn
but this functionality is under development.

For more information about working with Keptn metrics, see the
[Keptn Metrics](../../implementing/evaluatemetrics.md)
Expand Down

0 comments on commit 328dfc2

Please sign in to comment.