aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2018-06-28gitignore: Ignore docs generation dirsMartin Klozik1-0/+3
Update .gitignore file to ignore OPNFVDOCS scripts and directories used for docs generation. Change-Id: I8a8476677b4f3d488d8b09b4eb17d98cad8e77bd Signed-off-by: Martin Klozik <martin.klozik@tieto.com> (cherry picked from commit cc722289a74012c2f76a683f7fb6ca1904c85e93)
2018-03-13Modify repo structureHarry Huang1-1/+1
JIRA: - Work in progress Change-Id: I196753efd2da33cee5cc4afe932bbb2e07ca24d8 Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2018-03-07Add scripts to setup ONAP on OpenStackHarry Huang1-0/+7
JIRA: Auto-5 Setup ONAP environment on OpenStack. Develop Using Python considering its proved performence within OPNFV testing project, and with its rich library we can operate REST calls and json parsing in a more elegant way, also others can reuse the existing module to develop use cases and test cases. Main workflow: 1. prepare OpenStack to launch ONAP (images, security rules, keypair, etc) 2. launch ONAP stack Change-Id: Id99affccbcaa86be134a535f89b26c54ad137e21 Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>