summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorJohannes Garm Nielsen <jgn@nordu.net>2018-11-13 12:28:56 +0100
committerJohannes Garm Nielsen <jgn@nordu.net>2018-11-13 12:28:56 +0100
commit96c9118077a4ecd193f3e32dea3308ce7c95cdb5 (patch)
treea88105c49de2f6a93f70d0f938f7a644cc19cddf /testing
parent0fd73c56adbeb4a040de1ff2dad1b36e50c41425 (diff)
Reworked scripts, added testing material, added README.mdHEADmaster
Diffstat (limited to 'testing')
-rw-r--r--testing/docker-compose.yml17
-rw-r--r--testing/pythonDocUpload.yml4
2 files changed, 21 insertions, 0 deletions
diff --git a/testing/docker-compose.yml b/testing/docker-compose.yml
new file mode 100644
index 0000000..04a819f
--- /dev/null
+++ b/testing/docker-compose.yml
@@ -0,0 +1,17 @@
+version: '3.3'
+services:
+ puppetserver:
+ image: puppet/puppetserver-standalone:latest
+ volumes:
+ - ./ndn-sysconf:/opt/data/etc
+ networks:
+ - test
+ confluence:
+ image: atlassian/confluence-server:latest
+ networks:
+ - test
+ ports:
+ - "8090:8090"
+ - "8091:8091"
+networks:
+ test:
diff --git a/testing/pythonDocUpload.yml b/testing/pythonDocUpload.yml
new file mode 100644
index 0000000..5567cad
--- /dev/null
+++ b/testing/pythonDocUpload.yml
@@ -0,0 +1,4 @@
+confluenceUrl: "http://confluence:8090"
+confluenceUser: apiuser
+confluencePass: apiuserpass
+spaceName: TES