Remove github references
OpenStack runs git.openstack.org which is more reliable and responsive when projects operate within OpenStack Infra. Replace all of the references to github with referneces to git.openstack.org. Change-Id: Ib3ece85aba6451801487b0bdbd83147e39d9e155
This commit is contained in:
parent
b50dbb0571
commit
5e3b5320e4
@ -2,7 +2,7 @@ Image building tools for Openstack
|
|||||||
==================================
|
==================================
|
||||||
|
|
||||||
These tools are the components of TripleO
|
These tools are the components of TripleO
|
||||||
(https://github.com/openstack/tripleo-incubator) that are responsible for
|
(https://wiki.openstack.org/wiki/TripleO) that are responsible for
|
||||||
building disk images.
|
building disk images.
|
||||||
|
|
||||||
This repository has the core functionality for building disk images, file
|
This repository has the core functionality for building disk images, file
|
||||||
@ -13,7 +13,7 @@ ramdisks.
|
|||||||
|
|
||||||
The TripleO project also develops elements that can be used to deploy
|
The TripleO project also develops elements that can be used to deploy
|
||||||
OpenStack itself. These live in the TripleO elements repository
|
OpenStack itself. These live in the TripleO elements repository
|
||||||
(https://github.com/openstack/tripleo-image-elements).
|
(https://git.openstack.org/cgit/openstack/tripleo-image-elements).
|
||||||
|
|
||||||
What tools are there?
|
What tools are there?
|
||||||
---------------------
|
---------------------
|
||||||
|
@ -1 +1 @@
|
|||||||
config-applier git /opt/stack/config-applier https://github.com/openstack/os-apply-config.git
|
config-applier git /opt/stack/config-applier https://git.openstack.org/openstack/os-apply-config.git
|
||||||
|
@ -9,14 +9,14 @@ When online, the master pypi index is supplied as an extra-url, so uncached
|
|||||||
dependencies will still be available. When offline, only the mirror is used - a
|
dependencies will still be available. When offline, only the mirror is used - a
|
||||||
stale mirror will cause build failures.
|
stale mirror will cause build failures.
|
||||||
|
|
||||||
[jeepyb](https://github.com/openstack-infra/jeepyb) can be useful in making a
|
[jeepyb](https://git.openstack.org/cgit/openstack-infra/jeepyb) can be useful in making a
|
||||||
partial PyPI mirror suitable for building images. For instance:
|
partial PyPI mirror suitable for building images. For instance:
|
||||||
|
|
||||||
* sudo apt-get install libxml2-dev libxslt-dev libmysqlclient-dev libpq-dev \
|
* sudo apt-get install libxml2-dev libxslt-dev libmysqlclient-dev libpq-dev \
|
||||||
libnspr4-dev pkg-config libsqlite3-dev libzmq-dev libffi-dev libldap2-dev \
|
libnspr4-dev pkg-config libsqlite3-dev libzmq-dev libffi-dev libldap2-dev \
|
||||||
libsasl2-dev
|
libsasl2-dev
|
||||||
|
|
||||||
* pip install git+https://github.com/openstack-infra/jeepyb
|
* pip install git+https://git.openstack.org/openstack-infra/jeepyb
|
||||||
|
|
||||||
* cat << EOF > mirror.yaml
|
* cat << EOF > mirror.yaml
|
||||||
cache-root: /home/USER/.cache/image-create/pypi/download
|
cache-root: /home/USER/.cache/image-create/pypi/download
|
||||||
@ -24,7 +24,7 @@ partial PyPI mirror suitable for building images. For instance:
|
|||||||
mirrors:
|
mirrors:
|
||||||
- name: openstack
|
- name: openstack
|
||||||
projects:
|
projects:
|
||||||
- https://github.com/openstack/requirements
|
- https://git.openstack.org/openstack/requirements
|
||||||
output: /home/USER/.cache/image-create/pypi/mirror
|
output: /home/USER/.cache/image-create/pypi/mirror
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ from git and pbr from a tarball would be
|
|||||||
|
|
||||||
#<name> <type> <destination> <location> [<ref>]
|
#<name> <type> <destination> <location> [<ref>]
|
||||||
# <ref> defaults to master if not specified
|
# <ref> defaults to master if not specified
|
||||||
ironic git /usr/local/ironic git://github.com/openstack/ironic.git
|
ironic git /usr/local/ironic git://git.openstack.org/openstack/ironic.git
|
||||||
|
|
||||||
*File : elements/custom-element/source-repository-pbr*
|
*File : elements/custom-element/source-repository-pbr*
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ description-file =
|
|||||||
author = HP Cloud Services
|
author = HP Cloud Services
|
||||||
author_email = openstack-dev@lists.openstack.org
|
author_email = openstack-dev@lists.openstack.org
|
||||||
license: Apache License (2.0)
|
license: Apache License (2.0)
|
||||||
home-page = https://github.com/openstack/diskimage-builder
|
home-page = https://git.openstack.org/cgit/openstack/diskimage-builder
|
||||||
classifier =
|
classifier =
|
||||||
Development Status :: 3 - Alpha
|
Development Status :: 3 - Alpha
|
||||||
License :: OSI Approved :: Apache Software License
|
License :: OSI Approved :: Apache Software License
|
||||||
|
Loading…
Reference in New Issue
Block a user