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
a2570f1f
Commit
a2570f1f
authored
Aug 03, 2015
by
Feanil Patel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove the 'm' from all DNS names and examples.
parent
368b717b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
playbooks/edx-east/create_user.yml
+2
-2
playbooks/edx-east/edx_provision.yml
+1
-1
playbooks/roles/locust/tasks/main.yml
+1
-1
util/jenkins/connect-sandbox-to-prod-clone.sh
+1
-1
No files found.
playbooks/edx-east/create_user.yml
View file @
a2570f1f
# Creates a single user on a server
# By default no super-user privileges
# Example: ansible-playbook -i "jarv.
m.
sandbox.edx.org," ./create_user.yml -e "user=jarv"
# Example: ansible-playbook -i "jarv.sandbox.edx.org," ./create_user.yml -e "user=jarv"
# Create a user with sudo privileges
# Example: ansible-playbook -i "jarv.
m.
sandbox.edx.org," ./create_user.yml -e "user=jarv" -e "give_sudo=true"
# Example: ansible-playbook -i "jarv.sandbox.edx.org," ./create_user.yml -e "user=jarv" -e "give_sudo=true"
-
name
:
Create a single user
hosts
:
all
sudo
:
True
...
...
playbooks/edx-east/edx_provision.yml
View file @
a2570f1f
...
...
@@ -18,7 +18,7 @@
owner
:
temp
root_ebs_size
:
50
dns_name
:
temp
dns_zone
:
m.
sandbox.edx.org
dns_zone
:
sandbox.edx.org
name_tag
:
sandbox-temp
elb
:
false
vpc_subnet_id
:
subnet-cd867aba
...
...
playbooks/roles/locust/tasks/main.yml
View file @
a2570f1f
...
...
@@ -22,7 +22,7 @@
#
# Example play:
#
# # To run: ansible-playbook locust.yml -i "locustmaster.
m.
sandbox.edx.org," -e "LOCUST_LOADTEST_DIR='locust/lms'" -e "LOCUST_TARGET_HOST='https://courses-loadtest.edx.org'" -e "@/Users/derf/workspace/sandbox-secure/ansible/vars/developer-sandbox.yml"
# # To run: ansible-playbook locust.yml -i "locustmaster.sandbox.edx.org," -e "LOCUST_LOADTEST_DIR='locust/lms'" -e "LOCUST_TARGET_HOST='https://courses-loadtest.edx.org'" -e "@/Users/derf/workspace/sandbox-secure/ansible/vars/developer-sandbox.yml"
# - name: Deploy Locust
# hosts: all
# sudo: True
...
...
util/jenkins/connect-sandbox-to-prod-clone.sh
View file @
a2570f1f
...
...
@@ -34,7 +34,7 @@ if [[ ! -f $BOTO_CONFIG ]]; then
fi
if
[[
-z
$sandbox_to_update
]]
;
then
sandbox_to_update
=
"
${
BUILD_USER_ID
}
.
m.
sandbox.edx.org"
sandbox_to_update
=
"
${
BUILD_USER_ID
}
.sandbox.edx.org"
fi
cd
$WORKSPACE
/configuration/playbooks/edx-east
...
...
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