summaryrefslogtreecommitdiffstats
path: root/kubernetes/mock
AgeCommit message (Collapse)AuthorFilesLines
2018-05-14Helm Chart Standardization Sniro-Emulator(Mock)vaibhav4-112/+0
This task also includes renaming of mock project into sniro-emulator Issue-ID: OOM-741 Change-Id: Ib0352f7ecb10019f940c571de073dc0af7056ee5 Signed-off-by: vaibhav <vaibhav.chopra@amdocs.com>
2018-05-11Revert "Remove hard-coding of nexus3 on sniroetor"Mandeep Khinda2-2/+4
This reverts commit c491f42ead8b379249bc2eebe8a02534897b750a. It doesn't build. It actually needs to wait for https://gerrit.onap.org/r/#/c/41675/ to be merged first Issue-ID: INT-215 Change-Id: Iec57bcb08ac465db840f02b096718d88c5393c17 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-05-11Remove hard-coding of nexus3 on sniroemulatorGary Wu2-4/+2
Change-Id: Ia06b17702f5d3b722bb7baf68ee039a7131f89cb Issue-ID: INT-215 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-03-22License addition in all yamlsvaibhav_16dec4-0/+56
Issue-ID: OOM-821 Change-Id: I627ac962afe8cd6bf2859a30a0e88f6c9ac89d34 Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
2018-03-01Run all components in one namespaceBorislavG2-3/+3
Change-Id: I5fcd4d577c1fda4de27842807c7cf7a5d372756e Issue-ID: OOM-722 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2017-10-29Add option to disable specific deploymentsyuryn2-0/+4
Add option to disable any deployment by using conditions in helm templates. Each deployment will get helm parameter - boolean flag allowing to disable it. The flags can be listed in the custom values.yaml file that can be passed to the createAll script with '-v' command line option. Change-Id: I32b795de46c72915c2201c94c23f4e061971bb56 Issue-ID: OOM-380 Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com>
2017-09-29SNIRO Emulator - Adding SNIRO emulator containerGeora Barsky4-0/+52
Add deployment of SNIRO emulator container via OOM as a standalone project, which can be deployed "optionally" JIRA-ID INT-215 Change-Id: I7f5953952de38c81d948ee7db37c0cfce9c247c0 Signed-off-by: Geora Barsky <georab@amdocs.com>