Unverified Commit 3e51c86a by Cory Lee Committed by GitHub

Kill edx-east (#4596)

* Remove edx-east folder, replace with symlink.
parent 5629ea5a
......@@ -23,7 +23,7 @@ vagrant_ansible_inventory_default
## Make artifacts
.build
playbooks/edx-east/travis-test.yml
playbooks/travis-test.yml
## Local virtualenv
/venv
......
......@@ -26,7 +26,7 @@ install:
env:
- MAKE_TARGET=test.syntax SHARD=0 SHARDS=1
- MAKE_TARGET=test.edx_east_roles SHARD=0 SHARDS=1
- MAKE_TARGET=test.playbooks SHARD=0 SHARDS=1
- MAKE_TARGET=docker.test.shard SHARD=0 SHARDS=3
- MAKE_TARGET=docker.test.shard SHARD=1 SHARDS=3
- MAKE_TARGET=docker.test.shard SHARD=2 SHARDS=3
......
......@@ -7,6 +7,7 @@
jinja2_extensions=jinja2.ext.do
host_key_checking = False
roles_path=../../ansible-roles/roles:../../ansible-private/roles:../../ansible-roles/
retries=5
ansible_managed=This file is created and updated by ansible, edit at your peril
[ssh_connection]
......
.
\ No newline at end of file
This directory contains playbooks used by edx-east for provisioning
::
ansible-playbook -c ssh -vvv --user=ubuntu <playbook> -i ./ec2.py -e 'secure_dir=path/to/configuration-secure/ansible'
Historical note: "edx-east" represents the edX organization in Cambridge, MA.
At one point, an "edx-west" notion existed - a name which represented Stanford
edX developers.
# config file for ansible -- http://ansible.github.com
# nearly all parameters can be overridden in ansible-playbook or with command line flags
# ansible will read ~/.ansible.cfg or /etc/ansible/ansible.cfg, whichever it finds first
[defaults]
jinja2_extensions=jinja2.ext.do
host_key_checking=False
roles_path=../../../ansible-roles/roles:../../../ansible-private/roles:../../../ansible-roles/
ansible_managed=This file is created and updated by ansible, edit at your peril
[ssh_connection]
ssh_args=-o ControlMaster=auto -o ControlPersist=60s -o ControlPath="~/.ansible/tmp/ansible-ssh-%h-%p-%r" -o ServerAliveInterval=30
retries=5
../callback_plugins
\ No newline at end of file
../ec2.py
\ No newline at end of file
../group_vars
\ No newline at end of file
../inventory.ini
\ No newline at end of file
../library
\ No newline at end of file
../roles
\ No newline at end of file
---
secure_dir: '../../configuration-secure/ansible'
# this indicates the path to site-specific (with precedence)
# things like nginx template files
local_dir: '../../configuration-secure/ansible/local'
......@@ -91,5 +91,5 @@ if [[ -z ${repos_to_cmd[$1]} ]]; then
exit 1
fi
cd {{ edx_ansible_code_dir }}/playbooks/edx-east
cd {{ edx_ansible_code_dir }}/playbooks
eval "sudo ${repos_to_cmd["$1"]} $verbose"
......@@ -19,7 +19,7 @@
# For a complete picture of dependencies, see:
#
# configuration/playbooks/role/edx-notes-api/meta/main.yml
# configuration/playbooks/edx-east/notes.yml
# configuration/notes.yml
#
# Example play:
#
......
# Example ansible commands
# Three node replica set
# ansible-playbook -i '203.0.113.12,203.0.113.20,203.0.113.68' -u ubuntu edx-east/mongo_3_2.yml -e@sample_vars/test-mongo.yml
# ansible-playbook -i '203.0.113.12,203.0.113.20,203.0.113.68' -u ubuntu mongo_3_2.yml -e@sample_vars/test-mongo.yml
# Single node
# ansible-playbook -i '203.0.113.12' -u ubuntu edx-east/mongo_3_2.yml -e@sample_vars/test-mongo.yml
# ansible-playbook -i '203.0.113.12' -u ubuntu mongo_3_2.yml -e@sample_vars/test-mongo.yml
# Passwords and relication keys in this file are examples and must be changed.
# You must change any variable with the string "CHANGEME" in it
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment