Skip to content

Commit

Permalink
Add .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
komljen committed Jul 18, 2014
1 parent e25ca36 commit 6629e38
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.vagrant
6 changes: 3 additions & 3 deletions pillar/data/ceph.sls
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ceph:
global:
fsid: 294bc494-81ba-4c3c-ac5d-af7b3442a2a5
public_network: 10.0.2.0/24
cluster_network: 10.0.2.0/24
public_network: 192.168.33.0/24
cluster_network: 192.168.33.0/24
client:
rbd_cache: true
rbd_cache_size: 134217728
Expand All @@ -17,5 +17,5 @@ ceph:
filestore_split_multiple: 8
op_threads: 8
custom:
mon_interface: eth0
mon_interface: eth1

13 changes: 9 additions & 4 deletions pillar/data/environment.sls
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
nodes:
vagrant-ubuntu-trusty-64:
minion01:
roles:
- ceph-osd
- ceph-mon
devs:
sdb:
journal: sdd
sdc:
journal: sdd
journal: sdc
minion02:
roles:
- ceph-osd
- ceph-mon
devs:
sdb:
journal: sdc
2 changes: 1 addition & 1 deletion salt/orchestration/ceph.sls
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ assign_roles:

first_mon_setup:
salt.state:
- tgt: 'vagrant-ubuntu-trusty-64*'
- tgt: 'minion01*'
- sls: ceph.mon
- require:
- salt: assign_roles
Expand Down

0 comments on commit 6629e38

Please sign in to comment.