diff --git a/README.md b/README.md index c6d43e33..c0cf08e5 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ Quick Guide to Users ### Install Compass from source? - 1. Run `git clone -b dev/exeperimental git://git.openstack.org/openstack/compass-core.git` + 1. Run `git clone -b dev/exeperimental https://git.openstack.org/openstack/compass-core.git` 2. Run `cd compass` to the Compass project directory. 3. Run `./install/install.sh` to setup compass environment. Please note that before you execute `install.sh`, you may setup your environment variables in `install/install.conf`, explanations and examples of those variables can be found in `install.conf`. 4. Run `./bin/refresh.sh` to initialize database. @@ -119,7 +119,7 @@ Quick Guide to Users 2. Make sure your OS and CPU architecture are both 64-bit. 3. Make sure you have virtualbox installed. 4. Make sure you have virtualbox extension pack installed to support pxe. - 5. Run `git clone -b dev/experimental git://git.openstack.org/openstack/compass-core.git` + 5. Run `git clone -b dev/experimental https://git.openstack.org/openstack/compass-core.git` 6. Go to directory `compass-core/vagrant` 7. Run `./launch.sh` Note: all the vboxnet interfaces and compass related vms should be removed prior to another launch. diff --git a/project-config/jenkins/jobs/check-compass-specs-docs/config.xml b/project-config/jenkins/jobs/check-compass-specs-docs/config.xml index 4849cc24..86c86d5b 100644 --- a/project-config/jenkins/jobs/check-compass-specs-docs/config.xml +++ b/project-config/jenkins/jobs/check-compass-specs-docs/config.xml @@ -24,7 +24,7 @@ true - /home/jenkins/script/gerrit-git-prep.sh https://review.openstack.org git://git.openstack.org + /home/jenkins/script/gerrit-git-prep.sh https://review.openstack.org https://git.openstack.org /home/jenkins/script/run-docs.sh diff --git a/project-config/jenkins/jobs/compass-specs-publish-specs/config.xml b/project-config/jenkins/jobs/compass-specs-publish-specs/config.xml index d6f6e616..1492c84e 100644 --- a/project-config/jenkins/jobs/compass-specs-publish-specs/config.xml +++ b/project-config/jenkins/jobs/compass-specs-publish-specs/config.xml @@ -24,7 +24,7 @@ true - /home/jenkins/script/gerrit-git-prep.sh https://review.openstack.org git://git.openstack.org + /home/jenkins/script/gerrit-git-prep.sh https://review.openstack.org https://git.openstack.org /home/jenkins/script/run-docs.sh diff --git a/regtest/ansible/install/group_vars/all b/regtest/ansible/install/group_vars/all index 33d6da93..33742550 100644 --- a/regtest/ansible/install/group_vars/all +++ b/regtest/ansible/install/group_vars/all @@ -28,7 +28,7 @@ pkg_installer: ['ansible'] epel_6: "https://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm" # compass adapters -compass_adapters: "git://git.openstack.org/openstack/compass-adapters.git" +compass_adapters: "https://git.openstack.org/openstack/compass-adapters.git" ## cobbler # cidr for docker bridge: compass0 diff --git a/vagrant/first_run.sh b/vagrant/first_run.sh index 0d5a59bd..799d15dc 100755 --- a/vagrant/first_run.sh +++ b/vagrant/first_run.sh @@ -47,7 +47,7 @@ VBoxManage storageattach storage --storagectl "storage-IDE" --port 0 --device 0 # compass # get latest ansible code cd $SCRIPT_DIR -git clone -b dev/experimental git://git.openstack.org/openstack/compass-adapters.git +git clone -b dev/experimental https://git.openstack.org/openstack/compass-adapters.git cp -r compass-adapters/ansible/openstack_juno compass-adapters/ansible/openstack_juno_plumgrid vagrant box list |grep compass if [ "$?" != "0" ]; then