aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/so
AgeCommit message (Collapse)AuthorFilesLines
2017-11-09Tag unsupported command with Experimentalsubhash kumar singh3-3/+3
Tag unsupported command with Experimental tag. Change-Id: If35ac905987c6ea9fb3112183001195c63ed290d Issue-ID: CLI-55 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2017-11-07Update SO command from MSOsubhash kumar singh7-35/+48
Update yaml from MSO to SO. Change-Id: Ie73ea80cad8fb36988dc08b0ed8d138d1b02b657 Issue-ID: CLI-55 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2017-11-06Add samples for commandssubhash kumar singh2-2/+2
- Add samples for command - Fix typo (change from "ouput" to "output") in sample files. Change-Id: Ifa5c1a302df5be07c28c7e97602ec22844ce1aea Issue-ID: CLI-55 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2017-11-03Add sort option for MSO cmdsubhash kumar singh5-3/+40
Add sort option for MSO commands. Change-Id: Iddbfff1f2d1d6c9fa76d0976743cb6ccb33a7312 Issue-ID: CLI-15 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2017-10-31Fix command for vfmodule-createsubhash kumar singh3-82/+125
Fix command schema for vfmodule-create. Issue-ID: CLI-15 Change-Id: I94f2bbf694adac3973d2cbbe2d55b68e451eb242 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2017-10-31Create command for vnf-deletesubhash kumar singh3-52/+61
Implement command for vnf-delete. Issue-ID: CLI-15 Change-Id: I176aeb0b8793ae7e2b0d39c0515307a11b2e22bb Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2017-10-31Implement vnf-create commandsubhash kumar singh5-82/+178
Implement vnf-create command. Change-Id: Ie6370110de0f704d69521d394d1f36b4c9e02f2f Issue-ID: CLI-15 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2017-10-31Fix yaml for service-deletesubhash kumar singh2-15/+44
Fix yaml for sevice-delete. Change-Id: I7e59c93464ab52fa30f6f5225ea3145365d2357b Issue-ID: CLI-15 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2017-10-31Fix service-create commandsubhash kumar singh4-25/+108
Fix service-create command arguments for SO. Issue-ID: CLI-15 Change-Id: I9b36d092cfbaab1cf5de55a431613536c79fff5c Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2017-09-21Implement CLI for VF module deletesubhash kumar singh2-0/+58
Implement CLI for VF module delete. Change-Id: I3432db598e90fdb565467b793f20e00dec72cd11 Issue-ID: CLI-15 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2017-09-21Implement CLI for VF module creationsubhash kumar singh2-0/+82
Implement CLI for VF module creation. Change-Id: I923938e4991fce29387e6b943abdbee68baad53d Issue-ID: CLI-15 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2017-09-21Implement CLI for SO VNF deletionsubhash kumar singh2-0/+52
Implement CLI for SO VNF deletion. Change-Id: I4ef7c65cbb543ce9fd3ed31ee19151501fba00ae Issue-ID: CLI-15 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2017-09-21CLI implementation for SO vnf createsubhash kumar singh2-0/+82
CLI implementation for SO vnf create. Change-Id: I8a69d4e6781364f5eb9ca76f29cf40303735cfbc Issue-ID: CLI-15 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2017-09-21Implement command SO service deletesubhash kumar singh2-0/+33
Implement command for SO service delete. Change-Id: I8857e935504a32e83edcf36916d4082dfdb55c14 Issue-ID: CLI-15 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2017-09-21Service create command for SOsubhash kumar singh3-0/+106
CLI implementation for service create command. Change-Id: Ifa834e70625c840cdf2278962679b6cbdec116f5 Issue-ID: CLI-15 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>