python-tripleoclient/tripleoclient/tests
Steve Baker 3f303b907b Always run growvols playbook after provision
Just like cli-overcloud-node-network-config.yaml,
cli-overcloud-node-growvols.yaml will be run by the "openstack
overcloud node provision" directly after provisioning so that whole
disk images will have their /var volume grown to 100%.

This default growvols behaviour can be overridden by adding an
ansible_playbooks entry which sets different arguments:

- count: 3
  name: Controller
  ansible_playbooks:
  - playbook: /usr/share/ansible/tripleo-playbooks/cli-overcloud-node-growvols.yaml
    extra_vars:
      growvols_args: /var=50% /srv=50%

Other changes in this commit include:
- Always call run_role_playbooks and pass network_config as an
  argument
- Full unit test coverage on run_role_playbooks
- Fix run_role_playbook using os.path.basename instead of os.path.dirname

Change-Id: I085ab9da30e1e1a7d2b9a9f230dd0275bd40480d
Blueprint: whole-disk-default
Depends-On: I0a847ad4077a02a02ad817dd189a6a31c3637a93
2021-06-24 11:19:33 +12:00
..
config Use ephemeral Heat by default 2021-06-11 07:53:10 -04:00
fixture_data Use ephemeral Heat by default 2021-06-11 07:53:10 -04:00
v1 Always run growvols playbook after provision 2021-06-24 11:19:33 +12:00
v2 Always run growvols playbook after provision 2021-06-24 11:19:33 +12:00
workflows Fix overcloud node provide 2021-06-11 11:21:18 +05:30
__init__.py Rename rdomanager_oscplugin to tripleoclient 2015-09-08 10:22:22 -04:00
base.py Save DefaultPasswords values for undercloud deploy 2017-04-26 20:38:00 +01:00
fakes.py Move get_ctlplane_attrs to utils 2021-06-09 20:44:24 +02:00
test_export.py Use ceph_mon_network to find Ceph monitor IPs for export 2021-04-08 11:41:51 +00:00
test_heat_launcher.py Check for the service queue with ephemeral heat 2021-06-10 09:43:30 +05:30
test_overcloud_credentials.py Use ansible playbook for creating overcloudrc 2020-05-05 17:18:16 +05:30
test_plugin.py Update client to create archive and use tripleo-common 2021-01-20 09:43:52 -06:00
test_utils.py Always run growvols playbook after provision 2021-06-24 11:19:33 +12:00