1. What is the problem
Tricircle directory doc/source has been refactored, some links in README
are disabled.
2. What is the solution for the problem
Update the links in README file to the latest.
3. What the features need to be implemented to the Tricircle to
realize the solution
None.
Change-Id: I1f94d0c6349b6e679214e6b0b1b4773d030abe17
1. What is the problem
Currently release note link in readme is linked to github site,
should be updated to OpenStack docs site.
2. What is the solution to the problem
Link release note to OpenStack docs site
3. What the features need to be implemented to the Tricircle
No new features
Change-Id: I1b7798ec101a917e1297f02c8e71c6001264b6df
1. What is the problem
README now does not have networking network guide link.
2. What is the solution to the problem
Add the network guide link to the README
3. What the features need to be implemented to the Tricircle
No new features
Change-Id: I096db397a0c0de1cae6989398d1299eda85297be
1. What is the problem
Currently no configuration guide in the Tricircle.
2. What is the solution to the problem
This patch adds configuration guide for the Tricircle. Only the
configuration items of Tricircle will be described here. Logging,
messaging, database, keystonemiddleware etc configuration which are
generated from OpenStack OSLO libary, will not be described here.
3. What the features need to be implemented to the Tricircle
to realize the solution
None
Change-Id: I73c972c60ef43f8cca394af6a1b52cd5751a0f8b
Closes-Bug: #1652738
1. What is the problem?
There were some typos in this module, which should be modified.
2. What is the solution to the problem?
This change modifies the spelling mistakes.
3. What the features need to be implemented to the Tricircle to
realize the solution?
No new features
Change-Id: I04bf779e371adfc2816a549fc95fcaa44cd8d6d0
1.What is the problem?
All links in the README must be under openstack.org not github.com
or google.com
2.What is the solution to the problem?
We fix the README.rst and index.rst
3.What the features need to be implemented to the Tricircle
to realize the solution?
No new features.
Change-Id: I9f9e8f8334c93a11826d7fdf50d8c9fea86502a9
Closes-Bug: #1605188
1. What is the problem?
There is no release notes in master branch, then the user of
Tricircle don't know what features supported, what features not
supported.
2. What is the solution to the problem?
Add release notes to outline what features supported for the Tricircle
project.
3. What the features need to be implemented to the Tricircle to realize the solution?
No new features.
Change-Id: I4270730bd5def464b9814f7b457a0316a6dd1a0e
1. What is the problem?
The current installation guide is based on the Tricircle with
API-GW and networking automation functionalities. After the
Tricircle splitting, only networking automation will be remained
the Tricircle repository, so the current installation guide
will not work anymore.
2. What is the solution to the problem?
Update the installation guide to reflect the Tricricle splitting.
This patch will focus on single node installation with DevStack.
Multi-node installation with DevStack will be update in another
patch: https://review.openstack.org/#/c/385306/.
3. What the features need to be implemented to the Tricircle to realize
the solution?
No new features.
Change-Id: I0d5a3a9673a34ca8eb96a07f2eafbb1b931ef55f
Signed-off-by: joehuang <joehuang@huawei.com>
1. What is the problem?
After splitting, the Tricircle will be dedicated for
networking automation across Neutron, so the README.rst
and setup.cfg need to be updated
2. What is the solution to the problem?
Update README.rst and setup.cfg file in the github.
3. What the features need to be implemented to the Tricircle to realize
the solution?
No new features.
Change-Id: I92c525feb6ff059ae59e82b3f54fedd5f14789a5
Signed-off-by: joehuang <joehuang@huawei.com>
1. What is the problem?
The Tricircle Admin API documentation has been implemented, so the
relevant link to it in the document README.rst should be updated as
well.
2. What is the solution to the problem?
Remove the original null link at the bottom of the document README.rst and
change the part "Documentation" to "Tricircle Admin API documentation", then
provide the relative link behind it.
3. What the features need to be implemented to the Tricircle to realize the solution?
None.
Change-Id: I8dae02ddef4a3019abe91ec1ca283280b64c7c61
1.What is the problem
An OpenStack project should be created based on the template
generated by cookiecutter: http://docs.openstack.org/infra/manual/creators.html#preparing-a-new-git-repository-using-cookiecutter
There are some files missing in the Tricircle compared to
the files generated by cookiecutter template.
2.What's need to be fixed:
This patch sets is to amend this missing files.
Moreover, README.md was renamed to README.rst, and the installation
part with devstack was moved to doc/source/installation.rst according
to the cookiecutter generated template. The README.rst in the
Tricircle root folder was updated accordingly, and only the description
of the Tricircle was remained.
3.What is the purpose of this patch set:
To make the Tricircle follow other OpenStack project folder structure
template which could be generated by cookiecutter to keep consistency.
Change-Id: I65d4c376a87eccded12bd3f08bcd9ee89def95d4
Signed-off-by: Chaoyi Huang <joehuang@huawei.com>