Update git submodules
authorMichal Ptacek <m.ptacek@partner.samsung.com>
Mon, 20 May 2019 10:35:30 +0000 (10:35 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 20 May 2019 10:35:30 +0000 (10:35 +0000)
commitc3c19accffb7e452e3ccc545449d4318669af6c7
tree7e3c78023445aee42e50b9aca1aa4fb1280e4e48
parente5156315cfde969d13e0fd6aa3620e5320ac5a4c
Update git submodules

* Update docs/submodules/oom/offline-installer.git from branch 'master'
  to bf11d96ff6d9908bf04335a66d0e092a736d4561
  - Merge changes from topic "rke-support"

    * changes:
      Add setup for kubectl and helm
      Add support for RKE kubernetes implementation

  - Add setup for kubectl and helm

    the kubeconfig is copied from the cluster config directory to ~/.kube/config.
    Also, the playbook runs kubectl and helm roles to install tools.
    Change-Id: I29ee98f6502bbb7923b1ae6812dd642ca206dbce
    Issue-ID: OOM-1778
Signed-off-by: Petr OspalĂ˝ <p.ospaly@partner.samsung.com>
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
  - Add support for RKE kubernetes implementation

    Added a new playbook rke.yml and role rke which uses rancher RKE:
    https://github.com/rancher/rke

    It's an implementation of the kubernetes from rancher.com folks
    and it is an alternative to the official kubernetes tool: kubeadm.

    NOTE: Rancher has a notion of a 'control plane' which cannot run with
    etcd on all nodes in a multi-node setup. Control-plane node is the
    first kubernetes node from the inventory (as of now).

    Change-Id: I0bf669442a5183efa20d44fb1cac823e7ce54348
    Issue-ID: OOM-1778
Signed-off-by: Petr OspalĂ˝ <p.ospaly@partner.samsung.com>
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
docs/submodules/oom/offline-installer.git