- May 31, 2023
-
-
Alex-Welsh authored
Change-Id: Ie272e701b8952ef106be99b8fe36eb04cb524898
-
- Mar 30, 2023
-
-
Mark Goddard authored
The 'kayobe * host configure' commands no longer use the 'kolla-ansible bootstrap-servers' command, and associated 'baremetal' role in Kolla Ansible. The functionality provided by the 'baremetal' role has been extracted into the openstack.kolla Ansible collection, and split into separate roles. This allows Kayobe to use it directly, and only the necessary parts. This change improves failure handling in these Kayobe commands, and aims to reduce confusion over which '--limit' and '--tags' arguments to provide. This ensures that if a host fails during a host configuration command, other hosts are able to continue to completion. Previously, if any host failed during the Kayobe playbooks, the 'kolla-ansible bootstrap-servers' command would not run. This is useful at scale, where host failures occur more frequently. This change has implications for configuration of Kayobe, since some variables that were previously in Kolla Ansible are now in Kayobe. Several parts of the baremetal role have been split out and used here: * apparmor-libvirt: disable AppArmor rules for libvirt on Ubuntu. * docker: Docker installation & configuration. The docker role in openstack.kolla combines functionality from kolla-ansible and kayobe. * etc-hosts: it proved difficult to generalise this, so we have some almost duplicated the code from kolla-ansible here. Requires delegated fact gathering for the case when --limit is used. * firewall: support to disable UFW, for feature parity. * kolla-packages: miscellaneous package installs & removals. The addition of the stack user to the docker group has been moved to the user bootstrapping playbook, and the docker SDK installation has been moved to the virtualenv setup playbook. Depends-On: https://review.opendev.org/c/openstack/ansible-collection-kolla/+/829587 Story: 2009854 Task: 44505 Change-Id: I61a61ca59652b13687c2247d5881012b51f666a7
-
- Jul 02, 2018
-
-
Nick Jones authored
TrivialFix Change-Id: I93e0e809341e40da293b9e74ea388d0bc0ff52a8
-
- Mar 08, 2018
-
-
Mark Goddard authored
Python Build Reasonableness (PBR) [1] is used by most OpenStack projects for building python packages, so we should fall into line here. [1] https://pypi.python.org/pypi/pbr Change-Id: Ic74a62eeb65e7158ce75a082e68652c2e50a2a91 Story: #2001637 Task: #6648
-
Mark Goddard authored
stestr [1] is a fork of the testrunner python test runner. Coverage tests can be run using 'tox -e cover'. Adds a job for checking coverage to Zuul check and gate. [1] http://stestr.readthedocs.io/en/latest/ Change-Id: I25cd407677a4013d022f87d124c6db43ab6bb2e0 Story: #2001637 Task: #6648
-
- Feb 20, 2018
-
-
Mark Goddard authored
-
Mark Goddard authored
-
- Feb 09, 2018
-
-
Mark Goddard authored
* Install galaxy roles before running ansible tests * Use package module in kolla-ceph to support Debian-based systems This is required for running tests in TravisCI. * Fix kolla-ceph unit test * Add more tests for kolla-ceph Journal tests are currently failing on my laptop due to partition labels being truncated. * Add .gitignore for stackhpc.parted-1-1 galaxy role * Run all test cases Run all test cases, collecting failures, then report at the end.
-
- Jan 23, 2018
-
-
Doug Szumski authored
-
- Jan 16, 2018
-
-
Mark Goddard authored
-
- Dec 13, 2017
-
-
Mark Goddard authored
Adds these new commands: kayobe baremetal compute inspect kayobe baremetal compute manage kayobe baremetal compute provide These can be used to set the provision state of ironic nodes in the baremetal-compute group.
-
- Dec 07, 2017
-
-
Mark Goddard authored
Adds a new tox environment, ansible, which runs ansible unit tests. One such test has been implemented so far, for the kolla-ansible role.
-
- Nov 28, 2017
-
-
Nick Jones authored
-
- Sep 11, 2017
-
-
Mark Goddard authored
User accounts are configured during the following commands: kayobe seed hypervisor host configure kayobe seed host configure kayobe overcloud host configure The users are defined by the following variables: seed_hypervisor_users seed_users controller_users monitoring_users The format required is described in the singleplatform-eng.users role on Galaxy. Any additional control plane hosts not in the controllers or monitoring groups should define a 'users' variable.
-
- Aug 15, 2017
-
-
Mark Goddard authored
-
- May 18, 2017
-
-
Mark Goddard authored
This allows it to be used by other projects.
-
Mark Goddard authored
This allows it to be used by other projects.
-
- Apr 06, 2017
-
-
Mark Goddard authored
-
- Mar 29, 2017
-
-
Mark Goddard authored
-
- Mar 15, 2017
-
-
Mark Goddard authored
Currently includes gathering facts, configuring the BIOS and setting the boot order (sadly not via the drac role).
-
Mark Goddard authored
Currently we configure the seed with a single VG containing a volume for Docker volumes.
-
- Mar 03, 2017
-
-
Mark Goddard authored
-
- Mar 01, 2017
-
-
Mark Goddard authored
Unit tests can be run via: tox -e py27 Style checks can be run via: tox -e pep8
-
- Feb 14, 2017
-
-
Mark Goddard authored
-
- Jan 06, 2017
-
-
Mark Goddard authored
-