summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-09-22Add license information to the deployment scripts.colorado.1.0stable/coloradoDimitri Mazmanov2-0/+16
Signed-off-by: Dimitri Mazmanov <dimitri.mazmanov@ericsson.com> Change-Id: I4479d9abfe329615e6d4a720a2763e0d78de580e (cherry picked from commit e95068643b1107380ac1ebc74d56eac88a25b1b7)
2016-09-20Cherry Pick the update from the master branch to stable/colorado branchjoehuang15-57/+42
These patches should be cherry picked to colorado branch: https://gerrit.opnfv.org/gerrit/#/c/20077/ https://gerrit.opnfv.org/gerrit/#/c/20635/ https://gerrit.opnfv.org/gerrit/#/c/19833/ https://gerrit.opnfv.org/gerrit/#/c/19587/ But because the structure of the folder was changed in https://gerrit.opnfv.org/gerrit/#/c/19833/ cherry pick using gerrit will lead to merge conflict, has to update the colorado branch through this patch. Change-Id: I971eb28520b47b14de52a761269518b959c6921c Signed-off-by: joehuang <joehuang@huawei.com>
2016-08-19Fetch Kingbird with a fixed 0.2.1 tagDimitri Mazmanov1-0/+1
In order to ensure that the Colorado release we should work with a fixed version of Kingbird to avoid uncertainties. Change-Id: Ida9e72d639c81e2e43ecaf48fd8461ec6912677a Signed-off-by: Dimitri Mazmanov <dimitri.mazmanov@ericsson.com>
2016-08-14Add kingbird installation, configuration and user guidejoehuang10-21/+828
Kingbird is a sub-project in multisite, and will be released as part of OPNFV Colorado release, add Kingbird installation , configuration and user guide to the Multisite repository, and in later patch includes them into OPNFV documentation. Change-Id: I3f8f3528c495f6f10bfa790763cc7c69017d7bdb Signed-off-by: joehuang <joehuang@huawei.com>
2016-08-09Add kingbird.log fileDimitri Mazmanov1-0/+0
The jenkins job fails without it. Adding it temporarily. Signed-off-by: Dimitri Mazmanov <dimitri.mazmanov@ericsson.com> Change-Id: Id431b0f3ed1fc34ba1d598f05c7107694dec2e43
2016-08-09pgrep didn't use the right process nameDimitri Mazmanov1-2/+6
Change-Id: I07b83468a8db4ef0ccc868ec8eba0f9b8c591089 Signed-off-by: Dimitri Mazmanov <dimitri.mazmanov@ericsson.com>
2016-08-09Remove kingbird folder before cloningDimitri Mazmanov1-4/+3
If one deployment fails, all subsequent jenkins runs will fail due to the git clone command failing because of the existing kingbird folder. Moving folder cleanup before the clone operation. Change-Id: Ief1e70f10f22c0811a483d4dd8cddccec8bd622a Signed-off-by: Dimitri Mazmanov <dimitri.mazmanov@ericsson.com>
2016-07-28Force reinstall of kingbird.Dimitri Mazmanov1-1/+1
Signed-off-by: Dimitri Mazmanov <dimitri.mazmanov@ericsson.com> Change-Id: If0ccee8de3270117d07f3b4aeae17e25c619e28c
2016-07-19Merge "Fix endpoint URLs"Dimitri Mazmanov2-35/+43
2016-07-14Fix endpoint URLsDimitri Mazmanov2-35/+43
Previously kingbird endpoints were registered without port number and version. This fix restores correct endpoints. Change-Id: I7ce1cbffa1c99e5a4f5d97aa495f9ac914272d8a Signed-off-by: Dimitri Mazmanov <dimitri.mazmanov@ericsson.com>
2016-07-13Merge "Add kingbird deployment scripts"Dimitri Mazmanov2-0/+225
2016-07-13Add kingbird deployment scriptsDimitri Mazmanov2-0/+225
The scripts will be triggered by the CI and install kingbird on a controller. Change-Id: I3110aeb5dd20e53ca5816691ee2c7da24720630b Signed-off-by: Dimitri Mazmanov <dimitri.mazmanov@ericsson.com>
2016-07-12Add Ashish to the committer listChaoyi Huang1-2/+2
Ashish is the top contributor in Kingbird: http://stackalytics.com/?project_type=openstack-others&release=all&module=kingbird&metric=loc And he is the core of Kingbird. So add Ashish to the committer list in multisite repository Change-Id: I024436067451edb32d3e50c41fd82daf1c4167f3 Signed-off-by: Chaoyi Huang <joehuang@huawei.com>
2016-02-26docs: updates to use new doc toolchain and fixesRyota MIBU9-362/+158
JIRA: MULTISITE-25 Change-Id: If7b711d0c8b6ebf955055bcc7a79c63fbf70d006 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2016-01-04Add doc and update output according OpenStack spec's updatebrahmaputra.1.0Chaoyi Huang11-80/+743
Add admin-user-guide and configuration-guide for multisite, and update the output requirement to sync. the change in OpenStack spec, which was reviewed in OpenStack community Change-Id: Icff3dda7e204404f8003d6e06cde45151eb03446 Signed-off-by: Chaoyi Huang <joehuang@huawei.com>
2015-11-06Merge "JIRA:MULTISITE-8 -VNF GR Requirement"Chaoyi Huang1-0/+235
2015-11-06Merge "Use Case 2 VNF_high_availability_across_VIM"Chaoyi Huang1-0/+160
2015-11-06Merge "Multisite identity service management"Chaoyi Huang1-0/+376
2015-10-19JIRA:MULTISITE-8 -VNF GR Requirementzhipengh1-0/+235
Change-Id: I3b006d951b7b8865a3b964a18f6c906d202533cc Signed-off-by: zhipengh <zhipengh512@gmail.com>
2015-09-30Use Case 2 VNF_high_availability_across_VIMChaoyi Huang1-0/+160
Cross Neutron l2/l3 networking to support high availability telecom application ( VNF ) deployed into different OpenStack instances. Change-Id: I46ab9de72193e0b06efa6c9d79b8b2a976d1c68b Signed-off-by: Chaoyi Huang <joehuang@huawei.com>
2015-09-10Example as code, documentation template for sphinx buildAric Gardner4-0/+150
This code will be pushed to each project creating a docs/ directory This servers as an example and template for you (the developers) to create your own project documentation Change-Id: Ica7b60e90f5b514ee774b6a9e4c1c70d2f217d24 JIRA:RELENG-15 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2015-09-09Multisite identity service managementChaoyi Huang1-0/+376
A user should, using a single authentication point be able to manage virtual resources spread over multiple OpenStack regions.This document will describe the use case, requirement token format, and different KeyStone service deployment solution, analysis and prototype, gaps found and conclusion. JIRA ID: https://jira.opnfv.org/browse/MULTISITE-2 Change-Id: Ic546f27fc9ca44bce4e972ecedeacf1b0560b88e Signed-off-by: Chaoyi Huang <joehuang@huawei.com>
2015-09-06Add Dimitri to the commiter listChaoyi Huang1-2/+4
According to the vote result in the mail-list, Dimitri will be a commiter of multisite project Update the primary contact and multisite project approvement link Change-Id: Iec9835732c644e0e490bee083ab7e67706402883 Signed-off-by: Chaoyi Huang <joehuang@huawei.com>
2015-08-27Fill in Jira Project name and prefixAric Gardner1-2/+2
Change-Id: I096b283b0ba3eac7c02d8f004d5dc2b5b234afc0 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2015-04-29Add INFO fileAric Gardner1-0/+20
JIRA:0000 Change-Id: I7bf28eb198ce8859dd801859e48e52c3af223da2 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2015-04-29Adding .gitreview to multisite JIRA:0000 more information at ↵Aric Gardner1-0/+5
https://wiki.opendaylight.org/view/Git-review_Workflow Change-Id: I48b84f2519a7ca543be49b1377e45961367c0382 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2015-04-28Initial empty repositoryAric Gardner0-0/+0