Wolfgang Kulhanek
2019-04-04 43b8b8b698c19163425d6509d679f4095ccf1551
Moved CF Message as the last step in the post_software playbooks.
3 files modified
20 ■■■■■ changed files
ansible/configs/ocp4-coreos-deployer/post_software.yml 7 ●●●●● patch | view | raw | blame | history
ansible/configs/ocp4-shared/post_software.yml 7 ●●●●● patch | view | raw | blame | history
ansible/configs/ocp4-workshop/post_software.yml 6 ●●●●● patch | view | raw | blame | history
ansible/configs/ocp4-coreos-deployer/post_software.yml
@@ -282,8 +282,9 @@
            msg: "FAIL Smoke tests"
          ignore_errors: no
    - debug:
        msg: "Post-Software checks completed successfully"
- name: Deploy Default, Infra and Student Workloads
  import_playbook: ocp_workloads.yml
- name: Tell CloudForms we are done
  debug:
    msg: "Post-Software checks completed successfully"
ansible/configs/ocp4-shared/post_software.yml
@@ -282,8 +282,9 @@
            msg: "FAIL Smoke tests"
          ignore_errors: no
    - debug:
        msg: "Post-Software checks completed successfully"
- name: Deploy Default, Infra and Student Workloads
  import_playbook: ocp_workloads.yml
- name: Tell CloudForms we are done
  debug:
    msg: "Post-Software checks completed successfully"
ansible/configs/ocp4-workshop/post_software.yml
@@ -282,8 +282,10 @@
            msg: "FAIL Smoke tests"
          ignore_errors: no
    - debug:
        msg: "Post-Software checks completed successfully"
- name: Deploy Default, Infra and Student Workloads
  import_playbook: ocp_workloads.yml
- name: Tell CloudForms we are done
  debug:
    msg: "Post-Software checks completed successfully"