indigo-dc / orchestrator

The INDIGO PaaS Orchestrator
https://www.indigo-datacloud.eu/paas-orchestrator
Apache License 2.0
17 stars 21 forks source link

Kubernetes deployment #390

Open alberto-brigandi opened 4 years ago

sonarcloud[bot] commented 4 years ago

SonarCloud Quality Gate failed.

Bug C 2 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 58 Code Smells

42.8% 42.8% Coverage
0.0% 0.0% Duplication

codecov-io commented 4 years ago

Codecov Report

Merging #390 into master will decrease coverage by 1.21%. The diff coverage is 44.02%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #390      +/-   ##
============================================
- Coverage     64.29%   63.07%   -1.22%     
- Complexity      960      982      +22     
============================================
  Files           184      189       +5     
  Lines          5685     6045     +360     
  Branches        355      370      +15     
============================================
+ Hits           3655     3813     +158     
- Misses         1888     2085     +197     
- Partials        142      147       +5
Flag Coverage Δ Complexity Δ
#integration 8.1% <2.17%> (-0.41%) 175 <4> (+4)
#unittests 59.4% <43.47%> (-1.02%) 905 <19> (+20)
Impacted Files Coverage Δ Complexity Δ
...rchestrator/service/commands/UpdateDeployment.java 57.97% <ø> (ø) 7 <0> (ø) :arrow_down:
...it/reply/orchestrator/service/CmdbServiceImpl.java 71.42% <ø> (ø) 18 <0> (ø) :arrow_down:
...ator/service/commands/PrefilterCloudProviders.java 45.49% <0%> (-0.84%) 25 <0> (ø)
...ly/orchestrator/dto/cmdb/CloudServiceResolver.java 42.1% <0%> (-4.96%) 5 <0> (ø)
...ator/service/CloudProviderEndpointServiceImpl.java 87.5% <0%> (-4.31%) 18 <0> (ø)
...chestrator/dto/kubernetes/KubernetesContainer.java 100% <100%> (ø) 0 <0> (?)
...reply/orchestrator/dto/cmdb/KubernetesService.java 100% <100%> (ø) 1 <1> (?)
...ly/orchestrator/dto/kubernetes/KubernetesTask.java 100% <100%> (ø) 1 <1> (?)
...a/it/reply/orchestrator/dto/cmdb/CloudService.java 92.3% <100%> (+13.73%) 12 <1> (+1) :arrow_up:
.../reply/orchestrator/dto/CloudProviderEndpoint.java 85% <100%> (+0.78%) 3 <0> (ø) :arrow_down:
... and 10 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 92cf26b...6c90d11. Read the comment docs.

maricaantonacci commented 3 years ago

@alberto-brigandi can we close this PR?

alberto-brigandi commented 3 years ago

Hi @maricaantonacci , The goal of this PR is to deploy kubernetes workloads specified through tosca templates (not helm). I'm going to re-base it and merge it