Remove many references to github

OpenStack's primary git repositories aren't on github, so update the
URLs en-masse to point to git.o.o. There are some references left as
they either reference code that is only on github, or require it,
like the Jenkins element.

Change-Id: Id50f2e0fc0b301b5b2d04f769d032044cd11404c
This commit is contained in:
Steve Kowalik 2014-03-18 15:06:23 +11:00
parent 8ff4642990
commit e9db480214
12 changed files with 15 additions and 15 deletions

View File

@ -8,9 +8,9 @@ umbrella project.
Instructions
------------
Checkout this source tree and also the diskimage builder
(https://github.com/openstack/diskimage-builder), export an ELEMENTS\_PATH
to add elements from this tree, and build any disk images you need.
Checkout this source tree and also the diskimage builder, export an
ELEMENTS\_PATH to add elements from this tree, and build any disk images you
need.
git clone https://git.openstack.org/openstack/diskimage-builder.git
git clone https://git.openstack.org/openstack/tripleo-image-elements.git

View File

@ -10,4 +10,4 @@ The Snakeoil SSL cert can be configured via Heat Metadata. For example:
snakeoil_key: ----- BEGIN PlaceHolder...
Sample usage shown in nagios3 template at:
https://github.com/openstack/tripleo-heat-templates
https://git.openstack.org/cgit/openstack/tripleo-heat-templates

View File

@ -2,7 +2,7 @@
## This config file was taken directly from the upstream repo, and tweaked just enough to work.
## It has not been audited to ensure that everything present is either Heat controlled or a mandatory as-is setting.
## Please submit patches for any setting that should be deleted or Heat-configurable.
## https://github.com/openstack/diskimage-builder
## https://git.openstack.org/cgit/openstack/tripleo-image-elements
[DEFAULT]
{{#glance.verbose}}

View File

@ -2,7 +2,7 @@
## This config file was taken directly from the upstream repo, and tweaked just enough to work.
## It has not been audited to ensure that everything present is either Heat controlled or a mandatory as-is setting.
## Please submit patches for any setting that should be deleted or Heat-configurable.
## https://github.com/openstack/diskimage-builder
## https://git.openstack.org/cgit/openstack/tripleo-image-elements
[DEFAULT]
{{#glance.verbose}}

View File

@ -2,7 +2,7 @@
## This config file was taken directly from the upstream repo, and tweaked just enough to work.
## It has not been audited to ensure that everything present is either Heat controlled or a mandatory as-is setting.
## Please submit patches for any setting that should be deleted or Heat-configurable.
## https://github.com/openstack/diskimage-builder
## https://git.openstack.org/cgit/openstack/tripleo-image-elements
[DEFAULT]
{{#glance.verbose}}

View File

@ -2,7 +2,7 @@
## This config file was taken directly from the upstream repo, and tweaked just enough to work.
## It has not been audited to ensure that everything present is either Heat controlled or a mandatory as-is setting.
## Please submit patches for any setting that should be deleted or Heat-configurable.
## https://github.com/openstack/diskimage-builder
## https://git.openstack.org/cgit/openstack/tripleo-image-elements
[DEFAULT]
{{#glance.verbose}}

View File

@ -20,4 +20,4 @@ can be provided via heat. For example:
initial_network_split_key: ctlplane
Sample heat template with defaults configured for a boot-stack vm located at:
https://github.com/openstack/tripleo-heat-templates
https://git.openstack.org/cgit/openstack/tripleo-heat-templates

View File

@ -2,7 +2,7 @@
## This config file was taken directly from the upstream repo, and tweaked just enough to work.
## It has not been audited to ensure that everything present is either Heat controlled or a mandatory as-is setting.
## Please submit patches for any setting that should be deleted or Heat-configurable.
## https://github.com/openstack/diskimage-builder
## https://git.openstack.org/cgit/openstack/tripleo-image-elements
[DEFAULT]
state_path = /var/run/neutron
interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver

View File

@ -2,7 +2,7 @@
## This config file was taken directly from the upstream repo, and tweaked just enough to work.
## It has not been audited to ensure that everything present is either Heat controlled or a mandatory as-is setting.
## Please submit patches for any setting that should be deleted or Heat-configurable.
## https://github.com/openstack/diskimage-builder
## https://git.openstack.org/cgit/openstack/tripleo-image-elements
[DEFAULT]
interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver

View File

@ -2,7 +2,7 @@
## This config file was taken directly from the upstream repo, and tweaked just enough to work.
## It has not been audited to ensure that everything present is either Heat controlled or a mandatory as-is setting.
## Please submit patches for any setting that should be deleted or Heat-configurable.
## https://github.com/openstack/diskimage-builder
## https://git.openstack.org/cgit/openstack/tripleo-image-elements
[DEFAULT]

View File

@ -2,7 +2,7 @@
## This config file was taken directly from the upstream repo, and tweaked just enough to work.
## It has not been audited to ensure that everything present is either Heat controlled or a mandatory as-is setting.
## Please submit patches for any setting that should be deleted or Heat-configurable.
## https://github.com/openstack/tripleo-image-elements
## https://git.openstack.org/cgit/openstack/tripleo-image-elements
[DEFAULT]

View File

@ -22,8 +22,8 @@ service will not be started automatically nor can it be manually started.
## example usage
```bash
# clone nova.git from github, and install it and its dependencies to /opt/stack/venvs/nova
os-svc-install -u nova -r https://github.com/openstack/nova.git
# clone nova, and install it and its dependencies to /opt/stack/venvs/nova
os-svc-install -u nova -r git://git.openstack.org/openstack/nova.git
# install a system-start script for nova-api
os-svc-daemon -e 'foo=bar bar=baz' -n nova-api -u nova -c /opt/stack/venvs/nova/bin/nova-api -- --config-dir /etc/nova