aboutsummaryrefslogtreecommitdiffstats
path: root/setup/onap_on_openstack
AgeCommit message (Collapse)AuthorFilesLines
2018-04-26Fix key issueHarry Huang1-2/+2
JIRA: - Misplace public key and private key Change-Id: Iae694cfdab00500af863c934f5924693d5bab5d1 Signed-off-by: Harry Huang <huangxiangyu5@huawei.com> (cherry picked from commit a85a3366e4ca2094facf69b696e0c03e97ab45dc)
2018-03-07Add scripts to setup ONAP on OpenStackHarry Huang4-0/+254
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>