tripleo-heat-templates/extraconfig/services
Jiri Stransky bcd6cde608 Introduce proper steps to external update/upgrade tasks
So far the tasks for external update/upgrade were not using the step
mechanism as other tasks, we had a single step. As external
deploy/update/upgrade tasks are being used for more things nowadays,
it's likely that we'll need to go towards a similar model like we have
for deploy/update/upgrade tasks -- proper usage of steps.

For now we have just 2:

* Step 0 for setting global facts, and performing validations.

* Step 1 for actual update/upgrade tasks. (There's an upcoming change
  to run online data migrations in step 1).

Change-Id: I1933bd0eedab71caab56c0e5d93ba7927fb7c20f
Partial-Bug: #1793332
2018-10-04 12:08:21 +02:00
..
ipsec.yaml Change template names to rocky 2018-05-09 08:28:42 +02:00
kubernetes-master.yaml Change template names to rocky 2018-05-09 08:28:42 +02:00
kubernetes-worker.yaml Change template names to rocky 2018-05-09 08:28:42 +02:00
openshift-cns.yaml Merge "Add pvremove to the disk clean step" 2018-09-18 17:09:56 +00:00
openshift-master.yaml Introduce proper steps to external update/upgrade tasks 2018-10-04 12:08:21 +02:00
openshift-node.yaml Clean up previous osa inventory dir before deployment 2018-09-25 16:35:48 +02:00
openshift-worker.yaml Refactor openshift services for composable roles 2018-09-25 16:35:48 +02:00
README.rst Add readme for experimental extraconfig/services 2017-12-15 15:41:23 +00:00
rhsm.yaml Fix error in the role-specific parameter merging in rhsm service 2018-06-13 11:19:00 +05:30
skydive-agent.yaml skydive external_deploy_task migration 2018-06-22 12:12:36 +02:00
skydive-analyzer.yaml skydive external_deploy_task migration 2018-06-22 12:12:36 +02:00

Externally Installed Services

The services in this directory and the Ansible hook they use (external_deploy_tasks) are currently considered experimental.