Commit Graph

20 Commits

Author SHA1 Message Date
Darla Ahlert d379968d79 Delete and move outdated docs
This is one part of the process of organizing the Kuryr docs
across Kuryr, Kuryr-Libnetwork, and Kuryr-Kubernetes. This
commit in particular deletes files that are being moved to
their appropriate directories and one file that is outdated.

Change-Id: I60881c2b22f7b3413e9a2223b818f57eaf2af82d
Depends-On: If0e23ffe10f798d2f9f5b37e1b996bd069715721
2017-02-20 13:36:25 -06:00
Hongbin Lu 4727039006 Update the libnetwork devref
It looks the pool prefix length is wrong. This commit fixed it.

Change-Id: I4c044e7eebd1aed15651213a6f90add210553fd9
2017-02-06 16:32:56 -06:00
Darla Ahlert e830ca4a2a [docs] Libnetwork remote driver missing a step
The Libnetwork Networking Design Docs page currently goes from
step 5 to step 7. This commit changes step 7 to say step 6.

Change-Id: Ic4d37ad0d5127631d04da5bc20af7a389754c8cb
Closes-bug: 1641775
2016-11-21 10:10:24 -06:00
Darla Ahlert 1ca045bc5c [doc] Simple doc fix to add some missing styling
This commit adds a set of stand alone curly brackets into a
code block for more readability.

Closes-Bug: 1641780
Change-Id: I448b684a362c6a0abfc67950ec918d11aa92591d
2016-11-15 09:11:16 -06:00
Jenkins 59d57378b2 Merge "Usage is /Plugin.Active --> /Plugin.Activate" 2016-08-23 07:27:31 +00:00
Dongcan Ye ab4591dcbe Update Kuryr dev docs
Update dev docs followed by [1]. Fix include:
1. external references [2]
2. code block [3]

[1] http://docs.openstack.org/contributor-guide/index.html
[2] http://docs.openstack.org/contributor-guide/rst-conv/references.html
[3] http://docs.openstack.org/contributor-guide/rst-conv/source-code.html

Change-Id: I4bb57948835a4f352995e39ade5f03c2bfa34957
Closes-Bug: #1511221
2016-07-28 13:45:43 +08:00
Janonymous 68fdf02e56 Usage is /Plugin.Active --> /Plugin.Activate
Change-Id: I68ea5a498458b3f935e4b1ff478109b00d8c6d82
Link: https://github.com/docker/libnetwork/blob/master/docs/remote.md#handshake
2016-07-12 11:56:44 +05:30
Nguyen Hung Phuong 7dba65042f Fix typos in Kuryr files
Change-Id: I0419567b5becf58bf3cc9ee69da7e708310c8f32
2016-03-31 09:15:48 +07:00
Baohua Yang 4f6b746d80 Adjust underline length and change default scope to local
See https://review.openstack.org/#/c/264653/.

Change-Id: Ic17743c820a3321f02b1efca6089d538900d5939
2016-01-29 02:15:23 +00:00
Taku Fukushima 561780e30b Add description about the IPAM to devref
This patch adds the specification of the IPAM leverages Neutron's IPAM
mechanism for the newly added libnetwork IPAM driver mechanism.

Change-Id: I5965aae70732f7e7634ceebf706db16f0d7f68de
Co-Authored-By: vikas choudhary <choudharyvikas16@gmail.com>
Blueprint: remote-ipam-driver
Closes-Bug: #1518249
2016-01-13 05:45:28 +05:30
Jenkins 7cd5da8207 Merge "Adding support for Discovery calls" 2015-12-02 06:00:41 +00:00
Mohammad Banikazemi 32f1b3fe51 Adding support for Discovery calls
Support for the DiscoveryNew and DiscoverDelete methods as
defined in the libnetwork released with Docker 1.9.0 is added.
Neutron does not require using such informaton. Nor is it capable
of using such information with its current API.

Change-Id: Icca7858e2f0f5c686a841f4611b9e2cfc9a47368
2015-12-01 10:51:24 -05:00
Taku Fukushima 82c22c7e47 Fix the inspected network info in devref
This patch fixes the JSON data returned by "docker network inspect"
command. It was described as they were lower cases but in the actual
data they're capitalized.

Change-Id: I9cd809f9f23f107894ddd7705d08ef6ff554a976
Signed-off-by: Taku Fukushima <f.tac.mac@gmail.com>
2015-12-01 18:24:51 +09:00
Taku Fukushima eb15420bcc Fix the scope of Kuryr in the devref
This patch changes "scope" attributes in the response of "docker network
inspect" command in libnetwork_remote_driver_design.rst. They were
"local" but they are supposed to be "global".

Change-Id: I4c4022a54e047f960182ec3f63286055a26d706d
Signed-off-by: Taku Fukushima <f.tac.mac@gmail.com>
2015-11-24 11:21:56 +09:00
Atsushi SAKAI d1f4272d6b Fix one typo
JOSN => JSON

Change-Id: I28885be81dffcfa3804826b34abcfbf282861be1
2015-11-05 11:20:41 +09:00
Kyle Mestery 31c27f0b32 Cleanup the Kuryr documentation
Change-Id: I61a9a8ea8bbd13e3fef9fbab4aac59d27cf4847a
Signed-off-by: Kyle Mestery <mestery@mestery.com>
2015-11-03 08:59:06 -06:00
Vikas Choudhary d510d3352d Update devref to catchup with libnetwork 0.5.0
Updating devref to address following changes:
1. Removal of 'service' from docker
2. Vendoring in IPAM driver support from libnetwork to docker. This
allows user to pass subnet of their choice using docker cli. In case
if user does not provide subnet related configuration and neither
remote ipam driver while creating network, built-in ipam driver will
provide default subnet configuration.

refer to the links for details:
https://github.com/docker/docker/pull/16645
https://github.com/docker/libnetwork/blob/master/docs/ipam.md

Change-Id: I30f5cb54d4feadafc954f6e4b09bcbd6243e6c00
Closes-Bug: #1505489
2015-10-22 22:21:34 +05:30
Taku Fukushima ea02211402 Remove allocation_pools in the subnet request against Neutron
This patch removes the allocation_pools from the request for the subnet
creation, which is not supposed to contain that field for allocating all
IP addresses. allocation_pools with null leads the validation error and
this causes the failures of the endpoint creation.

Change-Id: I3ef43ed32a65cc885303530a0292d0c9a84a6d78
Signed-off-by: Taku Fukushima <f.tac.mac@gmail.com>
Closes-Bug: #1503183
2015-10-14 13:42:29 +02:00
Taku Fukushima c2db30236f Fix the command for service publishing
This patch replaces the wrong command for publishing a service with the
correct one.

Change-Id: I19d36c96f0a31aebd5142c625301a4b488168de0
Signed-off-by: Taku Fukushima <f.tac.mac@gmail.com>
Closes-Bug: #1499970
2015-09-26 16:12:02 +09:00
Gal Sagie d5cd2d0abb Add design and devref section in documentation
1. Move design doc to the new section and enhance it with
   changes made on the spec (neutron side in the process)
2. Add goals document from the spec

This section will now be used to hold the specific designs
for all the various parts and integration with magnum/kolla

Change-Id: I9ab00408553c4aed8a07ad0f7f656e6dd9d1fa3c
2015-09-07 13:36:06 +03:00