.papr.yml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. ---
  2. # This YAML file is used by PAPR. It details the test
  3. # environment to provision and the test procedure. For more
  4. # information on PAPR, see:
  5. #
  6. # https://github.com/projectatomic/papr
  7. #
  8. # The PAPR YAML specification detailing allowed fields can
  9. # be found at:
  10. #
  11. # https://github.com/projectatomic/papr/blob/master/sample.papr.yml
  12. cluster:
  13. hosts:
  14. - name: ocp-master
  15. distro: fedora/27/atomic
  16. specs:
  17. ram: 4096
  18. - name: ocp-node1
  19. distro: fedora/27/atomic
  20. - name: ocp-node2
  21. distro: fedora/27/atomic
  22. container:
  23. image: registry.fedoraproject.org/fedora:27
  24. packages:
  25. - gcc
  26. - git
  27. - python-pip
  28. - python-devel
  29. - libffi-devel
  30. - openssl-devel
  31. - redhat-rpm-config
  32. - findutils
  33. context: 'fedora/27/atomic'
  34. tests:
  35. - ./.papr.sh
  36. artifacts:
  37. - journals/
  38. ---
  39. inherit: true
  40. context: 'fedora/27/atomic/upgrade_minor'
  41. cluster:
  42. hosts:
  43. - name: ocp-master
  44. distro: fedora/27/atomic
  45. specs:
  46. ram: 4096
  47. container:
  48. image: registry.fedoraproject.org/fedora:27
  49. env:
  50. PAPR_INVENTORY: .papr.all-in-one.inventory
  51. PAPR_RUN_UPDATE: "yes"
  52. ---
  53. inherit: true
  54. context: 'fedora/27/atomic/upgrade_major'
  55. cluster:
  56. hosts:
  57. - name: ocp-master
  58. distro: fedora/27/atomic
  59. specs:
  60. ram: 4096
  61. container:
  62. image: registry.fedoraproject.org/fedora:27
  63. env:
  64. PAPR_INVENTORY: .papr.all-in-one.inventory
  65. PAPR_UPGRADE_FROM: "3.9"
  66. PAPR_RUN_UPDATE: "yes"
  67. ---
  68. inherit: true
  69. context: 'fedora/27/atomic/master-ha'
  70. cluster:
  71. hosts:
  72. - name: ocp-master1
  73. distro: fedora/27/atomic
  74. specs:
  75. ram: 4096
  76. - name: ocp-master2
  77. distro: fedora/27/atomic
  78. - name: ocp-master3
  79. distro: fedora/27/atomic
  80. container:
  81. image: registry.fedoraproject.org/fedora:27
  82. env:
  83. PAPR_INVENTORY: .papr-master-ha.inventory