Corrected openstack-virtual-baremetal repo location

Uses the new location of openstack-virtual-baremetal as it was
imported to openstack organization earlier today.

Change-Id: I6f6904b67052a97d8ebc5e4f3d766efb93fec7a5
This commit is contained in:
Sorin Sbarnea 2019-01-15 12:09:41 +00:00
parent 61b7c30da0
commit 28b46708ef
4 changed files with 6 additions and 6 deletions

View File

@ -11,13 +11,13 @@ Beginning assumptions
This document details the workflow for running TripleO Quickstart on Openstack
instances. In particular, the example case is instances created via Heat and
Openstack Virtual Baremetal <https://github.com/cybertron/openstack-virtual-baremetal>.
Openstack Virtual Baremetal <https://github.com/openstack/openstack-virtual-baremetal>.
The following are assumed to have been completed before following this document:
* An Openstack cloud exists and has been set up
(and configured as described in
<https://github.com/cybertron/openstack-virtual-baremetal#patching-the-host-cloud>
[Patching the Host Cloud](https://openstack-virtual-baremetal.readthedocs.io/en/latest/host-cloud/patches.html).
if the cloud is pre-Mitaka release). From the Mitaka release the cloud should
not require patching
* The undercloud image under test has been uploaded to Glance in the Openstack cloud.

View File

@ -7,7 +7,7 @@ Requirements
------------
These roles assume that the host cloud has already been patched as per
https://github.com/cybertron/openstack-virtual-baremetal/blob/master/README.rst#patching-the-host-cloud.
[Patching the Host Cloud](https://openstack-virtual-baremetal.readthedocs.io/en/latest/host-cloud/patches.html).
Role Variables
--------------
@ -61,7 +61,7 @@ Parameters used the env.yaml file to create the OVB heat stack (See defaults/mai
Dependencies
------------
This playbook depends on the shade library and https://github.com/cybertron/openstack-virtual-baremetal.
This playbook depends on the shade library and https://github.com/openstack/openstack-virtual-baremetal.
Example Playbook
----------------

View File

@ -12,7 +12,7 @@
- name: Clone Openstack Virtual Baremetal repo if it does not exist
git:
repo: https://github.com/cybertron/openstack-virtual-baremetal.git
repo: https://git.openstack.org/openstack/openstack-virtual-baremetal.git
dest: "{{ local_working_dir }}/openstack-virtual-baremetal"
version: "{{ ovb_repo_version }}"

View File

@ -1,7 +1,7 @@
---
- name: Clone Openstack Virtual Baremetal repo if it does not exist
git:
repo: https://github.com/cybertron/openstack-virtual-baremetal.git
repo: https://git.openstack.org/openstack/openstack-virtual-baremetal.git
dest: "{{ local_working_dir }}/openstack-virtual-baremetal"
version: "{{ ovb_repo_version }}"