Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI for testing all playbooks + fixes for Ubuntu and Centos8 #40

Merged
merged 84 commits into from
Oct 9, 2020

Commits on Oct 6, 2020

  1. Configuration menu
    Copy the full SHA
    df41678 View commit details
    Browse the repository at this point in the history
  2. test on ci branch for now

    bedroge committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    9992d67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46e8065 View commit details
    Browse the repository at this point in the history
  4. Use custom action

    bedroge committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    0e04a9c View commit details
    Browse the repository at this point in the history
  5. make entrypoint executable

    bedroge committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    4d2ea97 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1f7314e View commit details
    Browse the repository at this point in the history
  7. whoops, yum instead of apt

    bedroge committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    186654e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0733acd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a4aae92 View commit details
    Browse the repository at this point in the history
  10. Install ansible with yum

    bedroge committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    f288b35 View commit details
    Browse the repository at this point in the history
  11. remove ansible_interpreter

    bedroge committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    c3e7cf7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d7055af View commit details
    Browse the repository at this point in the history
  13. try to fix systemd

    bedroge committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    57ac982 View commit details
    Browse the repository at this point in the history
  14. Try with centos8

    bedroge committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    a29bb52 View commit details
    Browse the repository at this point in the history
  15. install httpd manually

    bedroge committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    d627a08 View commit details
    Browse the repository at this point in the history
  16. try without entrypoint.sh

    bedroge committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    5b8f265 View commit details
    Browse the repository at this point in the history
  17. fix hosts file

    bedroge committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    4c72d23 View commit details
    Browse the repository at this point in the history
  18. custom systemctl

    bedroge committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    65e4137 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0c6d238 View commit details
    Browse the repository at this point in the history
  20. fake systemd

    bedroge committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    6973dbd View commit details
    Browse the repository at this point in the history
  21. debug

    bedroge committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    a9c25b1 View commit details
    Browse the repository at this point in the history
  22. fake systemd in entrypoint

    bedroge committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    f923e6f View commit details
    Browse the repository at this point in the history
  23. remove typo

    bedroge committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    ec887a7 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. manually start docker

    bedroge committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    acd7cfa View commit details
    Browse the repository at this point in the history
  2. manual workflow

    bedroge committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    5a4c9cc View commit details
    Browse the repository at this point in the history
  3. move files to workflow

    bedroge committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    46c5e9a View commit details
    Browse the repository at this point in the history
  4. remove action from workflow

    bedroge committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    7e3cd7e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    83ed226 View commit details
    Browse the repository at this point in the history
  6. fix docker run command

    bedroge committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    155e518 View commit details
    Browse the repository at this point in the history
  7. fix docker run command

    bedroge committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    4e0efde View commit details
    Browse the repository at this point in the history
  8. push image to github

    bedroge committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    12b91ab View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    969d460 View commit details
    Browse the repository at this point in the history
  10. remove -it flag

    bedroge committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    a2642a6 View commit details
    Browse the repository at this point in the history
  11. workdir is github_workspace

    bedroge committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    93e6f3c View commit details
    Browse the repository at this point in the history
  12. Add cronie

    bedroge committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    3f27fa5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    907d3a8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    22c6a90 View commit details
    Browse the repository at this point in the history
  15. use matrix in steps

    bedroge committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    3703f48 View commit details
    Browse the repository at this point in the history
  16. use centos 7

    bedroge committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    c375129 View commit details
    Browse the repository at this point in the history
  17. Skip GEO DB configuration

    bedroge committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    9c6a09f View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. rename dockerfile

    bedroge committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    a00c227 View commit details
    Browse the repository at this point in the history
  2. ignore .md and .example

    bedroge committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    b53e2d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0366ca8 View commit details
    Browse the repository at this point in the history
  4. quotes around file paths

    bedroge committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    1f18af9 View commit details
    Browse the repository at this point in the history
  5. quotes around os names

    bedroge committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    a4e3cea View commit details
    Browse the repository at this point in the history
  6. remove colon from os names

    bedroge committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    a908b1e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6b5d241 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b021b38 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f03e597 View commit details
    Browse the repository at this point in the history
  10. use DIRECT as default proxy

    bedroge committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    5ddd80c View commit details
    Browse the repository at this point in the history
  11. small name change

    bedroge committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    8d71a23 View commit details
    Browse the repository at this point in the history
  12. Add some comments

    bedroge committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    c38e1c6 View commit details
    Browse the repository at this point in the history
  13. Dockerfiles for ubuntu

    bedroge committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    0df3984 View commit details
    Browse the repository at this point in the history
  14. add more distros

    bedroge committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    de91988 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bf7a6e3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f91af53 View commit details
    Browse the repository at this point in the history
  17. use /sbin/init on ubuntu

    bedroge committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    3105c68 View commit details
    Browse the repository at this point in the history
  18. don't run init on ubuntu

    bedroge committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    7f71b78 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    390e808 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ba1834c View commit details
    Browse the repository at this point in the history
  21. Fix DIRECT for clients

    bedroge committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    8ed0f27 View commit details
    Browse the repository at this point in the history
  22. Fix dockerfiles for ubuntu

    bedroge committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    a9f208d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    fdc1d06 View commit details
    Browse the repository at this point in the history
  24. grr, I said pip3...

    bedroge committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    578f2f3 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    4c0ee8c View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c424fa3 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    ca9fa53 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    cd34908 View commit details
    Browse the repository at this point in the history
  29. use systemd on ubuntu

    bedroge committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    092ab9e View commit details
    Browse the repository at this point in the history
  30. retrigger CI

    bedroge committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    911e705 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    3d33681 View commit details
    Browse the repository at this point in the history
  32. Fix for Centos 8

    bedroge committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    80b67f8 View commit details
    Browse the repository at this point in the history
  33. Add centos 8 tests

    bedroge committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    1a2ac5c View commit details
    Browse the repository at this point in the history
  34. oops. 7 -> 8

    bedroge committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    631da22 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. Clean up

    bedroge committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    363b1ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01a0716 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1fc36a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d0a307 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    114edc4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d82d06d View commit details
    Browse the repository at this point in the history
  7. Remove GPR steps

    bedroge committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    38218a9 View commit details
    Browse the repository at this point in the history
  8. Fix copied line

    bedroge committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    a862adc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8822e7a View commit details
    Browse the repository at this point in the history
  10. Change name of step

    bedroge committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    f5fe46a View commit details
    Browse the repository at this point in the history