jbride
2018-07-17 8ff93bf9a8dd8cea3a8d5ac9709551dc216bc523
ansible/roles/ocp-workload-bxms-dm/tasks/workload.yml
@@ -9,6 +9,9 @@
- name: Make sure we go back to default project
  shell: "oc project default"
- name: Load dm imagestream
  shell: "oc create -f {{DM_IS_URL}} -n {{ocp_project}}"
- name: Initialize the project template
  shell: "oc create -f https://raw.githubusercontent.com/gpe-mw-training/bxms_decision_mgmt_foundations_lab/master/resources/rhdm7-full-ng.yaml -n {{ocp_project}}"
@@ -20,7 +23,7 @@
- name: Initialize OCP resources from the project template using CLUSTER {{ ocp_apps_domain }}
  shell: |
      oc new-app --name=dm-demo -n {{ocp_project}} --template=rhdm7-full-ng \
      -p RHT_IMAGE_STREAM_NAMESPACE=openshift \
      -p RHT_IMAGE_STREAM_NAMESPACE={{ocp_project}} \
      -p KIE_ADMIN_PWD=test1234! \
      -p MAVEN_REPO_PASSWORD=test1234! \
      -p CLUSTER={{ocp_apps_domain}} \