diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-05-29 13:36:25 +0400 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-05-29 15:02:16 +0400 |
commit | ecfbd90af36439bcb51ec2cace0d0d2340e9fee1 (patch) | |
tree | eadcf7cc49c6a7f6932ed44f528b33c03f180551 /.gitmodules | |
parent | f85c84133c2f8d6aec3c707cfb92cb03db543bd6 (diff) |
[mcp] Mend installation scripts
* add/unify ssh options
* get base image to temporary directory
* specify os type for virt install
* fix symbolic link to reclass
* remove outdated fuel submodules
Change-Id: I6833ce78c8fff97e1b89f4e92e6e6b470e9ce99f
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 62 |
1 files changed, 2 insertions, 60 deletions
diff --git a/.gitmodules b/.gitmodules index 7a28aac6d..65eefe0b8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,63 +1,5 @@ -[submodule "fuel-main"] - path = build/f_repos/sub/fuel-main - url = https://github.com/openstack/fuel-main.git - branch = stable/newton - ignore = all -[submodule "fuel-library"] - path = build/f_repos/sub/fuel-library - url = https://github.com/openstack/fuel-library.git - branch = stable/newton - ignore = all -[submodule "fuel-web"] - path = build/f_repos/sub/fuel-web - url = https://github.com/openstack/fuel-web.git - branch = stable/newton - ignore = all -[submodule "python-fuelclient"] - path = build/f_repos/sub/python-fuelclient - url = https://github.com/openstack/python-fuelclient.git - branch = stable/newton - ignore = all -[submodule "fuel-agent"] - path = build/f_repos/sub/fuel-agent - url = https://github.com/openstack/fuel-agent.git - branch = stable/newton - ignore = all -[submodule "fuel-nailgun-agent"] - path = build/f_repos/sub/fuel-nailgun-agent - url = https://github.com/openstack/fuel-nailgun-agent.git - branch = stable/newton - ignore = all -[submodule "fuel-astute"] - path = build/f_repos/sub/fuel-astute - url = https://github.com/openstack/fuel-astute.git - branch = stable/newton - ignore = all -[submodule "fuel-ostf"] - path = build/f_repos/sub/fuel-ostf - url = https://github.com/openstack/fuel-ostf.git - branch = stable/newton - ignore = all -[submodule "fuel-menu"] - path = build/f_repos/sub/fuel-menu - url = https://github.com/openstack/fuel-menu.git - branch = stable/newton - ignore = all -[submodule "shotgun"] - path = build/f_repos/sub/shotgun - url = https://github.com/openstack/shotgun.git - branch = stable/newton - ignore = all -[submodule "network-checker"] - path = build/f_repos/sub/network-checker - url = https://github.com/openstack/network-checker.git - branch = stable/newton - ignore = all -[submodule "fuel-ui"] - path = build/f_repos/sub/fuel-ui - url = https://github.com/openstack/fuel-ui.git - branch = stable/newton - ignore = all [submodule "mcp/reclass/classes/system"] path = mcp/reclass/classes/system url = https://github.com/Mirantis/reclass-system-salt-model + branch = master + ignore = all |