-
Type: Story
-
Status: Resolved (View Workflow)
-
Priority: High
-
Resolution: Duplicate
-
Affects Version/s: VOLTHA v2.1
-
Fix Version/s: VOLTHA v2.1
-
Component/s: Deprecated - VOLTHA
-
Labels:None
-
Story Points:5
-
Epic Link:
-
Sprint:VOLTHA 2.1 Sprint 6
kind-voltha/voltha installation file whether supporting minimal or full configuration will deploy pods using docker images sourced from Docker-Hub repository
For Voltha Test Automation, we need deploy our pods from locally built images.
While we can configure the minimal-values.yaml file to override the use of the Docker-Hub repo images, the topology of one master and two worker node cluster is such that the worker nodes cannot reach to a local copy of the images
We either need to setup a local Docker registry or the preferred approach which is to use a Docker Hub Public/Private repo to Push/Pull our images to.
This needs to be in place before we can begin the work on the Test Cases