Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to 53036e8f41f50cb7ebb2346d02442d80bc16ece0
- Merge "Wrong filename does not fail transfer"
- Wrong filename does not fail transfer
User typo on resource package filename or dir does not cause install to fail
but just skips that resource package.
Change resource paths handling to skip resource only if
variable is not defined or empty, but if a value is given
resource must exist or transfer fails otherwise.
Issue-ID: OOM-1736
Change-Id: I765c5dc8eb5e58875f032e056f9a8360aee702c0
Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to ac6b1c0d5ba8e5cc136ad3f7f9d87f7fecdbda53
- Merge "nginx update for long server names"
- nginx update for long server names
This issue addresses the following
error when starting nginx container:
nginx: [emerg] could not build the \
server_names_hash, you should increase \
server_names_hash_bucket_size: 64
Change-Id: I369075edd16801aca6b09c6727370060225c428c
Issue-ID: OOM-1765
Signed-off-by: eronkeo <ronan.keogh@est.tech>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to aa1f62c0f8e7da56bca173e8174885f1918484df
- Allow passing any values to override.yaml
This change allows passing any values that will then
be stored to override.yaml.
These values are passed from the "overrides" key, that
may be set either as an extra variable or in inventory/group_vars.
The root certificate is merged with the overrides dictionary before
saving the file.
Change-Id: I772c342b3c9eafe1849d1678b810319afaaf75bf
Issue-ID: OOM-1752
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
- Improve application role testability
Remove different phases for application role as
those are supposed to run after each other anyway
from playbook and pre/post steps can be disabled
by other means.
Enable Helm override file generation customization by
delegating it to separate role.
Separate Helm file transfer to own module.
NOTE: install.yml with all Helm commands (shell/command)
is not idempotent and should be fixed with separate
commit.
Issue-ID: OOM-1655
Change-Id: Ib29773c4d64a0529c71c3f93c2af7265ae94059f
Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to dc924a0cb81e1eed9f5bf152bfba076a45fe91e1
- Merge "Fix idempotence for firewall role"
- Fix idempotence for firewall role
Based on Molecule testing, fix idempotence.
Issue-ID: OOM-1757
Change-Id: Ie2c4cdcf65aeac664d4b76daa7e979f4f23b6bdf
Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to 9f4a224aa0abd13c76740226e1476a97f45d1741
- Merge "Update Maven artifact dependency list again"
- Update Maven artifact dependency list again
Updated additional Maven artifact dependencies for offline Nexus
Issue-ID: OOM-1706
Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com>
Change-Id: I3c744be33447fc5816bc547c0ae3cce6428dc57c
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to a2e3a4c8928c87c1924ad0a08fcbee5a54564c3a
- Fix helm install command not showing error
Issue-ID: OOM-1737
Change-Id: I240415793ea2a078ab6c6d9c0727852dc2d9ada3
Signed-off-by: Milan Verespej <m.verespej@partner.samsung.com>
|
|
* 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>
|