summaryrefslogtreecommitdiffstats
path: root/docs/submodules/oom
AgeCommit message (Collapse)AuthorFilesLines
2020-03-27Update git submodulesSylvain Desbureaux1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to a2998d3cd4aaa2eabe19f6191ed6253657f7d61a - Add Sylvain as committer Issue-ID: CIMAN-134 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Icd72c24af9c7eb6a5e5ee9578fba8d32abf787a5
2020-03-20Update git submodulesBartek Grzybowski1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to c7ad8d281bd674f4cc7e08f977eef05ea952c416 - Merge "Add necessary packages to Ubuntu Dockerfile" - Add necessary packages to Ubuntu Dockerfile Added iproute2 and python3-docker to ubuntu docker file. These packages is necessary for docker functionality in Molecule testing. Is necessary to install them because there are not in ubuntu image by default. Issue-ID: OOM-1671 Signed-off-by: Jan Benedikt <j.benedikt@partner.samsung.com> Change-Id: I4e4f6bf342da3d5acba5b7b12c2dae9d64099426
2020-03-19Update git submodulesOndřej Šmalec1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to c546e2c54a371f56b679d2daadb58b7d1740b906 - Fixing helm lint quoting helm lint parameter Issue-ID: OOM-2339 Signed-off-by: Ondřej Šmalec <o.smalec@partner.samsung.com> Change-Id: I56083798e4f26fb175b8d6f22c5d07de622e5b88
2020-03-18Update git submodulesOndřej Šmalec1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to 0d90cf8fe895e62b7343088ca9a017eff32e92dd - Skip helm lint Because of new templates in ONAP, make command takes a long time and our ansible role timeout Adding SKIP_LINT parameter to this role. Issue-ID: OOM-2339 Signed-off-by: Ondřej Šmalec <o.smalec@partner.samsung.com> Change-Id: Ie7f0db95e51816ccc781b1253539b3a0dae9eb7b
2020-03-18Update git submodulesJan Benedikt1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to 4fd6349133f5ffbd96795dedd4549ef0612c9ab5 - Adding Ubuntu support in Ansible - docker-dind role Extending ansible playbooks of ubuntu support. Issue-ID: OOM-1671 Signed-off-by: Jan Benedikt <j.benedikt@partner.samsung.com> Change-Id: I6028736b54ce825d3eae257ca61cb6efab19a913
2020-03-06Update git submodulesBartek Grzybowski1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to d0dbbca45c18a09dddf714453ca2c88bcd7a49f0 - Merge "Specify Python in Ansible inventory template file" - Specify Python in Ansible inventory template file Created copy of inventory template due to set var of Python interpreter. Python interpreter cannot be set in ansible.cfg file due to bug: https://github.com/ansible/ansible/issues/45852 Issue-ID: OOM-1671 Signed-off-by: Jan Benedikt <j.benedikt@partner.samsung.com> Change-Id: I9683a2a764e8c6696a39625a6ddc40cda20f9333
2020-03-05Update git submodulesBartek Grzybowski1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to 52dc3d055d88f9f0e2a25a94dd5c94927b61c100 - Merge "Fix: Losing dns configuration after reboot" - Fix: Losing dns configuration after reboot Issue-ID: OOM-2295 Signed-off-by: Mateusz Pilat <m.pilat@partner.samsung.com> Change-Id: Ic10203be6fc2cd2c805679a293efa0f2ddea9465
2020-02-14Update git submodulesMateusz Pilat1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to f1d9816984b695fc4ae6a011c23c5f274385070e - Fix packaging script - Memory error in md5 calculations During package preparation whole file is read and stashed in to RAM. when the file is large, like ONAP package it will result in an error Signed-off-by: Mateusz Pilat <m.pilat@partner.samsung.com> Issue-ID: OOM-2308 Change-Id: Ic2dbea4018162bd4cfb380f6fb34078062c38a09
2020-02-14Update git submodulesOndřej Šmalec1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to d8b17a1fe40bdc1fb1df0a70be6e92cdbc5ce09c - Adding checksum of packages into package.info Function to add checksum of created packges to package.info Modified --add-metadata parameter to handle more parameters in format key=value Issue-ID: OOM-2288 Signed-off-by: Ondřej Šmalec <o.smalec@partner.samsung.com> Change-Id: I29114c4566fdfd9643ab5c60951ee65f5680d2fe
2020-02-12Update git submodulesBartek Grzybowski1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to 6ac532c0d6cd76dd5fef7cee280fdc1f43ea9222 - Use POSIX compliant shell command in cicdansible "[[ ]]" is a bash specific command that doesn't work in dash which is Ubuntu's default shell. Change-Id: Idd09c2e1e8c409503b12756141632527ab91b5ec Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: OOM-1671
2020-02-11Update git submodulesBartek Grzybowski1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to 2a4c4776daca85d66e478dd3f6a46a6e250934d0 - Disable 'pipefile' shell opt in cloud-init's runcmd module Cloud-init runs runcmd module with default OS shell which evaluates to dash for Ubuntu and which in turn doesn't support 'pipefile' option. This makes cloud-init fail the module on Ubuntu OS. In runcmd script there are no pipes so it's safe to remove it from shell opts. Change-Id: I0402fbfe13fe528832e64d107c1bc07bb5516fc2 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: OOM-1671
2020-01-30Update git submodulesBartek Grzybowski1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to 711a2cc42376472c6788bf2d18bf31f39792e556 - Merge "Removed version from package name" - Removed version from package name Version is kept in package.info file. No need to have it as well in package name. package.info file is present in each tar package. Issue-ID: OOM-2277 Signed-off-by: Ondřej Šmalec <o.smalec@partner.samsung.com> Change-Id: I19fd80cb18e5eac614ac743af954f049536deb3b
2020-01-24Update git submodulesBartek Grzybowski1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to 75f35a9ee8b6fc8b79ce4db1717f615de9d97b63 - Merge "Help script to remove runtime images from datalist" - Help script to remove runtime images from datalist Issue-ID: OOM-2276 Signed-off-by: Ondřej Šmalec <o.smalec@partner.samsung.com> Change-Id: I8f848dbb73747f0744a16fb5831627c20d9f8303
2020-01-24Update git submodulesOndřej Šmalec1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to cb26bd845d1005fcfdef28e599d59d31fc226a55 - Replace master branch in BuildGuide changed master branch to generic <branch> variable. Issue-ID: OOM-2274 Signed-off-by: Ondřej Šmalec <o.smalec@partner.samsung.com> Change-Id: I2fef04e00c6aa096e0fe3cd8d48327c5bf197cc1
2020-01-23Update git submodulesTomáš Levora1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to d1d632f7a2beed8cefcd65f9e85670caca09ebf1 - Merge "Option for additional metadata in package.py" - Option for additional metadata in package.py Issue-ID: OOM-2269 Signed-off-by: Ondřej Šmalec <o.smalec@partner.samsung.com> Change-Id: I6b23512746171fdeaac3883fb61695db2c48c3ab
2020-01-20Update git submodulesTomáš Levora1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to 59ee11be51545ac5902c8c6789c1a3a44425ef73 - Merge changes from topic "OOM-1853" * changes: Run env setup only once Fix condition for checking if tests are defined - Run env setup only once prep_ubuntu_16_04_for_molecule routine was taken out of run_molecule function so that it's not superfluously run on each molecule invocation Change-Id: I1e4d3f32fbec4fa1e96389d9d65740747bffcef6 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: OOM-1853 - Fix condition for checking if tests are defined Native shell conditional is used as previously the condition would give warnings on stderr in certain cases, e.g. when role was removed script reported: "find: ‘ansible/roles/<rolename>’: No such file or directory" Change-Id: I63f50bda94e144a17307d927a6be70ae270f28bf Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: OOM-1853
2020-01-20Update git submodulesTomáš Levora1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to a3f7fe728cfa4f3b4e0a1f87b3232630a608365a - Merge "Improve offline-installer-review.sh logic to only run relevant tests" - Improve offline-installer-review.sh logic to only run relevant tests Main CI wrapper script refactored so that it runs tests in a more granulated manner, i.e. matching between changed files and relevant tests to run was optimised. Change-Id: I09086099d7d16c52e29da2fe19440bcfd79ad295 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: OOM-1853
2020-01-20Update git submodulesTomáš Levora1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to a96b1cca28d388c8c93c2f973a9e52633a25124c - Merge "Remove reference to Appendix in BuildGuide" - Remove reference to Appendix in BuildGuide Appendix was removed in change I8859ba42420d351ce12347cd63bf11f95a4b528d Fixed some wording. Change-Id: I3ad585b67532a4a44bf272d8ebfefec03ec3cc12 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: OOM-2158
2020-01-20Update git submodulesBartek Grzybowski1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to 694656b0fd93183b99a1065dd9dafaf367e14552 - Merge "Add robot config at onap install" - Add robot config at onap install Change onap network cidr to /16 due to robot hardcoded config. Adding onap network id to configuration at installation part. Adding optional connection to demo usecases network at deploy step Update patch scripts for specify network and kubernetes namespace Enable config_drive parameter at openstack instances deploying to get openstack metadata Issue-ID: OOM-1996 Signed-off-by: Denis Kasanic <d.kasanic@partner.samsung.com> Change-Id: I4403e8ca0f385060ac815372ffd91eda60026ddb
2020-01-16Update git submodulesMichal Zegan1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to 23ba267911f1b9b7120ea45f9f40f27ed144ade8 - Add tests for rke playbook This adds tests for the rke playbook. Change-Id: Idbb90bb9674d67c1877302877b60d3d60d44e36b Issue-ID: OOM-1907 Signed-off-by: Michal Zegan <m.zegan@samsung.com> Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2020-01-16Update git submodulesBartek Grzybowski1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to cb3f68d8bcecb6ff55b223d16e7f91c871fb30b6 - Decrease tests resource footprint on CI minion Due to constrained CI minion resources docker volumes need to be pruned after each test invocation to prevent false negative which occurs in case when multiple playbook level tests are run. Heavy VNC Server image (1GB) needs to be mocked with lightweight alpine image in play-infrastructure test for same reasons. Change-Id: I1026593a375853575cf210aefe29bc320d4e5c64 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: OOM-1907
2020-01-14Update git submodulesBartek Grzybowski1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to 9c14b7d8aed7c055a9ef3495f5e0fe5448202631 - Add test scenario for unsafe volatile storage This tests rke role with etcd storage configured on tmpfs. Change-Id: I57feb705a38e87c1b2127294c3443d99cc2595aa Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: OOM-2259
2020-01-14Update git submodulesBartek Grzybowski1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to cb8f5b24417812e9692d1378588e41a6ddc14db2 - Change group_vars inclusion mode in rke role tests Inclusion switched from inventory.links declaration in molecule config to filesystem symlink. Change-Id: Idcdd40ba196963f61b587c78718564c9374fa731 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: OOM-2259
2020-01-13Update git submodulesBartek Grzybowski1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to 4f7bf1c03c5e8ceb1c46d578696e2e90b369c469 - Include etcd storage configuration task in testing It was missing since adding feature for etcd storage configuration in https://gerrit.onap.org/r/c/oom/offline-installer/+/94135 Change-Id: I1d354af1fd48df8cb8de002f473d32cd5d4f9075 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: OOM-2259
2020-01-10Update git submodulesBartek Grzybowski1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to 593d936bfe90f2a23a56a95e189f042c594c135c - Limit resource footprint of rke role tests Number of kubernetes nodes created by rke role tests was limited to 1 - higher number caused resource exhaustion in CI worker (8gb memory limit). Verifier timeout was increased in routine where pod readiness is checked. Change-Id: I2c30aa999b92c4ceddccf682c4f918e953da2621 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: OOM-2257 - Add static and dynamic kubelet config support Kubelet can be configured on startup now - just add new key/values in: kubelet-static-config.yml.j2 Also kubelet static (startup) configuration can be overriden later (dynamically) during its runtime - for more info read this: https://kubernetes.io/docs/tasks/administer-cluster/reconfigure-kubelet/ Issue-ID: OOM-2199 Change-Id: Ia4790a4dfc04f0caed695df7bfd343253bd95bc0 Signed-off-by: Petr Ospalý <p.ospaly@partner.samsung.com>
2019-12-16Update git submodulesTomáš Levora1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to afa9fed5280ce7aab326623a3d9c865f3b02f251 - Merge "Add screen and jq to onap_rpm.list" - Add screen and jq to onap_rpm.list Added screen and jq packages to RPM repository list. These packages was added as helpful tools for debugging. Oniguruma package is dependency for jq package. Issue-ID: OOM-2200 Change-Id: I2bbd8bf75569156e845341a9766214b03401ec35 Signed-off-by: Jan Benedikt <j.benedikt@partner.samsung.com>
2019-12-09Update git submodulesOndřej Šmalec1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to d8c6d9acfd8b74dc3f3187d069b393405e5c1b18 - Archive helm_charts with command module Due to bug in ansible archive module empty files are not added into tar file. Hence kibana-onborading.json missing in helm_charts on infra node. Changing archive module into command module to tar helm_charts. Issue-ID: OOM-2231 Signed-off-by: Ondřej Šmalec <o.smalec@partner.samsung.com> Change-Id: I5527bd0f52976a93ac2861d9de010fbb79eb97fd
2019-11-28Update git submodulesSamuli Silvius1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to 610ddff2d54cece28af56cc7bbf01ed524ecce9c - Merge "docker-images-collector.sh to use override values.yaml" - docker-images-collector.sh to use override values.yaml Change docker-images-collector.sh script to use file oom/kubernetes/onap/resources/overrides/onap-all.yaml as input instead of oom/kubernetes/onap/values.yaml. Also small enable script running in Windows git bash. Issue-ID: OOM-2222 Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com> Change-Id: Idf7143ed9880ac510c103f4d3a4d5a45f375d71a
2019-11-27Update git submodulesSamuli Silvius1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to 3c6f676f8f50ac796804900c0ba1e3d9ffc1ff29 - Downloading docker images does not work on Windows Changing build/download/docker_downloader.py to connect docker engine in more default way i.e. taking engine parameters from environment fixes this script. Issue-ID: OOM-2223 Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com> Change-Id: Iddf69593bb4cf4596e713c8d537a90424c5925ef
2019-11-21Update git submodulesOndřej Šmalec1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to cb93bcee2dc49826964f8400420fe6d375ed3662 - Script for adding image into offline nexus repository Help script for adding docker image into nexus repository on infra server. Issue-ID: OOM-2210 Signed-off-by: Ondřej Šmalec <o.smalec@partner.samsung.com> Change-Id: I0ea81170a701b87ad1c4ecc53cfc6e03a3e95684
2019-11-19Update git submodulesPetr Ospalý1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to 8a89840c024dc6cb4097ec37d9659598d79b5dd3 - Fix helm behavior When 'helm serve' is not running and helm is not listening on localhost:8879 then helm starts to delete everything...instead of aborting or doing something sensible... This commit fix this misbehavior: we abort Issue-ID: OOM-2074 Change-Id: Icb4d25163012e4aedf5ec1598a4f20c738c04974 Signed-off-by: Petr Ospalý <p.ospaly@partner.samsung.com> - Improve cleanup (--delete-all) usage It cleans all orphaned images and volumes on each kubernetes node: docker system prune --force --all --volumes Also it now fixes the requirement for an override file when '--clean-only' is used and it adds more kubernetes resource object to redeploy. + improve help description + add use_help to not print all help when not asked + fix function name: redeploy_component -> undeploy_component + fix messages on some systems by switching echo to printf + fix grep to not match (e.g.) onap-bars when onap-bar was requested + add trap and fix terminal colors on abort Issue-ID: OOM-2074 Change-Id: I54958d6e97febbda461bfb68f3829b002e7200b4 Signed-off-by: Petr Ospalý <p.ospaly@partner.samsung.com> - Remove deprecated flag This commit fixes this warning: Flag --include-uninitialized has been deprecated, The Initializers feature has been removed. This flag is now a no-op, and will be removed in v1.15 + Fix whitespace in help Issue-ID: OOM-2074 Change-Id: I23b1a5cbe10fc07ec9342119be1753402ef6e041 Signed-off-by: Petr Ospalý <p.ospaly@partner.samsung.com>
2019-11-15Update git submodulesTomáš Levora1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to cd1c4bc83b4571f1b5f03539abea2ccff97caf67 - Merge "Update documentation" - Update documentation Fix several typos in Build and Install parts of docs Fix paths of configuration files in Install part Remove note discouraging making changes in config files Issue-ID: OOM-2158 Issue-ID: OOM-2197 Signed-off-by: Denis Kasanic <d.kasanic@partner.samsung.com> Change-Id: I28d9b43a56791bc3c1c53c12f7c852f5a1a885c6
2019-11-15Update git submodulesBartek Grzybowski1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to 3e74576d0c75662af0ead9a8ab9587b0a63f99fa - Merge "Updating docker images for El Alto" - Updating docker images for El Alto Issue-ID: OOM-2147 Change-Id: Ia80d034f562879dc3820d56ebe18d0046bd42b68 Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
2019-11-15Update git submodulesBartek Grzybowski1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to 5373ce199364188f1a044303558756104c4b6289 - Merge "Fix relative path in package.py" - Fix relative path in package.py Issue-ID: OOM-1994 Signed-off-by: Denis Kasanic <d.kasanic@partner.samsung.com> Change-Id: Ie8bbe23c90a4c2d1fd60d3fad36fcd8f741e6f63
2019-11-15Update git submodulesBartek Grzybowski1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to 271281a0af7e3832810b86dd4b2b3f9c7d382b7b - Merge "Chaging name of rhel resource directory to rpm" - Chaging name of rhel resource directory to rpm Changing name of rhel resource directory in "resources/pkg" from rhel to rpm due to platfrom independent repository for all distributions supporting RPM packages. Issue-ID: OOM-2150 Change-Id: Ie5425df8b8550c618440586b495907f86c4cc509 Signed-off-by: Jan Benedikt <j.benedikt@partner.samsung.com>
2019-11-15Update git submodulesBartek Grzybowski1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to 42e75d336da892ede39675e9d55a506a5be4ed6f - Merge "Adding relative path support" - Adding relative path support Adding support for relative paths for all files and dirs provided as parameters to build_nexus_blob.sh Issue-ID: OOM-1927 Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com> Change-Id: I18481508d91b9d432889215605fce51c3c6d7c82
2019-11-13Update git submodulesTomáš Levora1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to 1ed2b6fce2c08867c55786fc4aeebe983f312b4c - Revert "Fix packaging offline-installer" This reverts commit 92477974b68c7638a43ffc869e3ea9fb854b3534. Reason for revert: Not solved handling of application_configuration.yml in package.py Change-Id: I814c01dc1f7334a961e991c42fd485d9af4675a1 Signed-off-by: Tomas Levora <t.levora@partner.samsung.com> Issue-ID: OOM-2201
2019-11-12Update git submodulesDenis Kasanic1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to 92477974b68c7638a43ffc869e3ea9fb854b3534 - Fix packaging offline-installer Fix typos in Build and Install documentation Fix using relative paths in args for package.py Fix missing hosts.yml & application_configuration.yml in sw_package Change default build-version of packaging to empty as used in docs Give possibility to specify own inventory file to package in package.py Issue-ID: OOM-1994 Issue-ID: OOM-2197 Issue-ID: OOM-2158 Signed-off-by: Denis Kasanic <d.kasanic@partner.samsung.com> Change-Id: I76598fb71a42ada1a71c9905ef2d32bc03d8f71c
2019-11-07Update git submodulesSamuli Silvius1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to c09ef4adbb8bb87f414902d6d85c754f5054189f - Merge "Update build documentation" - Update build documentation Add note for using root shell Add example for populate local nexus Use absolute path in package.py script Remove Appendix Add clone oom with all submodules Fix example for pulling images in list Signed-off-by: Denis Kasanic <d.kasanic@partner.samsung.com> Change-Id: I8859ba42420d351ce12347cd63bf11f95a4b528d Issue-ID: OOM-2158 Issue-ID: OOM-2160
2019-11-06Update git submodulesMichal Ptacek1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to 7168a9a9e41d9aa1c2b5a69e0886893038b8bc68 - Updating instructions for vFWCL on ElAlto Commit contains also some patch files due to POLICY-2191, this is expected to be removed shortly after new drools image is created. Issue-ID: OOM-1996 Change-Id: Ia2db50fc6dc66ea0c7598d6859eb08007b59a0b9 Signed-off-by: Michal Ptacek <m.ptacek@partner.samsung.com>
2019-10-31Update git submodulesTomáš Levora1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to f2ae9b14e2b49e537cf87a4409912377f00bc471 - Fixing helm repo add missing second argument bug Fixing bug in creating new helm repository when the HELM_REPO was passed as one argument instead of two Issue-ID: OOM-2159 Change-Id: Id8aabad7d8e59aa4fb2eef01cfff28e3b7ab1259 Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
2019-10-24Update git submodulesMichal Ptacek1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to 8f7b7135d9bb7272157990dddbc2a22a234db451 - Merge "Update onap_rpm.list" - Update onap_rpm.list Some packages was obsollete and those packages was not in public CentOS repository. This commit updates versions of soma packages in onap_rpm.list. Issue-ID: OOM-2133 Change-Id: I9b31fee243a22ced86b21fae3d78ed9c4cb6e208 Signed-off-by: Jan Benedikt <j.benedikt@partner.samsung.com>
2019-10-24Update git submodulesTomáš Levora1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to 2a355bb76368fd6bc727e8736cb07f6eabb7d038 - Updating documentation for El Alto Removing necessity of merging docker data lists manually as it's already solved in the build_nexus_blob.sh script Updating all links and references to El Alto Issue-ID: OOM-2016 Change-Id: I1e343a8af1d26f7f6f80a8d76fa7997883b678e4 Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
2019-10-24Manually update submodulesKrzysztof Opasiak1-0/+0
Automated submodules updated is currently broken. Let's update repos manually. Issue-ID: DOC-552 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I1851c5f2b1ae0b0433b2fd60da2e3de8213753f3
2019-10-15Update git submodulesPetr Ospalý1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to 6dcfa709d6d09089a8da817db5e477922a3f4885 - Merge "Remove git repos list and simulation" - Remove git repos list and simulation As no external git repo should be required, removing the list and the simulation Issue-ID: OOM-2014 Change-Id: I7b8bbaab93db173bc3f1438592d288f6090d3641 Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
2019-10-15Update git submodulesPetr Ospalý1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to 78f4d8d40c86d809e2709429dd03d0aa10c16253 - Merge "Remove NPMs and PYPIs from nexus blob" - Remove NPMs and PYPIs from nexus blob Issue-ID: OOM-2015 Change-Id: Ie8bc1219291b52410ca7ec5a40ed3e70a11cd315 Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
2019-10-15Update git submodulesPetr Ospalý1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to d1645f1dcadfa8ba5463a65bdb1e9532dd422229 - Merge "Remove patching from offline-installer" - Remove patching from offline-installer The patching of OOM should not be necessary to bypass offline state, therefore this custom patching can be removed in offline-installer Issue-ID: OOM-2014 Change-Id: I61b4cd48cfada613a7914ef5001bb64f7584815a Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
2019-10-15Update git submodulesMichal Ptacek1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to 1b402b0db23d65f9c6c716c803fa350839ff2f6b - Merge "Adding platform independent RPM download" - Adding platform independent RPM download Updated onap_rpm.list with new versions of packages. Added scripts for creating centos container in docker with rpm repository. RPM repo is now created in centos container during download phase, but will work on both centos/rhel platforms. Issue-ID: OOM-2094 Signed-off-by: Jan Benedikt <j.benedikt@partner.samsung.com> Change-Id: I1b5bfe99da25e6815e85b449304b12fa6036c6b3
2019-10-09Update git submodulesMichal Ptacek1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to e71a4a745f2ba906ab8a1f593c27923985d47e91 - Merge "Update INFO.yaml" - Update INFO.yaml Change-Id: I0fd5683089aa1c08e07ac1ab282517e915169d4c Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: CIMAN-134
2019-10-08Update git submodulesMichal Ptacek1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to e052270b90435346a934f016bc8b8974f0b94201 - Merge "Fixing invalid hostname filled by ci-installer" - Fixing invalid hostname filled by ci-installer ci-installer filled hostname containing underscore what is invalid Issue-ID: OOM-2119 Change-Id: I26dfa7115ba9e700715e0fae441c21a26fde3382 Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>