openvcloud / 0-templates

Apache License 2.0
1 stars 5 forks source link

improve node template #72

Closed katia-e closed 6 years ago

katia-e commented 6 years ago

Closes #43

codecov-io commented 6 years ago

Codecov Report

Merging #72 into master will decrease coverage by 3%. The diff coverage is 85%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #72    +/-   ##
======================================
- Coverage      90%    87%    -4%     
======================================
  Files          10     14     +4     
  Lines         863   1564   +701     
======================================
+ Hits          781   1364   +583     
- Misses         82    200   +118
Impacted Files Coverage Δ
templates/account/test_account.py 94% <ø> (ø) :arrow_up:
templates/disk/test_disk.py 100% <100%> (ø)
templates/disk/disk.py 33% <16%> (ø)
templates/node/node.py 89% <85%> (ø)
templates/node/test_node.py 96% <96%> (ø)

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 1aca575...a90ccb2. Read the comment docs.

katia-e commented 6 years ago

Added methods to attach/detach disks. Improved _configure_disks method. On disk template added install/uninstall methods

katia-e commented 6 years ago