summaryrefslogtreecommitdiffstats
path: root/xci/installer/osa/files/openstack_services.yml
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2018-03-13 12:03:55 +0000
committerMarkos Chandras <mchandras@suse.de>2018-03-13 12:03:55 +0000
commitaecfc01d7eb193f2971236a195b3d8d7e007a212 (patch)
tree3dc67ed175e6f69acd6227ab6c1c9cdcab7837d7 /xci/installer/osa/files/openstack_services.yml
parentc6ea45f88ce8c11e7b0e35b6d1c8cf233ebd556c (diff)
xci: osa: Switch git repositories to github.com
CI sometimes fails with the following error "msg": "fatal: unable to access 'https://git.openstack.org/openstack/dragonflow/': Failed to connect to git.openstack.org port 443: Connection timed out" We assume that the upstream OpenStack mirrors may get very busy at times or the connectivity between the CI and the OpenStack repos is not very stable. As such, lets switch to github.com for the majority of OSA repositories such as the roles and the services which may improve the situation. Change-Id: Ia4668d692077a785c76adeda128eb4cf9f4516a7 Signed-off-by: Markos Chandras <mchandras@suse.de>
Diffstat (limited to 'xci/installer/osa/files/openstack_services.yml')
-rw-r--r--xci/installer/osa/files/openstack_services.yml78
1 files changed, 39 insertions, 39 deletions
diff --git a/xci/installer/osa/files/openstack_services.yml b/xci/installer/osa/files/openstack_services.yml
index 30b47a19..65ff43f8 100644
--- a/xci/installer/osa/files/openstack_services.yml
+++ b/xci/installer/osa/files/openstack_services.yml
@@ -30,211 +30,211 @@
## Global Requirements
-requirements_git_repo: https://git.openstack.org/openstack/requirements
+requirements_git_repo: https://github.com/openstack/requirements
requirements_git_install_branch: 46890f5b5654c14c54a3c1990cb51a8e01b35791 # HEAD of "stable/queens" as of 13.02.2018
## Aodh service
-aodh_git_repo: https://git.openstack.org/openstack/aodh
+aodh_git_repo: https://github.com/openstack/aodh
aodh_git_install_branch: a1e60be0b8018fea95f2c0020545d0e6cd63fdbf # HEAD of "master" as of 10.02.2018 because no stable/queens branch yet
aodh_git_project_group: aodh_all
## Barbican service
-barbican_git_repo: https://git.openstack.org/openstack/barbican
+barbican_git_repo: https://github.com/openstack/barbican
barbican_git_install_branch: 5b525f6b0a7cf5342a9ffa3ca3618028d6d53649 # HEAD of "stable/queens" as of 13.02.2018
barbican_git_project_group: barbican_all
## Ceilometer service
-ceilometer_git_repo: https://git.openstack.org/openstack/ceilometer
+ceilometer_git_repo: https://github.com/openstack/ceilometer
ceilometer_git_install_branch: 71a13e1b831e782e7ca25aa0fcd9ebf92a830302 # HEAD of "stable/queens" as of 10.02.2018
ceilometer_git_project_group: ceilometer_all
## Cinder service
-cinder_git_repo: https://git.openstack.org/openstack/cinder
+cinder_git_repo: https://github.com/openstack/cinder
cinder_git_install_branch: d02b6894f50f07ebd6f4e424f2438e58c234630d # HEAD of "stable/queens" as of 10.02.2018
cinder_git_project_group: cinder_all
## Designate service
-designate_git_repo: https://git.openstack.org/openstack/designate
+designate_git_repo: https://github.com/openstack/designate
designate_git_install_branch: 5772ec049be2ae7570d98b4815be16947a045ff9 # HEAD of "stable/queens" as of 10.02.2018
designate_git_project_group: designate_all
## Horizon Designate dashboard plugin
-designate_dashboard_git_repo: https://git.openstack.org/openstack/designate-dashboard
+designate_dashboard_git_repo: https://github.com/openstack/designate-dashboard
designate_dashboard_git_install_branch: df336662cbda7befe177b780c95a61c72df6973d # HEAD of "stable/queens" as of 10.02.2018
designate_dashboard_git_project_group: horizon_all
## Dragonflow service
-dragonflow_git_repo: https://git.openstack.org/openstack/dragonflow
+dragonflow_git_repo: https://github.com/openstack/dragonflow
dragonflow_git_install_branch: 8285aff0bc1c2c1c28e2f16a341ab769b93c40d6 # HEAD of "master" as of 10.02.2018 because no stable/queens branch yet
dragonflow_git_project_group: neutron_all
## Glance service
-glance_git_repo: https://git.openstack.org/openstack/glance
+glance_git_repo: https://github.com/openstack/glance
glance_git_install_branch: cbd6c08c35b6469765ae9519513c46b2a563a586 # HEAD of "stable/queens" as of 10.02.2018
glance_git_project_group: glance_all
## Heat service
-heat_git_repo: https://git.openstack.org/openstack/heat
+heat_git_repo: https://github.com/openstack/heat
heat_git_install_branch: 98636290c5a4ed9c7d608a1944124b5d92678107 # HEAD of "stable/queens" as of 10.02.2018
heat_git_project_group: heat_all
## Horizon service
-horizon_git_repo: https://git.openstack.org/openstack/horizon
+horizon_git_repo: https://github.com/openstack/horizon
horizon_git_install_branch: d3b403a96cd32e5c2c14261c75daf35275dda66f # HEAD of "stable/queens" as of 10.02.2018
horizon_git_project_group: horizon_all
## Horizon Ironic dashboard plugin
-ironic_dashboard_git_repo: https://git.openstack.org/openstack/ironic-ui
+ironic_dashboard_git_repo: https://github.com/openstack/ironic-ui
ironic_dashboard_git_install_branch: 7614aa2504df1e6370b6d36fba57d27315287179 # HEAD of "stable/queens" as of 10.02.2018
ironic_dashboard_git_project_group: horizon_all
## Horizon Magnum dashboard plugin
-magnum_dashboard_git_repo: https://git.openstack.org/openstack/magnum-ui
+magnum_dashboard_git_repo: https://github.com/openstack/magnum-ui
magnum_dashboard_git_install_branch: c7692de7c046cab3a5669520818fbe61f17811c8 # HEAD of "master" as of 10.02.2018 because no stable/queens branch yet
magnum_dashboard_git_project_group: horizon_all
## Horizon LBaaS dashboard plugin
-neutron_lbaas_dashboard_git_repo: https://git.openstack.org/openstack/neutron-lbaas-dashboard
+neutron_lbaas_dashboard_git_repo: https://github.com/openstack/neutron-lbaas-dashboard
neutron_lbaas_dashboard_git_install_branch: a42434a21bf95566472dc6c8ce078ca84432423d # HEAD of "stable/queens" as of 10.02.2018
neutron_lbaas_dashboard_git_project_group: horizon_all
## Horizon FWaaS dashboard plugin
-neutron_fwaas_dashboard_git_repo: https://git.openstack.org//openstack/neutron-fwaas-dashboard
+neutron_fwaas_dashboard_git_repo: https://github.com//openstack/neutron-fwaas-dashboard
neutron_fwaas_dashboard_git_install_branch: 193940f465f9b5f1798f22239cc629d3ff3beece # HEAD of "stable/queens" as of 10.02.2018
neutron_fwaas_dashboard_git_project_group: horizon_all
## Horizon Sahara dashboard plugin
-sahara_dashboard_git_repo: https://git.openstack.org/openstack/sahara-dashboard
+sahara_dashboard_git_repo: https://github.com/openstack/sahara-dashboard
sahara_dashboard_git_install_branch: 03ef0ca66f72e3ccc6a7f01b26d6f43590701db9 # HEAD of "stable/queens" as of 10.02.2018
sahara_dashboard_git_project_group: horizon_all
## Keystone service
-keystone_git_repo: https://git.openstack.org/openstack/keystone
+keystone_git_repo: https://github.com/openstack/keystone
keystone_git_install_branch: 30afb87247b6f6b7afbe431139e3471a2739aa1a # HEAD of "stable/queens" as of 10.02.2018
keystone_git_project_group: keystone_all
## Neutron service
-neutron_git_repo: https://git.openstack.org/openstack/neutron
+neutron_git_repo: https://github.com/openstack/neutron
neutron_git_install_branch: e6b4fe995d903844c5d4c3dcd98bb424814eeb04 # HEAD of "stable/queens" as of 10.02.2018
neutron_git_project_group: neutron_all
-neutron_lbaas_git_repo: https://git.openstack.org/openstack/neutron-lbaas
+neutron_lbaas_git_repo: https://github.com/openstack/neutron-lbaas
neutron_lbaas_git_install_branch: f6b8b5b0ad2c19ddf6a7c102c706cbfdb0b2bf05 # HEAD of "stable/queens" as of 10.02.2018
neutron_lbaas_git_project_group: neutron_all
-neutron_vpnaas_git_repo: https://git.openstack.org/openstack/neutron-vpnaas
+neutron_vpnaas_git_repo: https://github.com/openstack/neutron-vpnaas
neutron_vpnaas_git_install_branch: 2e01dfec9fda930cf8c5ce4abca23b354859274a # HEAD of "stable/queens" as of 10.02.2018
neutron_vpnaas_git_project_group: neutron_all
-neutron_fwaas_git_repo: https://git.openstack.org/openstack/neutron-fwaas
+neutron_fwaas_git_repo: https://github.com/openstack/neutron-fwaas
neutron_fwaas_git_install_branch: 74c90445f8e25d0ae4fb45a48bfb5d5e670c82d8 # HEAD of "stable/queens" as of 10.02.2018
neutron_fwaas_git_project_group: neutron_all
-neutron_dynamic_routing_git_repo: https://git.openstack.org/openstack/neutron-dynamic-routing
+neutron_dynamic_routing_git_repo: https://github.com/openstack/neutron-dynamic-routing
neutron_dynamic_routing_git_install_branch: 4115b4972dc2e8e9ead82d9b7e63a516e404d28f # HEAD of "stable/queens" as of 10.02.2018
neutron_dynamic_routing_git_project_group: neutron_all
-networking_calico_git_repo: https://git.openstack.org/openstack/networking-calico
+networking_calico_git_repo: https://github.com/openstack/networking-calico
networking_calico_git_install_branch: cc3628125775f2f1b3c57c95db3d6b50278dc92b # HEAD of "stable/queens" as of 10.02.2018 because no stable/queens branch yet
networking_calico_git_project_group: neutron_all
-networking_odl_git_repo: https://git.openstack.org/openstack/networking-odl
+networking_odl_git_repo: https://github.com/openstack/networking-odl
networking_odl_git_install_branch: ff80c7decc196cae5d7940aabbf14e5c37a94335 # HEAD of "stable/queens" as of 10.02.2018
networking_odl_git_project_group: neutron_all
-networking_bgpvpn_git_repo: https://git.openstack.org/openstack/networking-bgpvpn
+networking_bgpvpn_git_repo: https://github.com/openstack/networking-bgpvpn
networking_bgpvpn_git_install_branch: 38781f232fa457c4032d6697ca9239dc538bc5c9 # HEAD of "stable/queens" as of 10.02.2018
networking_bgpvpn_git_project_group: neutron_all
-networking_sfc_git_repo: https://git.openstack.org/openstack/networking-sfc
+networking_sfc_git_repo: https://github.com/openstack/networking-sfc
networking_sfc_git_install_branch: 86f958ec212efdaa0508f71ebc389cc1b060ea34 # HEAD of "stable/queens" as of 10.02.2018
networking_sfc_git_project_group: neutron_all
## Nova service
-nova_git_repo: https://git.openstack.org/openstack/nova
+nova_git_repo: https://github.com/openstack/nova
nova_git_install_branch: 01b756f960ed19ab801994d08d749dd94d729a22 # HEAD of "stable/queens" as of 10.02.2018
nova_git_project_group: nova_all
## PowerVM Virt Driver
-nova_powervm_git_repo: https://git.openstack.org/openstack/nova-powervm
+nova_powervm_git_repo: https://github.com/openstack/nova-powervm
nova_powervm_git_install_branch: a4e0721c6b307ab0046c3314aaa2b691ff8053df # HEAD of "stable/queens" as of 10.02.2018
nova_powervm_git_project_group: nova_all
## LXD Virt Driver
-nova_lxd_git_repo: https://git.openstack.org/openstack/nova-lxd
+nova_lxd_git_repo: https://github.com/openstack/nova-lxd
nova_lxd_git_install_branch: 16d06d149ed979745aa0ccd2b6db23122d17b57f # HEAD of "master" as of 10.02.2018 becayse no stable/queens branch yet
nova_lxd_git_project_group: nova_all
## Sahara service
-sahara_git_repo: https://git.openstack.org/openstack/sahara
+sahara_git_repo: https://github.com/openstack/sahara
sahara_git_install_branch: 4e2cf14ef9fb7c5c0009a2a6e53a28ac1748d9cb # HEAD of "stable/queens" as of 10.02.2018
sahara_git_project_group: sahara_all
## Swift service
-swift_git_repo: https://git.openstack.org/openstack/swift
+swift_git_repo: https://github.com/openstack/swift
swift_git_install_branch: 700a6756da70026fbffe3977bd40fc73404b5e25 # HEAD of "stable/queens" as of 10.02.2018
swift_git_project_group: swift_all
## Swift3 middleware
-swift_swift3_git_repo: https://git.openstack.org/openstack/swift3
+swift_swift3_git_repo: https://github.com/openstack/swift3
swift_swift3_git_install_branch: 1c117c96dda8113c3398c16e68b61efef397de74 # HEAD of "stable/queens" as of 10.02.2018
swift_swift3_git_project_group: swift_all
## Ironic service
-ironic_git_repo: https://git.openstack.org/openstack/ironic
+ironic_git_repo: https://github.com/openstack/ironic
ironic_git_install_branch: 6ab2908f829f39f6fb438a7bae9b671abfa97588 # HEAD of "stable/queens" as of 10.02.2018
ironic_git_project_group: ironic_all
## Magnum service
-magnum_git_repo: https://git.openstack.org/openstack/magnum
+magnum_git_repo: https://github.com/openstack/magnum
magnum_git_install_branch: 8e879f67dd21202f90504a86d617470fbe605338 # HEAD of "stable/queens" as of 10.02.2018
magnum_git_project_group: magnum_all
## Trove service
-trove_git_repo: https://git.openstack.org/openstack/trove
+trove_git_repo: https://github.com/openstack/trove
trove_git_install_branch: 9e5186b95bba51d911a0de9e6d6bd412c478aef4 # HEAD of "stable/queens" as of 10.02.2018
trove_git_project_group: trove_all
## Horizon Trove dashboard plugin
-trove_dashboard_git_repo: https://git.openstack.org/openstack/trove-dashboard
+trove_dashboard_git_repo: https://github.com/openstack/trove-dashboard
trove_dashboard_git_install_branch: bd33e730f52889a6979e7d751e6732ce06806774 # HEAD of "stable/queens" as of 10.02.2018
trove_dashboard_git_project_group: horizon_all
## Octavia service
-octavia_git_repo: https://git.openstack.org/openstack/octavia
+octavia_git_repo: https://github.com/openstack/octavia
octavia_git_install_branch: 45be6ff7cb06134c2b5a90af7d246316cd0495f8 # HEAD of "stable/queens" as of 10.02.2018
octavia_git_project_group: octavia_all
## Molteniron service
-molteniron_git_repo: https://git.openstack.org/openstack/molteniron
+molteniron_git_repo: https://github.com/openstack/molteniron
molteniron_git_install_branch: 094276cda77d814d07ad885e7d63de8d1243750a # HEAD of "master" as of 10.02.2018 because no stable/queens branch yet
molteniron_git_project_group: molteniron_all
## Tacker service
-tacker_git_repo: https://git.openstack.org/openstack/tacker
+tacker_git_repo: https://github.com/openstack/tacker
tacker_git_install_branch: 6932f5642598d53d93f94514eaed55cc93ea19d7 # HEAD of "stable/queens" as of 10.02.2018
tacker_git_project_group: tacker_all