Update git submodules
authorMichal Ptacek <m.ptacek@partner.samsung.com>
Thu, 26 Sep 2019 08:08:49 +0000 (08:08 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 26 Sep 2019 08:08:49 +0000 (08:08 +0000)
commitb7ce33a47170956bbfd1ee4631ba459b78b3cd9b
treeba30cc63bab8902ee5665a83c212eec0d05214a8
parent616d9fec92650e5b6f83b7b4402727181a20e2b7
Update git submodules

* Update docs/submodules/oom/offline-installer.git from branch 'master'
  to 0a5a34ffe4b6506663a61372998f43657bf81230
  - Merge changes from topic "OOM-2112"

    * changes:
      Make cicdansible to set external ip
      Use external_ip to populate the node address
      Add external_ip variable

  - Make cicdansible to set external ip

    Make cicdansible to set external_ip correctly using floating ips.

    Change-Id: I3791ee670806c7008073389e43dec5e887abfda9
    Issue-ID: OOM-2112
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
  - 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>
  - 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>
docs/submodules/oom/offline-installer.git