diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-08-23 15:34:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-08-23 15:34:36 +0000 |
commit | 0908d946b32e5b134fab4eb0e119d8bf9661c902 (patch) | |
tree | 6e38d7fed392992b548c43b6e2473ccfe3a84eba /.gitmodules | |
parent | 81b3142363d36b5328906e084262a723dcdf2fda (diff) | |
parent | 10a751f1e43a1c719ad4f313fb8059847de6190a (diff) |
Merge changes from topic 'docker-build'
* changes:
[docker build] Install OpenSSH server
[submodule] Add docker-salt-formulas, ci/build.sh
[deploy.sh] Install Docker if not present
[jump req] Add build/deploy specific requirements
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index c7c44587c..d3501c3ec 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,7 @@ path = mcp/scripts/pharos url = https://github.com/opnfv/pharos branch = master +[submodule "docker"] + path = docker + url = https://github.com/epcim/docker-salt-formulas + branch = master |