python-tripleoclient/tripleoclient/v1
Alex Schultz 272beb2d19 Run hostname check for standalone
Run a hostname preflight check when running the standalone as this can
cause issues with rabbit/mysql/pacemaker/puppet. The standalone check is
not run when an undercloud is being deployed or if output only is
specified. The undercloud has a different set of preflight checks run
prior to deployment so we do not need to rerun the hostname check when
the undercloud is being deployed.

Conflicts:
	tripleoclient/tests/test_utils.py
	tripleoclient/tests/v1/tripleo/test_tripleo_deploy.py
	tripleoclient/utils.py
	tripleoclient/v1/tripleo_deploy.py
	tripleoclient/v1/undercloud_preflight.py

Depends-On: https://review.openstack.org/#/c/637309/
Change-Id: I4de51d792f004575e0e802a1d340478d6ae9f848
Closes-Bug: #1814564
(cherry picked from commit 63f4175e76)
2019-02-15 21:41:09 +00:00
..
releasenotes/notes New preflight check for the undercloud: disk space 2018-08-03 07:46:00 +02:00
__init__.py Rename rdomanager_oscplugin to tripleoclient 2015-09-08 10:22:22 -04:00
container_image.py Ensure that the --template-file option is passed to the kolla builder 2018-11-05 14:07:04 +00:00
overcloud_config.py Use workflow config_download_export 2018-09-24 19:22:19 +00:00
overcloud_credentials.py Changes Creation Of overcloudrc File to Call Workflow 2018-06-29 09:46:25 -04:00
overcloud_delete.py Fix stack.name to stack.stack_name 2018-12-19 09:20:52 +00:00
overcloud_deploy.py Use existing stack parameter for DeployIdentifier 2019-01-16 12:11:52 -07:00
overcloud_execute.py Add each command to the history file 2017-11-27 15:37:00 +00:00
overcloud_external_update.py Always run upgrades/updates as tripleo-admin 2018-11-06 12:10:45 +01:00
overcloud_external_upgrade.py Always run upgrades/updates as tripleo-admin 2018-11-06 12:10:45 +01:00
overcloud_ffwd_upgrade.py Always run upgrades/updates as tripleo-admin 2018-11-06 12:10:45 +01:00
overcloud_image.py Issue a message to update nodes after updating images 2018-08-23 13:09:59 +00:00
overcloud_netenv_validate.py Add each command to the history file 2017-11-27 15:37:00 +00:00
overcloud_node.py Actually use the arch and platform to select appropriate images 2018-07-10 11:16:27 +10:00
overcloud_parameters.py Merge "Make ipmi lanplus the default in auto fencing" 2018-06-05 02:45:24 +00:00
overcloud_plan.py overcloud plan deployment status 2018-05-16 21:04:28 -04:00
overcloud_plan_roles.py Add workflows-based role listing commands 2018-01-11 15:10:08 +00:00
overcloud_profiles.py Merge "Report node availability from "overcloud profiles list"" 2017-12-27 12:47:31 +00:00
overcloud_raid.py Add each command to the history file 2017-11-27 15:37:00 +00:00
overcloud_roles.py Add workflows-based role listing commands 2018-01-11 15:10:08 +00:00
overcloud_support.py Add each command to the history file 2017-11-27 15:37:00 +00:00
overcloud_update.py Always run upgrades/updates as tripleo-admin 2018-11-06 12:10:45 +01:00
overcloud_upgrade.py Always run upgrades/updates as tripleo-admin 2018-11-06 12:10:45 +01:00
tripleo_config.py Generate ansible.cfg for UC/standalone deployments 2018-07-12 12:11:41 +00:00
tripleo_deploy.py Run hostname check for standalone 2019-02-15 21:41:09 +00:00
tripleo_upgrade.py Replace logging with oslo_log for upgrade classes 2018-05-23 11:45:21 +00:00
undercloud.py Handle negative/wrong answer in question when upgrading undercloud. 2018-08-03 16:13:11 +02:00
undercloud_backup.py Use i18n for undercloud installer and utils messages 2018-05-21 16:38:03 +02:00
undercloud_config.py Run hostname check for standalone 2019-02-15 21:41:09 +00:00
undercloud_deploy.py Make standalone role name configurable 2018-05-23 10:36:53 -06:00
undercloud_preflight.py Run hostname check for standalone 2019-02-15 21:41:09 +00:00