Skip to content
Snippets Groups Projects
  1. May 02, 2022
  2. Apr 29, 2022
  3. Apr 28, 2022
  4. Apr 25, 2022
  5. Apr 24, 2022
    • Christian Berendt's avatar
      [bifrost] add bifrost_deploy_verbosity parameter · ea5b4d7e
      Christian Berendt authored
      With the parameter bifrost_deploy_verbosity it is possible
      to set the verbosity of the bootstrap of Bifrost.
      
      This makes it possible to reduce verbosity when running
      /bifrost/playbooks/install.yaml if needed.
      
      Change-Id: I5815220f2193a492ae7e1f63443075790ae7aaef
      ea5b4d7e
  6. Apr 23, 2022
  7. Apr 22, 2022
  8. Apr 21, 2022
  9. Apr 20, 2022
    • Radosław Piliszek's avatar
      [CI] Always use quay.io via infra's mirror · 92e8a624
      Radosław Piliszek authored
      For Swift, CI was still using DockerHub, directly.
      The issue with DockerHub itself is that we publish there only
      weekly.
      The issue with not using infra's mirror is that we waste precious
      resources.
      Time to end that drama.
      
      Change-Id: I928090c24f0eb24f8fab9b7412b58e854246fe80
      92e8a624
    • Vladislav Belogrudov's avatar
      Fix ansible version in install command · 7a6aeff4
      Vladislav Belogrudov authored
      There are no 5.* versions of ansible for CentOS 8 Stream yet.
      One should use pip install 'ansible>=4,<6' according to the
      current documentation.
      
      Closes-Bug: #1969617
      Change-Id: Ie4f502f955dac5ae9ee8ddb4779c2fa2e26840d9
      7a6aeff4
    • Marcin Juszkiewicz's avatar
      drop install_type from image names · 1620ab5b
      Marcin Juszkiewicz authored
      We have only one value for install_type now and it gets removed from
      image names.
      
      Change-Id: I8bf95fd7aa9dd26b80d618ca0fcb097003b4cb0a
      1620ab5b
  10. Apr 16, 2022
  11. Apr 15, 2022
  12. Apr 14, 2022
  13. Apr 13, 2022
    • Juan Pablo Suazo's avatar
      Configure Prometheus Pushgateway Options · e7fc3bc4
      Juan Pablo Suazo authored
      
      Adds the ability to configure the Prometheus Pushgateway options
      alongside the rest of kolla-ansible's configurations.
      
      Closes-Bug: #1968597
      Signed-off-by: default avatarJuan Pablo Suazo <jsuazo@whitestack.com>
      Change-Id: I2d20288267ceda95076229628db10299ddbde31f
      e7fc3bc4
    • Maksim Malchuk's avatar
      Multiple DHCP ranges for Ironic Inspector · 762aecbf
      Maksim Malchuk authored
      
      Add a new parameter 'ironic_dnsmasq_dhcp_ranges' and enable the
      configuration of the corresponding 'dhcp-range' and 'dhcp-option'
      blocks in Ironic Inspector dnsmasq for multiple ranges.
      
      The old parameters 'ironic_dnsmasq_dhcp_range' and
      'ironic_dnsmasq_default_gateway' used for the only range are now
      removed.
      
      This change implements the same solution used in the TripleO several
      years ago in the: Ie49b07ffe948576f5d9330cf11ee014aef4b282d
      
      Also, this change contains: Iae15e9db0acc2ecd5b087a9ca430be948bc3e649
      fix for lease time.
      The value can be changed globally or per range.
      
      Change-Id: Ib69fc0017b3bfbc8da4dfd4301710fbf88be661a
      Signed-off-by: default avatarMaksim Malchuk <maksim.malchuk@gmail.com>
      Co-Authored-By: default avatarRadosław Piliszek <radoslaw.piliszek@gmail.com>
      762aecbf
    • Christian Berendt's avatar
      ovs-dpdk: add ovs-dpdkctl.sh to the role itself · 89659b46
      Christian Berendt authored
      Currently the ovs-dpdkctl.sh file is present in the tools
      directory and the "Copying ovs-dpdkctl tool" task accesses it.
      
      This is bad practice. Files copied from a role should either be
      referenced by an absolute path or be part of the role itself.
      
      This change moves the ovs-dpdkctl.sh file in the files
      directory of the role.
      
      Change-Id: I01459d39207e54f270f32f37b4a5153c5a819347
      89659b46
  14. Apr 12, 2022
Loading