aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2022-10-12noheat: Upgrades, refactor, deploy DevstackMaciej Wereski1-0/+1
* Revert "Enable VID" (this reverts commit 2223bfaffa8fe5fb90c578ec71a035f001b9ce22) * make sure ca-certificates is current * add ability to configure Docker daemon * upgrade Ubuntu to 20.04 * update tools, dependencies, Ansible Galaxy collections, Docker, RKE, k8s & charts * make Prometheus & MetalLB optional * deploy Istio * use copy instead of ansible.posix.synchronize * Allow to set IP address pools in OpenStack * fix ansible-lint issues * split big tasks files into smaller ones * migrate to ansible-core * add 'make onap' task * add Devstack deployment * fix NFS exports * add Strimzi * install Docker on operator * override Nexus only on hosts that need it * ability to set override file (sm-onap is default) * ability to set ONAP (OOM) branch * ability to set Devstack version * add playbook to deploy everything * describe how to run playbooks * save operator0 access information * install Galaxy deps with dedicated module Issue-ID: INT-1601 Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com> Change-Id: I88cfeeaf281c175340b63909983251ecd62eeb00
2021-09-28Adds 2 upper-constraints to pin all the dependencies.Cédric Ollivier1-0/+1
It modifies a little bit the official upper-constraints.txt from OpenStack due to Sphinx (4.2.0 as asked by lfdocs-conf vs 3.5.2) and due to setuptools (58.1.0 as used in ONAP gates vs 54.1.1). In a long run, docs/upper-constraints.os.txt should be removed once ONAP is synced with OpenStack. For it's part, docs/upper-constraints.onap.txt should be centralized for all ONAP projects and then removed from this particular project. It should be noted that lfdocs-conf still mismatches concrete and abstract deps. It removes tox and setuptools from requirements as nothing depends on them (most requirements should be removed except lfdocsconf) Issue-ID: DOC-765 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: Iae808297484f4798de82a43597ccad7905ff4c94 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-02-07Add tox config for vcpe scriptsBartek Grzybowski1-0/+1
This is a basic setup for tox that will run pytest tests Change-Id: Icb15fbd30d7c13694866f447cd448a07195f4573 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: INT-1427
2019-08-30Integrating DfC to use TLS sidecar containerecaiyanlinux1-0/+1
Change-Id: I111bc5596346db70923645dcfe79af3e639c978c Issue-ID: DCAEGEN2-1702 Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech>
2019-03-26First draft of k8s deployment using RKEGary Wu1-0/+3
Change-Id: Ifa0eb52b64438df64692aaf58b9ef8e5dd7fd32c Issue-ID: INT-993 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2019-03-01ROP file creation script for e2e testingRehanRaza1-1/+0
* Creates a number of files (set using NUM_FILES) with standard filenames * File are created using a template XML file (set using FILE_TEMPLATE) * Files are updated after a specific interval (set using UPDATE_MINS) * At each update, the name of oldest file is modified with current timestamp * Works for multiple PNF nodes (set using NUM_NODES) Change-Id: I279970720ae25a360bd7a56923ebf3b8825abfd8 Issue-ID: DCAEGEN2-1225 Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
2019-02-15Add .pydevproject to .gitignoreMarco Platania1-1/+1
Change-Id: I8d2ae922da7fc47f59aa0facbbfcb31251dc6f32 Issue-ID: INT-748 Signed-off-by: Marco Platania <platania@research.att.com>
2018-09-27Move CSIT to integration/csit repoGary Wu1-0/+1
To facilite branching of CSIT tests, all CSIT test code and scripts are relocated to the integration/csit repo. Change-Id: I6777cd414e43dbf2bfa6215f7e50849e1a6a2e59 Issue-ID: INT-671 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-09-25Update DCAE deployment strategyMarco Platania1-0/+1
Change-Id: Ib2ba0c11279a1ec27cc4924807f64aa8c7e05a15 Issue-ID: INT-669 Signed-off-by: Marco Platania <platania@research.att.com>
2018-05-30Add IntelliJ project files to .gitignoreMaciej Wejs1-0/+3
Change-Id: Iaf98ae264d17a70ec4662428c987badfdb026b10 Issue-ID: INT-510 Signed-off-by: Maciej Wejs <maciej.wejs@nokia.com>
2018-05-16Add sub repos into .gitignoreGary Wu1-0/+2
Change-Id: Ib60f4bad501008420d95fd4fa91e8e83804046e9 Issue-ID: INT-501 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-05-09Update Portal versionsManoop Talasila1-0/+1
Issue-ID: PORTAL-249 Change-Id: I8879692afb61713013c13907f681875f31f2fbcc Signed-off-by: Manoop Talasila <talasila@research.att.com>
2017-10-20Create a upstream repos validatorVictor Morales1-0/+1
This Unit Test helps to validate the usage of the official repositrories and fails in case that a minimum are not used. Change-Id: Id5a922163a8a0d16de5460aee92e5cced3f285a3 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-289
2017-09-15Install eteutils using a temp directoryGary Wu1-1/+0
Install eteutils using the virtualenv temp directory instead of the $WORKSPACE directory to avoid future directory naming conflicts. Change-Id: I9ab65f00f3453869bd5f9cfea03c3398849a7691 Issue-ID: INT-200 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-09-14Add testsuite python utils to CSITGary Wu1-0/+1
Change-Id: Id80ac4b33710d0c1cdd9249d9f0c3f4d78a81d27 Issue-ID: INT-200 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-09-01Change to read manifest from classpathGary Wu1-0/+1
Change-Id: Iba9f66cae0b018efdfd7c0827d3287866eb0b092 Issue-ID: INT-124 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-06-16Add README for bootstrap/jenkinsGary Wu1-0/+3
Change-Id: I7b3691ddfd5bde8898e25654f19fa7d50ef8e668 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-06-16Initial directory structure for integrationGary Wu1-0/+16
Change-Id: Ic578c19fa84ce2a49b7d875e15036e8ac9885831 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>