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
879450c9
Commit
879450c9
authored
Jan 10, 2015
by
Edward Zarecor
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1775 from edx/e0d/with-cd
addtional cds
parents
0a21ea18
72cba9b6
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
util/jenkins/certificate-whitelist.sh
+1
-1
util/jenkins/change-enrollment-course.sh
+1
-1
util/jenkins/change-enrollment.sh
+1
-1
util/jenkins/django-admin.sh
+1
-1
No files found.
util/jenkins/certificate-whitelist.sh
View file @
879450c9
...
...
@@ -5,7 +5,7 @@ pip install -r requirements.txt
env
ansible
=
"ansible first_in_tag_Name_
${
environment
}
-
${
deployment
}
-worker -i playbooks/ec2.py -u ubuntu -s -U www-data -a"
manage
=
"/edx/bin/python.edxapp /edx/bin/manage.edxapp lms --settings aws cert_whitelist"
manage
=
"
cd /edx/app/edxapp/edx-platform &&
/edx/bin/python.edxapp /edx/bin/manage.edxapp lms --settings aws cert_whitelist"
echo
"
$username
"
>
/tmp/username.txt
...
...
util/jenkins/change-enrollment-course.sh
View file @
879450c9
...
...
@@ -3,7 +3,7 @@ pip install -r requirements.txt
env
ansible
=
"ansible first_in_tag_Name_
${
environment
}
-
${
deployment
}
-worker -i playbooks/ec2.py -u ubuntu -s -U www-data -a"
manage
=
"/edx/bin/python.edxapp /edx/bin/manage.edxapp lms change_enrollment --settings aws"
manage
=
"
cd /edx/app/edxapp/edx-platform &&
/edx/bin/python.edxapp /edx/bin/manage.edxapp lms change_enrollment --settings aws"
if
[
"
$noop
"
=
true
]
;
then
$ansible
"
$manage
--noop --course
$course
--to
$to
--from
$from
"
...
...
util/jenkins/change-enrollment.sh
View file @
879450c9
...
...
@@ -3,7 +3,7 @@ pip install -r requirements.txt
env
ansible
=
"ansible first_in_tag_Name_
${
environment
}
-
${
deployment
}
-worker -i playbooks/ec2.py -u ubuntu -s -U www-data -a"
manage
=
"/edx/bin/python.edxapp /edx/bin/manage.edxapp lms change_enrollment --settings=aws"
manage
=
"
cd /edx/app/edxapp/edx-platform &&
/edx/bin/python.edxapp /edx/bin/manage.edxapp lms change_enrollment --settings=aws"
noop_switch
=
""
if
[
"
$noop
"
=
true
]
;
then
...
...
util/jenkins/django-admin.sh
View file @
879450c9
...
...
@@ -5,7 +5,7 @@ pip install -r requirements.txt
env
ansible
=
"ansible first_in_tag_Name_
${
environment
}
-
${
deployment
}
-worker -i playbooks/ec2.py -u ubuntu -s -U www-data -a"
manage
=
"/edx/bin/python.edxapp ./manage.py chdir=/edx/app/edxapp/edx-platform"
manage
=
"
cd /edx/app/edxapp/edx-platform &&
/edx/bin/python.edxapp ./manage.py chdir=/edx/app/edxapp/edx-platform"
if
[
"
$service_variant
"
!=
"UNSET"
]
;
then
manage
=
"
$manage
$service_variant
--settings aws"
...
...
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