diff options
author | Stefan K. Berg <stefan.k.berg@ericsson.com> | 2016-10-12 16:42:35 +0200 |
---|---|---|
committer | Stefan K. Berg <stefan.k.berg@ericsson.com> | 2016-11-15 15:35:15 +0100 |
commit | 9f8aff6636e0d86834178b461802f3e7cb95189d (patch) | |
tree | 3bbfec85cda9774295b5f30f8417ee36e512368d /.gitmodules | |
parent | 38579142c683dbf26a6560d53d900111f4df4f6b (diff) |
Uplift to Fuel 10.0/Newton
Build working, automated deploy working (simple test cases only).
All plugins disabled, so is the generation of the local ISO cache.
Both need to be re-enabled after merge of this uplift.
All patches wiped, pertinent ones need to be re-enabled after the
merge of this uplift.
Change-Id: I978a3d4ed25a45a4b88a6e35693baac597b162c2
Signed-off-by: Stefan K. Berg <stefan.k.berg@ericsson.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 34 |
1 files changed, 12 insertions, 22 deletions
diff --git a/.gitmodules b/.gitmodules index 84b15ee45..290b74223 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,70 +1,60 @@ [submodule "fuel-main"] path = build/f_repos/sub/fuel-main url = https://github.com/openstack/fuel-main.git - branch = stable/mitaka + 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/mitaka + 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/mitaka + 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/mitaka + 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/mitaka + 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/mitaka + 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/mitaka + 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/mitaka - ignore = all -[submodule "fuel-mirror"] - path = build/f_repos/sub/fuel-mirror - url = https://github.com/openstack/fuel-mirror.git - branch = stable/mitaka + 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/mitaka + branch = stable/newton ignore = all [submodule "shotgun"] path = build/f_repos/sub/shotgun url = https://github.com/openstack/shotgun.git - branch = stable/mitaka + 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/mitaka - ignore = all -[submodule "fuel-upgrade"] - path = build/f_repos/sub/fuel-upgrade - url = https://github.com/openstack/fuel-upgrade.git - branch = stable/mitaka + branch = master ignore = all [submodule "fuel-ui"] path = build/f_repos/sub/fuel-ui url = https://github.com/openstack/fuel-ui.git - branch = stable/mitaka + branch = stable/newton ignore = all |