oom/offline-installer.git
4 years agoUse external_ip to populate the node address 51/95751/1
Michal Zegan [Mon, 16 Sep 2019 15:28:38 +0000 (17:28 +0200)]
Use external_ip to populate the node address

Use the new external_ip inventory variable to populate node address.
Note that cluster_ip is still used if external_ip has not been set.
This makes it possible to connect to kubernetes apiserver using the external_ip
without disabling ssl cert verification.
As an added bonus, the inventory hostname is now used as the node name to make
node names more predictable.

Change-Id: I3cc25c488d68f2f858a5eb3438d96285fa7517ca
Issue-ID: OOM-2112
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
4 years agoAdd external_ip variable 50/95750/1
Michal Zegan [Mon, 16 Sep 2019 15:23:04 +0000 (17:23 +0200)]
Add external_ip variable

Adds the external_ip variable that can be used to set ip different
from cluster_ip, like public/floating/elastic ip, that can be used to externally
communicate with kubernetes nodes. Mainly useful
for the control plane and communication with
api server.

Change-Id: Ie840bff4b8479081b7397a42935c9db53db1bf4f
Issue-ID: OOM-2112
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
4 years agoRemoving unused debian datalist 71/95471/1
Michal Ptacek [Wed, 11 Sep 2019 08:27:41 +0000 (08:27 +0000)]
Removing unused debian datalist

Formely used by appc-ansible-server in Casablanca

Change-Id: I8043f8338f84c09212386c7924770d6df27024ed
Issue-ID: OOM-2098
Signed-off-by: Michal Ptacek <m.ptacek@partner.samsung.com>
4 years agoAdd ability to put dockerdata-nfs on root disk 31/95131/1
Michal Zegan [Thu, 5 Sep 2019 16:48:18 +0000 (18:48 +0200)]
Add ability to put dockerdata-nfs on root disk

Modify the heat template so that it becomes possible to
skip volume creation for dockerdata-nfs.
This feature can be toggled at will. It is useful for the cases
where /dockerdata-nfs needs to be fast, but there are no ssd volumes available.
Of course, large enough ephemeral disks are needed, around
60 gb.

Change-Id: I37e29e7cf7273d1d4a6e896ec017d9ef8177b1d0
Issue-ID: OOM-2042
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
4 years agoMake kubernetes nodes to be placed on different computes 30/95130/1
Michal Zegan [Thu, 5 Sep 2019 16:46:05 +0000 (18:46 +0200)]
Make kubernetes nodes to be placed on different computes

Modify the heat template so that kubernetes node
instances are not placed on the same compute nodes, but each on a different node.
This is called anti-affinity.

Change-Id: I16cad7cc2f503130bae80be3820c477890214594
Issue-ID: OOM-2042
Signed-off-by: Mateusz Pilat <m.pilat@partner.samsung.com>
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
4 years agoChange the way how volume map is constructed 29/95129/1
Michal Zegan [Thu, 5 Sep 2019 16:36:47 +0000 (18:36 +0200)]
Change the way how volume map is constructed

This commit modifies volume handling in heat template in cicdansible.
Namely, it simplifies the generation of node to volume list mapping and makes it
more readable and understandable, and also
more flexible, because now parts of it could be
conditionalized. This is required for a followup commit.

Change-Id: I204aefd819f40050a2cb9e6a031dfb2c62da1f48
Issue-ID: OOM-2042
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
4 years agoMerge changes from topic "OOM-2042"
Michal Ptacek [Wed, 4 Sep 2019 15:39:20 +0000 (15:39 +0000)]
Merge changes from topic "OOM-2042"

* changes:
  Add ansible configuration file
  Add cicdansible playbook
  Add onap installation role
  Add onap instance configuration role
  Add ansible role to deploy onap infrastructure on openstack
  Add floating ip fact retrieval module
  Add inventory for cicdansible playbook
  Add heat template to deploy onap infrastructure
  Add the .gitignore for cicdansible

4 years agoMerge "Add configurable etcd storage feature"
Michal Zegan [Wed, 4 Sep 2019 10:56:07 +0000 (10:56 +0000)]
Merge "Add configurable etcd storage feature"

4 years agoMerge "Move help script to tools"
Michal Zegan [Wed, 4 Sep 2019 10:45:36 +0000 (10:45 +0000)]
Merge "Move help script to tools"

4 years agoMerge "package.py - Enable adding AUX images in to packages"
Michal Zegan [Wed, 4 Sep 2019 10:45:31 +0000 (10:45 +0000)]
Merge "package.py - Enable adding AUX images in to packages"

4 years agoMerge "Skip annoying message if config.json not exists"
Michal Zegan [Wed, 4 Sep 2019 10:45:25 +0000 (10:45 +0000)]
Merge "Skip annoying message if config.json not exists"

4 years agoMerge "Adding proper npm logout"
Michal Zegan [Wed, 4 Sep 2019 10:44:14 +0000 (10:44 +0000)]
Merge "Adding proper npm logout"

4 years agoChange the way of providing docker login password 00/94900/2
Tomáš Levora [Wed, 4 Sep 2019 08:36:30 +0000 (10:36 +0200)]
Change the way of providing docker login password

As --password is insecure way, changing to recommended way using
--password-stdin instead

Issue-ID: OOM-2087

Change-Id: Ibe1799e9de63476540288b84726260f712d12616
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
4 years agoAdd ansible configuration file 19/94119/2
Michal Zegan [Thu, 22 Aug 2019 13:01:07 +0000 (15:01 +0200)]
Add ansible configuration file

This commit adds the ansible configuration file, that configures
pretty logging and, handling of connections and inventory, etc to
make the playbook nicer to use.

Change-Id: Ibf9eded62f87d338b4b215e8b0b37d80ec86b219
Issue-ID: OOM-2042
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
4 years agoAdd cicdansible playbook 18/94118/2
Michal Zegan [Thu, 22 Aug 2019 12:58:40 +0000 (14:58 +0200)]
Add cicdansible playbook

This playbook runs the cicdansible roles on hosts defined, statically
or dynamically, in the inventory.
It deploys onap infrastructure on openstack, then installs onap.

Change-Id: Idf618ff137c1adbad8f9b2f1bf878eaa9f20465d
Issue-ID: OOM-2042
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
4 years agoAdd onap installation role 17/94117/2
Michal Zegan [Thu, 22 Aug 2019 12:53:46 +0000 (14:53 +0200)]
Add onap installation role

This role generates offline installer parameters and inventory, downloads
offline installer sw package, and initiates onap installation, waiting
for it to finish.

Change-Id: I5c79d9732b8d77f57278f5009f4e5089377fc2cf
Issue-ID: OOM-2042
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
4 years agoAdd onap instance configuration role 16/94116/2
Michal Zegan [Thu, 22 Aug 2019 12:50:22 +0000 (14:50 +0200)]
Add onap instance configuration role

This change adds a role that configures
deployed onap infrastructure instances. This role is generic
and not openstack dependent.
This role configures instances to reach each other by name, to mutually
authenticate with the given ssh keys, etc. This
mainly makes it easier for developers to do troubleshooting, and
allows offline installer to work smoothly.

Change-Id: I26750b0a8a69f56297f0a5f7ff491463ed2e9e32
Issue-ID: OOM-2042
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
4 years agoAdd ansible role to deploy onap infrastructure on openstack 15/94115/2
Michal Zegan [Thu, 22 Aug 2019 12:47:58 +0000 (14:47 +0200)]
Add ansible role to deploy onap infrastructure on openstack

This role deploys the onap infrastructure on open stack
using the heat template, passing it needed
parameters from inventory. It also formats and mounts
all cinder volumes attached to the instances, so that they can be utilized.

Change-Id: I0cb13a5b55bd31445acaa2f7c1db80a925daa5cb
Issue-ID: OOM-2042
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
4 years agoAdd floating ip fact retrieval module 14/94114/2
Michal Zegan [Thu, 22 Aug 2019 12:59:55 +0000 (14:59 +0200)]
Add floating ip fact retrieval module

This change adds the ansible module that retrieves facts about floating ips,
that is missing from the ansible core modules.
This module is used to translate floating ips into their resource
identifiers before using heat template.

Change-Id: I7a8756eff30b33f82dade2f35227ff241a8c5972
Issue-ID: OOM-2042
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
4 years agoAdd inventory for cicdansible playbook 13/94113/2
Michal Zegan [Thu, 22 Aug 2019 12:55:16 +0000 (14:55 +0200)]
Add inventory for cicdansible playbook

This change adds the basic inventory file and group_vars used when running
cicdansible playbook to deploy onap on openstack.
This inventory contains only instances that must be present, other inventory
entries are dynamically registered during install.
Also, it delegates to group_vars for things like floating ip
addresses.
group_vars contains default settings for the playbook, and especially the
all.yml must be modified for the environment to be deployed.

Change-Id: Ia93e6b98841d7edc45699b44b2479af6daff6c4f
Issue-ID: OOM-2042
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
4 years agoAdd heat template to deploy onap infrastructure 12/94112/2
Michal Zegan [Thu, 22 Aug 2019 12:43:11 +0000 (14:43 +0200)]
Add heat template to deploy onap infrastructure

This change adds a heat template that
deploys empty onap infrastructure on open stack.
Infrastructure consists of an installer instance + infra instance +
specified number of kubernetes nodes.
All instances are empty after creation, and live in the internal network with
cidr 10.1.0.0/24.
They are isolated by security groups in order not to have
external network access except possibly the intranet, but
it is possible to enable internet access if required.

Change-Id: I70024e1e2344ed75f443f03b2239b460a71d0151
Issue-ID: OOM-2042
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
4 years agoAdding proper npm logout 93/94893/1
Tomáš Levora [Wed, 4 Sep 2019 08:05:55 +0000 (10:05 +0200)]
Adding proper npm logout

Adding npm logout to prevent authentification issues with newer versions
of npm at repeated execution

Issue-ID: OOM-2086

Change-Id: Icb7d70ef1b7c2037dd9e392693b2c51cf8c60f25
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
4 years agopackage.py - Enable adding AUX images in to packages 71/94571/3
Mateusz Pilat [Thu, 29 Aug 2019 11:28:56 +0000 (13:28 +0200)]
package.py - Enable adding AUX images in to packages

Make possible to add custom images in to aux package + add versioning to package info and file names. Issue-ID: OOM-2078

Signed-off-by: Mateusz Pilat <m.pilat@partner.samsung.com>
Change-Id: Ibe141f386b2534aa59c6a3a31052e454b3a79e6b

4 years agoSkip annoying message if config.json not exists 47/94347/2
Tomáš Levora [Tue, 27 Aug 2019 12:16:07 +0000 (14:16 +0200)]
Skip annoying message if config.json not exists

Preventing messages showing in case of non existing config.json file

Issue-ID: OOM-2077

Change-Id: Ifb38495d93934b2015893d2c1fc62ec4d480171b
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
4 years agoAdd configurable etcd storage feature 35/94135/2
Petr Ospalý [Thu, 22 Aug 2019 15:33:07 +0000 (17:33 +0200)]
Add configurable etcd storage feature

Plus the option to have etcd on tmpfs (volatile storage) for little
bigger (maybe) speed (NOT FOR PRODUCTION DEPLOYMENT!).

Issue-ID: OOM-2058

Change-Id: I0bbfc4fbae7f6b46e2fae49656437cd6748efd49
Signed-off-by: Petr Ospalý <p.ospaly@partner.samsung.com>
4 years agoAdd the .gitignore for cicdansible 11/94111/1
Michal Zegan [Thu, 22 Aug 2019 13:02:06 +0000 (15:02 +0200)]
Add the .gitignore for cicdansible

Adds the .gitignore file for the ansible playbook.

Change-Id: If6e52f55e045ccccd164992108d1977c2a46a413
Issue-ID: OOM-2042
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
4 years agoMerge "Add helm redeploy tool"
Michal Ptacek [Thu, 22 Aug 2019 08:48:10 +0000 (08:48 +0000)]
Merge "Add helm redeploy tool"

4 years agoMove help script to tools 06/92706/6
Petr Ospalý [Mon, 5 Aug 2019 15:43:25 +0000 (17:43 +0200)]
Move help script to tools

Change-Id: I03d1c65d05df534aecff5c6d08cfbdf97705dbdf
Issue-ID: OOM-1984
Signed-off-by: Petr Ospalý <p.ospaly@partner.samsung.com>
4 years agoAdd helm redeploy tool 05/92705/6
Petr Ospalý [Mon, 5 Aug 2019 15:38:04 +0000 (17:38 +0200)]
Add helm redeploy tool

Simple script to try to redeploy failed charts or explicitly desired
chart(s).

It supports override files for helm - but please, beware that helm or
more specifically the onap helm plugin (deploy.sh) is not capable of
handling whitespace in filenames so I don't support that in the script
either (I made a version which does but it is no use if helm will break
anyway).

Change-Id: I69bf0672a64c45e30d4e4239da561647d00637a7
Issue-ID: OOM-1984
Signed-off-by: Petr Ospalý <p.ospaly@partner.samsung.com>
4 years agoMerge "Removing deprecated packaging script"
Michal Ptacek [Fri, 16 Aug 2019 12:50:01 +0000 (12:50 +0000)]
Merge "Removing deprecated packaging script"

4 years agoAdd support for multiple lists in nexus blob build 51/91651/6
Tomáš Levora [Wed, 17 Jul 2019 11:42:47 +0000 (13:42 +0200)]
Add support for multiple lists in nexus blob build

Because of separated lists for onap, rke or rancher adding possibility
to pass multiple lists to build_nexus_blob.sh as parameters

Issue-ID: OOM-1890

Change-Id: Ib5aa8489b612dfd6099116695b4ccc3be49a82bd
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
4 years agoMerge "Rewrite build_nexus_blob script to use functions"
Michal Zegan [Wed, 17 Jul 2019 14:00:18 +0000 (14:00 +0000)]
Merge "Rewrite build_nexus_blob script to use functions"

4 years agoAdd .gitreview 73/91473/1
Cédric Ollivier [Mon, 15 Jul 2019 18:57:59 +0000 (20:57 +0200)]
Add .gitreview

It eases configuring remote via git-review -s

Issue-ID: DOC-505

Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: I2f82f8797669d1bf9e0bbefcbb345ce4e463a60a

4 years agoMerge "Remove kubectl install from prepare-rke"
Michal Ptacek [Mon, 15 Jul 2019 07:50:29 +0000 (07:50 +0000)]
Merge "Remove kubectl install from prepare-rke"

4 years agoMerge "Fix build guide/script regarding python versioning"
Michal Ptacek [Mon, 15 Jul 2019 06:00:43 +0000 (06:00 +0000)]
Merge "Fix build guide/script regarding python versioning"

4 years agoMerge "Update INFO.yaml file"
Michal Ptacek [Mon, 15 Jul 2019 05:49:28 +0000 (05:49 +0000)]
Merge "Update INFO.yaml file"

4 years agoRemove kubectl install from prepare-rke 31/89531/2
Michal Zegan [Wed, 5 Jun 2019 16:20:22 +0000 (18:20 +0200)]
Remove kubectl install from prepare-rke

This is needed because prepare-kubectl role can do just the same.
Also fixed rke tests to match.

Change-Id: I808df650a5f755e09c26d13db62ecfc1504a317c
Issue-ID: OOM-1907
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
4 years agoRemoving deprecated packaging script 14/91314/2
Tomáš Levora [Fri, 12 Jul 2019 06:09:37 +0000 (08:09 +0200)]
Removing deprecated packaging script

Removing packaging script written in BASH and its configuration as
it's function was replaced by new python script build/package.py

Issue-ID: OOM-1932

Change-Id: Id48c2ef69d64012c456661358106703eab7d85c3
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
4 years agoUpdate INFO.yaml file 30/82330/7
Jessica Wagantall [Fri, 15 Mar 2019 01:29:31 +0000 (18:29 -0700)]
Update INFO.yaml file

Update missing information blocks and
indentation to pass verify job.

Change-Id: I41c96af4109df516fea771d1b0681bc2bff156d6
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
4 years agoRemoving deprecated OOM patching script 80/91280/1
Michal Ptacek [Thu, 11 Jul 2019 16:04:13 +0000 (16:04 +0000)]
Removing deprecated OOM patching script

Logic of that script was included into redesigned packaging.

Issue-ID: OOM-1932

Change-Id: I7fe6e69ae3abb52213d0ebd192e0df882aab49ed
Signed-off-by: Michal Ptacek <m.ptacek@partner.samsung.com>
4 years agoFix build guide/script regarding python versioning 24/91224/2
Bartek Grzybowski [Thu, 11 Jul 2019 06:31:56 +0000 (08:31 +0200)]
Fix build guide/script regarding python versioning

Specify minimal docker release in build/requirements.txt
and build/download/requirements.txt, not a fixed one.

Change interpreter for build/package.py as it's Python 3
compliant.

Change-Id: I4352aa957371ce85bdea021101ed2f5994f9eedb
Issue-ID: OOM-1979
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
4 years agoRewrite build_nexus_blob script to use functions 31/91231/1
Tomáš Levora [Thu, 11 Jul 2019 08:38:23 +0000 (10:38 +0200)]
Rewrite build_nexus_blob script to use functions

Rewrite build_nexus_blob.sh script to functions for better future
maintenance and better possibility to add new features

Issue-ID: OOM-1977

Change-Id: I697462efbbeddbe3d89aec47ae7fcfff9f4147b7
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
4 years agoMerge "Fix docker user settings backup"
Michal Ptacek [Wed, 10 Jul 2019 11:39:31 +0000 (11:39 +0000)]
Merge "Fix docker user settings backup"

4 years agoMerge "Adding generating of docker images list"
Michal Ptacek [Wed, 10 Jul 2019 11:36:04 +0000 (11:36 +0000)]
Merge "Adding generating of docker images list"

4 years agoMerge "Final doc tuning for Dublin branch"
Michal Ptacek [Wed, 10 Jul 2019 08:45:36 +0000 (08:45 +0000)]
Merge "Final doc tuning for Dublin branch"

4 years agoMerge "Removing duplicates from onap list"
Michal Ptacek [Wed, 10 Jul 2019 07:27:09 +0000 (07:27 +0000)]
Merge "Removing duplicates from onap list"

4 years agoFinal doc tuning for Dublin branch 79/91079/4
Michal Ptacek [Tue, 9 Jul 2019 10:46:26 +0000 (10:46 +0000)]
Final doc tuning for Dublin branch

This commit is doing just some small polishing of documentation
before creating Dublin branch for the offline installer.

Issue-ID: OOM-1870

Change-Id: I969b15400eb8064d6d097caa0f712fbf7ec5277a
Signed-off-by: Michal Ptacek <m.ptacek@partner.samsung.com>
4 years agoMerge "Verify dependencies for build_nexus_blob.sh are installed"
Michal Ptacek [Wed, 10 Jul 2019 07:12:23 +0000 (07:12 +0000)]
Merge "Verify dependencies for build_nexus_blob.sh are installed"

4 years agoMerge changes Iee382756,I473f022c
Michal Ptacek [Wed, 10 Jul 2019 04:57:37 +0000 (04:57 +0000)]
Merge changes Iee382756,I473f022c

* changes:
  Allow overriding docker version in prepare-docker-dind
  Specify source ip for rancher agent

4 years agoMerge "Use cluster_ip for rancher server url"
Michal Ptacek [Wed, 10 Jul 2019 04:47:57 +0000 (04:47 +0000)]
Merge "Use cluster_ip for rancher server url"

4 years agoFix docker user settings backup 85/91085/1
Tomáš Levora [Tue, 9 Jul 2019 12:07:08 +0000 (14:07 +0200)]
Fix docker user settings backup

Fixing docker user settings backup and restore in build_nexus_blob.sh

Issue-ID: OOM-1968

Change-Id: I3f97cb7d0c16cce083388a87aef443ab805ca0e5
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
4 years agoAdding generating of docker images list 75/91075/1
Tomáš Levora [Tue, 9 Jul 2019 10:07:51 +0000 (12:07 +0200)]
Adding generating of docker images list

Adding a note to BuildGuide with the possibility to generate docker
images list based on actual OOM repository

Issue-ID: OOM-1965

Change-Id: I93c9f754f6bd135396eedefeba22c8be6f77388d
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
4 years agoMerge "Changing doc section related to packaging"
Michal Ptacek [Tue, 9 Jul 2019 09:51:09 +0000 (09:51 +0000)]
Merge "Changing doc section related to packaging"

4 years agoFix wrong shebang in download scripts 12/91012/2
Milan Verespej [Mon, 8 Jul 2019 10:42:30 +0000 (12:42 +0200)]
Fix wrong shebang in download scripts

Download does not support python2 so shebang
could cause problem.
This commit fixes that or removes shebang where
not necessary.

Issue-ID: OOM-1964

Change-Id: I443f5ef61b9bddfddba66d858d8f65c5ceacd90a
Signed-off-by: Milan Verespej <m.verespej@partner.samsung.com>
4 years agoMerge "Modify the way override works"
Tomáš Levora [Tue, 9 Jul 2019 06:35:37 +0000 (06:35 +0000)]
Merge "Modify the way override works"

4 years agoChanging doc section related to packaging 10/91010/3
Mateusz Pilat [Mon, 8 Jul 2019 10:08:01 +0000 (12:08 +0200)]
Changing doc section related to packaging

Updating build documentation with description how to use new packaging script, removing obsolete steps

Signed-off-by: Mateusz Pilat <m.pilat@partner.samsung.com>
Issue-ID: OOM-1932
Change-Id: I2a51c1f836dec5942229b88379b46151f041b560

4 years agoModify the way override works 26/90726/7
Michal Zegan [Mon, 1 Jul 2019 12:50:49 +0000 (14:50 +0200)]
Modify the way override works

Now the generated app_helm_override_file and the list of
helm overrides is separate.
The former is to contain things like user provided overrides,
the latter is the list of absolute paths to preexisting helm value files.
The playbook joins all that into a final list of override files that is then
passed to helm.

Change-Id: I8b8ded38b39aa9a75e55fc63fa0e11b986556cb8
Issue-ID: OOM-1951
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
4 years agoMerge "Add docker local registry cleaning script"
Michal Ptacek [Mon, 8 Jul 2019 10:50:06 +0000 (10:50 +0000)]
Merge "Add docker local registry cleaning script"

4 years agoMerge "Adding notes from vFWCL in Dublin"
Michal Ptacek [Mon, 8 Jul 2019 08:23:04 +0000 (08:23 +0000)]
Merge "Adding notes from vFWCL in Dublin"

4 years agoAllow overriding docker version in prepare-docker-dind 59/90159/2
Michal Zegan [Wed, 19 Jun 2019 12:45:15 +0000 (14:45 +0200)]
Allow overriding docker version in prepare-docker-dind

This change allows overriding of docker version to be installed
when calling prepare-docker-dind role.
It also enables downgrading, allowing the
given version to be taken into account. Previously
the specified version was completely ignored.

Change-Id: Iee3827564f130498e9fad69ddea55278346b7cfe
Issue-ID: OOM-1906
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
4 years agoSpecify source ip for rancher agent 58/90158/2
Michal Zegan [Wed, 19 Jun 2019 12:41:38 +0000 (14:41 +0200)]
Specify source ip for rancher agent

This change explicitly sets cluster_ip as rancher agent source ip.
This avoids eventual problems with ip autodetection, especially that
we know the correct ip.

Change-Id: I473f022c56301cefeb98ccb5bb94d78e7ac491a7
Issue-ID: OOM-1906
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
4 years agoVerify dependencies for build_nexus_blob.sh are installed 20/90520/5
Bartek Grzybowski [Tue, 2 Jul 2019 08:15:36 +0000 (10:15 +0200)]
Verify dependencies for build_nexus_blob.sh are installed

Script now checks if utilized tools are installed on the
system. Without that it would fail in the middle of the flow.
Now it will fail fast at the beginning if a particular dependency
is missing. It will also list those missing dependencies.

Change-Id: I39bb6f5d1b9d3eec4a76e77a6af9470f3a3d5244
Issue-ID: OOM-1945
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
4 years agoAdding notes from vFWCL in Dublin 94/90894/4
Michal Ptacek [Thu, 4 Jul 2019 11:34:53 +0000 (13:34 +0200)]
Adding notes from vFWCL in Dublin

This is just to share notes from the vFWCL exercise in Dublin.

Issue-ID: OOM-1900

Change-Id: I76cc577342a8e25a900b119462ff6c7768189382
Signed-off-by: Michal Ptacek <m.ptacek@partner.samsung.com>
4 years agoMerge "Make loading docker images from tars optional"
Michal Ptacek [Thu, 4 Jul 2019 11:54:11 +0000 (11:54 +0000)]
Merge "Make loading docker images from tars optional"

4 years agoMerge "New packaging script"
Michal Zegan [Thu, 4 Jul 2019 11:24:37 +0000 (11:24 +0000)]
Merge "New packaging script"

4 years agoAdd docker local registry cleaning script 68/90768/3
Milan Verespej [Tue, 2 Jul 2019 09:00:29 +0000 (11:00 +0200)]
Add docker local registry cleaning script

Since with changing data lists there are unused images
left in local registry on build server this
commit adds script that handles that.

Issue-ID: OOM-1952

Change-Id: Ied7a8b09aacd33ef17f0676cfab333d1df8a1a81
Signed-off-by: Milan Verespej <m.verespej@partner.samsung.com>
4 years agoRemoving duplicates from onap list 82/90882/1
Tomáš Levora [Thu, 4 Jul 2019 08:06:06 +0000 (10:06 +0200)]
Removing duplicates from onap list

Removing from onap list duplicatated images which belongs to RKE

Issue-ID: OOM-1847

Change-Id: I5d8b2960c5225726401eefb95d1fe40e2c14f412
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
4 years agoNew packaging script 76/89976/3
Mateusz Pilat [Mon, 17 Jun 2019 05:45:24 +0000 (07:45 +0200)]
New packaging script

Introducing new packaging script, converted to python with slightly modified logic

Issue-ID: OOM-1932
Signed-off-by: Mateusz Pilat <m.pilat@partner.samsung.com>
Change-Id: I9eba27d9b6f48e825416c6729adad02aaade9685

4 years agoRemoving common functions library 41/90841/1
Tomáš Levora [Wed, 3 Jul 2019 13:34:38 +0000 (15:34 +0200)]
Removing common functions library

library of common functions is not used anywhere since the download
process was rewritten to python

Issue-ID: OOM-1803

Change-Id: Id648ea738c87e1630963d85184d475f940599f82
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
4 years agoMerge changes from topic "data-download-refactor"
Michal Ptacek [Tue, 2 Jul 2019 08:08:53 +0000 (08:08 +0000)]
Merge changes from topic "data-download-refactor"

* changes:
  Refactor download.py and remove not used files
  Refactor of rpm downloading
  Refactor pypi packages download
  Refactor and improve git repository cloning
  Refactor and improve docker image downloading
  Refactor npm packages download
  Refactor http files download

4 years agoUpdating docker images list for onap 80/89980/3
Tomáš Levora [Mon, 17 Jun 2019 07:21:41 +0000 (09:21 +0200)]
Updating docker images list for onap

Issue-ID: OOM-1847

Change-Id: I9ea6e9ae1c0b3d7fb24556c31c883ab509585598
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
5 years agoMake loading docker images from tars optional 96/89796/4
Tomáš Levora [Thu, 13 Jun 2019 11:31:01 +0000 (13:31 +0200)]
Make loading docker images from tars optional

As build server for building Nexus blob can be the same machine as for
previous download, there's not necessary to load all docker images if
they are already in local registry - therefore this patch makes the
loading of the images from tarballs as an option and by default will use
images directly from local registry

Issue-ID: OOM-1889

Change-Id: Id8f850afdab1009d026aef97ac1b0eb3d742f38b
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
5 years agoRemoving http data list 37/90537/1
Michal Ptacek [Wed, 26 Jun 2019 15:29:07 +0000 (15:29 +0000)]
Removing http data list

New policy framework in Dublin is offline friendly and does
not require collecting maven artifacts in runtime from
internet. We can exclude this step from our offline platform
and it was verified using vFWCL demo.

Change-Id: I284b114d70fa73362eb603286bcb98ce1e2367c0
Issue-ID: OOM-1900
Signed-off-by: Michal Ptacek <m.ptacek@partner.samsung.com>
5 years agoMerge "Streamline nexus role tests by using smaller test images"
Samuli Silvius [Wed, 26 Jun 2019 10:48:52 +0000 (10:48 +0000)]
Merge "Streamline nexus role tests by using smaller test images"

5 years agoMerge "Remove artifacts left by 'dns' role tests"
Samuli Silvius [Wed, 26 Jun 2019 10:47:47 +0000 (10:47 +0000)]
Merge "Remove artifacts left by 'dns' role tests"

5 years agoMerge changes from topic "bin_utils"
Samuli Silvius [Wed, 26 Jun 2019 10:46:26 +0000 (10:46 +0000)]
Merge changes from topic "bin_utils"

* changes:
  Fix tests for binaries preparation in installation steps
  Add binaries preparation to installation steps

5 years agoFix tests for binaries preparation in installation steps 02/90502/1
Bartek Grzybowski [Wed, 26 Jun 2019 08:42:49 +0000 (10:42 +0200)]
Fix tests for binaries preparation in installation steps

Change-Id: Ib28bda24b711111c13bbaf9bd2628abd2001a1a9
Issue-ID: OOM-1925
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
5 years agoMerge "Updated inventory template in install guide"
Tomáš Levora [Tue, 25 Jun 2019 14:04:30 +0000 (14:04 +0000)]
Merge "Updated inventory template in install guide"

5 years agoUpdated inventory template in install guide 20/90420/3
Michal Zegan [Tue, 25 Jun 2019 09:05:05 +0000 (11:05 +0200)]
Updated inventory template in install guide

Updated the inventory file template in install guide to cover
new group structure.
Just copy-paste of current inventory/hosts.yml
same as before.

Change-Id: Iade5f8120b06bccebf8f156b2637998722ecfa07
Issue-ID: OOM-1778
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
5 years agoStreamline nexus role tests by using smaller test images 31/90431/3
Bartek Grzybowski [Tue, 25 Jun 2019 09:56:59 +0000 (11:56 +0200)]
Streamline nexus role tests by using smaller test images

A 140mb haproxy image was substituted with tiny alpine
image to make CI tests faster.

Change-Id: Ic1a234df8f293e12a6e864817a19bf5445f10fe9
Issue-ID: OOM-1942
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
5 years agoRemove artifacts left by 'dns' role tests 38/90438/1
Bartek Grzybowski [Tue, 25 Jun 2019 10:24:15 +0000 (12:24 +0200)]
Remove artifacts left by 'dns' role tests

'dnsmasq.tar' docker image file will be removed
after test invocation.

Change-Id: I29668ece8c745794ad9462e527ca144bea6f4fc2
Issue-ID: OOM-1943
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
5 years agoMerge "Add cleanup stage to 'nexus' role test"
Samuli Silvius [Mon, 24 Jun 2019 15:14:47 +0000 (15:14 +0000)]
Merge "Add cleanup stage to 'nexus' role test"

5 years agoMerge changes from topic "kubernetes-inventory-groups"
Samuli Silvius [Mon, 24 Jun 2019 15:11:58 +0000 (15:11 +0000)]
Merge changes from topic "kubernetes-inventory-groups"

* changes:
  Add etcd group support to rke role
  Add kubernetes-etcd group
  Make rke to use new group structure
  Add kubernetes-node group for workers

5 years agoAdd cleanup stage to 'nexus' role test 88/89788/6
Bartek Grzybowski [Thu, 13 Jun 2019 09:41:24 +0000 (11:41 +0200)]
Add cleanup stage to 'nexus' role test

List of docker images to download/cleanup by the
prepare and cleanup stages is now defined in one
place (prepare-nexus role defaults) for clarity and
ease of management.

Change-Id: I4c18912fd8c5eadc4d68e1bc10f5c2251d58634e
Issue-ID: OOM-1915
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
5 years agoMerge "Add tests for custom ntp authority mode in 'chrony' role"
Samuli Silvius [Mon, 24 Jun 2019 10:12:59 +0000 (10:12 +0000)]
Merge "Add tests for custom ntp authority mode in 'chrony' role"

5 years agoMerge "Add role level tests for 'vncserver' role"
Samuli Silvius [Mon, 24 Jun 2019 10:11:50 +0000 (10:11 +0000)]
Merge "Add role level tests for 'vncserver' role"

5 years agoRefactor download.py and remove not used files 01/90101/5
Milan Verespej [Tue, 18 Jun 2019 16:34:26 +0000 (18:34 +0200)]
Refactor download.py and remove not used files

Final commit in download refactoring series.

Issue-ID: OOM-1803

Change-Id: I5b71908903ef131b8c16d08225c4d2e2de655130
Signed-off-by: Milan Verespej <m.verespej@partner.samsung.com>
5 years agoRefactor of rpm downloading 98/90098/2
Milan Verespej [Tue, 18 Jun 2019 15:44:06 +0000 (17:44 +0200)]
Refactor of rpm downloading

Issue-ID: OOM-1803

Change-Id: Ic1efb371409daddd5910e067ad1f0a85cc7db4ab
Signed-off-by: Milan Verespej <m.verespej@partner.samsung.com>
5 years agoRefactor pypi packages download 90/90090/5
Milan Verespej [Tue, 18 Jun 2019 14:30:01 +0000 (16:30 +0200)]
Refactor pypi packages download

Issue-ID: OOM-1803

Change-Id: I65056208ed3e89777c3511650f8a5aab7396043b
Signed-off-by: Milan Verespej <m.verespej@partner.samsung.com>
5 years agoRefactor and improve git repository cloning 88/90088/5
Milan Verespej [Tue, 18 Jun 2019 13:50:40 +0000 (15:50 +0200)]
Refactor and improve git repository cloning

Issue-ID: OOM-1803

Change-Id: Ia8e222c2b70b58ed1f7dbc4254ea2f5cb5a9ef7b
Signed-off-by: Milan Verespej <m.verespej@partner.samsung.com>
5 years agoRefactor and improve docker image downloading 85/90085/3
Milan Verespej [Tue, 18 Jun 2019 13:09:41 +0000 (15:09 +0200)]
Refactor and improve docker image downloading

Issue-ID: OOM-1803

Change-Id: I4e648d49835faa60165725d1ca4ec22ba1e3e12b
Signed-off-by: Milan Verespej <m.verespej@partner.samsung.com>
5 years agoRefactor npm packages download 84/90084/3
Milan Verespej [Tue, 18 Jun 2019 11:46:48 +0000 (13:46 +0200)]
Refactor npm packages download

Series of commits to improve python download
scripts.

Issue-ID: OOM-1803

Change-Id: I199660ab121038780c34065f78538bb4e7b07eb5
Signed-off-by: Milan Verespej <m.verespej@partner.samsung.com>
5 years agoRefactor http files download 83/90083/2
Milan Verespej [Tue, 18 Jun 2019 11:40:08 +0000 (13:40 +0200)]
Refactor http files download

Original download scripts got out of hand.
This series of commits improves style of code
(code duplicates, etc.)

Issue-ID: OOM-1803

Change-Id: I7b82c1711d27fe450430fbe6d962a450301b0be0
Signed-off-by: Milan Verespej <m.verespej@partner.samsung.com>
5 years agoAdd binaries preparation to installation steps 58/89858/5
Tomáš Levora [Fri, 14 Jun 2019 08:54:39 +0000 (10:54 +0200)]
Add binaries preparation to installation steps

Adding binaries preparation into installation steps as rke binary need
to be renamed and helm binary need to be unarchived. Removing those
previously manual steps from BuilGuide

Issue-ID: OOM-1925

Change-Id: I504320fb82e1c8f6db2f99c5dfd4518192eae895
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
5 years agoMerge "Fix missing import in helm_deployment_status.py"
Petr Ospalý [Fri, 14 Jun 2019 09:50:29 +0000 (09:50 +0000)]
Merge "Fix missing import in helm_deployment_status.py"

5 years agoMerge changes from topic "OOM-1810"
Petr Ospalý [Fri, 14 Jun 2019 09:08:34 +0000 (09:08 +0000)]
Merge changes from topic "OOM-1810"

* changes:
  Add verification tests for 'chrony' role
  Setup 'cluster_ip' fact for infra host in 'chrony' role tests

5 years agoMerge changes from topic "OOM-1910"
Petr Ospalý [Fri, 14 Jun 2019 09:08:04 +0000 (09:08 +0000)]
Merge changes from topic "OOM-1910"

* changes:
  Clean application role mocked artifacts directories
  Add custom patch role scenario to 'application' role

5 years agoMerge changes from topic "OOM-1915"
Petr Ospalý [Fri, 14 Jun 2019 09:07:08 +0000 (09:07 +0000)]
Merge changes from topic "OOM-1915"

* changes:
  Update 'busybox' and 'haproxy' docker images path in tests
  Add role level tests for 'nexus' role
  Improve 'nexus' role testability

5 years agoMerge "Fix issue with yaml.load in docker collector"
Petr Ospalý [Fri, 14 Jun 2019 08:57:25 +0000 (08:57 +0000)]
Merge "Fix issue with yaml.load in docker collector"

5 years agoMerge "Add directory remove on failed cloning"
Petr Ospalý [Fri, 14 Jun 2019 08:54:48 +0000 (08:54 +0000)]
Merge "Add directory remove on failed cloning"