Use tripleo-validations-package role instead of puppet
Story: 2006034 Task: 34687 Depends-on: https://review.opendev.org/677229 Change-Id: I1618148d77e703d150c268a4d78b259079092343
This commit is contained in:
parent
08a6b6cf52
commit
92d6d0c0c6
@ -1,7 +1,7 @@
|
|||||||
heat_template_version: rocky
|
heat_template_version: rocky
|
||||||
|
|
||||||
description: >
|
description: >
|
||||||
Configure TripleO Validations with Puppet.
|
Configure TripleO Validations with Ansible.
|
||||||
|
|
||||||
parameters:
|
parameters:
|
||||||
ServiceData:
|
ServiceData:
|
||||||
@ -36,7 +36,10 @@ outputs:
|
|||||||
description: Role data for the TripleO Validations service.
|
description: Role data for the TripleO Validations service.
|
||||||
value:
|
value:
|
||||||
service_name: tripleo_validations
|
service_name: tripleo_validations
|
||||||
|
deploy_steps_tasks:
|
||||||
|
- name: Install tripleo-validations package and create user
|
||||||
|
when: step|int == 0
|
||||||
|
include_role:
|
||||||
|
name: tripleo-validations-package
|
||||||
config_settings: {}
|
config_settings: {}
|
||||||
step_config: |
|
|
||||||
include tripleo::profile::base::validations
|
|
||||||
upgrade_tasks: []
|
upgrade_tasks: []
|
@ -1,4 +1,4 @@
|
|||||||
# A Heat environment file that enables TripleO Validations.
|
# A Heat environment file that enables TripleO Validations.
|
||||||
|
|
||||||
resource_registry:
|
resource_registry:
|
||||||
OS::TripleO::Services::TripleoValidations: ../deployment/validations/tripleo-validations-baremetal-puppet.yaml
|
OS::TripleO::Services::TripleoValidations: ../deployment/validations/tripleo-validations-baremetal-ansible.yaml
|
||||||
|
Loading…
Reference in New Issue
Block a user