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
OpenEdx
configuration
Commits
fb34593d
Commit
fb34593d
authored
Feb 03, 2017
by
Brian Jacobel
Committed by
GitHub
Feb 03, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3663 from edx/bjacobel/nodeenv-1.1.1
Remove play made unnecessary by nodeenv 1.1.1
parents
99421cc8
c6514cca
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1 additions
and
55 deletions
+1
-55
playbooks/roles/credentials/tasks/main.yml
+0
-11
playbooks/roles/discovery/tasks/main.yml
+1
-12
playbooks/roles/ecommerce/tasks/main.yml
+0
-11
playbooks/roles/edxapp/tasks/deploy.yml
+0
-10
playbooks/roles/insights/tasks/main.yml
+0
-11
No files found.
playbooks/roles/credentials/tasks/main.yml
View file @
fb34593d
...
...
@@ -42,17 +42,6 @@
-
install
-
install:app-requirements
# See https://github.com/ekalinin/nodeenv/issues/182
# This can be removed once https://github.com/ekalinin/nodeenv/pull/183 is merged
-
name
:
Remove nodeenv src
file
:
path
:
"
{{
credentials_nodeenv_dir
}}/src"
state
:
absent
become_user
:
"
{{
credentials_user
}}"
tags
:
-
install
-
install:system-requirements
-
name
:
create nodeenv
shell
:
"
{{
credentials_venv_dir
}}/bin/nodeenv
{{
credentials_nodeenv_dir
}}
--node={{
credentials_node_version
}}
--prebuilt
--force"
become_user
:
"
{{
credentials_user
}}"
...
...
playbooks/roles/discovery/tasks/main.yml
View file @
fb34593d
...
...
@@ -59,7 +59,7 @@
-
name
:
install nodenv
pip
:
name
:
"
nodeenv"
version
:
"
1.1.
0
"
version
:
"
1.1.
1
"
# NOTE (CCB): Using the "virtualenv" option here doesn't seem to work.
executable
:
"
{{
discovery_venv_dir
}}/bin/pip"
become_user
:
"
{{
discovery_user
}}"
...
...
@@ -67,17 +67,6 @@
-
install
-
install:system-requirements
# See https://github.com/ekalinin/nodeenv/issues/182
# This can be removed once https://github.com/ekalinin/nodeenv/pull/183 is merged
-
name
:
remove nodeenv src
file
:
path
:
"
{{
discovery_nodeenv_dir
}}/src"
state
:
absent
become_user
:
"
{{
discovery_user
}}"
tags
:
-
install
-
install:system-requirements
-
name
:
create nodeenv
shell
:
"
{{
discovery_venv_dir
}}/bin/nodeenv
{{
discovery_nodeenv_dir
}}
--node={{
discovery_node_version
}}
--prebuilt
--force"
become_user
:
"
{{
discovery_user
}}"
...
...
playbooks/roles/ecommerce/tasks/main.yml
View file @
fb34593d
...
...
@@ -40,17 +40,6 @@
-
install
-
install:app-requirements
# See https://github.com/ekalinin/nodeenv/issues/182
# This can be removed once https://github.com/ekalinin/nodeenv/pull/183 is merged
-
name
:
Remove nodeenv src
file
:
path
:
"
{{
ecommerce_nodeenv_dir
}}/src"
state
:
absent
become_user
:
"
{{
ecommerce_user
}}"
tags
:
-
install
-
install:system-requirements
-
name
:
Create nodeenv
shell
:
"
{{
ecommerce_venv_dir
}}/bin/nodeenv
{{
ecommerce_nodeenv_dir
}}
--node={{
ecommerce_node_version
}}
--prebuilt
--force"
become_user
:
"
{{
ecommerce_user
}}"
...
...
playbooks/roles/edxapp/tasks/deploy.yml
View file @
fb34593d
...
...
@@ -210,16 +210,6 @@
-
install
-
install:app-requirements
# See https://github.com/ekalinin/nodeenv/issues/182
# This can be removed once https://github.com/ekalinin/nodeenv/pull/183 is merged
-
name
:
Remove nodeenv src
file
:
path
:
"
{{
edxapp_nodeenv_dir
}}/src"
state
:
absent
tags
:
-
install
-
install:system-requirements
-
name
:
create nodeenv
shell
:
"
{{
edxapp_venv_dir
}}/bin/nodeenv
{{
edxapp_nodeenv_dir
}}
--node={{
edxapp_node_version
}}
--prebuilt
--force"
tags
:
...
...
playbooks/roles/insights/tasks/main.yml
View file @
fb34593d
...
...
@@ -44,17 +44,6 @@
-
install
-
install:app-requirements
# See https://github.com/ekalinin/nodeenv/issues/182
# This can be removed once https://github.com/ekalinin/nodeenv/pull/183 is merged
-
name
:
Remove nodeenv src
file
:
path
:
"
{{
insights_nodeenv_dir
}}/src"
state
:
absent
become_user
:
"
{{
insights_user
}}"
tags
:
-
install
-
install:system-requirements
-
name
:
create nodeenv
shell
:
"
{{
insights_venv_dir
}}/bin/nodeenv
{{
insights_nodeenv_dir
}}
--node={{
insights_node_version
}}
--prebuilt
--force"
become_user
:
"
{{
insights_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