Skip to content
Snippets Groups Projects
  1. Jul 21, 2017
  2. Jul 19, 2017
    • Flavio Percoco's avatar
      Allow for running standalone Ironic w/o keystone · bbe9d418
      Flavio Percoco authored
      The Ironic templates and roles assume Keystone is enabled and they don't
      make use of the `enable_keystone var. This patch changes the behavior so
      that `noauth` is used as auth method for Ironic if keystone is not
      enabled, the Ironic endpoint is not registered if keystone is not
      enabled and the keystone section is not created in the config file.
      
      Change-Id: I813de42d10ac264eec81076cb107b58af09ff686
      bbe9d418
    • Eduardo Gonzalez's avatar
      Finish/fix neutron sfc service · d4e7dfb3
      Eduardo Gonzalez authored
      Neutron-sfc-agent start its functions with openvswitch.
      This change moves sfc configuration into neutron-openvswitch-agent.
      
      Rework config files to use openvswitch when sfc or openvswitch
      are used as network plugin.
      
      Also adds sfc extension_driver to ml2
      
      Change-Id: If1ebf9554f6d686cc6d064e698a48f8a6b6172b3
      Closes-Bug: #1664493
      Depends-On: I60ba1333231a4ae38a041d41e551f7d74fe15e3b
      d4e7dfb3
    • Mark Goddard's avatar
      Make Ironic inspector honour inventory · 922eb494
      Mark Goddard authored
      Ironic inspector should honour the Ansible inventory group
      ironic-inspector. Ironic inspector may not be required at all. If
      Ironic inspector is required then it should only run on a single
      node, and this should be reflected by the inventory.
      
      This change makes a number of Ironic inspector-related tasks dependent
      upon the host's membership of the ironic-inspector group. Also, we
      couple the ironic-dnsmasq container with the ironic-inspector group
      rather than ironic-conductor, as the service is for inspector rather
      than Ironic.
      
      Change-Id: Ifd90753b0fe1a55c11b7723c28e1d14ab3d32737
      Closes-Bug: #1665257
      922eb494
    • Jeffrey Zhang's avatar
      Disable trace for all containers running httpd · f5dd178f
      Jeffrey Zhang authored
      Trace method is enabled in default for httpd. There is security risk
      with trace enabled. So disable it in default. more info please check[0].
      
      [0] https://security.stackexchange.com/a/7711
      
      Change-Id: I4496a6d058d88e1abfb210085f189e7a610e0362
      Closes-Bug: #1705160
      f5dd178f
  3. Jul 18, 2017
    • Mark Goddard's avatar
      Revert "Add default_boot_option configuration" · 1ab0b7ad
      Mark Goddard authored
      This reverts commit 898155df.
      
      The default value of the ironic configuration option default_boot_option
      will eventually change from netboot to local. The netboot option is
      incompatible with multitenancy in ironic, as it requires a PXE
      environment in the tenant network, so it was no longer deemed a suitable
      default value.
      
      Ironic added a warning message when this option is not explicitly set,
      presumably to alert operators to the change. The commit being reverted
      set the option to 'netboot'. This will cause operators to continue to
      use the netboot option even after the default value changes, which was
      presumably not the intention of the ironic team in changing the default
      value. It also hides the warning message from the operator that could
      alert them to the fact that this default is changing.
      
      Change-Id: I0ebb1d5ffbead50b034488337e6c93a2f48aaf69
      Related-Bug: #1696636
      1ab0b7ad
    • Jeffrey Zhang's avatar
      Remove all kolla-kubernetes configurations · cacf08f0
      Jeffrey Zhang authored
      kolla-kubernetes is using its own configuration generation[0], so it is
      time for kolla-ansible to remove the related code to simplify the
      logical.
      
      [0] https://github.com/openstack/kolla-kubernetes/tree/master/ansible
      
      Change-Id: I7bb0b7fe3b8eea906613e936d5e9d19f4f2e80bb
      Implements: blueprint clean-k8s-config
      cacf08f0
    • Jeffrey Zhang's avatar
      Add pipeline file into ceilometer-central and ceilomter-compute node · d1d726e9
      Jeffrey Zhang authored
      Closes-Bug: #1704915
      Change-Id: If85cd7bc8547494900c8f6c32dfd1c1f2179f928
      d1d726e9
    • shaofeng_cheng's avatar
      Restart lbaas agent when lbaas conf changed · 6c58d554
      shaofeng_cheng authored
      Neutron-lbaas-agent container is not restart when neutron_lbaas.conf changed.
      
      Closes-Bug: #1704900
      
      Change-Id: Ie9babdf5ad0875b604cb1728a116b450e0f89858
      6c58d554
  4. Jul 17, 2017
  5. Jul 14, 2017
  6. Jul 13, 2017
  7. Jul 12, 2017
  8. Jul 11, 2017
  9. Jul 10, 2017
    • Bertrand Lallau's avatar
      Fix designate-api listen interface · f8bbba55
      Bertrand Lallau authored
      designate-api service is launched using dns_interface instead of api_interface.
      Haproxy is using the good interface (api_interface), hence designate_api
      can't be accessed.
      
      Change-Id: I24e356c167c931a6b69a283efba12117fcff936a
      Closes-Bug: #1703425
      f8bbba55
    • Bertrand Lallau's avatar
      Searchlight: activate Ironic resources · efc50df5
      Bertrand Lallau authored
      Ironic resources can be indexed by Searchlight.
      This patch enable it.
      
      Change-Id: I003a10055629189791adbb522344e6c9cec597f3
      efc50df5
    • Bertrand Lallau's avatar
      Fix searchlight nova resources indexation · dbce666b
      Bertrand Lallau authored
      * nova_server resources resources are not actually
      indexed.
      
      * nova flavor are not indexed too, cause the notifications topic for
      flavors is versioned_notifications.
      We need to config notifications_topics_exchanges with value
      'versioned_notifications,nova' in order to get the related versioned.
      
      Change-Id: Ibf4ee7d7efceee5aefac5f83e22b994ae33ce047
      Closes-Bug: #1703435
      dbce666b
    • Bertrand Lallau's avatar
      Clean some Boolean condition checks · 8b5b3cef
      Bertrand Lallau authored
      * "bool" filter is removed when not required
      * 'not' is used instead of '== False' check
      
      Change-Id: I85a5bb9a5ea874ac1c397cbf8de416147d2424c3
      8b5b3cef
    • Hongbin Lu's avatar
      Upgrade from docker-py to docker · 3daeea37
      Hongbin Lu authored
      The pypi package 'docker-py' [1] has been renamed to 'docker' [2].
      It is better to move to the new 'docker' package because the old
      package will be deprecated and all the new features will go into
      the new package only.
      
      Package 'docker' has been added to requirements [3]. The old
      package 'docker-py' is still allowed to be in the global requirements
      during the transition period but it should be removed after all or
      most of the projects finsih the migration.
      
      [1] https://pypi.python.org/pypi/docker-py
      [2] https://pypi.python.org/pypi/docker
      [3] https://review.openstack.org/#/c/423715/
      
      Change-Id: Ibcd5a57a1fbf55dcc5a690e41f20917f95b63da0
      3daeea37
    • Noboru Iwamatsu's avatar
      delete delimiter from init fernet condition check · 2182e563
      Noboru Iwamatsu authored
      In ansible 2.3.1, conditional statement should not include jinja2
      templating delimiters (e.g. {{ ).  So, this change removes the
      delimiters from when statemant, and also removes unnesessary
      parentheses from until statement.
      
      Closes-Bug: 1702607
      
      Change-Id: I071ffd5ba6175ee1bc61719a84b805c022753459
      2182e563
    • Paul Bourke's avatar
      Add dev mode for Murano · 77e10c72
      Paul Bourke authored
      Change-Id: I7f1bc7fe0ee2c788c3141ea5353e1348196219e1
      Depends-On: Ic0431b10d723bf84eeefc72039376fe0058dd902
      77e10c72
    • jimmygc's avatar
      Make glance filesystem_store_datadir configurable. · f70dfc5d
      jimmygc authored
      User can use custom directory to store images.
      For example using a shared file system as backend.
      
      Change-Id: Iab7a9a51e619bdbf8f7bd4626ebe4d703e6d4819
      f70dfc5d
    • Paul Bourke's avatar
      Update cinder sanity check to use built in shade · eea490e6
      Paul Bourke authored
      The current module 'kolla_sanity' was written as a shim before full
      shade support was added to Ansible. This should now no longer be needed,
      we can implement the checks using Ansible provided modules.
      
      Change-Id: If212243e42615d7725201ee577bec40a1305887d
      Depends-On: I6e3f4b72243da1cfa76d32822ec4f75f689f7317
      Partially-implements: blueprint sanity-check-container
      eea490e6
    • Yotaro Konishi's avatar
      Fix an invalid variable name · 7e2c3ec2
      Yotaro Konishi authored
      According to [1], Ansible variable names should not include hyphens.
      Kolla-Ansible fails with a wrong variable name 'barbican-api' when
      deploying Barbican.
      
      This patch fixes the issue that was recently introduced in [2].
      
      [1] http://docs.ansible.com/ansible/playbooks_variables.html#id15
      [2] 08ab3d8e
      
      Change-Id: Ib962e31ad93316e56130c9fc38dabfc918de17ce
      Closes-Bug: #1703287
      7e2c3ec2
    • jimmygc's avatar
      Add ceph rgw object store support into trove · 69d9343f
      jimmygc authored
      Ceph rgw can be used as object store instead of Swift.
      This patch enable trove to use ceph rgw as object store.
      
      Change-Id: I50b878078b7c62c1034a102d064dfa90a1357ee8
      69d9343f
  10. Jul 08, 2017
  11. Jul 07, 2017
    • Jeffrey Zhang's avatar
      Support cinder backend for glance · a6831e94
      Jeffrey Zhang authored
      Change-Id: I32de4c37f531a3d22bf80e1eca6635631e489842
      Closes-Bug: #1702842
      a6831e94
    • jimmygc's avatar
      Fix fwaas options · 865736c2
      jimmygc authored
      fwaas is in pending create state when I attach it to a router.
      This patch fix this.
      
      Change-Id: I18b56ed3698e22a02a8718b39360fde76c12428b
      Closes-Bug: #1689703
      865736c2
  12. Jul 06, 2017
  13. Jul 05, 2017
Loading