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
OpenEdx
configuration
Commits
66914b5b
Commit
66914b5b
authored
Mar 20, 2014
by
Feanil Patel
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #895 from edx/feanil/fix_ci
Fix devstack and CI breakage.
parents
65097cde
58847f93
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
playbooks/roles/discern/tasks/deploy.yml
+1
-1
playbooks/roles/supervisor/tasks/main.yml
+1
-1
vagrant/release/devstack/Vagrantfile
+2
-2
No files found.
playbooks/roles/discern/tasks/deploy.yml
View file @
66914b5b
...
...
@@ -9,7 +9,7 @@
-
name
:
enable supervisor scripts - discern, discern_celery
file
:
>
dest
={{ supervisor_available_dir }}/{{ item }}.conf
src
={{ supervisor_available_dir }}/{{ item }}.conf
dest={{ supervisor_cfg_dir }}/{{ item }}.conf
owner={{ supervisor_user }}
state=link
...
...
playbooks/roles/supervisor/tasks/main.yml
View file @
66914b5b
...
...
@@ -105,7 +105,7 @@
# on instance startup.
-
name
:
create pre_supervisor upstart job
template
:
>
src=etc/initpre_supervisor.conf.j2 dest=/etc/init/pre_supervisor.conf
src=etc/init
/
pre_supervisor.conf.j2 dest=/etc/init/pre_supervisor.conf
owner=root group=root
when
:
supervisor_service == "supervisor" and disable_edx_services and not devstack
...
...
vagrant/release/devstack/Vagrantfile
View file @
66914b5b
...
...
@@ -16,9 +16,9 @@ cd /edx/app/edx_ansible/edx_ansible/playbooks
# The vagrant-devstack.yml playbook will also do this, but only
# after loading the playbooks into memory. If these are out of date,
# this can cause problems (e.g. looking for templates that no longer exist).
/edx/bin/update configuration
master
/edx/bin/update configuration
release
ansible-playbook -i localhost, -c local vagrant-devstack.yml --tags=deploy
ansible-playbook -i localhost, -c local vagrant-devstack.yml --tags=deploy
-e configuration_version=release
SCRIPT
edx_platform_mount_dir
=
"edx-platform"
...
...
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