Minor: Git URI schema and URL change
Change-Id: I0ec3bf08fc3f18b31ad16e7e96a2cd66605d68e4
This commit is contained in:
parent
b8f2792eb6
commit
9ac079dd35
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -17,7 +17,7 @@ Vagrant.configure("2") do |config|
|
|||||||
node.vm.hostname = "dbtest"
|
node.vm.hostname = "dbtest"
|
||||||
node.vm.provision :shell, inline: <<-SHELL
|
node.vm.provision :shell, inline: <<-SHELL
|
||||||
#mkdir /root/deploy
|
#mkdir /root/deploy
|
||||||
#git clone git://git.openstack.org/openstack/airship-divingbell /root/deploy/airship-divingbell
|
#git clone https://git.airshipit.org/airship-divingbell /root/deploy/airship-divingbell
|
||||||
git clone https://git.openstack.org/openstack/openstack-helm-infra /root/deploy/openstack-helm-infra
|
git clone https://git.openstack.org/openstack/openstack-helm-infra /root/deploy/openstack-helm-infra
|
||||||
cd /root/deploy/openstack-helm-infra
|
cd /root/deploy/openstack-helm-infra
|
||||||
./tools/gate/devel/start.sh full
|
./tools/gate/devel/start.sh full
|
||||||
|
Loading…
x
Reference in New Issue
Block a user