Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to 98ea82804e23245082f2a7b9363ea5b10300329a
- Add python-jsonpointer as a new dependency
Our custom ansible module requires python-jsonpointer module
to deal with jsons.
Change-Id: Idd7bfcf8fcf75e4397fba51d8219b73c57df5f0e
Issue-ID: OOM-1758
Signed-off-by: Petr Ospalý <p.ospaly@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to 47171a8dc441ae9526b74d210b88751cb7842c79
- Merge "Sanitize input arguments validation"
- Sanitize input arguments validation
This patch ensures non-positional parameters
are given past positional args. So far mixing
them led to malicious script behaviour.
Change-Id: Idf2b6a57d0cd8561e74e467f68ddc5d086e7a0c0
Issue-ID: OOM-1621
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to fc7ca30540c2cd926346b27c9d4656272ca70e96
- Merge "Fixing some yaml-lint warnings"
- Fixing some yaml-lint warnings
Scope of this commit is to fix warnings reported by
offline-installer-master-yaml-lint jenkins job
Change-Id: Id858a37ce35d53ad1ffd5e5797607faae484ed15
Issue-ID: OOM-1753
Signed-off-by: Michal Ptacek <m.ptacek@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to 63750134d02b6cdf34172afa055e44f65025fbc7
- Merge ".gitignore for Molecule testing"
- .gitignore for Molecule testing
Issue-ID: OOM-1748
Change-Id: Ie1558112d6d2af2c77f9f9d0a142d417b3269589
Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to a71176f4785190ff5e29f006bf7d1d612624bbd4
- Merge "Fix issue with proxy for deb download behind proxy"
- Fix issue with proxy for deb download behind proxy
As curl tries to use ftp transfer for some of the packages in the
list, what causes an issue behind some corporate proxies, this commit
unifies the sources to prevent ftp
Issue-ID: OOM-1746
Change-Id: Ia7cac5a1c3d508749c3bea830c3df1137128e709
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to 5ce25383bde16210cf37f5866c69cd96491c7432
- Merge "Fix git repos not using tag 3.0.1-ONAP"
- Fix git repos not using tag 3.0.1-ONAP
Tag 3.0.1-ONAP is not created for projects not included in the
Casablanca Maintenance release, so casablanca branch is used instead
Issue-ID: OOM-1745
Change-Id: I652ab0a87ddcdda0d72088609fdd1ce678159ff0
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to f842b36613c91f86dd371b590e048e5c4e510f34
- update for missing nginx tarfile
This update adds an entry to the docker_images lists file to ensure
it is saved as a tar file and available for processing in the
"Prepare infra related images to infra folder" section.
Change-Id: I293144daa96b3c579443a2e76a407ea04821dce7
Issue-ID: OOM-1738
Signed-off-by: eronkeo <ronan.keogh@est.tech>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to dbc6a7202dc89264a2857e12c625fb2328584a1e
- Merge "Update Maven artifact dependency list"
- Update Maven artifact dependency list
Update required Maven artifact dependencies for offline Nexus
to Casablanca level
Change-Id: I2c0eb230e05bb691911497eff4439b121b2a01d5
Issue-ID: OOM-1706
Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to 05e1ac0c20544068c1611c2c91b71f0eee4277c3
- Merge "Add default logging settings for docker"
- Add default logging settings for docker
- Default configuration of logging for docker daemon.
- New ansible module for generic handling of JSON files.
- New setting in ansible.cfg: jinja2_native = True
To preserve double-quotes in json values (OOM-1698).
Issue-ID: OOM-1681
Change-Id: I8f8e19ebc290fd48a63146e96f418b98344e4433
Signed-off-by: Petr Ospalý <p.ospaly@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to 89dbe9d9ae64e238a602c6aa13564895c231dba3
- Merge "Changing keystore to trustore in policy"
- Changing keystore to trustore in policy
Casablanca policy is using different file as its keystore.
We need to adjust our patch accordingly
Issue-ID: OOM-1727
Change-Id: I67cb3f098a8e56467594832050dbc2c66dbe124c
Signed-off-by: Michal Ptacek <m.ptacek@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to 644d03aeb7e5e68187ab952c752b7d5e818864f7
- Merge "Change cert signing from command to module"
- Change cert signing from command to module
With newer Ansible we are now able to sign nexus certificate
with own CA using openssl_certificate module.
Issue-ID: OOM-1700
Change-Id: Idc54955160caef4a57bd50fc86678923511b5bce
Signed-off-by: Milan Verespej <m.verespej@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to c3bdc3210bbaf715805059bfef9b182051b3aa0c
- Merge "Don't remove target dir by default"
- Don't remove target dir by default
If target dir given as an argument is not empty
script exits and gives verbose reasoning.
Introduced '--force' flag to allow overwriting
non empty target dir.
Improved usage synopsis.
Change-Id: Ic03c926011a41e9620c941f28dbc580b5b9933ac
Issue-ID: OOM-1621
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to c241f2ff2e42f32bfa2d9f3b444b6a7edac8a234
- Fix repo checkout cmd in build guide
As there is no 'casablanca' branch 'master' should
be checked out.
Change-Id: I9fba8ef0b10d3de3891d0e7612571789dfdc9449
Issue-ID: OOM-1621
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to e9fca5ef39ebdc51d4d0f1af175960fb51cd903e
- Improve certificates role testability
Move certs source path to defaults and make other small re-factoring.
Issue-ID: OOM-1694
Change-Id: Ie0a4b543b40314dc5a7772dd4667b1ad218d3543
Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
|
|
Advance submodule references of recently added repos
Remove conf2.py no longer used.
Clarify what tox -elocal does with submodules
Add branch and ignore properties for recently added repos
Change-Id: I9f40fea10ae515d72766c9c6e0e5771ad12ccc27
Issue-ID: DOC-414
Signed-off-by: Rich Bennett <rb2745@att.com>
|
|
Change-Id: Ib6a9fa7228e609d1d27fc6074cd1990864e26bdf
Issue-ID: OOM-1672
Signed-off-by: Petr Ospalý <p.ospaly@partner.samsung.com>
|