You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since those are Ready, you can deploy packages from these repositories. You can use our pre-defined *PackageVariantSets* for creating workload clusters
81
81
82
+
{{% alert title="Note" color="primary" %}}
83
+
84
+
Some of the KRM used in this guide forms part of the Nephio CI e2e test suites, which uses environment
85
+
variable substitution. This requires the `BRANCH` environment variable to be set before applying the KRM to the cluster.
86
+
87
+
```bash
88
+
export BRANCH=main
89
+
```
90
+
In the example above, we set the `BRANCH` to `main`.
91
+
This should match the `NEPHIO_BRANCH` used during the [sandbox installation](/docs/guides/install-guides/).
Now you will need to deploy the MySQL database required by OAI UDR network function, OAI Core and RAN operators across the Workload clusters. To do this, you use *PackageVariant* and *PackageVariantSet*. Later uses an objectSelector to select the WorkloadCluster resources previously added to the Management cluster when you had deployed the *nephio-workload-cluster* packages (manually as well as via *PackageVariantSet*).
@@ -489,7 +502,7 @@ You can start by deploying the core network functions which the operator will in
489
502
yet-another-package - a "topology" package - and deploy them all as a unit. Or you can use a topology controller to create them. But for now, let's do each manually.
0 commit comments