Age | Commit message (Collapse) | Author | Files | Lines |
|
CLI-13
Change-Id: Ia21006ca1dae3a451782c7c2e4df535e05ecaca6
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
|
|
ONAP is using basic auth already for some services
and AAF is being used as well. so there are more than
one auth type being used across. to support it,
new property call auth is introduced in service section.
also no-auth is now migrated as auth: none
CLI-29
Change-Id: I151a4669151f67884f9875f47c8df396836ae25b
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
|
|
CLI framework is being enhanced to support
different service mode like direct and catalog
and msb term is verfy specific to catalog mode.
so its migrated to move to generic format
CLI-29
Change-Id: I93f8354e2f32f7cae1660168ce403c76cca0587f
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
|
|
Based on no-auth customise the default parameter for onap-command.
e.g. If "no-auth = true" then command should not add default parameter
"onap-username, onap-password, msb-url and no-auth".
Issue-Id: CLI-22
Change-Id: Ic9228feb1deb7e6f24eb9b9f0c8f15fd45364e94
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
|
|
|
|
Introduce new section "default_parameter" to add "include" and
"exclude" parameter from defalut parameter list.
Following is a example for the parameter section to use it:
xyz.yaml:
...
default_parameters:
include:
- parameter1
- parameter2
...
exclude:
- parameter3
- parameter4
...
parameters:
- parameter5
....
....
Issue-Id: CLI-20
Change-Id: I99fd91a130739f2007fdd85a23c76d4e1b30c542
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
|
|
CLI-21
Change-Id: Iacaa3e7f498efe0f565e826be1638868cdac965d
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
|
|
Helps to copy all cli plugins jar into
plugins/target/lib, from here deployment
project will take them.
CLI-21
Change-Id: I52f0a37878f5cd1267f9cf5a1f326a71fb704e79
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
|
|
It migrated the code from Open-O into
onap namespace and adds the required
framework, main, deployment and some
sample plugins for msb.
CLI-7
CLI-8
CLI-11
Change-Id: I499e34237daccb971ef74bd10e50f50707baa4d3
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
|