MartinPJorge / vnfs-mapping

Work on VNFs mapping algorithms
1 stars 1 forks source link

Resources share per-pod #13

Open MartinPJorge opened 7 years ago

MartinPJorge commented 7 years ago

In the issueFatRes() method of the DomainsGenerator class, we generate the proportions of resources that each domain use in every fat-tree.

Proportions are generated for the whole fat-tree. Then, even if a foreign domain doesn't have access to a pod, the method will assign to that domain a proportion of the resources.

Solution: generate the resources proportions per-pod, that makes possible to allocate resources for a foreign domain that doesn't have access to that pod.