Update git submodules

* Update docs/submodules/oom/offline-installer.git from branch 'master'
  to 1da8b7af533aa48450d42219f0615d0bb510da4a
  - 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
    
  - 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>
    
  - 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>
    
  - 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>
    
  - 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>
    
  - 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>
    
  - 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>
    
  - 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>
    
  - 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>
    
  - 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>
    
1 file changed