Merge "undercloud-upgrade: use deploy_steps_tasks for yum update"

This commit is contained in:
Zuul
2018-05-01 18:48:37 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ outputs:
value:
service_name: undercloud_upgrade
config_settings: {}
external_deploy_tasks:
deploy_steps_tasks:
- name: upgrade all packages
yum:
name: '*'

View File

@@ -49,6 +49,7 @@ OPTIONAL_SECTIONS = ['workflow_tasks', 'cellv2_discovery']
REQUIRED_DOCKER_SECTIONS = ['service_name', 'docker_config', 'puppet_config',
'config_settings']
OPTIONAL_DOCKER_SECTIONS = ['docker_puppet_tasks', 'upgrade_tasks',
'deploy_steps_tasks',
'pre_upgrade_rolling_tasks',
'fast_forward_upgrade_tasks',
'fast_forward_post_upgrade_tasks',