1. 18 Apr, 2018 1 commit
  2. 09 Apr, 2018 1 commit
  3. 04 Apr, 2018 3 commits
  4. 30 Mar, 2018 3 commits
  5. 29 Mar, 2018 3 commits
  6. 27 Mar, 2018 3 commits
    • Łukasz Nowak's avatar
      repo: Request certificates and domain name · 1f5418b1
      Łukasz Nowak authored
      The certificates might be  needed, so ask the user for domain name and
      the certificates.
      
      As a "safe" way to transmit the certificate use mktemp.
      
      This functionality requires "playbook: Allow correct certificate with domain"
      1f5418b1
    • Łukasz Nowak's avatar
      repo: Make install.sh script reusable · 8f6889d7
      Łukasz Nowak authored
      Thanks to using install.rc it is possible to easily select any playbook
      to be used during the installation.
      8f6889d7
    • Łukasz Nowak's avatar
      playbook: Allow correct certificate with domain · 0bade643
      Łukasz Nowak authored
      For most of cases the default approach, with generated certificate, is
      enough, but sometimes the playbooks are used in environment, where
      real certificates with domain names shall be used.
      
      For such scenarios, prepare the system to use ansible-playbook
      --extra-vars which can override the defaults.
      
      Note that frontend requester is improved, to support case of passed or not
      certificate files.
      0bade643
  7. 23 Mar, 2018 2 commits
  8. 22 Mar, 2018 1 commit
  9. 20 Mar, 2018 1 commit
  10. 19 Mar, 2018 2 commits
  11. 13 Mar, 2018 2 commits
  12. 09 Mar, 2018 2 commits
  13. 05 Mar, 2018 7 commits
  14. 02 Mar, 2018 1 commit
    • Łukasz Nowak's avatar
      playbook: Fix Debian 9 repository information · 00f70c3d
      Łukasz Nowak authored
      As currently Debian 9 key on OBS is not valid, we need to update apt
      information with allowing insecure repositories.
      
      Even if repository role uses debian9-aptconf as dependency, it does not
      update repository information *after* adding the repository. So just
      update it.
      
      /reviewed-on nexedi/slapos.package!42
      00f70c3d
  15. 01 Mar, 2018 3 commits
  16. 08 Feb, 2018 2 commits
  17. 26 Jan, 2018 3 commits
    • Łukasz Nowak's avatar
      repo: Make install.sh able to upgrade · 953b4b58
      Łukasz Nowak authored
      During upgrade process it is requried to stop for some time requesting
      of exsiting software releases and remove them from slapproxy.
      
      The ansible, which will run later, will take care of readding new
      software release and crontabs.
      953b4b58
    • Łukasz Nowak's avatar
      repo: Upgrade to 1.0.56.1 · 4b8f9cbb
      Łukasz Nowak authored
      4b8f9cbb
    • Łukasz Nowak's avatar
      playbook: Install slapos.node from shacache · dbc26026
      Łukasz Nowak authored
      As remote repositories are unsure about it quality, rely on shacache and
      use it to download and install slapos.node.
      
      This improves quality of playbook and somehow escapes chicken and egg
      problem of shacache access and required tools.
      dbc26026