Rename service_workflow_tasks into workflow_tasks
authorGiulio Fidente <gfidente@redhat.com>
Tue, 12 Sep 2017 20:29:13 +0000 (22:29 +0200)
committerGiulio Fidente <gfidente@redhat.com>
Thu, 14 Sep 2017 15:18:20 +0000 (17:18 +0200)
Using the service_ prefix seems incoherent with its use in
service_config_settings (vs config_settings).

Change-Id: Ia39f181415bee0071409dabddfa0c5c312915e1f
(cherry picked from commit 09137304b98a02ed024c0288da907cfe35ca5fe1)

12 files changed:
common/deploy-steps.j2
common/services.yaml
docker/services/ceph-ansible/ceph-base.yaml
docker/services/ceph-ansible/ceph-client.yaml
docker/services/ceph-ansible/ceph-external.yaml
docker/services/ceph-ansible/ceph-mds.yaml
docker/services/ceph-ansible/ceph-mon.yaml
docker/services/ceph-ansible/ceph-osd.yaml
docker/services/ceph-ansible/ceph-rgw.yaml
puppet/services/README.rst
releasenotes/notes/workflow_tasks-4da5830821b7154b.yaml [moved from releasenotes/notes/service_workflow_tasks-4da5830821b7154b.yaml with 100% similarity]
tools/yaml-validate.py

index 2b004af..2399b24 100644 (file)
@@ -63,7 +63,7 @@ conditions:
     {%- for role in enabled_roles %}
       - not:
           equals:
-            - get_param: [role_data, {{role.name}}, service_workflow_tasks, step{{step}}]
+            - get_param: [role_data, {{role.name}}, workflow_tasks, step{{step}}]
             - ''
       - False
     {%- endfor %}
@@ -95,7 +95,7 @@ resources:
             _TASKS: {get_file: deploy-steps-tasks.yaml}
 
 {%- for step in range(1, deploy_steps_max) %}
-# BEGIN service_workflow_tasks handling
+# BEGIN workflow_tasks handling
   WorkflowTasks_Step{{step}}:
     type: OS::Mistral::Workflow
     condition: WorkflowTasks_Step{{step}}_Enabled
@@ -111,14 +111,14 @@ resources:
     {%- endfor %}
     {%- endif %}
     properties:
-      name: {list_join: [".", ["tripleo", {get_param: stack_name}, "workflowtasks", "step{{step}}"]]}
+      name: {list_join: [".", ["tripleo", {get_param: stack_name}, "workflow_tasks", "step{{step}}"]]}
       type: direct
       tasks:
         yaql:
           expression: $.data.where($ != '').select($.get('step{{step}}')).where($ != null).flatten()
           data:
           {%- for role in enabled_roles %}
-            - get_param: [role_data, {{role.name}}, service_workflow_tasks]
+            - get_param: [role_data, {{role.name}}, workflow_tasks]
           {%- endfor %}
 
   WorkflowTasks_Step{{step}}_Execution:
@@ -148,7 +148,7 @@ resources:
                 {%- endfor %}
             evaluate_env: false
       always_update: true
-# END service_workflow_tasks handling
+# END workflow_tasks handling
 {% endfor %}
 
 # Artifacts config and HostPrepConfig is done on all roles, not only
index a8186e4..725f4e9 100644 (file)
@@ -174,13 +174,13 @@ resources:
           expression: coalesce($.data.role_data, []).where($ != null).select($.get('service_config_settings')).where($ != null).reduce($1.mergeWith($2), {})
           data: {role_data: {get_attr: [ServiceChain, role_data]}}
 
-  ServiceWorkflowTasks:
+  WorkflowTasks:
     type: OS::Heat::Value
     properties:
       type: json
       value:
         yaql:
-          expression: coalesce($.data.role_data, []).where($ != null).select($.get('service_workflow_tasks')).where($ != null).reduce($1.mergeWith($2), {})
+          expression: coalesce($.data.role_data, []).where($ != null).select($.get('workflow_tasks')).where($ != null).reduce($1.mergeWith($2), {})
           data: {role_data: {get_attr: [ServiceChain, role_data]}}
 
   UpgradeTasks:
@@ -260,7 +260,7 @@ outputs:
       config_settings: {map_merge: {get_attr: [ServiceChain, role_data, config_settings]}}
       global_config_settings: {get_attr: [GlobalConfigSettings, value]}
       service_config_settings: {get_attr: [ServiceConfigSettings, value]}
-      service_workflow_tasks: {get_attr: [ServiceWorkflowTasks, value]}
+      workflow_tasks: {get_attr: [WorkflowTasks, value]}
       step_config: {get_attr: [PuppetStepConfig, value]}
       upgrade_tasks: {get_attr: [UpgradeTasks, value]}
       update_tasks: {get_attr: [UpdateTasks, value]}
index 9941234..50c7fb3 100644 (file)
@@ -182,7 +182,7 @@ outputs:
         config_volume: ''
         step_config: ''
       docker_config: {}
-      service_workflow_tasks:
+      workflow_tasks:
         step2:
           - name: ceph_base_ansible_workflow
             workflow: { get_param: CephAnsibleWorkflowName }
index 55d8d9d..0b78294 100644 (file)
@@ -54,5 +54,5 @@ outputs:
         config_volume: ''
         step_config: ''
       docker_config: {}
-      service_workflow_tasks: {get_attr: [CephBase, role_data, service_workflow_tasks]}
+      workflow_tasks: {get_attr: [CephBase, role_data, workflow_tasks]}
       config_settings: {}
index f93dd56..bb2fc20 100644 (file)
@@ -58,7 +58,7 @@ outputs:
         config_volume: ''
         step_config: ''
       docker_config: {}
-      service_workflow_tasks: {get_attr: [CephBase, role_data, service_workflow_tasks]}
+      workflow_tasks: {get_attr: [CephBase, role_data, workflow_tasks]}
       config_settings:
         ceph_client_ansible_vars:
           map_merge:
index 4ef3a66..abdb3c3 100644 (file)
@@ -68,7 +68,7 @@ outputs:
         config_volume: ''
         step_config: ''
       docker_config: {}
-      service_workflow_tasks: {get_attr: [CephBase, role_data, service_workflow_tasks]}
+      workflow_tasks: {get_attr: [CephBase, role_data, workflow_tasks]}
       config_settings:
         map_merge:
         - tripleo.ceph_mds.firewall_rules:
index 90149d1..45f939c 100644 (file)
@@ -71,7 +71,7 @@ outputs:
         config_volume: ''
         step_config: ''
       docker_config: {}
-      service_workflow_tasks: {get_attr: [CephBase, role_data, service_workflow_tasks]}
+      workflow_tasks: {get_attr: [CephBase, role_data, workflow_tasks]}
       config_settings:
         map_merge:
         - tripleo.ceph_mon.firewall_rules:
index fe7d311..a441f5c 100644 (file)
@@ -63,7 +63,7 @@ outputs:
         config_volume: ''
         step_config: ''
       docker_config: {}
-      service_workflow_tasks: {get_attr: [CephBase, role_data, service_workflow_tasks]}
+      workflow_tasks: {get_attr: [CephBase, role_data, workflow_tasks]}
       config_settings:
         map_merge:
         - tripleo.ceph_osd.firewall_rules:
index 4bed9b4..4479fdb 100644 (file)
@@ -62,7 +62,7 @@ outputs:
         config_volume: ''
         step_config: ''
       docker_config: {}
-      service_workflow_tasks: {get_attr: [CephBase, role_data, service_workflow_tasks]}
+      workflow_tasks: {get_attr: [CephBase, role_data, workflow_tasks]}
       config_settings:
         map_merge:
         - tripleo.ceph_rgw.firewall_rules:
index a593d55..38e2a28 100644 (file)
@@ -99,12 +99,12 @@ It is also possible to use Mistral actions or workflows together with
 a deployment step, these are executed before the main configuration run.
 To describe actions or workflows from within a service use:
 
-  * service_workflow_tasks: One or more workflow task properties
+  * workflow_tasks: One or more workflow task properties
 
 which expects a map where the key is the step and the value a list of
 dictionaries descrbing each a workflow task, for example::
 
-  service_workflow_tasks:
+  workflow_tasks:
     step2:
       - name: echo
         action: std.echo output=Hello
index 682cb8d..7c7241d 100755 (executable)
@@ -31,7 +31,7 @@ envs_containing_endpoint_map = ['tls-endpoints-public-dns.yaml',
                                 'tls-endpoints-public-ip.yaml',
                                 'tls-everywhere-endpoints-dns.yaml']
 ENDPOINT_MAP_FILE = 'endpoint_map.yaml'
-OPTIONAL_SECTIONS = ['service_workflow_tasks']
+OPTIONAL_SECTIONS = ['workflow_tasks']
 REQUIRED_DOCKER_SECTIONS = ['service_name', 'docker_config', 'puppet_config',
                             'config_settings', 'step_config']
 OPTIONAL_DOCKER_SECTIONS = ['docker_puppet_tasks', 'upgrade_tasks',