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 @@
-
name
:
stop certs service
service
:
name="certificates" state="stopped"
-
name
:
checkout code
git
_2_0_1
:
git
:
repo
:
"
{{
repo_url
}}"
dest
:
"
{{
repo_path
}}"
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 @@
notify
:
restart alton
-
name
:
Checkout the code
git
_2_0_1
:
git
:
dest
:
"
{{
alton_code_dir
}}"
repo
:
"
{{
alton_source_repo
}}"
version
:
"
{{
alton_version
}}"
...
...
playbooks/roles/analytics_pipeline/tasks/main.yml
View file @
743be615
...
...
@@ -89,7 +89,7 @@
-
install:configuration
-
name
:
Util library source checked out
git
_2_0_1
:
git
:
repo
:
"
{{
analytics_pipeline_util_library.repo
}}"
dest
:
"
{{
analytics_pipeline_util_library.path
}}"
version
:
"
{{
analytics_pipeline_util_library.version
}}"
...
...
playbooks/roles/certs/tasks/deploy.yml
View file @
743be615
...
...
@@ -44,7 +44,7 @@
when
:
CERTS_GIT_IDENTITY != "none"
-
name
:
"
Checkout
certificates
repo
into
{{
certs_code_dir
}}"
git
_2_0_1
:
git
:
dest
:
"
{{
certs_code_dir
}}"
repo
:
"
{{
CERTS_REPO
}}"
version
:
"
{{
certs_version
}}"
...
...
@@ -56,7 +56,7 @@
when
:
CERTS_GIT_IDENTITY != "none"
-
name
:
Checkout certificates repo into {{ certs_code_dir }}
git
_2_0_1
:
git
:
dest
:
"
{{
certs_code_dir
}}"
repo
:
"
{{
CERTS_REPO
}}"
version
:
"
{{
certs_version
}}"
...
...
playbooks/roles/demo/tasks/deploy.yml
View file @
743be615
---
-
name
:
check out the demo course
git
_2_0_1
:
git
:
dest
:
"
{{
demo_code_dir
}}"
repo
:
"
{{
demo_repo
}}"
version
:
"
{{
demo_version
}}"
...
...
playbooks/roles/edx_ansible/tasks/deploy.yml
View file @
743be615
---
-
name
:
Git checkout edx_ansible repo into edx_ansible_code_dir
git
_2_0_1
:
git
:
dest
:
"
{{
edx_ansible_code_dir
}}"
repo
:
"
{{
edx_ansible_source_repo
}}"
version
:
"
{{
configuration_version
}}"
...
...
playbooks/roles/edxapp/tasks/deploy.yml
View file @
743be615
...
...
@@ -45,7 +45,7 @@
# Do A Checkout
-
name
:
checkout edx-platform repo into {{ edxapp_code_dir }}
git
_2_0_1
:
git
:
dest
:
"
{{
edxapp_code_dir
}}"
repo
:
"
{{
edx_platform_repo
}}"
version
:
"
{{
edx_platform_version
}}"
...
...
@@ -72,7 +72,7 @@
# (yes, lowercase) to a Stanford-style theme and set
# edxapp_theme_name (again, lowercase) to its name.
-
name
:
checkout Stanford-style theme
git
_2_0_1
:
git
:
dest
:
"
{{
edxapp_app_dir
}}/themes/{{
edxapp_theme_name
}}"
repo
:
"
{{
edxapp_theme_source_repo
}}"
version
:
"
{{
edxapp_theme_version
}}"
...
...
playbooks/roles/forum/tasks/deploy.yml
View file @
743be615
...
...
@@ -39,7 +39,7 @@
-
install:configuration
-
name
:
git checkout forum repo into {{ forum_code_dir }}
git
_2_0_1
:
git
:
dest
:
"
{{
forum_code_dir
}}"
repo
:
"
{{
forum_source_repo
}}"
version
:
"
{{
forum_version
}}"
...
...
playbooks/roles/git_clone/tasks/main.yml
View file @
743be615
...
...
@@ -55,7 +55,7 @@
-
install:code
-
name
:
Checkout code over ssh
git
_2_0_1
:
git
:
repo
:
"
git@{{
item.DOMAIN
}}:{{
item.PATH
}}/{{
item.REPO
}}"
dest
:
"
{{
item.DESTINATION
}}"
version
:
"
{{
item.VERSION
}}"
...
...
@@ -71,7 +71,7 @@
-
install:code
-
name
:
Checkout code over https
git
_2_0_1
:
git
:
repo
:
"
https://{{
item.DOMAIN
}}/{{
item.PATH
}}/{{
item.REPO
}}"
dest
:
"
{{
item.DESTINATION
}}"
version
:
"
{{
item.VERSION
}}"
...
...
playbooks/roles/gitreload/tasks/course_pull.yml
View file @
743be615
# Tasks to run if cloning repos to edx-platform.
-
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
}}"
with_items
:
"
{{
GITRELOAD_REPOS
}}"
...
...
playbooks/roles/harprofiler/tasks/main.yml
View file @
743be615
...
...
@@ -16,7 +16,7 @@
mode
:
0755
-
name
:
check out the harprofiler
git
_2_0_1
:
git
:
dest
:
"
{{
harprofiler_dir
}}"
repo
:
"
{{
harprofiler_github_url
}}"
version
:
"
{{
harprofiler_version
}}"
...
...
playbooks/roles/jenkins_master/tasks/main.yml
View file @
743be615
...
...
@@ -143,7 +143,7 @@
# upstream, we may be able to use the regular plugin install process.
# Until then, we compile and install the forks ourselves.
-
name
:
Checkout custom plugin repo
git
_2_0_1
:
git
:
repo
:
"
{{
item.repo_url
}}"
dest
:
"
/tmp/{{
item.repo_name
}}"
version
:
"
{{
item.version
}}"
...
...
playbooks/roles/jenkins_worker/tasks/python_platform_worker.yml
View file @
743be615
...
...
@@ -6,7 +6,7 @@
# refers to the --depth-setting of git clone. A value of 1
# will truncate all history prior to the last revision.
-
name
:
Create shallow clone of edx-platform
git
_2_0_1
:
git
:
repo
:
https://github.com/edx/edx-platform.git
dest
:
"
{{
jenkins_home
}}/shallow-clone"
version
:
"
{{
jenkins_edx_platform_version
}}"
...
...
playbooks/roles/notifier/tasks/deploy.yml
View file @
743be615
---
-
name
:
Checkout code
git
_2_0_1
:
git
:
dest
:
"
{{
NOTIFIER_CODE_DIR
}}"
repo
:
"
{{
NOTIFIER_SOURCE_REPO
}}"
version
:
"
{{
NOTIFIER_VERSION
}}"
...
...
@@ -38,7 +38,7 @@
when
:
NOTIFIER_GIT_IDENTITY != ""
-
name
:
Checkout theme
git
_2_0_1
:
git
:
dest
:
"
{{
NOTIFIER_CODE_DIR
}}/{{
NOTIFIER_THEME_NAME
}}"
repo
:
"
{{
NOTIFIER_THEME_REPO
}}"
version
:
"
{{
NOTIFIER_THEME_VERSION
}}"
...
...
playbooks/roles/rbenv/tasks/main.yml
View file @
743be615
...
...
@@ -65,7 +65,7 @@
-
install:base
-
name
:
update rbenv repo
git
_2_0_1
:
git
:
repo
:
https://github.com/sstephenson/rbenv.git
dest
:
"
{{
rbenv_dir
}}/.rbenv"
version
:
"
{{
rbenv_version
}}"
...
...
playbooks/roles/test_build_server/tasks/main.yml
View file @
743be615
...
...
@@ -21,7 +21,7 @@
#
-
name
:
Create clone of edx-platform
git
_2_0_1
:
git
:
repo
:
"
https://github.com/edx/edx-platform.git"
dest
:
"
{{
test_build_server_repo_path
}}/edx-platform-clone"
version
:
"
{{
test_edx_platform_version
}}"
...
...
playbooks/roles/xqueue/tasks/deploy.yml
View file @
743be615
...
...
@@ -46,7 +46,7 @@
# Do A Checkout
-
name
:
"
Git
checkout
xqueue
repo
into
{{
xqueue_code_dir
}}"
git
_2_0_1
:
git
:
repo
:
"
{{
xqueue_source_repo
}}"
dest
:
"
{{
xqueue_code_dir
}}"
version
:
"
{{
xqueue_version
}}"
...
...
playbooks/roles/xqwatcher/tasks/deploy_courses.yml
View file @
743be615
...
...
@@ -3,7 +3,7 @@
# a per queue basis.
-
name
:
Checkout grader code
git
_2_0_1
:
git
:
repo
:
"
{{
item.GIT_REPO
}}"
dest
:
"
{{
xqwatcher_app_dir
}}/data/{{
item.COURSE
}}"
version
:
"
{{
item.GIT_REF
}}"
...
...
playbooks/roles/xserver/tasks/deploy.yml
View file @
743be615
...
...
@@ -26,7 +26,7 @@
-
restart xserver
-
name
:
Checkout code
git
_2_0_1
:
git
:
dest
:
"
{{
xserver_code_dir
}}"
repo
:
"
{{
xserver_source_repo
}}"
version
:
"
{{xserver_version}}"
...
...
@@ -84,7 +84,7 @@
-
restart xserver
-
name
:
Checkout grader code
git
_2_0_1
:
git
:
dest
:
"
{{
XSERVER_GRADER_DIR
}}"
repo
:
"
{{
XSERVER_GRADER_SOURCE
}}"
version
:
"
{{
xserver_grader_version
}}"
...
...
playbooks/roles/xsy/tasks/main.yml
View file @
743be615
...
...
@@ -47,7 +47,7 @@
notify
:
restart xsy
-
name
:
Checkout the code
git
_2_0_1
:
git
:
dest
:
"
{{
xsy_code_dir
}}"
repo
:
"
{{
xsy_source_repo
}}"
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