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
743be615
Commit
743be615
authored
Dec 16, 2016
by
Ned Batchelder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
We don't need git_2_0_1 any more, since we are on Ansible 2 now
parent
9168b348
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
25 additions
and
25 deletions
+25
-25
playbooks/edx-east/legacy_certificates.yml
+1
-1
playbooks/library/git_2_0_1
+0
-0
playbooks/roles/alton/tasks/deploy.yml
+1
-1
playbooks/roles/analytics_pipeline/tasks/main.yml
+1
-1
playbooks/roles/certs/tasks/deploy.yml
+2
-2
playbooks/roles/demo/tasks/deploy.yml
+1
-1
playbooks/roles/edx_ansible/tasks/deploy.yml
+1
-1
playbooks/roles/edxapp/tasks/deploy.yml
+2
-2
playbooks/roles/forum/tasks/deploy.yml
+1
-1
playbooks/roles/git_clone/tasks/main.yml
+2
-2
playbooks/roles/gitreload/tasks/course_pull.yml
+1
-1
playbooks/roles/harprofiler/tasks/main.yml
+1
-1
playbooks/roles/jenkins_master/tasks/main.yml
+1
-1
playbooks/roles/jenkins_worker/tasks/python_platform_worker.yml
+1
-1
playbooks/roles/notifier/tasks/deploy.yml
+2
-2
playbooks/roles/rbenv/tasks/main.yml
+1
-1
playbooks/roles/test_build_server/tasks/main.yml
+1
-1
playbooks/roles/xqueue/tasks/deploy.yml
+1
-1
playbooks/roles/xqwatcher/tasks/deploy_courses.yml
+1
-1
playbooks/roles/xserver/tasks/deploy.yml
+2
-2
playbooks/roles/xsy/tasks/main.yml
+1
-1
No files found.
playbooks/edx-east/legacy_certificates.yml
View file @
743be615
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
-
name
:
stop certs service
-
name
:
stop certs service
service
:
name="certificates" state="stopped"
service
:
name="certificates" state="stopped"
-
name
:
checkout code
-
name
:
checkout code
git
_2_0_1
:
git
:
repo
:
"
{{
repo_url
}}"
repo
:
"
{{
repo_url
}}"
dest
:
"
{{
repo_path
}}"
dest
:
"
{{
repo_path
}}"
version
:
"
{{
certificates_version
}}"
version
:
"
{{
certificates_version
}}"
...
...
playbooks/library/git_2_0_1
deleted
100644 → 0
View file @
9168b348
This diff is collapsed.
Click to expand it.
playbooks/roles/alton/tasks/deploy.yml
View file @
743be615
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
notify
:
restart alton
notify
:
restart alton
-
name
:
Checkout the code
-
name
:
Checkout the code
git
_2_0_1
:
git
:
dest
:
"
{{
alton_code_dir
}}"
dest
:
"
{{
alton_code_dir
}}"
repo
:
"
{{
alton_source_repo
}}"
repo
:
"
{{
alton_source_repo
}}"
version
:
"
{{
alton_version
}}"
version
:
"
{{
alton_version
}}"
...
...
playbooks/roles/analytics_pipeline/tasks/main.yml
View file @
743be615
...
@@ -89,7 +89,7 @@
...
@@ -89,7 +89,7 @@
-
install:configuration
-
install:configuration
-
name
:
Util library source checked out
-
name
:
Util library source checked out
git
_2_0_1
:
git
:
repo
:
"
{{
analytics_pipeline_util_library.repo
}}"
repo
:
"
{{
analytics_pipeline_util_library.repo
}}"
dest
:
"
{{
analytics_pipeline_util_library.path
}}"
dest
:
"
{{
analytics_pipeline_util_library.path
}}"
version
:
"
{{
analytics_pipeline_util_library.version
}}"
version
:
"
{{
analytics_pipeline_util_library.version
}}"
...
...
playbooks/roles/certs/tasks/deploy.yml
View file @
743be615
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
when
:
CERTS_GIT_IDENTITY != "none"
when
:
CERTS_GIT_IDENTITY != "none"
-
name
:
"
Checkout
certificates
repo
into
{{
certs_code_dir
}}"
-
name
:
"
Checkout
certificates
repo
into
{{
certs_code_dir
}}"
git
_2_0_1
:
git
:
dest
:
"
{{
certs_code_dir
}}"
dest
:
"
{{
certs_code_dir
}}"
repo
:
"
{{
CERTS_REPO
}}"
repo
:
"
{{
CERTS_REPO
}}"
version
:
"
{{
certs_version
}}"
version
:
"
{{
certs_version
}}"
...
@@ -56,7 +56,7 @@
...
@@ -56,7 +56,7 @@
when
:
CERTS_GIT_IDENTITY != "none"
when
:
CERTS_GIT_IDENTITY != "none"
-
name
:
Checkout certificates repo into {{ certs_code_dir }}
-
name
:
Checkout certificates repo into {{ certs_code_dir }}
git
_2_0_1
:
git
:
dest
:
"
{{
certs_code_dir
}}"
dest
:
"
{{
certs_code_dir
}}"
repo
:
"
{{
CERTS_REPO
}}"
repo
:
"
{{
CERTS_REPO
}}"
version
:
"
{{
certs_version
}}"
version
:
"
{{
certs_version
}}"
...
...
playbooks/roles/demo/tasks/deploy.yml
View file @
743be615
---
---
-
name
:
check out the demo course
-
name
:
check out the demo course
git
_2_0_1
:
git
:
dest
:
"
{{
demo_code_dir
}}"
dest
:
"
{{
demo_code_dir
}}"
repo
:
"
{{
demo_repo
}}"
repo
:
"
{{
demo_repo
}}"
version
:
"
{{
demo_version
}}"
version
:
"
{{
demo_version
}}"
...
...
playbooks/roles/edx_ansible/tasks/deploy.yml
View file @
743be615
---
---
-
name
:
Git checkout edx_ansible repo into edx_ansible_code_dir
-
name
:
Git checkout edx_ansible repo into edx_ansible_code_dir
git
_2_0_1
:
git
:
dest
:
"
{{
edx_ansible_code_dir
}}"
dest
:
"
{{
edx_ansible_code_dir
}}"
repo
:
"
{{
edx_ansible_source_repo
}}"
repo
:
"
{{
edx_ansible_source_repo
}}"
version
:
"
{{
configuration_version
}}"
version
:
"
{{
configuration_version
}}"
...
...
playbooks/roles/edxapp/tasks/deploy.yml
View file @
743be615
...
@@ -45,7 +45,7 @@
...
@@ -45,7 +45,7 @@
# Do A Checkout
# Do A Checkout
-
name
:
checkout edx-platform repo into {{ edxapp_code_dir }}
-
name
:
checkout edx-platform repo into {{ edxapp_code_dir }}
git
_2_0_1
:
git
:
dest
:
"
{{
edxapp_code_dir
}}"
dest
:
"
{{
edxapp_code_dir
}}"
repo
:
"
{{
edx_platform_repo
}}"
repo
:
"
{{
edx_platform_repo
}}"
version
:
"
{{
edx_platform_version
}}"
version
:
"
{{
edx_platform_version
}}"
...
@@ -72,7 +72,7 @@
...
@@ -72,7 +72,7 @@
# (yes, lowercase) to a Stanford-style theme and set
# (yes, lowercase) to a Stanford-style theme and set
# edxapp_theme_name (again, lowercase) to its name.
# edxapp_theme_name (again, lowercase) to its name.
-
name
:
checkout Stanford-style theme
-
name
:
checkout Stanford-style theme
git
_2_0_1
:
git
:
dest
:
"
{{
edxapp_app_dir
}}/themes/{{
edxapp_theme_name
}}"
dest
:
"
{{
edxapp_app_dir
}}/themes/{{
edxapp_theme_name
}}"
repo
:
"
{{
edxapp_theme_source_repo
}}"
repo
:
"
{{
edxapp_theme_source_repo
}}"
version
:
"
{{
edxapp_theme_version
}}"
version
:
"
{{
edxapp_theme_version
}}"
...
...
playbooks/roles/forum/tasks/deploy.yml
View file @
743be615
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
-
install:configuration
-
install:configuration
-
name
:
git checkout forum repo into {{ forum_code_dir }}
-
name
:
git checkout forum repo into {{ forum_code_dir }}
git
_2_0_1
:
git
:
dest
:
"
{{
forum_code_dir
}}"
dest
:
"
{{
forum_code_dir
}}"
repo
:
"
{{
forum_source_repo
}}"
repo
:
"
{{
forum_source_repo
}}"
version
:
"
{{
forum_version
}}"
version
:
"
{{
forum_version
}}"
...
...
playbooks/roles/git_clone/tasks/main.yml
View file @
743be615
...
@@ -55,7 +55,7 @@
...
@@ -55,7 +55,7 @@
-
install:code
-
install:code
-
name
:
Checkout code over ssh
-
name
:
Checkout code over ssh
git
_2_0_1
:
git
:
repo
:
"
git@{{
item.DOMAIN
}}:{{
item.PATH
}}/{{
item.REPO
}}"
repo
:
"
git@{{
item.DOMAIN
}}:{{
item.PATH
}}/{{
item.REPO
}}"
dest
:
"
{{
item.DESTINATION
}}"
dest
:
"
{{
item.DESTINATION
}}"
version
:
"
{{
item.VERSION
}}"
version
:
"
{{
item.VERSION
}}"
...
@@ -71,7 +71,7 @@
...
@@ -71,7 +71,7 @@
-
install:code
-
install:code
-
name
:
Checkout code over https
-
name
:
Checkout code over https
git
_2_0_1
:
git
:
repo
:
"
https://{{
item.DOMAIN
}}/{{
item.PATH
}}/{{
item.REPO
}}"
repo
:
"
https://{{
item.DOMAIN
}}/{{
item.PATH
}}/{{
item.REPO
}}"
dest
:
"
{{
item.DESTINATION
}}"
dest
:
"
{{
item.DESTINATION
}}"
version
:
"
{{
item.VERSION
}}"
version
:
"
{{
item.VERSION
}}"
...
...
playbooks/roles/gitreload/tasks/course_pull.yml
View file @
743be615
# Tasks to run if cloning repos to edx-platform.
# Tasks to run if cloning repos to edx-platform.
-
name
:
clone all course repos
-
name
:
clone all course repos
git
_2_0_1
:
dest={{ GITRELOAD_REPODIR }}/{{ item.name }} repo={{ item.url }} version={{ item.commit }}
git
:
dest={{ GITRELOAD_REPODIR }}/{{ item.name }} repo={{ item.url }} version={{ item.commit }}
become_user
:
"
{{
common_web_user
}}"
become_user
:
"
{{
common_web_user
}}"
with_items
:
"
{{
GITRELOAD_REPOS
}}"
with_items
:
"
{{
GITRELOAD_REPOS
}}"
...
...
playbooks/roles/harprofiler/tasks/main.yml
View file @
743be615
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
mode
:
0755
mode
:
0755
-
name
:
check out the harprofiler
-
name
:
check out the harprofiler
git
_2_0_1
:
git
:
dest
:
"
{{
harprofiler_dir
}}"
dest
:
"
{{
harprofiler_dir
}}"
repo
:
"
{{
harprofiler_github_url
}}"
repo
:
"
{{
harprofiler_github_url
}}"
version
:
"
{{
harprofiler_version
}}"
version
:
"
{{
harprofiler_version
}}"
...
...
playbooks/roles/jenkins_master/tasks/main.yml
View file @
743be615
...
@@ -143,7 +143,7 @@
...
@@ -143,7 +143,7 @@
# upstream, we may be able to use the regular plugin install process.
# upstream, we may be able to use the regular plugin install process.
# Until then, we compile and install the forks ourselves.
# Until then, we compile and install the forks ourselves.
-
name
:
Checkout custom plugin repo
-
name
:
Checkout custom plugin repo
git
_2_0_1
:
git
:
repo
:
"
{{
item.repo_url
}}"
repo
:
"
{{
item.repo_url
}}"
dest
:
"
/tmp/{{
item.repo_name
}}"
dest
:
"
/tmp/{{
item.repo_name
}}"
version
:
"
{{
item.version
}}"
version
:
"
{{
item.version
}}"
...
...
playbooks/roles/jenkins_worker/tasks/python_platform_worker.yml
View file @
743be615
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
# refers to the --depth-setting of git clone. A value of 1
# refers to the --depth-setting of git clone. A value of 1
# will truncate all history prior to the last revision.
# will truncate all history prior to the last revision.
-
name
:
Create shallow clone of edx-platform
-
name
:
Create shallow clone of edx-platform
git
_2_0_1
:
git
:
repo
:
https://github.com/edx/edx-platform.git
repo
:
https://github.com/edx/edx-platform.git
dest
:
"
{{
jenkins_home
}}/shallow-clone"
dest
:
"
{{
jenkins_home
}}/shallow-clone"
version
:
"
{{
jenkins_edx_platform_version
}}"
version
:
"
{{
jenkins_edx_platform_version
}}"
...
...
playbooks/roles/notifier/tasks/deploy.yml
View file @
743be615
---
---
-
name
:
Checkout code
-
name
:
Checkout code
git
_2_0_1
:
git
:
dest
:
"
{{
NOTIFIER_CODE_DIR
}}"
dest
:
"
{{
NOTIFIER_CODE_DIR
}}"
repo
:
"
{{
NOTIFIER_SOURCE_REPO
}}"
repo
:
"
{{
NOTIFIER_SOURCE_REPO
}}"
version
:
"
{{
NOTIFIER_VERSION
}}"
version
:
"
{{
NOTIFIER_VERSION
}}"
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
when
:
NOTIFIER_GIT_IDENTITY != ""
when
:
NOTIFIER_GIT_IDENTITY != ""
-
name
:
Checkout theme
-
name
:
Checkout theme
git
_2_0_1
:
git
:
dest
:
"
{{
NOTIFIER_CODE_DIR
}}/{{
NOTIFIER_THEME_NAME
}}"
dest
:
"
{{
NOTIFIER_CODE_DIR
}}/{{
NOTIFIER_THEME_NAME
}}"
repo
:
"
{{
NOTIFIER_THEME_REPO
}}"
repo
:
"
{{
NOTIFIER_THEME_REPO
}}"
version
:
"
{{
NOTIFIER_THEME_VERSION
}}"
version
:
"
{{
NOTIFIER_THEME_VERSION
}}"
...
...
playbooks/roles/rbenv/tasks/main.yml
View file @
743be615
...
@@ -65,7 +65,7 @@
...
@@ -65,7 +65,7 @@
-
install:base
-
install:base
-
name
:
update rbenv repo
-
name
:
update rbenv repo
git
_2_0_1
:
git
:
repo
:
https://github.com/sstephenson/rbenv.git
repo
:
https://github.com/sstephenson/rbenv.git
dest
:
"
{{
rbenv_dir
}}/.rbenv"
dest
:
"
{{
rbenv_dir
}}/.rbenv"
version
:
"
{{
rbenv_version
}}"
version
:
"
{{
rbenv_version
}}"
...
...
playbooks/roles/test_build_server/tasks/main.yml
View file @
743be615
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
#
#
-
name
:
Create clone of edx-platform
-
name
:
Create clone of edx-platform
git
_2_0_1
:
git
:
repo
:
"
https://github.com/edx/edx-platform.git"
repo
:
"
https://github.com/edx/edx-platform.git"
dest
:
"
{{
test_build_server_repo_path
}}/edx-platform-clone"
dest
:
"
{{
test_build_server_repo_path
}}/edx-platform-clone"
version
:
"
{{
test_edx_platform_version
}}"
version
:
"
{{
test_edx_platform_version
}}"
...
...
playbooks/roles/xqueue/tasks/deploy.yml
View file @
743be615
...
@@ -46,7 +46,7 @@
...
@@ -46,7 +46,7 @@
# Do A Checkout
# Do A Checkout
-
name
:
"
Git
checkout
xqueue
repo
into
{{
xqueue_code_dir
}}"
-
name
:
"
Git
checkout
xqueue
repo
into
{{
xqueue_code_dir
}}"
git
_2_0_1
:
git
:
repo
:
"
{{
xqueue_source_repo
}}"
repo
:
"
{{
xqueue_source_repo
}}"
dest
:
"
{{
xqueue_code_dir
}}"
dest
:
"
{{
xqueue_code_dir
}}"
version
:
"
{{
xqueue_version
}}"
version
:
"
{{
xqueue_version
}}"
...
...
playbooks/roles/xqwatcher/tasks/deploy_courses.yml
View file @
743be615
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
# a per queue basis.
# a per queue basis.
-
name
:
Checkout grader code
-
name
:
Checkout grader code
git
_2_0_1
:
git
:
repo
:
"
{{
item.GIT_REPO
}}"
repo
:
"
{{
item.GIT_REPO
}}"
dest
:
"
{{
xqwatcher_app_dir
}}/data/{{
item.COURSE
}}"
dest
:
"
{{
xqwatcher_app_dir
}}/data/{{
item.COURSE
}}"
version
:
"
{{
item.GIT_REF
}}"
version
:
"
{{
item.GIT_REF
}}"
...
...
playbooks/roles/xserver/tasks/deploy.yml
View file @
743be615
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
-
restart xserver
-
restart xserver
-
name
:
Checkout code
-
name
:
Checkout code
git
_2_0_1
:
git
:
dest
:
"
{{
xserver_code_dir
}}"
dest
:
"
{{
xserver_code_dir
}}"
repo
:
"
{{
xserver_source_repo
}}"
repo
:
"
{{
xserver_source_repo
}}"
version
:
"
{{xserver_version}}"
version
:
"
{{xserver_version}}"
...
@@ -84,7 +84,7 @@
...
@@ -84,7 +84,7 @@
-
restart xserver
-
restart xserver
-
name
:
Checkout grader code
-
name
:
Checkout grader code
git
_2_0_1
:
git
:
dest
:
"
{{
XSERVER_GRADER_DIR
}}"
dest
:
"
{{
XSERVER_GRADER_DIR
}}"
repo
:
"
{{
XSERVER_GRADER_SOURCE
}}"
repo
:
"
{{
XSERVER_GRADER_SOURCE
}}"
version
:
"
{{
xserver_grader_version
}}"
version
:
"
{{
xserver_grader_version
}}"
...
...
playbooks/roles/xsy/tasks/main.yml
View file @
743be615
...
@@ -47,7 +47,7 @@
...
@@ -47,7 +47,7 @@
notify
:
restart xsy
notify
:
restart xsy
-
name
:
Checkout the code
-
name
:
Checkout the code
git
_2_0_1
:
git
:
dest
:
"
{{
xsy_code_dir
}}"
dest
:
"
{{
xsy_code_dir
}}"
repo
:
"
{{
xsy_source_repo
}}"
repo
:
"
{{
xsy_source_repo
}}"
version
:
"
{{
xsy_version
}}"
version
:
"
{{
xsy_version
}}"
...
...
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