summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@leap.se>2018-01-29 16:23:03 +0100
committerkwadronaut <kwadronaut@leap.se>2018-01-29 16:23:03 +0100
commit25a73f12e6ed6444851e805bcb21759dc286340e (patch)
tree2e71be81b212593db2923a74d9d4c4befbd53f3b
parentb166f78c2d19abdf86f3f86e9c0ed2b8457e53dd (diff)
add amsterdam location tag
-rw-r--r--hiera/assurancetourix.yaml11
-rw-r--r--hiera/idefix.yaml2
-rw-r--r--hiera/pano.yaml2
-rw-r--r--hiera/ramix.yaml2
-rw-r--r--nodes/assurancetourix.json3
-rw-r--r--tags/amsterdam.json8
6 files changed, 21 insertions, 7 deletions
diff --git a/hiera/assurancetourix.yaml b/hiera/assurancetourix.yaml
index 147635c..01154ea 100644
--- a/hiera/assurancetourix.yaml
+++ b/hiera/assurancetourix.yaml
@@ -46,7 +46,11 @@ hosts:
ip_address: "199.119.112.92"
port: 22
ip_address: "37.218.242.147"
-location: ~
+location:
+ country_code: NL
+ hemisphere: "N"
+ name: Amsterdam
+ timezone: "+1"
mail:
smarthost: []
mixnet:
@@ -75,7 +79,7 @@ sources:
platform:
apt:
basic: "http://deb.leap.se/platform"
- component: snapshots
+ component: master
soledad:
package: soledad-server
revision: latest
@@ -147,7 +151,8 @@ stunnel:
mixnet_server:
accept_port: 38980
connect_port: 28980
-tags: []
+tags:
+ - amsterdam
x509:
ca_cert: |
-----BEGIN CERTIFICATE-----
diff --git a/hiera/idefix.yaml b/hiera/idefix.yaml
index 40acc3c..e654723 100644
--- a/hiera/idefix.yaml
+++ b/hiera/idefix.yaml
@@ -79,7 +79,7 @@ sources:
platform:
apt:
basic: "http://deb.leap.se/platform"
- component: snapshots
+ component: master
soledad:
package: soledad-server
revision: latest
diff --git a/hiera/pano.yaml b/hiera/pano.yaml
index 43102da..2032918 100644
--- a/hiera/pano.yaml
+++ b/hiera/pano.yaml
@@ -83,7 +83,7 @@ sources:
platform:
apt:
basic: "http://deb.leap.se/platform"
- component: snapshots
+ component: master
soledad:
package: soledad-server
revision: latest
diff --git a/hiera/ramix.yaml b/hiera/ramix.yaml
index dc2dd9e..0bbb695 100644
--- a/hiera/ramix.yaml
+++ b/hiera/ramix.yaml
@@ -87,7 +87,7 @@ sources:
platform:
apt:
basic: "http://deb.leap.se/platform"
- component: snapshots
+ component: master
soledad:
package: soledad-server
revision: latest
diff --git a/nodes/assurancetourix.json b/nodes/assurancetourix.json
index f98cbab..9ea00c7 100644
--- a/nodes/assurancetourix.json
+++ b/nodes/assurancetourix.json
@@ -1,4 +1,5 @@
{
"ip_address": "37.218.242.147",
- "services": "mixnet"
+ "services": "mixnet",
+ "tags": "amsterdam"
}
diff --git a/tags/amsterdam.json b/tags/amsterdam.json
new file mode 100644
index 0000000..3c7b675
--- /dev/null
+++ b/tags/amsterdam.json
@@ -0,0 +1,8 @@
+{
+ "location": {
+ "name": "Amsterdam",
+ "country_code": "NL",
+ "timezone":"+1",
+ "hemisphere": "N"
+ }
+}