Skip to content
Snippets Groups Projects
  1. Aug 27, 2021
  2. Aug 25, 2021
  3. Aug 24, 2021
  4. Aug 23, 2021
  5. Aug 21, 2021
  6. Aug 19, 2021
  7. Aug 18, 2021
  8. Aug 17, 2021
  9. Aug 16, 2021
  10. Aug 12, 2021
  11. Aug 11, 2021
  12. Aug 10, 2021
  13. Aug 09, 2021
  14. Aug 06, 2021
    • Victor Morales's avatar
      Remove unused imports in merge_yaml · d15d9430
      Victor Morales authored
      Dumper and Loader are classes seem to be loaded but not used in the merge_yaml
      file. This change removes them for reducing the number of lines.
      
      Change-Id: I87ef305903ab02226fcaa725ece622647d17811c
      d15d9430
    • Zuul's avatar
    • Ilya Popov's avatar
      Extra var ironic_enable_keystone_integration added. · da4fd2d6
      Ilya Popov authored
      Basically, there are three main installation scenario:
      
      Scenario 1:
      Ironic installation together with other openstack services
      including keystone. In this case variable enable_keystone
      is set to true and keystone service will be installed
      together with ironic installation. It is possible realise this
      scenario, no fix needed
      
      Scenario 2:
      Ironic installation with connection to already installed
      keystone. In this scenario we have to set enable_keystone
      to “No” to prevent from new keystone service installation
      during the ironic installation process. But in other hand,
      we need to have correct sections in ironic.conf to provide
      all information needed to connect to existing keystone.
      But all sections for keystone are added to ironic.conf only
      if enable_keystone var is set to “Yes”. It isn’t possible
      to realise this scenario. Proposed fix provide support for
      this scenario, where multiple regions share the same
      keystone service.
      
      Scenario 3:
      No keystone integration. Ironic don't connect to Keystone.
      It is possible realise this scenario, no fix needed
      
      Proposed solution also keep the default behaviour: if no
      enable_keystone_integration is manually defined by default
      it takes value of enable_keystone variable and all behaviour
      is the same. But if we don't want to install keystone and
      want to connect to existing one at the same time, it will be
      possible to set enable_keystone var to “No”
      (preventing keystone from installation) and at the same
      time set ironic_enable_keystone_integration to Yes to allow
      needed section appear in ironic.conf through templating.
      
      Change-Id: I0c7e9a28876a1d4278fb2ed8555c2b08472864b9
      da4fd2d6
    • Zuul's avatar
      Merge "Reduce container metrics cardinality" · 1a4a8c16
      Zuul authored
      1a4a8c16
    • Zuul's avatar
      Merge "Fix config action when OVN is enabled" · be129d31
      Zuul authored
      be129d31
    • Zuul's avatar
    • Zuul's avatar
      Merge "Remove support for Prometheus v1" · bb05cf11
      Zuul authored
      bb05cf11
Loading