summaryrefslogtreecommitdiff
path: root/playbooks
diff options
context:
space:
mode:
authorJames E. Blair <corvus@inaugust.com>2018-06-27 00:52:12 +0000
committerJames E. Blair <jeblair@redhat.com>2018-06-26 17:55:19 -0700
commitfc1a71f69fc4a09983a8b1018f3cf5a935037451 (patch)
tree568b1fb6e261887c243cfe5469341a49b5cbe0ad /playbooks
parent640fde3545744f9387495bcefd5070e9767848f8 (diff)
downloadzuul-fc1a71f69fc4a09983a8b1018f3cf5a935037451.tar.gz
Revert "Upgrade from angularjs (v1) to angular (v6)"
This reverts commit 36aecc1229d8071980210314bb1caa3fd4f9ef90. This reverts commit 683f50ed5537d7024912867a61870af57bfdbce9. This caused zuul.openstack.org to attempt to GET "https://api/status". Change-Id: Ib25356f7ea5bfeec84e91195ac161d497f74d73d
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/dashboard/multi.yaml11
-rw-r--r--playbooks/dashboard/run.yaml18
2 files changed, 0 insertions, 29 deletions
diff --git a/playbooks/dashboard/multi.yaml b/playbooks/dashboard/multi.yaml
deleted file mode 100644
index 6b04b72ef..000000000
--- a/playbooks/dashboard/multi.yaml
+++ /dev/null
@@ -1,11 +0,0 @@
-- hosts: all
- tasks:
-
- - name: Make symlinks to allow multi-tenant preview to work
- file:
- src: .
- dest: '{{ zuul.project.src_dir }}/{{ javascript_content_dir }}/{{ item }}'
- state: link
- with_items:
- - local
- - t
diff --git a/playbooks/dashboard/run.yaml b/playbooks/dashboard/run.yaml
deleted file mode 100644
index 9b210a17c..000000000
--- a/playbooks/dashboard/run.yaml
+++ /dev/null
@@ -1,18 +0,0 @@
-- hosts: all
- roles:
- - revoke-sudo
- - set-zuul-log-path-fact
- # Both sets of quotes are required.
- # The "" quotes are for the shell to protect the '' quotes.
- # We need the '' quotes because defines here are essentially
- # direct string substitutions. Therefore:
- # --define "ZUUL_API_URL='https://zuul.openstack.org'"
- # with the javascript code:
- # return ZUUL_API_URL
- # results in
- # return 'https://zuul.openstack.org'
- # in the compiled javascript.
- - role: npm
- npm_command: >-
- build:dist --
- --define "ZUUL_API_URL='{{ zuul_api_url }}'"