diff options
author | Tomas Sedovic <tomas@sedovic.cz> | 2017-10-06 09:20:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-06 09:20:53 +0200 |
commit | 1c73318927fe1730fa4c52fc684a94d37d12a5fd (patch) | |
tree | 1b7c2e5656773ae38867620d1080157fd9a4d26b /roles | |
parent | 4f2ed15df49c7ed047049b5f1e1b20575c44c73d (diff) | |
download | openshift-1c73318927fe1730fa4c52fc684a94d37d12a5fd.tar.gz openshift-1c73318927fe1730fa4c52fc684a94d37d12a5fd.tar.bz2 openshift-1c73318927fe1730fa4c52fc684a94d37d12a5fd.tar.xz openshift-1c73318927fe1730fa4c52fc684a94d37d12a5fd.zip |
Replace the CASL references (#778)
Following up on the initial port of the OpenStack roles from
casl-ansible to openshift-ansible-contrib. One of the points that was
brought up in the review was to drop the references to CASL in the
code since the code has now wider reach.
Diffstat (limited to 'roles')
-rw-r--r-- | roles/openstack-stack/README.md | 2 | ||||
-rw-r--r-- | roles/openstack-stack/tasks/generate-templates.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/roles/openstack-stack/README.md b/roles/openstack-stack/README.md index 509c9de6c..32a2b49f1 100644 --- a/roles/openstack-stack/README.md +++ b/roles/openstack-stack/README.md @@ -5,5 +5,5 @@ Role for spinning up instances using OpenStack Heat. ## To Test ``` -ansible-playbook casl-ansible/roles/openstack-stack/test/stack-create-test.yml +ansible-playbook openshift-ansible-contrib/roles/openstack-stack/test/stack-create-test.yml ``` diff --git a/roles/openstack-stack/tasks/generate-templates.yml b/roles/openstack-stack/tasks/generate-templates.yml index 0ce9a3eec..110da8444 100644 --- a/roles/openstack-stack/tasks/generate-templates.yml +++ b/roles/openstack-stack/tasks/generate-templates.yml @@ -3,7 +3,7 @@ register: stack_template_pre tempfile: state: directory - prefix: casl-ansible + prefix: openshift-ansible - name: set template paths set_fact: |