diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2019-07-24 13:47:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-07-24 13:47:10 +0000 |
commit | e482be713cd97e862637bec6f89d5c41fe40e549 (patch) | |
tree | cb00621db5707b530da8cfdeba6dae5357a4f6d2 /mcp/config | |
parent | 7e909a3de0898448ee43c56efb264c74aa0feac6 (diff) | |
parent | 24352eb8102376ca93fe7a6b87e76936909e4677 (diff) |
Merge "[iec] centos: Preinstall git into cloud image"
Diffstat (limited to 'mcp/config')
-rw-r--r-- | mcp/config/scenario/defaults.yaml.j2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mcp/config/scenario/defaults.yaml.j2 b/mcp/config/scenario/defaults.yaml.j2 index 5dbf52950..697a8f70d 100644 --- a/mcp/config/scenario/defaults.yaml.j2 +++ b/mcp/config/scenario/defaults.yaml.j2 @@ -73,6 +73,7 @@ x86_64: install: - salt-minion - epel-release + - git control: repo: ~ pkg: @@ -141,6 +142,7 @@ aarch64: install: - salt-minion - epel-release + - git control: repo: ~ pkg: |