summaryrefslogtreecommitdiff
path: root/playbooks/dashboard/multi.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/dashboard/multi.yaml')
-rw-r--r--playbooks/dashboard/multi.yaml21
1 files changed, 0 insertions, 21 deletions
diff --git a/playbooks/dashboard/multi.yaml b/playbooks/dashboard/multi.yaml
deleted file mode 100644
index 49f8602c6..000000000
--- a/playbooks/dashboard/multi.yaml
+++ /dev/null
@@ -1,21 +0,0 @@
-- hosts: all
- tasks:
-
- - name: Make tenant subdir
- file:
- state: directory
- dest: '{{ zuul.project.src_dir }}/{{ javascript_content_dir }}/t'
-
- - name: Copy the html/javascript content into subdirs
- shell: |
- CONTENT_DIR="{{ zuul.project.src_dir }}/{{ javascript_content_dir }}"
- mkdir $CONTENT_DIR/t/{{ item }}
- for f in $(find $CONTENT_DIR -type f -mindepth 1 -maxdepth 1) ; do
- cp $f $CONTENT_DIR/t/{{ item }}
- done
- with_items:
- - local
- - ansible
- - ansible-dev
- - openstack.org
- - rdoproject.org