Commit e2f3de71 authored by calvinosanc1's avatar calvinosanc1
Browse files

Merge branch 'bug1584' into 'master'

Fix bug 1584 - Failure updating the ns state with distributed VCA

See merge request !126
parents dbbfaac5 6c5ebec1
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -720,6 +720,11 @@ Use the following command to register the installed VCA to your OSM:
         angelic-iguanodon-vca
```

### Distributed VCAs and Juju Bundles

Juju Bundles are composed by Charms, so we can execute day1 and day2 primitives directly in the Charms, without a new Execution Environment for that. For this reason, when we use a distributed VCA with Juju Bundles, there is one constraint that needs to be considered. The K8s cluster used in the dVCA must be the same where the workload is deployed. 
That means that we need to add the K8s cluster that we are going to associate with our VIM account (see [this section](#management-of-k8s-clusters) for more details) to the distributed VCA we will use to deploy Juju Bundles.

### Managing VCAs

There are a few commands that will allow us to manage VCAs in OSM: