summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2016-09-16 12:57:59 -0400
committerMicah Anderson <micah@riseup.net>2016-09-16 12:57:59 -0400
commitf11ae4bcbc8ff12c371666d947ebee0964579773 (patch)
treea72449b3e878144d7503d5f99fd3ecbcf9a2ec9c
parent6032cb1bf7f21cc9a78e3fae2802d133f06067bb (diff)
Create LEAP Upgrade Test provider
-rw-r--r--.gitignore4
-rw-r--r--Leapfile2
-rw-r--r--common.json5
-rw-r--r--provider.json18
4 files changed, 29 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c1eae49
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+test/Vagrantfile
+test/.vagrant
+test/openvpn
+test/cert
diff --git a/Leapfile b/Leapfile
new file mode 100644
index 0000000..6dbb9dd
--- /dev/null
+++ b/Leapfile
@@ -0,0 +1,2 @@
+@platform_directory_path = "../../../../tmp/platform_lut"
+# see https://leap.se/en/docs/platform/config for more options \ No newline at end of file
diff --git a/common.json b/common.json
new file mode 100644
index 0000000..c891fea
--- /dev/null
+++ b/common.json
@@ -0,0 +1,5 @@
+//
+// Options put here are inherited by all nodes.
+//
+{
+}
diff --git a/provider.json b/provider.json
new file mode 100644
index 0000000..7d3cb46
--- /dev/null
+++ b/provider.json
@@ -0,0 +1,18 @@
+//
+// General service provider configuration.
+//
+{
+ "domain": "lut.bitmask.net",
+ "name": {
+ "en": "LEAP Upgrade Test"
+ },
+ "description": {
+ "en": "You really should change this text"
+ },
+ "contacts": {
+ "default": "root@lut.bitmask.net"
+ },
+ "languages": ["en"],
+ "default_language": "en",
+ "enrollment_policy": "open"
+}