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
1ae3121f
Commit
1ae3121f
authored
Jun 11, 2015
by
Carson Gee
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2087 from mitodl/cg/fix_vagrant_plays
Remove reference to group_vars/all
parents
8a7523df
194ba1ca
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
11 deletions
+0
-11
playbooks/vagrant-cluster.yml
+0
-5
playbooks/vagrant-devstack.yml
+0
-2
playbooks/vagrant-ecomstack.yml
+0
-2
playbooks/vagrant-fullstack.yml
+0
-2
No files found.
playbooks/vagrant-cluster.yml
View file @
1ae3121f
...
...
@@ -13,8 +13,6 @@
ELASTICSEARCH_CLUSTERED
:
yes
MARIADB_CLUSTERED
:
yes
MARIADB_CREATE_DBS
:
no
vars_files
:
-
"
group_vars/all"
roles
:
-
user
-
mongo
...
...
@@ -35,8 +33,6 @@
-
"
rabbit@cluster2"
-
"
rabbit@cluster3"
rabbitmq_ip
:
"
"
vars_files
:
-
"
group_vars/all"
roles
:
-
rabbitmq
...
...
@@ -51,7 +47,6 @@
MARIADB_CLUSTERED
:
yes
MARIADB_CREATE_DBS
:
yes
vars_files
:
-
"
group_vars/all"
-
"
roles/analytics_api/defaults/main.yml"
roles
:
-
mariadb
playbooks/vagrant-devstack.yml
View file @
1ae3121f
...
...
@@ -12,8 +12,6 @@
COMMON_MOTD_TEMPLATE
:
'
devstack_motd.tail.j2'
COMMON_SSH_PASSWORD_AUTH
:
"
yes"
ENABLE_LEGACY_ORA
:
!!null
vars_files
:
-
"
group_vars/all"
roles
:
-
edx_ansible
-
edxlocal
...
...
playbooks/vagrant-ecomstack.yml
View file @
1ae3121f
...
...
@@ -10,8 +10,6 @@
EDXAPP_NO_PREREQ_INSTALL
:
0
COMMON_MOTD_TEMPLATE
:
'
devstack_motd.tail.j2'
COMMON_SSH_PASSWORD_AUTH
:
"
yes"
vars_files
:
-
"
group_vars/all"
roles
:
-
edx_ansible
-
edxlocal
...
...
playbooks/vagrant-fullstack.yml
View file @
1ae3121f
...
...
@@ -14,8 +14,6 @@
certs_version
:
'
{{
OPENEDX_RELEASE
|
default("master")
}}'
forum_version
:
'
{{
OPENEDX_RELEASE
|
default("master")
}}'
xqueue_version
:
'
{{
OPENEDX_RELEASE
|
default("master")
}}'
vars_files
:
-
"
group_vars/all"
roles
:
-
edx_ansible
-
user
...
...
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