We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b90b5a5 commit 0bab579Copy full SHA for 0bab579
.gitreview
@@ -1,5 +1,5 @@
1
[gerrit]
2
-host=review.openstack.org
+host=review.opendev.org
3
port=29418
4
project=openstack/tripleo-quickstart.git
5
defaultbranch=master
roles/libvirt/setup/undercloud/templates/update_image.sh.j2
@@ -17,7 +17,7 @@ timeout -s 15 -k 1200 900 bash << EOS
17
{{ ansible_pkg_mgr }} install -y libselinux-python* python*-libselinux
18
{{ ansible_pkg_mgr }} install -y git
19
mkdir -p /opt/{{ undercloud_user }}/new/tripleo-ci
20
- git clone https://git.openstack.org/openstack-infra/tripleo-ci /opt/stack/new/tripleo-ci
+ git clone https://opendev.org/openstack/tripleo-ci /opt/stack/new/tripleo-ci
21
{% endif %}
22
{% if "overcloud" in item.path %}
23
rm -rf /etc/puppet/modules/*
0 commit comments