Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
configuration
Commits
a00ec3a7
Commit
a00ec3a7
authored
Jan 21, 2014
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adding some more install facts for scratch installs
parent
4bc3c22d
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
3 deletions
+7
-3
playbooks/roles/discern/tasks/deploy.yml
+0
-1
playbooks/roles/ora/handlers/main.yml
+2
-2
playbooks/roles/ora/tasks/deploy.yml
+2
-0
playbooks/roles/xqueue/handlers/main.yml
+1
-0
playbooks/roles/xqueue/tasks/deploy.yml
+2
-0
No files found.
playbooks/roles/discern/tasks/deploy.yml
View file @
a00ec3a7
...
...
@@ -122,4 +122,3 @@
state=link
-
set_fact
:
discern_installed=true
playbooks/roles/ora/handlers/main.yml
View file @
a00ec3a7
...
...
@@ -5,7 +5,7 @@
supervisorctl_path={{ supervisor_ctl }}
config={{ supervisor_cfg }}
state=restarted
when
:
not devstack
when
:
ora_installed is defined and
not devstack
-
name
:
ora | restart ora_celery
supervisorctl_local
:
>
...
...
@@ -13,4 +13,4 @@
supervisorctl_path={{ supervisor_ctl }}
config={{ supervisor_cfg }}
state=restarted
when
:
not devstack
when
:
ora_installed is defined and
not devstack
playbooks/roles/ora/tasks/deploy.yml
View file @
a00ec3a7
...
...
@@ -104,3 +104,5 @@
config={{ supervisor_cfg }}
state=started
when
:
not devstack
-
set_fact
:
ora_installed=true
playbooks/roles/xqueue/handlers/main.yml
View file @
a00ec3a7
...
...
@@ -4,6 +4,7 @@
supervisorctl_path={{ supervisor_ctl }}
config={{ supervisor_cfg }}
state=restarted
when
:
xqueue_installed is defined
with_items
:
-
xqueue
-
xqueue_consumer
playbooks/roles/xqueue/tasks/deploy.yml
View file @
a00ec3a7
...
...
@@ -73,3 +73,5 @@
with_items
:
-
xqueue
-
xqueue_consumer
-
set_fact
:
xqueue_installed=true
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment