oom/offline-installer.git
5 years agoBuilding and Dockerfile for centos7 08/83008/4
Samuli Silvius [Fri, 22 Mar 2019 08:00:43 +0000 (10:00 +0200)]
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>
5 years agoMerge "Wrong filename does not fail transfer"
Samuli Silvius [Mon, 1 Apr 2019 17:48:13 +0000 (17:48 +0000)]
Merge "Wrong filename does not fail transfer"

5 years agoMerge "nginx update for long server names"
Samuli Silvius [Mon, 1 Apr 2019 15:54:13 +0000 (15:54 +0000)]
Merge "nginx update for long server names"

5 years agoAllow passing any values to override.yaml 91/83191/9
Michal Zegan [Mon, 25 Mar 2019 12:13:00 +0000 (13:13 +0100)]
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>
5 years agoImprove application role testability 28/82628/6
Samuli Silvius [Tue, 19 Mar 2019 06:45:54 +0000 (08:45 +0200)]
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>
5 years agoMerge "Fix idempotence for firewall role"
Michal Ptacek [Mon, 1 Apr 2019 11:15:38 +0000 (11:15 +0000)]
Merge "Fix idempotence for firewall role"

5 years agoMerge "Update Maven artifact dependency list again"
Michal Ptacek [Mon, 1 Apr 2019 10:26:20 +0000 (10:26 +0000)]
Merge "Update Maven artifact dependency list again"

5 years agoFix helm install command not showing error 15/83715/1
Milan Verespej [Fri, 29 Mar 2019 11:50:40 +0000 (12:50 +0100)]
Fix helm install command not showing error

Issue-ID: OOM-1737

Change-Id: I240415793ea2a078ab6c6d9c0727852dc2d9ada3
Signed-off-by: Milan Verespej <m.verespej@partner.samsung.com>
5 years agoUpdate Maven artifact dependency list again 29/83629/1
kaihlavi [Thu, 28 Mar 2019 16:14:08 +0000 (18:14 +0200)]
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

5 years agonginx update for long server names 99/83599/1
eronkeo [Thu, 28 Mar 2019 12:03:26 +0000 (12:03 +0000)]
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>
5 years agoWrong filename does not fail transfer 72/83372/2
Samuli Silvius [Tue, 26 Mar 2019 15:30:48 +0000 (17:30 +0200)]
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>
5 years agoAdd python-jsonpointer as a new dependency 93/83193/2
Petr Ospalý [Mon, 25 Mar 2019 12:25:45 +0000 (13:25 +0100)]
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>
5 years agoMerge "Sanitize input arguments validation"
Michal Ptacek [Tue, 26 Mar 2019 14:29:55 +0000 (14:29 +0000)]
Merge "Sanitize input arguments validation"

5 years agoMerge "Fixing some yaml-lint warnings"
Michal Ptacek [Tue, 26 Mar 2019 09:07:18 +0000 (09:07 +0000)]
Merge "Fixing some yaml-lint warnings"

5 years agoFixing some yaml-lint warnings 23/82923/5
Michal Ptacek [Thu, 21 Mar 2019 12:32:20 +0000 (12:32 +0000)]
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>
5 years agoMerge ".gitignore for Molecule testing"
Michal Ptacek [Tue, 26 Mar 2019 08:24:05 +0000 (08:24 +0000)]
Merge ".gitignore for Molecule testing"

5 years agoMerge "Fix issue with proxy for deb download behind proxy"
Michal Ptacek [Tue, 26 Mar 2019 08:20:20 +0000 (08:20 +0000)]
Merge "Fix issue with proxy for deb download behind proxy"

5 years agoMerge "Fix git repos not using tag 3.0.1-ONAP"
Michal Ptacek [Tue, 26 Mar 2019 08:19:42 +0000 (08:19 +0000)]
Merge "Fix git repos not using tag 3.0.1-ONAP"

5 years agoFix idempotence for firewall role 12/83112/1
Samuli Silvius [Sun, 24 Mar 2019 11:32:44 +0000 (13:32 +0200)]
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>
5 years ago.gitignore for Molecule testing 03/83103/1
Samuli Silvius [Sat, 23 Mar 2019 12:34:51 +0000 (14:34 +0200)]
.gitignore for Molecule testing

Issue-ID: OOM-1748

Change-Id: Ie1558112d6d2af2c77f9f9d0a142d417b3269589
Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
5 years agoupdate for missing nginx tarfile 01/82701/3
eronkeo [Wed, 20 Mar 2019 15:00:20 +0000 (15:00 +0000)]
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>
5 years agoFix issue with proxy for deb download behind proxy 04/82804/1
Tomáš Levora [Wed, 20 Mar 2019 13:53:41 +0000 (14:53 +0100)]
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>
5 years agoFix git repos not using tag 3.0.1-ONAP 97/82797/1
Tomáš Levora [Wed, 20 Mar 2019 13:22:29 +0000 (14:22 +0100)]
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>
5 years agoMerge "Update Maven artifact dependency list"
Michal Ptacek [Wed, 20 Mar 2019 13:23:53 +0000 (13:23 +0000)]
Merge "Update Maven artifact dependency list"

5 years agoMerge "Add default logging settings for docker"
Michal Ptacek [Wed, 20 Mar 2019 13:20:42 +0000 (13:20 +0000)]
Merge "Add default logging settings for docker"

5 years agoMerge "Changing keystore to trustore in policy"
Tomáš Levora [Wed, 20 Mar 2019 13:19:38 +0000 (13:19 +0000)]
Merge "Changing keystore to trustore in policy"

5 years agoUpdate Maven artifact dependency list 16/82416/2
kaihlavi [Fri, 15 Mar 2019 11:48:52 +0000 (13:48 +0200)]
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>
5 years agoMerge "Change cert signing from command to module"
Michal Ptacek [Tue, 19 Mar 2019 09:54:50 +0000 (09:54 +0000)]
Merge "Change cert signing from command to module"

5 years agoAdd default logging settings for docker 90/79590/7
Petr Ospalý [Mon, 4 Mar 2019 05:56:33 +0000 (06:56 +0100)]
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>
5 years agoSanitize input arguments validation 94/82594/1
Bartek Grzybowski [Mon, 18 Mar 2019 15:09:51 +0000 (16:09 +0100)]
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>
5 years agoMerge "Don't remove target dir by default"
Michal Ptacek [Mon, 18 Mar 2019 10:15:37 +0000 (10:15 +0000)]
Merge "Don't remove target dir by default"

5 years agoChanging keystore to trustore in policy 86/82386/2
Michal Ptacek [Fri, 15 Mar 2019 08:12:07 +0000 (08:12 +0000)]
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>
5 years agoDon't remove target dir by default 61/82261/1
Bartek Grzybowski [Thu, 14 Mar 2019 14:34:51 +0000 (15:34 +0100)]
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>
5 years agoChange cert signing from command to module 73/79773/3
Milan Verespej [Wed, 6 Mar 2019 11:32:24 +0000 (12:32 +0100)]
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>
5 years agoFix repo checkout cmd in build guide 28/82228/1
Bartek Grzybowski [Thu, 14 Mar 2019 08:38:52 +0000 (09:38 +0100)]
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>
5 years agoImprove certificates role testability 68/79568/5
Samuli Silvius [Sun, 3 Mar 2019 11:34:16 +0000 (13:34 +0200)]
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>
5 years agoMerge "Refine application_pre_install_role variable usage"
Michal Ptacek [Fri, 8 Mar 2019 08:34:07 +0000 (08:34 +0000)]
Merge "Refine application_pre_install_role variable usage"

5 years agoModify ansible version in docker/chroot 39/79639/4
Petr Ospalý [Mon, 4 Mar 2019 15:23:23 +0000 (16:23 +0100)]
Modify ansible version in docker/chroot

Updating to ansible version: 2.7.8
Current ansible version: 2.6.3

The current version breaks json values in playbooks.

Change-Id: I9858339a08711ad921122b2e7b6ccf04d62454a3
Issue-ID: OOM-1698
Signed-off-by: Petr Ospalý <p.ospaly@partner.samsung.com>
5 years agoMerge "Adding postinstall section in InstallGuide"
Michal Ptacek [Fri, 8 Mar 2019 06:35:44 +0000 (06:35 +0000)]
Merge "Adding postinstall section in InstallGuide"

5 years agoIgnore checksum from existence check of resources 87/79887/2
Samuli Silvius [Thu, 7 Mar 2019 09:49:20 +0000 (11:49 +0200)]
Ignore checksum from existence check of resources

To speed up resource packages existency check, ignore
checsum.
This change was accidentally left out from previous commit
as merging was not communicated.

Issue-ID: OOM-1654

Change-Id: I567eaba49e6a5244d51187d42af719bf360b41f0
Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
5 years agoRefine application_pre_install_role variable usage 25/79625/6
Bartek Grzybowski [Mon, 4 Mar 2019 14:34:19 +0000 (15:34 +0100)]
Refine application_pre_install_role variable usage

As 'application_pre_install_role' variable set in
config/application_configuration.yml must stay in
sync with patch role directory name defined in
package.conf under APP_CONFIGURATION variable, it's
name shall stay under complete user control without
any variable as part of it's name.

App_helm_build_targets list and app_helm_chart_name
should default to 'onap' in application_configuration.yml
as customizing them isn't supported at the moment.

Also fixed some wording in comments/docs in relevant
files.

Change-Id: I82b6dd519fbc3426739a11fac1e02eb495a668c0
Issue-ID: OOM-1697
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
5 years agoAdding postinstall section in InstallGuide 94/79794/2
Michal Ptacek [Wed, 6 Mar 2019 16:25:43 +0000 (16:25 +0000)]
Adding postinstall section in InstallGuide

Describing common issues with onap deployments into InstallGuide.

Change-Id: I7b039fbc357901c8bfa1d57db69f9344eea07077
Issue-ID: OOM-1701
Signed-off-by: Michal Ptacek <m.ptacek@partner.samsung.com>
5 years agoFix wrong detection of uploaded resources 62/79462/4
Milan Verespej [Fri, 1 Mar 2019 13:49:25 +0000 (14:49 +0100)]
Fix wrong detection of uploaded resources

Issue-ID: OOM-1596

Change-Id: I091cd558f7574f49dddf4380df24e11141a4b78d
Signed-off-by: Milan Verespej <m.verespej@partner.samsung.com>
5 years agoRe-factored resources upload into role 64/78764/6
Samuli Silvius [Tue, 19 Feb 2019 14:00:37 +0000 (16:00 +0200)]
Re-factored resources upload into role

Whole functionality of resource files upload is
implemented in resource-data role instead of
playbook level tasks.
This will make roles easier to test
and make it easier to implement other OS support later.

Issue-ID: OOM-1654

Change-Id: I3d3da9381b0e804f511ee854c41554b924d18883
Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
5 years agoMerge "Replaced casablanca by tag 3.0.1-ONAP"
Michal Ptacek [Thu, 7 Mar 2019 07:35:58 +0000 (07:35 +0000)]
Merge "Replaced casablanca by tag 3.0.1-ONAP"

5 years agoDisable all default repositories 23/79023/6
Bartek Grzybowski [Fri, 22 Feb 2019 15:10:27 +0000 (16:10 +0100)]
Disable all default repositories

This patch allows configuring multiple repositories
via 'package_repositories' dict. It also disables
all default repositories not to break 'yum' operation
in environment without route to Internet.

Issue-ID: OOM-1632

Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Change-Id: Id5e81e9d60d15393d5d2e12aef3da476a3b0d4c3

5 years agoRemove useless deploy_package_repository flag 16/79016/5
Bartek Grzybowski [Fri, 22 Feb 2019 13:31:36 +0000 (14:31 +0100)]
Remove useless deploy_package_repository flag

Support for deploy_package_repository is only partial, setting
it to 'false' would crash ansible on package installation from
offline repository which wouldn't be configured then.

Issue-ID: OOM-1632

Change-Id: I26d748505906703d1ee41ef3d310c1a14ff5066a
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
5 years agoMerge "Improve nginx role testability"
Michal Ptacek [Wed, 6 Mar 2019 09:12:06 +0000 (09:12 +0000)]
Merge "Improve nginx role testability"

5 years agoMerge "Add more files to .gitignore"
Michal Ptacek [Tue, 5 Mar 2019 17:06:56 +0000 (17:06 +0000)]
Merge "Add more files to .gitignore"

5 years agoMerge "Re-factor nexus role to streamline playbook"
Michal Ptacek [Tue, 5 Mar 2019 17:01:49 +0000 (17:01 +0000)]
Merge "Re-factor nexus role to streamline playbook"

5 years agoAdd more files to .gitignore 01/79701/3
Bartek Grzybowski [Tue, 5 Mar 2019 11:06:03 +0000 (12:06 +0100)]
Add more files to .gitignore

Added additional files generated at packaging time to .gitignore
not to mess up working tree

Issue-ID: OOM-1697

Change-Id: I6c6194a7109aa1862cff0448566eff1db01c13f9
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
5 years agoRe-factor nexus role to streamline playbook 68/78368/5
Samuli Silvius [Wed, 13 Feb 2019 09:00:39 +0000 (11:00 +0200)]
Re-factor nexus role to streamline playbook

Move nexus functionality into nexus role from
infrastructure playbook.
This will make role easier to test and make
it easier to implement other OS support later.

Issue-ID: OOM-1653

Change-Id: I1af2bfef5aa4d6c7b819f5fc40f95c6e8303598c
Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
5 years agoMerge "Use 'package_facts' module in firewall role"
Michal Ptacek [Mon, 4 Mar 2019 14:52:04 +0000 (14:52 +0000)]
Merge "Use 'package_facts' module in firewall role"

5 years agoMerge "Download of infra related docker images"
Michal Ptacek [Mon, 4 Mar 2019 13:34:41 +0000 (13:34 +0000)]
Merge "Download of infra related docker images"

5 years agoMerge "package-repository role to streamline playbook"
Michal Ptacek [Mon, 4 Mar 2019 13:23:31 +0000 (13:23 +0000)]
Merge "package-repository role to streamline playbook"

5 years agoMerge "Dont crash patching on missing chart file"
Michal Ptacek [Mon, 4 Mar 2019 13:22:42 +0000 (13:22 +0000)]
Merge "Dont crash patching on missing chart file"

5 years agoMerge "Rename casablanca patch file"
Petr Ospalý [Mon, 4 Mar 2019 13:04:58 +0000 (13:04 +0000)]
Merge "Rename casablanca patch file"

5 years agoReplaced casablanca by tag 3.0.1-ONAP 14/79614/1
Tomáš Levora [Mon, 4 Mar 2019 12:43:17 +0000 (13:43 +0100)]
Replaced casablanca by tag 3.0.1-ONAP

As the tag 3.0.1-ONAP already exists, need to replace the branch in the
related git repo list

Issue-ID: OOM-1696

Change-Id: I8ebc40ee78c49caee4a42efe3b62fd791b75a149
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
5 years agoMerge changes from topic 'infra'
Petr Ospalý [Mon, 4 Mar 2019 12:52:01 +0000 (12:52 +0000)]
Merge changes from topic 'infra'

* changes:
  Save docker images based on list
  Fixed path to list for git repos download

5 years agoDownload of infra related docker images 36/79336/2
Tomáš Levora [Thu, 28 Feb 2019 08:34:34 +0000 (09:34 +0100)]
Download of infra related docker images

Fixing download and save of docker images needed for infra and loaded
in runtime. Removed infra related image from regular list to not push
it unnecessarily to nexus repository.

Solves OOM-1669 and OOM-1682

Issue-ID: OOM-1682

Change-Id: I6f4fc0a46cdfb820eb70707f533b5ca5e977cccc
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
5 years agoMerge "Create setup role"
Michal Ptacek [Mon, 4 Mar 2019 08:35:00 +0000 (08:35 +0000)]
Merge "Create setup role"

5 years agopackage-repository role to streamline playbook 31/78331/5
Samuli Silvius [Tue, 12 Feb 2019 19:08:26 +0000 (21:08 +0200)]
package-repository role to streamline playbook

Create own role for repository handling to move functionality
to roles from playbooks. This will make roles easier to test
and make it easier to implement other OS support later.

Issue-ID: OOM-1649

Change-Id: Ie8d25f83c54ec9f5a50fc6376a1ba7e166f07132
Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
5 years agoImprove nginx role testability 67/79567/1
Samuli Silvius [Sun, 3 Mar 2019 11:24:55 +0000 (13:24 +0200)]
Improve nginx role testability

Moving ports and volumes to defaults to make them easier customiced.

Change-Id: I8b5418443f0b55ef61890a08c530040c07617122
Issue-ID: OOM-1693
Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
5 years agoDont crash patching on missing chart file 87/79387/1
Michal Ptacek [Thu, 28 Feb 2019 17:43:49 +0000 (17:43 +0000)]
Dont crash patching on missing chart file

In some deployments not all chart files might be present.
We should not fail if some components are not deployed.

Issue-ID: OOM-1691

Change-Id: I6a0ae05e753a2de6301ee0188022a958868776ad
Signed-off-by: Michal Ptacek <m.ptacek@partner.samsung.com>
5 years agoUse 'package_facts' module in firewall role 15/79115/4
Bartek Grzybowski [Mon, 25 Feb 2019 15:00:46 +0000 (16:00 +0100)]
Use 'package_facts' module in firewall role

Centos iso image doesn't have 'yum-utils' package with
'repoquery' binary which causes 'yum' module to crash.
Using more generic 'package_facts' fixes that.

This patch also introduces more general compatibility with
RedHat/Debian based distros.

Issue-ID: OOM-1632

Change-Id: Ica026c0f9a9ffa9e307f7cba589900962b0db4e7
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
5 years agoRename casablanca patch file 39/79339/1
Milan Verespej [Tue, 26 Feb 2019 12:06:56 +0000 (13:06 +0100)]
Rename casablanca patch file

Since there is no difference in patching between 3.0.0 and 3.0.1
release there name of patchfile that includes this tag
is unnecessary and confusing.

Issue-ID: OOM-1687

Change-Id: I751398f15c38dab83e36ed0b8f555533497291f8
Signed-off-by: Milan Verespej <m.verespej@partner.samsung.com>
5 years agoSave docker images based on list 77/79277/2
Tomáš Levora [Wed, 27 Feb 2019 16:00:25 +0000 (17:00 +0100)]
Save docker images based on list

Save all docker images to tarballs based on list instead of saving all
local registry to prevent not necessary images in the package

Issue-ID: OOM-1683

Change-Id: Iaf4e092ff124f753d50be876d6ab564c7f349ddc
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
5 years agoFixed path to list for git repos download 72/79272/4
Tomáš Levora [Wed, 27 Feb 2019 15:29:26 +0000 (16:29 +0100)]
Fixed path to list for git repos download

Added missing part of file name for correct dowload of git repositories

Issue-ID: OOM-1684

Change-Id: Ic8235a04ea12e13ca7e4165734bd15a81f7c8578
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
5 years agoMerge "Add download of missing dependency python-docker"
Tomáš Levora [Wed, 27 Feb 2019 14:55:21 +0000 (14:55 +0000)]
Merge "Add download of missing dependency python-docker"

5 years agoCreate setup role 66/78766/2
Samuli Silvius [Tue, 19 Feb 2019 16:07:02 +0000 (18:07 +0200)]
Create setup role

Creating setup role and moving functionality from setup playbook
into new role.
This will make roles easier to test
and make it easier to implement other OS support later.

Issue-ID: OOM-1663

Change-Id: If8b93066997c2442c0b94cb2a95fb535d9560b2b
Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
5 years agoAdd support for ONAP documentation project 69/79169/2
Petr Ospalý [Tue, 26 Feb 2019 10:42:16 +0000 (11:42 +0100)]
Add support for ONAP documentation project

Provided the mandatory doc structure:
  docs/
    index.rst
    ...

Added a couple of .gitignore for better testing and development.

Change-Id: I722806681e4844e0ea915006bc7de6018d3073d7
Issue-ID: OOM-1672
Signed-off-by: Petr Ospalý <p.ospaly@partner.samsung.com>
5 years agoFixed an issue in RST format 03/78903/1
Tomáš Levora [Wed, 20 Feb 2019 11:59:14 +0000 (12:59 +0100)]
Fixed an issue in RST format

Fixed errors in tables mainly with blocks arround lines 321 and 324
causing troubles with correct interpretation

Issue-ID: OOM-1613

Change-Id: Ia265a5d5f85412ac237c790fec32fb62f0dfba07
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
5 years agoMerge "Adding updated list files for ONAP 3.0.1"
Petr Ospalý [Wed, 20 Feb 2019 08:59:35 +0000 (08:59 +0000)]
Merge "Adding updated list files for ONAP 3.0.1"

5 years agoAdd Installation guide for the offline-installer 35/78535/7
Petr Ospalý [Thu, 14 Feb 2019 20:30:31 +0000 (21:30 +0100)]
Add Installation guide for the offline-installer

Change-Id: I033755e0c9b2d5305b360e15b608a68f6f99d6ca
Issue-ID: OOM-1630
Signed-off-by: Petr Ospalý <p.ospaly@partner.samsung.com>
5 years agoMerge "Fix site.yml playbook by removing the setup.yml"
Samuli Silvius [Mon, 18 Feb 2019 07:39:27 +0000 (07:39 +0000)]
Merge "Fix site.yml playbook by removing the setup.yml"

5 years agoMerge "Fix for malformed certificate issue"
Michal Ptacek [Fri, 15 Feb 2019 13:37:01 +0000 (13:37 +0000)]
Merge "Fix for malformed certificate issue"

5 years agoFix for malformed certificate issue 53/78553/1
Michal Ptacek [Fri, 15 Feb 2019 12:58:57 +0000 (12:58 +0000)]
Fix for malformed certificate issue

Without this patch certificate is distributed in malformed
shape and leads to policy-drools pod not working

Issue-ID: OOM-1662

Change-Id: I1e5f51c6aa7857a9347d2d8ef8d523508d094df0
Signed-off-by: Michal Ptacek <m.ptacek@partner.samsung.com>
5 years agoFix site.yml playbook by removing the setup.yml 36/78536/2
Petr Ospalý [Fri, 15 Feb 2019 02:36:10 +0000 (03:36 +0100)]
Fix site.yml playbook by removing the setup.yml

setup.yml is an optional playbook which may be replaced by other means of
securing the passwordless login

Change-Id: Ia64eee6351e9cabc638149b5ed668885058aef89
Issue-ID: OOM-1661
Signed-off-by: Petr Ospalý <p.ospaly@partner.samsung.com>
5 years agoAdding updated list files for ONAP 3.0.1 84/78384/5
Tomáš Levora [Wed, 13 Feb 2019 11:48:18 +0000 (12:48 +0100)]
Adding updated list files for ONAP 3.0.1

This change is adding updated resources lists for offline-installer for
the tag onap_3.0.1

It's fixing some issues messed by wrongly done rebase in a previous
patch and sets some default values

Issue-ID: OOM-1615

Change-Id: I58001860d4accdf89cacd315d1af81240aee1303
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
5 years agoConditional login update after aux_data_path set 50/78450/4
Michal Ptacek [Thu, 14 Feb 2019 07:47:59 +0000 (07:47 +0000)]
Conditional login update after aux_data_path set

After setting-up of default value for aux_data_path some
of the conditional logic must be updated.

Issue-ID: OOM-1659

Change-Id: I0472c2e848f9215186b8aa11557165f606cac9d4
Signed-off-by: Michal Ptacek <m.ptacek@partner.samsung.com>
5 years agopackage script do not fail on error 54/78454/3
Samuli Silvius [Thu, 14 Feb 2019 08:42:54 +0000 (10:42 +0200)]
package script do not fail on error

Make build/package.sh script to fail on all errors.

Issue-ID: OOM-1660

Change-Id: I3537c719740d4476c07dce284922e352460ae52e
Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
Signed-off-by: Michal Ptacek <m.ptacek@partner.samsung.com>
5 years agoMerge "Fix typo in helm plugins path"
Michal Ptacek [Thu, 14 Feb 2019 16:02:28 +0000 (16:02 +0000)]
Merge "Fix typo in helm plugins path"

5 years agoAdd download of missing dependency python-docker 61/78461/2
Tomáš Levora [Thu, 14 Feb 2019 10:04:53 +0000 (11:04 +0100)]
Add download of missing dependency python-docker

Fixing a bug with missing python-docker package in local RHEL repository
for offline-installer

Issue-ID: OOM-1657

Change-Id: I42152f8acf81afcd825bd79378c5a8a8a803d047
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
5 years agoFix wrong value for boolean 88/78488/1
Milan Verespej [Thu, 14 Feb 2019 13:21:14 +0000 (14:21 +0100)]
Fix wrong value for boolean

Issue-ID: OOM-1629

Change-Id: I80ea6e72c9e5dbe3fdc63db0d177f541c749c58e
Signed-off-by: Milan Verespej <m.verespej@partner.samsung.com>
5 years agoFix typo in helm plugins path 86/78486/1
Milan Verespej [Thu, 14 Feb 2019 13:15:38 +0000 (14:15 +0100)]
Fix typo in helm plugins path

Issue-ID: OOM-1638

Change-Id: I00607f4861d153dc73f9ce516d9bd3b9c490a9cc
Signed-off-by: Milan Verespej <m.verespej@partner.samsung.com>
5 years agoFix nfs on nodes does not install nfs packages 85/78385/2
Milan Verespej [Wed, 13 Feb 2019 11:53:51 +0000 (12:53 +0100)]
Fix nfs on nodes does not install nfs packages

Issue-ID: OOM-1640

Change-Id: Ieb8d736e543d58facb9a84c3366c5b15418e17d2
Signed-off-by: Milan Verespej <m.verespej@partner.samsung.com>
5 years agoMerge changes Idcc4c510,I81261f51,Ica9fc768,I7b5d135a
Michal Ptacek [Wed, 13 Feb 2019 15:34:14 +0000 (15:34 +0000)]
Merge changes Idcc4c510,I81261f51,Ica9fc768,I7b5d135a

* changes:
  More default values and simplify onap config
  Clarify packaging variables documentation
  Helm install optional and default values
  Helm charts dir commenting causes / dir copying

5 years agoMerge "Master playbook for installation"
Michal Ptacek [Wed, 13 Feb 2019 14:03:58 +0000 (14:03 +0000)]
Merge "Master playbook for installation"

5 years agoMerge "Updated list of http files for Casablanca"
Petr Ospalý [Wed, 13 Feb 2019 08:05:30 +0000 (08:05 +0000)]
Merge "Updated list of http files for Casablanca"

5 years agoMore default values and simplify onap config 74/78174/6
Samuli Silvius [Sun, 10 Feb 2019 11:24:03 +0000 (13:24 +0200)]
More default values and simplify onap config

Populate more default values for ansible all.yml configuration
to make it simpler by default for user.

Removed project_configuration variable as it caused just
confusion. Replaced that mostly by using app_name variable.

According to above changed simplified actual configuration
config/application_configuration.yml used to install onap.
Mostly removed repeation of comments.

Also updated ansible/application/README.md that was not
updated for a while.

Issue-ID: OOM-1633

Change-Id: Idcc4c510b64bb61edd874d0e0616cdb41938f2d3
Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
5 years agoMaster playbook for installation 90/78290/1
Samuli Silvius [Tue, 12 Feb 2019 13:05:55 +0000 (15:05 +0200)]
Master playbook for installation

Create site.yml playbook as default way to run whole offline
installer installation. It's mainly a document for a user
about the intended order of the playbooks to run.

Issue-ID: OOM-1645

Change-Id: I54640bf7d926c7c80be9bdb542683f0ba70a633f
Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
5 years agoClarify packaging variables documentation 33/77933/13
Samuli Silvius [Wed, 6 Feb 2019 09:25:01 +0000 (11:25 +0200)]
Clarify packaging variables documentation

For the user package.sh/package.conf is a bit confusing
and variables are not well named nor documented.

Binary definition can be also simplified by providing
just single directory to take binaries from.

Corresponding variable documentation on installer
side (ansible code) is also confusing and missing
relation to packaging variables

This commit aims on improving that documentation.

Issue-ID: OOM-1633

Change-Id: I81261f51d393f434eac26c4a46624388671bd36b
Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
5 years agoHelm install optional and default values 51/77851/11
Samuli Silvius [Tue, 5 Feb 2019 07:45:24 +0000 (09:45 +0200)]
Helm install optional and default values

Make Helm applicaton installation optional by allowing
user not to provide Helm charts. Then only empty Kubernetes
cluster will be installed.

Provide some reasonable default values for Helm charts
configuration variables both in package script and ansible
installer itself. User provided Helm charts configuration
must be in sync with packaging and installer, provided
some clarifying comments for that.

Issue-ID: OOM-1629

Change-Id: Ica9fc76856cb50c9d636bea99a326736736c7a56
Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
5 years agoHelm charts dir commenting causes / dir copying 75/77775/13
Samuli Silvius [Mon, 4 Feb 2019 10:52:20 +0000 (12:52 +0200)]
Helm charts dir commenting causes / dir copying

HELM_CHARTS_DIR in package.conf is unnecessarily mandatory.
When commenting out this variable, packaging script copies
machine's root directory content into package.

This commit will make HELM_CHARTS_DIR optional and its
existence is checked in package.sh script.

Issue-ID: OOM-1626

Change-Id: I7b5d135ab130a28491e7223b66f26b50ccce5fca
Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
5 years agoChange helm plugin install to copy module 18/78118/2
Milan Verespej [Fri, 8 Feb 2019 14:30:39 +0000 (15:30 +0100)]
Change helm plugin install to copy module

Since helm plugin install command is not the most suitable
for Ansible and it basically just creates link to plugin original
location this change is using Ansible's copy module instead.

Plugin is copied from install server because copy module doesn't
support recursive directory copying with remote_src option.

Issue-ID: OOM-1638
Change-Id: I9e9dcd8d33f8917296f576c2b34c0c576c9c126c
Signed-off-by: Milan Verespej <m.verespej@partner.samsung.com>
5 years agoMerge "Fix simulated_hosts template"
Michal Ptacek [Mon, 11 Feb 2019 13:35:46 +0000 (13:35 +0000)]
Merge "Fix simulated_hosts template"

5 years agoConfiguration file option for packaging 81/77781/3
Samuli Silvius [Mon, 4 Feb 2019 12:26:27 +0000 (14:26 +0200)]
Configuration file option for packaging

At the moment configuration file for the package.sh script is fixed
by name and location package.conf in the same dir as the script.

Allow user to give configuration file as parameter for the script.

Issue-ID: OOM-1627

Change-Id: I8b728996ead73a48b88bbbf364ec913217cbd8d6
Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
5 years agoUpdated list of http files for Casablanca 04/78104/3
Tomáš Levora [Fri, 8 Feb 2019 09:34:05 +0000 (10:34 +0100)]
Updated list of http files for Casablanca

Renamed to use prefix for Casablanca 3.0.0 and updated some blueprints
required.

Updated download script accordingly

Issue-ID: OOM-1615

Change-Id: I65add45a383f5f7d849e360ec6e65dd65cd501e7
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
5 years agoMerge "Use git format of patches"
Tomáš Levora [Fri, 8 Feb 2019 10:07:11 +0000 (10:07 +0000)]
Merge "Use git format of patches"

5 years agoMerge "Adding PyPI repository and packages to Nexus"
Michal Ptacek [Fri, 8 Feb 2019 06:43:06 +0000 (06:43 +0000)]
Merge "Adding PyPI repository and packages to Nexus"