Find drift between Das Schiff and Sylva intent network resources
Recipe ID
io.moderne.kubernetes.sylva.migrate.dasschiff.FindIntentMigrationDriftArtifactorg.openrewrite.recipe:rewrite-kubernetesCompare the network.t-caas.telekom.com resources in a repository against the network-connector.sylvaproject.org resources meant to replace them, and report every field the two no longer agree on. They are paired by VRF name and VLAN id, so a hand written translation is checked as readily as a generated one.
Single recipeProprietary
Usage
This recipe has no required configuration options. You’ll need the Moderne CLI configured before running the command below.
mod run . --recipe io.moderne.kubernetes.sylva.migrate.dasschiff.FindIntentMigrationDriftIf the recipe isn’t available locally, install it with:
mod config recipes jar install org.openrewrite.recipe:rewrite-kubernetes:RELEASEOptions
| Name | Type | Description |
|---|---|---|
fileMatcher | String | Matching files will be compared. This is a glob expression. e.g. **/network/**.yml |
Data tables
Structured output this recipe can produce.
- Intent driftWhere the `network-connector.sylvaproject.org` resources in a repository do not say what the `network.t-caas.telekom.com` resources beside them said.
io.moderne.kubernetes.sylva.migrate.dasschiff.table.IntentDrift - Source files that had resultsSource files that were modified by the recipe run.
org.openrewrite.table.SourcesFileResults - Source files that had search resultsSearch results that were found during the recipe run.
org.openrewrite.table.SearchResults - Source files that errored on a recipeThe details of all errors produced by a recipe run.
org.openrewrite.table.SourcesFileErrors - Recipe performanceStatistics used in analyzing the performance of recipes.
org.openrewrite.table.RecipeRunStats