diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2018-12-20 15:32:48 +0400 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2018-12-21 17:21:16 +0400 |
commit | e821b9398a5a998bec0143d56efb93018b8bcd8c (patch) | |
tree | 8434b89ce9044fab4ef580a8bdbd4d96a6ca075f /.gitmodules | |
parent | a31343155a621469f6e803b23dc6cc8bbb545dfa (diff) |
Pull out rocky patches
This commit should be reverted once original formulas
get required support of rocky version.
Change-Id: Ia3458381bced0cae8dbfacc9781c90933ad5c822
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index fbf1927fb..4c4f73044 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,7 +16,7 @@ branch = master [submodule "salt-formula-keystone"] path = mcp/salt-formulas/salt-formula-keystone - url = https://github.com/salt-formulas/salt-formula-keystone + url = https://gerrit.mcp.mirantis.com/salt-formulas/keystone branch = master [submodule "salt-formula-maas"] path = mcp/salt-formulas/salt-formula-maas @@ -26,3 +26,27 @@ path = mcp/salt-formulas/salt-formula-redis url = https://gerrit.mcp.mirantis.com/salt-formulas/redis branch = master +[submodule "salt-formula-cinder"] + path = mcp/salt-formulas/salt-formula-cinder + url = https://gerrit.mcp.mirantis.com/salt-formulas/cinder + branch = master +[submodule "salt-formula-heat"] + path = mcp/salt-formulas/salt-formula-heat + url = https://gerrit.mcp.mirantis.com/salt-formulas/heat + branch = master +[submodule "salt-formula-nova"] + path = mcp/salt-formulas/salt-formula-nova + url = https://gerrit.mcp.mirantis.com/salt-formulas/nova + branch = master +[submodule "salt-formula-neutron"] + path = mcp/salt-formulas/salt-formula-neutron + url = https://gerrit.mcp.mirantis.com/salt-formulas/neutron + branch = master +[submodule "salt-formula-oslo-templates"] + path = mcp/salt-formulas/salt-formula-oslo-templates + url = https://gerrit.mcp.mirantis.com/salt-formulas/oslo-templates + branch = master +[submodule "salt-formula-horizon"] + path = mcp/salt-formulas/salt-formula-horizon + url = https://gerrit.mcp.mirantis.com/salt-formulas/horizon + branch = master |