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
654995c5
Commit
654995c5
authored
9 years ago
by
Feanil Patel
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2183 from edx/feanil/no_m
Remove the 'm' from all DNS names and examples.
parents
9bf009c0
a2570f1f
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 @
654995c5
# 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
...
...
This diff is collapsed.
Click to expand it.
playbooks/edx-east/edx_provision.yml
View file @
654995c5
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
playbooks/roles/locust/tasks/main.yml
View file @
654995c5
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
util/jenkins/connect-sandbox-to-prod-clone.sh
View file @
654995c5
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
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