Update git submodules
authorPawel Wieczorek <p.wieczorek2@samsung.com>
Mon, 8 Jul 2019 17:42:06 +0000 (19:42 +0200)
committerGerrit Code Review <gerrit@onap.org>
Mon, 8 Jul 2019 17:42:06 +0000 (17:42 +0000)
commit058744913af1ed9f3aec6a113d5f660ff72e37dd
treeae74161956e6dad79d58ba69660b339f9a6cffcf
parent229a2f17b1e8c5061658011f73fc9f1920650686
Update git submodules

* Update docs/submodules/integration.git from branch 'master'
  to ea8bc1a719a36c89e7eae42080b1835e5ef0c28d
  - k8s: Add virtual environment for testing

    This patch adds simplified ONAP deployment environment (Kubernetes
    cluster managed by Rancher). Its purpose is to provide cluster defaults
    for inspection without the need to access actual ONAP application
    deployment.

    Default node customization scripts were extracted
    ("tools/get_customization_scripts.sh" run within "tools/imported/"
    directory) from official documentation [1] and imported here in order
    not to introduce runtime online dependencies.

    This environment should probably be migrated in future to more
    appropriate place like devtool [2] (or at least use the same Vagrant
    boxes).

    [1] https://docs.onap.org/en/casablanca/submodules/oom.git/docs/oom_setup_kubernetes_rancher.html
    [2] https://git.onap.org/integration/devtool

    Issue-ID: SECCOM-235
    Change-Id: I57f9f3caac0e8b391e9ed480f6bebba98e006882
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
  - k8s: Validate API server address and port flags

    This patch verifies if CIS Kubernetes Benchmark v1.3.0 sections
    regarding master node configuration are satisfied (1.1.6 and 1.1.7).

    Issue-ID: SECCOM-235
    Change-Id: I5f215a6642b177e85d7e1c70860ba0c7e558ec4e
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
  - k8s: Validate API server boolean flags

    This patch verifies if CIS Kubernetes Benchmark v1.3.0 sections
    regarding master node configuration are satisfied (1.1.1 - 1.1.5, 1.1.8,
    1.1.9, 1.1.20 and 1.1.23).

    Issue-ID: SECCOM-235
    Change-Id: Ib964b5111b616a891c3963ef9695af660810e8ba
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
docs/submodules/integration.git