Skip to content

Commit

Permalink
Update playground
Browse files Browse the repository at this point in the history
[finishes #144368947]
  • Loading branch information
Callisto13 committed Apr 28, 2017
1 parent 8321aac commit 034aefb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
8 changes: 6 additions & 2 deletions playground/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
store_path: /var/lib/grootfs/btrfs
driver: btrfs
btrfs_bin: /bin/btrfs
drax_bin: /home/ubuntu/drax
tardis_bin: /usr/local/bin/tardis
drax_bin: /usr/local/bin/drax
newuidmap_bin: /usr/local/bin/newuidmap
newgidmap_bin: /usr/local/bin/newgidmap
log_level: debug
Expand All @@ -12,10 +13,13 @@ clean:
ignore_images: []
create:
insecure_registries: []
with_clean: true
with_clean: false
json: false
without_mount: false
uid_mappings:
- "0:4294967294:1"
- "1:1:4294967293"
gid_mappings:
- "0:4294967294:1"
- "1:1:4294967293"

7 changes: 5 additions & 2 deletions playground/privileged_config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
store_path: /var/lib/grootfs/btrfs
driver: btrfs
btrfs_bin: /bin/btrfs
drax_bin: /home/ubuntu/drax
tardis_bin: /usr/local/bin/tardis
drax_bin: /usr/local/bin/drax
newuidmap_bin: /usr/local/bin/newuidmap
newgidmap_bin: /usr/local/bin/newgidmap
log_level: debug
Expand All @@ -12,4 +13,6 @@ clean:
ignore_images: []
create:
insecure_registries: []
with_clean: true
with_clean: false
json: false
without_mount: false
3 changes: 2 additions & 1 deletion playground/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,9 @@ install_groot() {
pushd $HOME/go/src/code.cloudfoundry.org/grootfs
make deps
make
cp {grootfs,drax} /usr/local/bin
cp {grootfs,drax,tardis} /usr/local/bin
chmod u+s /usr/local/bin/drax
chmod u+s /usr/local/bin/tardis
cp hack/{quick-setup,cleanup-store} /usr/local/bin
popd
}
Expand Down

0 comments on commit 034aefb

Please sign in to comment.