Merge "Fix inconsistencies in git url"
This commit is contained in:
commit
0c87d4256a
@ -112,7 +112,7 @@ workflow <http://docs.openstack.org/infra/manual/developers.html>`__.
|
|||||||
`Launchpad <https://launchpad.net/kolla>`__.
|
`Launchpad <https://launchpad.net/kolla>`__.
|
||||||
- Attend weekly
|
- Attend weekly
|
||||||
`meetings <https://wiki.openstack.org/wiki/Meetings/Kolla>`__.
|
`meetings <https://wiki.openstack.org/wiki/Meetings/Kolla>`__.
|
||||||
- Contribute `code <https://github.com/openstack/kolla>`__.
|
- Contribute `code <https://git.openstack.org/openstack/kolla>`__.
|
||||||
|
|
||||||
Contributors
|
Contributors
|
||||||
============
|
============
|
||||||
|
@ -71,7 +71,7 @@ driver_handles_share_servers = False
|
|||||||
# Generic driver is the only driver that uses image from Glance for building
|
# Generic driver is the only driver that uses image from Glance for building
|
||||||
# service VMs in Nova. And following are data for some specific image.
|
# service VMs in Nova. And following are data for some specific image.
|
||||||
# We used one defined in [1]
|
# We used one defined in [1]
|
||||||
# [1] https://github.com/openstack/manila/blob/6785cad9/devstack/plugin.sh#L86
|
# [1] https://git.openstack.org/cgit/openstack/manila/tree/devstack/plugin.sh?id=6785cad9#n86
|
||||||
service_instance_password = {{ manila_service_instance_password }}
|
service_instance_password = {{ manila_service_instance_password }}
|
||||||
service_instance_user = {{ manila_service_instance_user }}
|
service_instance_user = {{ manila_service_instance_user }}
|
||||||
service_image_name = manila-service-image
|
service_image_name = manila-service-image
|
||||||
|
@ -174,7 +174,7 @@ resources:
|
|||||||
|
|
||||||
# Pull the Kolla repo
|
# Pull the Kolla repo
|
||||||
cd /root
|
cd /root
|
||||||
git clone https://github.com/openstack/kolla.git
|
git clone https://git.openstack.org/openstack/kolla
|
||||||
|
|
||||||
# Add vxlan kernel module for Neutron
|
# Add vxlan kernel module for Neutron
|
||||||
modprobe vxlan
|
modprobe vxlan
|
||||||
@ -196,7 +196,7 @@ resources:
|
|||||||
chkconfig firewalld off
|
chkconfig firewalld off
|
||||||
|
|
||||||
# Install Magnum Client
|
# Install Magnum Client
|
||||||
git clone http://github.com/openstack/python-magnumclient
|
git clone https://git.openstack.org/openstack/python-magnumclient
|
||||||
cd python-magnumclient
|
cd python-magnumclient
|
||||||
sudo pip install -e .
|
sudo pip install -e .
|
||||||
|
|
||||||
|
@ -7,9 +7,8 @@ How To Contribute
|
|||||||
Basics
|
Basics
|
||||||
======
|
======
|
||||||
|
|
||||||
#. Our source code is hosted on `OpenStack GitHub`_, but pull requests
|
#. Our source code is hosted on `OpenStack Kolla Git`_. Bugs should be filed on
|
||||||
submitted through GitHub will be ignored. Bugs should be filed on
|
launchpad_.
|
||||||
launchpad_, not GitHub.
|
|
||||||
|
|
||||||
#. Please follow OpenStack `Gerrit Workflow`_ to to contribute to Kolla.
|
#. Please follow OpenStack `Gerrit Workflow`_ to to contribute to Kolla.
|
||||||
|
|
||||||
@ -24,7 +23,7 @@ Basics
|
|||||||
|
|
||||||
#. TrivialFix tags or bugs are not required for documentation changes.
|
#. TrivialFix tags or bugs are not required for documentation changes.
|
||||||
|
|
||||||
.. _OpenStack GitHub: https://github.com/openstack/kolla
|
.. _OpenStack Kolla Git: https://git.openstack.org/cgit/openstack/kolla/
|
||||||
.. _Gerrit Workflow: http://docs.openstack.org/infra/manual/developers.html#development-workflow
|
.. _Gerrit Workflow: http://docs.openstack.org/infra/manual/developers.html#development-workflow
|
||||||
.. _launchpad: https://bugs.launchpad.net/kolla
|
.. _launchpad: https://bugs.launchpad.net/kolla
|
||||||
.. _here: https://wiki.openstack.org/wiki/GitCommitMessages
|
.. _here: https://wiki.openstack.org/wiki/GitCommitMessages
|
||||||
|
@ -112,7 +112,7 @@ the best use of the docker cache.
|
|||||||
|
|
||||||
[keystone]
|
[keystone]
|
||||||
type = git
|
type = git
|
||||||
location = https://github.com/openstack/keystone
|
location = https://git.openstack.org/openstack/keystone
|
||||||
reference = stable/mitaka
|
reference = stable/mitaka
|
||||||
|
|
||||||
[heat-base]
|
[heat-base]
|
||||||
@ -184,7 +184,7 @@ image, the operator would add the following block to
|
|||||||
|
|
||||||
[neutron-server-plugin-networking-cisco]
|
[neutron-server-plugin-networking-cisco]
|
||||||
type = git
|
type = git
|
||||||
location = https://github.com/openstack/networking-cisco
|
location = https://git.openstack.org/openstack/networking-cisco
|
||||||
reference = master
|
reference = master
|
||||||
|
|
||||||
Known issues
|
Known issues
|
||||||
|
@ -83,7 +83,7 @@ correctly. On Fedora 22::
|
|||||||
|
|
||||||
Find a location in the system's home directory and checkout the Kolla repo::
|
Find a location in the system's home directory and checkout the Kolla repo::
|
||||||
|
|
||||||
git clone https://github.com/openstack/kolla.git
|
git clone https://git.openstack.org/openstack/kolla
|
||||||
|
|
||||||
Developers can now tweak the Vagrantfile or bring up the default **all-in-one**
|
Developers can now tweak the Vagrantfile or bring up the default **all-in-one**
|
||||||
CentOS 7-based environment::
|
CentOS 7-based environment::
|
||||||
|
@ -28,7 +28,7 @@ local msg = {
|
|||||||
Fields = nil
|
Fields = nil
|
||||||
}
|
}
|
||||||
|
|
||||||
-- See https://github.com/openstack/swift/blob/2a8b455/swift/common/utils.py#L1423-L1424
|
-- See https://git.openstack.org/cgit/openstack/swift/tree/swift/common/utils.py?id=2a8b455#n1423
|
||||||
local swift_grammar = syslog.build_rsyslog_grammar('<%PRI%>%programname%: %msg%')
|
local swift_grammar = syslog.build_rsyslog_grammar('<%PRI%>%programname%: %msg%')
|
||||||
|
|
||||||
function process_message ()
|
function process_message ()
|
||||||
|
@ -164,8 +164,8 @@ _BASE_OPTS = [
|
|||||||
SOURCES = {
|
SOURCES = {
|
||||||
'openstack-base': {
|
'openstack-base': {
|
||||||
'type': 'url',
|
'type': 'url',
|
||||||
'location': ('https://github.com/openstack/requirements/tarball/'
|
'location': ('http://tarballs.openstack.org/requirements/'
|
||||||
'master')},
|
'requirements-master.tar.gz')},
|
||||||
'aodh-base': {
|
'aodh-base': {
|
||||||
'type': 'url',
|
'type': 'url',
|
||||||
'location': ('http://tarballs.openstack.org/aodh/'
|
'location': ('http://tarballs.openstack.org/aodh/'
|
||||||
|
@ -3,7 +3,7 @@ debug=True
|
|||||||
|
|
||||||
[neutron-server-plugin-networking-arista]
|
[neutron-server-plugin-networking-arista]
|
||||||
reference = master
|
reference = master
|
||||||
location = https://github.com/openstack/networking-arista
|
location = https://git.openstack.org/openstack/networking-arista
|
||||||
type = git
|
type = git
|
||||||
|
|
||||||
[profiles]
|
[profiles]
|
||||||
|
@ -178,7 +178,7 @@ class KollaWorkerTest(base.TestCase):
|
|||||||
expected_plugin = {
|
expected_plugin = {
|
||||||
'name': 'neutron-server-plugin-networking-arista',
|
'name': 'neutron-server-plugin-networking-arista',
|
||||||
'reference': 'master',
|
'reference': 'master',
|
||||||
'source': 'https://github.com/openstack/networking-arista',
|
'source': 'https://git.openstack.org/openstack/networking-arista',
|
||||||
'type': 'git'
|
'type': 'git'
|
||||||
}
|
}
|
||||||
for image in kolla.images:
|
for image in kolla.images:
|
||||||
|
@ -175,7 +175,7 @@ not be reliably deployed in an active/active or active/passive fashion.
|
|||||||
|
|
||||||
In general, the Kolla HA environment looks like:
|
In general, the Kolla HA environment looks like:
|
||||||
|
|
||||||
![Image](https://raw.githubusercontent.com/openstack/kolla/master/specs/ha.svg)
|
![Image](https://git.openstack.org/cgit/openstack/kolla/plain/specs/ha.svg)
|
||||||
|
|
||||||
Security impact
|
Security impact
|
||||||
---------------
|
---------------
|
||||||
|
Loading…
Reference in New Issue
Block a user