This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/devops.git. Pull mirroring updated .
  1. May 30, 2019
    • beierl's avatar
      Fix Shell Command · 63229a28
      beierl authored
      
      
      Replaces 'source' with '.' as the command 'source' is not
      valid sh syntax.  It is only valid in bash, but the sg
      command invokes sh, not bash.
      
      BUG 717
      
      Change-Id: I76f58120cff78420a751308c283798ad57b83df8
      Signed-off-by: default avatarbeierl <mbeierl@vmware.com>
      63229a28
  2. May 29, 2019
  3. May 28, 2019
  4. May 27, 2019
  5. May 24, 2019
  6. May 23, 2019
  7. May 22, 2019
  8. May 06, 2019
  9. Apr 17, 2019
  10. Apr 12, 2019
  11. Apr 10, 2019
  12. Apr 08, 2019
  13. Apr 05, 2019
  14. Mar 29, 2019
  15. Mar 20, 2019
  16. Mar 14, 2019
  17. Mar 01, 2019
  18. 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
  19. Feb 27, 2019