full_example.yaml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. - fields: {comment: '', date: 2016-03-08, name: Services, type: fact}
  2. model: costs.document
  3. pk: 4
  4. - fields: {capacity_unit: a, description: '', document: 4, name: Electricity contract,
  5. price: 100.0, total_capacity: 2.0}
  6. model: costs.cost
  7. pk: 13
  8. - fields: {capacity_unit: u, description: "(ne pas oublier qu'1 switch et 1 routeur
  9. occupent d\xE9j\xE0 2U)", document: 4, name: Espace en baie, price: 50.0, total_capacity: 10.0}
  10. model: costs.cost
  11. pk: 15
  12. - fields: {capacity_unit: mbps, description: '', document: 4, name: IP transit, price: 10.0,
  13. total_capacity: 50.0}
  14. model: costs.cost
  15. pk: 16
  16. - fields: {capacity_unit: '', description: '', document: 4, name: core router, price: 150.0,
  17. provisioning_duration: '1095 00:00:00', total_capacity: 1.0}
  18. model: costs.good
  19. pk: 22
  20. - fields: {capacity_unit: eth, description: '', document: 4, name: 24 ports switch,
  21. price: 100.0, provisioning_duration: '1095 00:00:00', total_capacity: 24.0}
  22. model: costs.good
  23. pk: 23
  24. - fields: {capacity_unit: u, description: '', document: 4, name: setup fee bay, price: 200.0,
  25. provisioning_duration: '1825 00:00:00', total_capacity: 10.0}
  26. model: costs.good
  27. pk: 24
  28. - fields: {resource: 13, service: 13, share: 0.4}
  29. model: costs.costuse
  30. pk: 25
  31. - fields: {resource: 15, service: 13, share: 2.0}
  32. model: costs.costuse
  33. pk: 26
  34. - fields: {resource: 16, service: 13, share: 5.0}
  35. model: costs.costuse
  36. pk: 27
  37. - fields: {resource: 13, service: 19, share: 1.0}
  38. model: costs.costuse
  39. pk: 44
  40. - fields: {resource: 15, service: 19, share: 2.0}
  41. model: costs.costuse
  42. pk: 45
  43. - fields: {resource: 23, service: 13, share: 2.0}
  44. model: costs.gooduse
  45. pk: 25
  46. - fields: {resource: 22, service: 13, share: 0.05}
  47. model: costs.gooduse
  48. pk: 26
  49. - fields: {resource: 24, service: 13, share: 2.0}
  50. model: costs.gooduse
  51. pk: 27
  52. - fields: {resource: 24, service: 19, share: 2.0}
  53. model: costs.gooduse
  54. pk: 46
  55. - fields: {capacity_unit: '', description: '', document: 4, name: 1U server hosting,
  56. reusable: false, subscriptions_count: 2, total_capacity: 1.0}
  57. model: costs.service
  58. pk: 13
  59. - fields: {capacity_unit: '', description: '', document: 4, name: 1U sound machine,
  60. reusable: false, subscriptions_count: 2, total_capacity: 1.0}
  61. model: costs.service
  62. pk: 19