This repository has been archived by the owner on Jul 16, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ciao-compute and ciao-network roles are basically the same with minimal differences. This change introduces ciao-launcher role that knows how to handle those minimal differences and replaces ciao-compute and ciao-network roles. Fixes #819 Signed-off-by: Alberto Murillo Silva <alberto.murillo.silva@intel.com>
- Loading branch information
Alberto Murillo Silva
committed
Jan 4, 2017
1 parent
0ffc205
commit 2afcacc
Showing
17 changed files
with
38 additions
and
160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,8 @@ | |
|
||
- hosts: computes | ||
become: yes | ||
vars: | ||
ciao_role: compute | ||
roles: | ||
- docker | ||
- ciao-compute | ||
- ciao-launcher |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,5 +15,7 @@ | |
|
||
- hosts: networks | ||
become: yes | ||
vars: | ||
ciao_role: network | ||
roles: | ||
- ciao-network | ||
- ciao-launcher |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40 changes: 0 additions & 40 deletions
40
_DeploymentAndDistroPackaging/ansible/roles/ciao-compute/meta/main.yml
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
_DeploymentAndDistroPackaging/ansible/roles/ciao-compute/tasks/install.yml
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
_DeploymentAndDistroPackaging/ansible/roles/ciao-compute/tasks/startservices.yml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...compute/templates/ciao-compute.service.j2 → ...uncher/templates/ciao-launcher.service.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 0 additions & 30 deletions
30
_DeploymentAndDistroPackaging/ansible/roles/ciao-network/README.md
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
_DeploymentAndDistroPackaging/ansible/roles/ciao-network/templates/ciao-network.service.j2
This file was deleted.
Oops, something went wrong.