Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to cceed25e6c773c18e479e246ddeadebc82870f70
- Molecule test run wrappers against CI
Add ci-molecule.sh script to work as an interface
towards CI pipe for running Molecule tests.
Issue-ID: OOM-1749
Change-Id: Ib6e74d9b03b569a172a606f4db41b707602bf279
Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to 8aee0eede3cff78304000ac64768b224aad32045
- Fix for running Molecule on Centos host
On Centos7.6 /dev/loop* device nodes are
created dynamically upon alocation (by default
there is no /dev/loop<N> device nodes) - this
has effect of failing to allocate those in
Docker container, even when run in privileged
mode.
Change-Id: If2c852de3a74ea7fe1df9f5c863f184b9bc13acb
Issue-ID: OOM-1774
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to 747a8e202cf5f959206ad1af2bf38f7ea1a6440f
- Molecule container for running Molecule
Add own Dockerfile and build script for creating
customized molecule runner image from Molecule image
provided by https://quay.io/repository/ansible/molecule.
Customization enables running of molecule container with
current host's user to avoid root owned files bloating
to developer's machine.
Add wrapper script molecule.sh to utilize custom image
and suitable for testing offline-installer roles.
Issue-ID: OOM-1768
Change-Id: I14ed75decb8fa637c044675543de56f1c0796271
Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to 379df9c2c4159b615b09aa12b9ef1590a989cb85
- Molecule tests for certificates role
Issue-ID: OOM-1762
Change-Id: Ic13d7ec775a52ad95fc0388e8b84ea8ab7367666
Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to bf6776cc01865b8ba392fdbec18e28bf2a362b05
- Molecule tests for docker role
Issue-ID: OOM-1759
Change-Id: I9e1ee7f248147b3f7229625c7a20fa84e8e67aac
Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to e3c829675916391011e86ee78a404570b99bc51a
- Merge "Molecule tests for resource-data role"
- Molecule tests for resource-data role
Initial molecule tests. Tests now ssh transfer but
test files fully supports also testing nfs transfer.
Creating nfs transfer as separate scenario later when
find out better ways to share common code.
Issue-ID: OOM-1754
Change-Id: Ia728ecfed4378c01f7e305d5a4446b0172fe42d9
Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to c7501485d81a9a967b50b71d5a19867d1cf309f1
- Merge "Molecule tests for firewall role"
- Molecule tests for firewall role
Issue-ID: OOM-1757
Change-Id: I48639bd0fb67383a58f736aa1c12c38e3ddc9ab0
Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to 50487218e4cddd1261d4d41c27ae4eba54d1ffab
- Merge "Molecule role tests for setup role"
- Molecule role tests for setup role
Issue-ID: OOM-1742
Change-Id: I3087952f3d4e5de20af83e714c0d5444999a5ee2
Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to 765c16bf21409add3b3810a5b3f025345215039f
- Merge "Molecule tests for package-repository role"
- Molecule tests for package-repository role
Issue-ID: OOM-1755
Change-Id: Iac20072200f24a3102c9ed2edf5c5aa8054dd9c2
Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to 0c4706b81b274d2cf5c0172b48672b8f9e4a2d4d
- Merge "Add monitoring script for deployment progress"
- Add monitoring script for deployment progress
Issue-ID: OOM-1724
Change-Id: Ie634a441641abd3afd4093661c5d4f57245946ee
Signed-off-by: Milan Verespej <m.verespej@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to 52eb50721e990e277ed8729225faff305dee11da
- Merge "Dockerfile and build script for Ubuntu"
- Dockerfile and build script for Ubuntu
Dockerfile that allows building a Systemd
compliant Ubuntu image (for Ubuntu releases
that support it).
A build script for building the image.
Change-Id: I3456e40e7ac96e611e957b2912405f9030dc0f04
Issue-ID: OOM-1774
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to a058898611c812462cbd8334d062c3746cd464fc
- Merge "Update Testing Guide"
- Update Testing Guide
Covers aspects related to multi scenario testing.
Clarifies build scripts and pre-build images
usage scenarios.
Change-Id: Ib30a80a8c695387b51c9014d046cabff33229244
Issue-ID: OOM-1710
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to 7a24bfe9681129dc7135229da151deaa3a2dc5e8
- Merge "Improve dockerfile for Centos7"
- Improve dockerfile for Centos7
All packages are upgraded and '/run' volume is
being created.
Change-Id: I9a7056cf4615932b322c1c5b073ab60787ac54e0
Issue-ID: OOM-1774
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to 2aff0c9b98e318977d0b3c675ba286c8153911e3
- Merge "Fix patching registry in NPM"
- Fix patching registry in NPM
Fix URL in patching of registry in NPM package tsscmp-1.0.5.tgz
Issue-ID: OOM-1787
Change-Id: I937b851edf0b09a1f43b309310ce21bf66a09b8b
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to 4765fc373747ef23c329ed0507c4a2662f40556b
- Merge "Fixing minor inaccuracies in BuildGuide"
- Fixing minor inaccuracies in BuildGuide
Repos are configured differently on RHEL/Centos platforms
Issue-ID: OOM-1761
Change-Id: Ic91b7c91f0c0fb47170709d6628f210b65a56425
Signed-off-by: Michal Ptacek <m.ptacek@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to d1cdcec54ca9fdefd0bad58f0936c2b8099851c0
- Update image name for Molecule
Sanitizing image name for Molecule testing with
new updated naming pattern.
Change-Id: I1565242f0ddd88b0df758ebb3519f2e059f22c02
Issue-ID: OOM-1774
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to 21c39f054da6f656719a9ae076d08f2363bf40aa
- Changing version control for rancher
Changing the way of version control for rancher in accordance with
patchset #83634
Issue-ID: OOM-1767
Change-Id: I67f08dcf47f469c35da9a62ff435e187fae07724
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to d76d4e5948969fe0266645df7e06f973fdb9b44b
- Merge "Adding versions for infra related docker images"
- Adding versions for infra related docker images
1. latest tag replaced by version number for vnc server
2. added specific version for own_nginx image
3. version control improved in ansible roles accordingly
Solves OOM-1766
Issue-ID: OOM-1767
Change-Id: I147c56b46a419188099d8ed3e78fed68810893e2
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to 1bfd41937210685fb9a9ac318d124f16acdbe274
- Merge "Simplify Centos Dockerfile for Molecule"
- Simplify Centos Dockerfile for Molecule
Base the Centos image for molecule on official
CentOS systemd docker container.
Align the tagging policy with Centos images
on docker hub.
Change-Id: Ia2743ab78faed858dc5a7f3611cffb779b23d463
Issue-ID: OOM-1774
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to 171c3dc7dd5a9cdc25651812dc716174c38d5f06
- Merge "Our bare repos need to have casablanca branch"
- Our bare repos need to have casablanca branch
This is required to align with OOM charts, otherwise
some components like DMAAP might be not initialized
properly. Furthmore removing duplicated files, most
of our data_lists are same for Casablanca MR and
Casablanca base releases.
Change-Id: I376410c7915d8f2682287c31392e2f3796adc990
Issue-ID: OOM-1771
Signed-off-by: Michal Ptacek <m.ptacek@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to 324c13b62331292a5ea7dbc6ee6442e976cbb2a4
- Merge changes I2e1aef32,Ib93e9d2a
* changes:
Molecule test for nfs role
Fix nfs role issues based on molecule testing
- Molecule test for nfs role
Issue-ID: OOM-1756
Change-Id: I2e1aef3296689c284a4b530e6a2022302c7b86f7
Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
- Fix nfs role issues based on molecule testing
Based on Molecule testing fix following issues on
nfs role.
- enable nfs services (previously only started)
- create handler for exportfs to deal idempotency
- add all kubernetes nodes to exports as it was dependent on ansible inventory order wheather correct hosts was on the list
- add inventory_hostname as default host incase ansible_host variable not defined.
Issue-ID: OOM-1756
Change-Id: Ib93e9d2a9cf49003d04dd5f890294eda1eb966ff
Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to bef7cab612005cea481b11b2ac88c06604572efe
- Fix wrapper shell script in chroot
Change-Id: I4f88d47c633096a82ef113dca2d58e584c43d1ae
Issue-ID: OOM-1744
Signed-off-by: Petr Ospalý <p.ospaly@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to aa32f08892e45208312e3c4e4f9b3bcdd250d8cd
- Merge "Building and Dockerfile for centos7"
- Building and Dockerfile for centos7
Add initial Dockerfile for centos7 for molecule testing.
Issue-ID: OOM-1750
Change-Id: Ie4da3d80c713d1da56465c598774b370b4c01b36
Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to 0dddfce1980acf89088f7812bc6cafe7b77f83d7
- Merge "Rewrite the run_chroot.sh script"
- Rewrite the run_chroot.sh script
This change heavily changes run_chroot.sh script.
Major change is that most of the real script logic is now run in a namespace,
so that all mounts are done in namespace.
Also, all the cleanup code and some checks are removed, also the
shell wrapper is removed.
This change is for simplifying the run_chroot.sh. It will function the same as before
from the user's point of view, except that now the script does not have to explicitly
unmount filesystems that it mounted before, so
no cleanup code isneeded. Also,
all processes run from inside a chroot should be killed immediately
when the chroot command finishes.
Change-Id: I45a3dc7c6583cb9693746cc04f42b7af325724dd
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
Issue-ID: OOM-1744
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to d425e37b6bf8c69511d4f726660ce2d4e6d5e77c
- Merge "Document molecule testing"
- Document molecule testing
Documentation for Molecule testing used in offline installer.
Issue-ID: OOM-1703
Change-Id: I00fb74dbfcd39ce22107c981df14cb42da73808a
Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to 05b9001fa01b3f1076a5a21f063ca40421a66333
- Merge "Improving docker restart handler"
- Improving docker restart handler
There is a bug in docker which leads to not properly
shutdown service preventing subsequent startup.
https://github.com/moby/moby/issues/30348
This commit is preventing this problem to appear.
Change-Id: I29505610bd9954af01d73264e5414fdb2b9ac99d
Issue-ID: OOM-1735
Signed-off-by: Michal Ptacek <m.ptacek@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to 4e2e9e887b8941a501a80a6c870ad4cb9295ddac
- Verify offline app repo is working
A patch for failing fast if configured offline
application repository is not working properly.
Just adding repo to repolist doesn't guarantee
it's really operational.
Change-Id: I65372b9b1ea5f5dcb797548b14e3ae1295668592
Issue-ID: OOM-1689
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to cdd93f561042f5ee4df72895e33bc02a122d5104
- Merge "Support time synchronization on hosts"
- Support time synchronization on hosts
This change introduces functionality to synchronize
infra/kube nodes' clock with external NTP authority.
Configuring external time source is optional, however
default behaviour will be to setup NTP time source on
infra-node and sync kube-nodes clock with it.
It's also possible to setup custom time zone.
Change-Id: I725ce9a306da1977628b6c03d5ff10fca77fb3b0
Issue-ID: OOM-1710
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to 6969393c445e5a86a6e788cff989c4af06ca84ad
- Merge "Improve kubectl role testability."
- Improve kubectl role testability.
Move kubectl related functionality from rancher role to kubectl role
and change order of execution in playbook to satisfy kubectl role
dependency to rancher role regarding server value inserted into
kubeconfig file.
Introduced defaults and moved technical variables from group_vars
into role defaults.
Issue-ID: OOM-1730
Change-Id: I6339664ba52928566487edcdca8a3b42db86eeed
Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to 0e09d07622d1793cc016c1021322008bbf6184a5
- Merge "Improve rancher role testability"
- Improve rancher role testability
Move functionality from playbook to rancher role.
Introduce defaults for holding default values in rancher role.
Other small changes noticed while testing rancher role with molecule.
Issue-ID: OOM-1729
Change-Id: I83befa9f0964c67e209d3def76bafd2a61c1ef33
Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to a579c98a9ea48b00b38a66ade7e8139e18bf0eae
- Add helm override instructions to install guide
This commit adds instruction about using the new
helm chart overrides feature.
Change-Id: I6a5d973ee91562ae618d357fd3fdecc1cf4f03bf
Issue-ID: OOM-1752
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
|
|
* 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>
|