diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules index d3501c3ec..e1d801159 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,10 +2,6 @@ path = mcp/reclass/classes/system url = https://github.com/Mirantis/reclass-system-salt-model branch = master -[submodule "scripts"] - path = mcp/deploy/scripts - url = https://github.com/salt-formulas/salt-formulas-scripts - branch = master [submodule "pharos"] path = mcp/scripts/pharos url = https://github.com/opnfv/pharos @@ -14,3 +10,15 @@ path = docker url = https://github.com/epcim/docker-salt-formulas branch = master +[submodule "salt-formula-linux"] + path = mcp/salt-formulas/salt-formula-linux + url = https://github.com/salt-formulas/salt-formula-linux + branch = master +[submodule "salt-formula-keystone"] + path = mcp/salt-formulas/salt-formula-keystone + url = https://github.com/salt-formulas/salt-formula-keystone + branch = master +[submodule "salt-formula-maas"] + path = mcp/salt-formulas/salt-formula-maas + url = https://github.com/salt-formulas/salt-formula-maas + branch = master |