.papr.yml 804 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. context: 'fedora/27/atomic'
  33. tests:
  34. - ./.papr.sh
  35. artifacts:
  36. - journals/