Update to opendev

Change-Id: Iac5e266899b01cd84a15f7a5016961472d039240
This commit is contained in:
tonybrad 2019-04-30 17:06:23 +08:00
parent d839698f74
commit a7da22155b
6 changed files with 7 additions and 7 deletions

View File

@ -5,5 +5,5 @@ MoltenIron maintains a pool of bare metal nodes.
* Free software: Apache license
* Documentation: https://docs.openstack.org/molteniron/
* Source: http://git.openstack.org/cgit/openstack/molteniron
* Source: http://opendev.org/openstack/molteniron
* Bugs: http://bugs.launchpad.net/molteniron

View File

@ -18,7 +18,7 @@ then remove tox and reinstall. Next, do the following::
Then, check out the MoltenIron project::
$ git clone https://git.openstack.org/openstack/molteniron.git
$ git clone https://opendev.org/openstack/molteniron.git
$ cd molteniron/
Before you can install the package requirements, you may need to install a
@ -38,7 +38,7 @@ script must be run as follows::
Or with a clean installation of an Ubuntu 16.04 system, do the following::
$ sudo apt-get update
$ git clone https://git.openstack.org/openstack/molteniron.git
$ git clone https://opendev.org/openstack/molteniron.git
$ cd molteniron/
$ ./utils/install_requirements.sh

View File

@ -103,7 +103,7 @@ During the creation of a job, in the pre_test_hook.sh, add the following snippet
MI_IP=10.1.2.3 # @TODO - Replace with your IP addr here!
# Grab molteniron and install it
git clone https://git.openstack.org/openstack/molteniron ${REPO_DIR} || exit 1
git clone https://opendev.org/openstack/molteniron ${REPO_DIR} || exit 1
cd ${REPO_DIR}

View File

@ -5,7 +5,7 @@ skipsdist = True
[testenv]
usedevelop = True
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning

View File

@ -16,7 +16,7 @@
# limitations under the License.
#
# $ git clone https://git.openstack.org/openstack/molteniron.git
# $ git clone https://opendev.org/openstack/molteniron.git
# $ cd molteniron/
# $ ./utils/install_requirements.sh
#

View File

@ -85,7 +85,7 @@
- name: install molteniron source code from git
git:
repo: https://git.openstack.org/openstack/molteniron.git
repo: https://opendev.org/openstack/molteniron.git
dest: "{{ molteniron_source_dir }}"
version: HEAD
when: molteniron_source_dir_st.stat.islnk is not defined