Skip to content

Commit

Permalink
cluster: change to nodes_roles to avoid env name conflict
Browse files Browse the repository at this point in the history
We will set job['node_roles'] in job-scheduler.

Signed-off-by: Wanlong Gao <[email protected]>
Signed-off-by: Fengguang Wu <[email protected]>
  • Loading branch information
gaowanlong authored and Fengguang Wu committed Feb 12, 2015
1 parent a716bfc commit f217acb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cluster/cs-lkp-g5
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
node_roles:
nodes_roles:
- lkp-g5: [ server ]
- client1: [ client ]
2 changes: 1 addition & 1 deletion cluster/cs-localhost
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
node_roles:
nodes_roles:
- localhost:
- server
- client

0 comments on commit f217acb

Please sign in to comment.