This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/devops.git. Pull mirroring updated .
  1. Apr 05, 2019
  2. Mar 29, 2019
  3. Mar 20, 2019
  4. Mar 14, 2019
  5. Mar 01, 2019
  6. Feb 28, 2019
    • Eduardo Sousa's avatar
      Adding an charm generator · 10b27efc
      Eduardo Sousa authored
      
      
      Current version only supports Ansible.
      
      It takes as input an empty charm with playbooks and generates
      the following files:
      - metadata.yaml
      - layers.yaml
      - reactive/<ansible_charm>.py
      - actions.yaml
      - actions/<action-name>
      
      After that, it is only required to build the charm.
      
      NOTE: In this version, it doesn't support parameters yet.
      
      Change-Id: Ia771185a38421a04c1adcef4ded3d7a55fa164ee
      Signed-off-by: default avatarEduardo Sousa <esousa@whitestack.com>
      10b27efc
  7. Feb 27, 2019
  8. Feb 20, 2019
  9. Dec 20, 2018
  10. Dec 13, 2018
  11. Dec 11, 2018
  12. Dec 05, 2018
  13. Dec 04, 2018
  14. Dec 03, 2018
  15. Nov 30, 2018
  16. Nov 29, 2018
  17. Nov 28, 2018
  18. Nov 27, 2018
  19. Nov 26, 2018
  20. Nov 23, 2018
  21. Nov 22, 2018
    • israelad's avatar
      (bug 578) Fix installer on Ubuntu 18.04 · 8232e569
      israelad authored
      
      
      We originally ran into this at the hackfest, where the installer would
      fail on Ubuntu 18.04, the latest long-term supported release.
      
      The behaviour of the `sg` command has failed (an apparent upstream
      change) so that it can't be reliably used to check the error code of the
      command it runs.
      
      Considering the original use of `sg`, to ensure that the user had access
      to lxd in order to bootstrap, reduces how we use `sg`, only calling it
      if we need to bootstrap a new juju controller.
      
      The other commands -- `juju show-controller` and `juju controllers` --
      do not need access to the lxd group in order to function.
      
      I've tested this patch on Ubuntu 16.04 and 18.04 and verified that it
      works as expected on both (where lxd now pre-installed) and will also
      work with older versions of 16.04 that may not have it installed.
      
      Signed-off-by: default avatarAdam Israel <adam.israel@canonical.com>
      Change-Id: I0e50ef3ac3cf127b63f5f56d8f90fea44f5be0f2
      8232e569