diff options
author | elijah <elijah@riseup.net> | 2016-08-29 16:39:13 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2016-09-01 10:13:31 -0700 |
commit | e6544ecc5a51ad6502a64bd08df71aa7ff75a3ee (patch) | |
tree | 57614836a4efc6a5f64d1609bd109f18c0c669d6 /vagrant/add-pixelated.sh | |
parent | 07c0e60e6bdc5b8bfe1f42f76dae9f0a79e7abb0 (diff) |
moved vagrant example provider to tests/example-provider
Diffstat (limited to 'vagrant/add-pixelated.sh')
-rwxr-xr-x | vagrant/add-pixelated.sh | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/vagrant/add-pixelated.sh b/vagrant/add-pixelated.sh deleted file mode 100755 index f9908947..00000000 --- a/vagrant/add-pixelated.sh +++ /dev/null @@ -1,32 +0,0 @@ -#!/bin/bash -# -# adds pixelated-server to the node - -. /vagrant/vagrant/vagrant.config - -cd "$PROVIDERDIR" - -if ! git submodule status files/puppet/modules/pixelated > /dev/null 2>&1; then - git submodule add https://github.com/pixelated/puppet-pixelated.git files/puppet/modules/pixelated -fi - -echo '{}' > services/pixelated.json -[ -d files/puppet/modules/custom/manifests ] || mkdir -p files/puppet/modules/custom/manifests -echo 'class custom { include ::pixelated}' > files/puppet/modules/custom/manifests/init.pp - -$LEAP $OPTS -v 2 deploy - -echo '===============================================' -echo 'testing the platform' -echo '===============================================' - -$LEAP $OPTS -v 2 test --continue - - -echo -e '\n===========================================================================================================\n\n' -echo -e 'You are now ready to use your vagrant Pixelated provider.\n' - -echo -e 'The LEAP webapp is available at https://localhost:4443. Use it to register an account before using the Pixelated Useragent.\n' -echo -e 'The Pixelated Useragent is available at https://localhost:8080\n' - -echo -e 'Please add an exception for both sites in your browser dialog to allow the self-signed certificate.\n' |