Skip to content
Snippets Groups Projects
  1. Jun 22, 2018
  2. Jun 21, 2018
    • Zuul's avatar
      Merge "Add support for neutron provider networks" · d9d66adb
      Zuul authored
      d9d66adb
    • Will Szumski's avatar
      add cloud-init workaround · d1ba6d50
      Will Szumski authored
      The version of cloud-init included with CentOS7.5 (0.7.9-24)
      fails to assign an IP address on VLAN subinterfaces. This
      workaround upgrades cloud-init to 18.2 using a private
      repository.
      
      Story: 2002610
      Task: 22229
      Change-Id: Idc570b9ca7558dfd42246c74b1ec0331011d692f
      d1ba6d50
    • Zuul's avatar
      e8e459b7
    • Mark Goddard's avatar
      Add support for neutron provider networks · 28039504
      Mark Goddard authored
      Kolla provides a flag, enable_neutron_provider_networks, to enable
      virtualised compute nodes to access provider (e.g. flat, VLAN) networks.
      
      In kayobe, we now connect compute nodes to the external networks when
      this flag is set. This ensures that the OVS network on compute nodes
      is wired into the external networks.
      
      Change-Id: Ida3d8eb2e2bfc95f6007c105ce410b3e5d360afe
      Story: 2002636
      Task: 22278
      28039504
  3. Jun 20, 2018
  4. Jun 19, 2018
  5. Jun 18, 2018
    • huang.zhiping's avatar
      fix tox python3 overrides · 18b54980
      huang.zhiping authored
      We want to default to running all tox environments under python 3, so
      set the basepython value in each environment.
      
      We do not want to specify a minor version number, because we do not
      want to have to update the file every time we upgrade python.
      
      We do not want to set the override once in testenv, because that
      breaks the more specific versions used in default environments like
      py35 and py36.
      
      Change-Id: I9aaae4949e2cf6c8a33fb6fbf8be15e1d09cce44
      18b54980
  6. Jun 11, 2018
  7. Jun 06, 2018
  8. Jun 05, 2018
  9. Jun 04, 2018
  10. May 31, 2018
  11. May 25, 2018
    • Mark Goddard's avatar
      Fix empty kolla_overcloud_inventory_storage_groups · 22c15534
      Mark Goddard authored
      In some cases we may have a kolla group defined in
      'kolla_overcloud_inventory_top_level_group_map' which has no kayobe
      groups mapped to it. This causes no entry to be added to the inventory
      for the group.  If the group is referenced elsewhere in the inventory,
      then Ansible will fail to parse the inventory file.
      
      The specific case that failed was when setting
      'kolla_overcloud_inventory_storage_groups' to an empty list.
      
      This change ensures that we add an empty definition for the group in the
      kolla inventory.
      
      Change-Id: I8e797aa6c55f8cf0cf6d52a33f213d8131581fea
      Story: 2002105
      Task: 19783
      22c15534
  12. May 24, 2018
  13. May 23, 2018
  14. May 22, 2018
    • Nick Jones's avatar
      Specify Vagrant box version · b0cb2fd6
      Nick Jones authored
      Add a line which states the version of the Vagrant box to be used when
      provisioning a development environment.
      
      NB: In this case, 0.2.0 is an image based on CentOS 7.5
      
      Change-Id: I81613df1d20dfd1b99a5d7624fc1627ca185dd7f
      Story: 2002086
      Task: 19755
      Unverified
      b0cb2fd6
  15. May 21, 2018
    • Mark Goddard's avatar
      Add documentation for custom ansible playbooks · 2c27566d
      Mark Goddard authored
      Change-Id: Ia00bd15d037ce3f1db66a953f9c327074e509627
      Story: 2001663
      Task: 12599
      2c27566d
    • Mark Goddard's avatar
      Change reserved keyword 'action' to 'kayobe_action' · 4038c822
      Mark Goddard authored
      For several roles (cadvisor, inspection-store, docker-registry, etc.),
      we use an 'action' variable, in a similar manner to kolla-ansible,
      to determine the current action being performed (deploy,
      reconfigure, upgrade). It is likely this information will be
      useful for custom playbooks, so we should expose it. The 'action'
      keyword is reserved, and its use triggers a warning, so we change its
      name to kayobe_action before advertising it to users.
      
      Change-Id: I5ffbb8b014a31e27141bfc8bf780297d81c840be
      Story: 2001663
      Task: 12604
      4038c822
Loading