diff --git a/package-lock.json b/package-lock.json index 4a17c5e..fd2eba2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,6 +23,7 @@ "multilang-extract-comments": "^0.3.3", "sass": "^1.30.0", "sass-loader": "^10.1.0", + "simple-git": "^2.31.0", "socket.io-client": "^3.0.3", "vee-validate": "^3.4.5", "vue": "^2.6.12", @@ -1399,6 +1400,19 @@ "webpack": "^4.0.0" } }, + "node_modules/@kwsites/file-exists": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@kwsites/file-exists/-/file-exists-1.1.1.tgz", + "integrity": "sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==", + "dependencies": { + "debug": "^4.1.1" + } + }, + "node_modules/@kwsites/promise-deferred": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@kwsites/promise-deferred/-/promise-deferred-1.1.1.tgz", + "integrity": "sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==" + }, "node_modules/@mrmlnc/readdir-enhanced": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz", @@ -4774,7 +4788,6 @@ "version": "4.3.1", "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", - "dev": true, "dependencies": { "ms": "2.1.2" }, @@ -10956,6 +10969,16 @@ "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==", "dev": true }, + "node_modules/simple-git": { + "version": "2.31.0", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-2.31.0.tgz", + "integrity": "sha512-/+rmE7dYZMbRAfEmn8EUIOwlM2G7UdzpkC60KF86YAfXGnmGtsPrKsym0hKvLBdFLLW019C+aZld1+6iIVy5xA==", + "dependencies": { + "@kwsites/file-exists": "^1.1.1", + "@kwsites/promise-deferred": "^1.1.1", + "debug": "^4.3.1" + } + }, "node_modules/simple-swizzle": { "version": "0.2.2", "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz", @@ -15104,6 +15127,19 @@ "postcss": "^7.0.0" } }, + "@kwsites/file-exists": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@kwsites/file-exists/-/file-exists-1.1.1.tgz", + "integrity": "sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==", + "requires": { + "debug": "^4.1.1" + } + }, + "@kwsites/promise-deferred": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@kwsites/promise-deferred/-/promise-deferred-1.1.1.tgz", + "integrity": "sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==" + }, "@mrmlnc/readdir-enhanced": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz", @@ -17877,7 +17913,6 @@ "version": "4.3.1", "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", - "dev": true, "requires": { "ms": "2.1.2" } @@ -22860,6 +22895,16 @@ "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==", "dev": true }, + "simple-git": { + "version": "2.31.0", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-2.31.0.tgz", + "integrity": "sha512-/+rmE7dYZMbRAfEmn8EUIOwlM2G7UdzpkC60KF86YAfXGnmGtsPrKsym0hKvLBdFLLW019C+aZld1+6iIVy5xA==", + "requires": { + "@kwsites/file-exists": "^1.1.1", + "@kwsites/promise-deferred": "^1.1.1", + "debug": "^4.3.1" + } + }, "simple-swizzle": { "version": "0.2.2", "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz", diff --git a/package.json b/package.json index f2dbd49..a1b3dcc 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "multilang-extract-comments": "^0.3.3", "sass": "^1.30.0", "sass-loader": "^10.1.0", + "simple-git": "^2.31.0", "socket.io-client": "^3.0.3", "vee-validate": "^3.4.5", "vue": "^2.6.12", diff --git a/src-local/instance/swarmlab-sec/INSTALL.md b/src-local/instance/swarmlab-sec.1/INSTALL.md similarity index 100% rename from src-local/instance/swarmlab-sec/INSTALL.md rename to src-local/instance/swarmlab-sec.1/INSTALL.md diff --git a/src-local/instance/swarmlab-sec/LICENSE b/src-local/instance/swarmlab-sec.1/LICENSE similarity index 100% rename from src-local/instance/swarmlab-sec/LICENSE rename to src-local/instance/swarmlab-sec.1/LICENSE diff --git a/src-local/instance/swarmlab-sec/README.md b/src-local/instance/swarmlab-sec.1/README.md similarity index 100% rename from src-local/instance/swarmlab-sec/README.md rename to src-local/instance/swarmlab-sec.1/README.md diff --git a/src-local/instance/swarmlab-sec/install/etc/bash_completion.d/swarmlab-sec-autocompletion.sh b/src-local/instance/swarmlab-sec.1/install/etc/bash_completion.d/swarmlab-sec-autocompletion.sh similarity index 100% rename from src-local/instance/swarmlab-sec/install/etc/bash_completion.d/swarmlab-sec-autocompletion.sh rename to src-local/instance/swarmlab-sec.1/install/etc/bash_completion.d/swarmlab-sec-autocompletion.sh diff --git a/src-local/instance/swarmlab-sec/install/etc/profile.d/swarmlab-sec.sh b/src-local/instance/swarmlab-sec.1/install/etc/profile.d/swarmlab-sec.sh similarity index 100% rename from src-local/instance/swarmlab-sec/install/etc/profile.d/swarmlab-sec.sh rename to src-local/instance/swarmlab-sec.1/install/etc/profile.d/swarmlab-sec.sh diff --git a/src-local/instance/swarmlab-sec/install/usr/share/swarmlab.io/sec/.bashrc b/src-local/instance/swarmlab-sec.1/install/usr/share/swarmlab.io/sec/.bashrc similarity index 100% rename from src-local/instance/swarmlab-sec/install/usr/share/swarmlab.io/sec/.bashrc rename to src-local/instance/swarmlab-sec.1/install/usr/share/swarmlab.io/sec/.bashrc diff --git a/src-local/instance/swarmlab-sec/install/usr/share/swarmlab.io/sec/.env b/src-local/instance/swarmlab-sec.1/install/usr/share/swarmlab.io/sec/.env similarity index 100% rename from src-local/instance/swarmlab-sec/install/usr/share/swarmlab.io/sec/.env rename to src-local/instance/swarmlab-sec.1/install/usr/share/swarmlab.io/sec/.env diff --git a/src-local/instance/swarmlab-sec/install/usr/share/swarmlab.io/sec/.vimrc b/src-local/instance/swarmlab-sec.1/install/usr/share/swarmlab.io/sec/.vimrc similarity index 100% rename from src-local/instance/swarmlab-sec/install/usr/share/swarmlab.io/sec/.vimrc rename to src-local/instance/swarmlab-sec.1/install/usr/share/swarmlab.io/sec/.vimrc diff --git a/src-local/instance/swarmlab-sec/install/usr/share/swarmlab.io/sec/LICENSE b/src-local/instance/swarmlab-sec.1/install/usr/share/swarmlab.io/sec/LICENSE similarity index 100% rename from src-local/instance/swarmlab-sec/install/usr/share/swarmlab.io/sec/LICENSE rename to src-local/instance/swarmlab-sec.1/install/usr/share/swarmlab.io/sec/LICENSE diff --git a/src-local/instance/swarmlab-sec/install/usr/share/swarmlab.io/sec/ROOT_PASSWORD b/src-local/instance/swarmlab-sec.1/install/usr/share/swarmlab.io/sec/ROOT_PASSWORD similarity index 100% rename from src-local/instance/swarmlab-sec/install/usr/share/swarmlab.io/sec/ROOT_PASSWORD rename to src-local/instance/swarmlab-sec.1/install/usr/share/swarmlab.io/sec/ROOT_PASSWORD diff --git a/src-local/instance/swarmlab-sec/install/usr/share/swarmlab.io/sec/auto_update_hosts b/src-local/instance/swarmlab-sec.1/install/usr/share/swarmlab.io/sec/auto_update_hosts similarity index 100% rename from src-local/instance/swarmlab-sec/install/usr/share/swarmlab.io/sec/auto_update_hosts rename to src-local/instance/swarmlab-sec.1/install/usr/share/swarmlab.io/sec/auto_update_hosts diff --git a/src-local/instance/swarmlab-sec/install/usr/share/swarmlab.io/sec/commands b/src-local/instance/swarmlab-sec.1/install/usr/share/swarmlab.io/sec/commands similarity index 100% rename from src-local/instance/swarmlab-sec/install/usr/share/swarmlab.io/sec/commands rename to src-local/instance/swarmlab-sec.1/install/usr/share/swarmlab.io/sec/commands diff --git a/src-local/instance/swarmlab-sec/install/usr/share/swarmlab.io/sec/get_hosts b/src-local/instance/swarmlab-sec.1/install/usr/share/swarmlab.io/sec/get_hosts similarity index 100% rename from src-local/instance/swarmlab-sec/install/usr/share/swarmlab.io/sec/get_hosts rename to src-local/instance/swarmlab-sec.1/install/usr/share/swarmlab.io/sec/get_hosts diff --git a/src-local/instance/swarmlab-sec/install/usr/share/swarmlab.io/sec/install-vim-plugin.sh b/src-local/instance/swarmlab-sec.1/install/usr/share/swarmlab.io/sec/install-vim-plugin.sh similarity index 100% rename from src-local/instance/swarmlab-sec/install/usr/share/swarmlab.io/sec/install-vim-plugin.sh rename to src-local/instance/swarmlab-sec.1/install/usr/share/swarmlab.io/sec/install-vim-plugin.sh diff --git a/src-local/instance/swarmlab-sec/install/usr/share/swarmlab.io/sec/project/hello_world.sh b/src-local/instance/swarmlab-sec.1/install/usr/share/swarmlab.io/sec/project/hello_world.sh similarity index 100% rename from src-local/instance/swarmlab-sec/install/usr/share/swarmlab.io/sec/project/hello_world.sh rename to src-local/instance/swarmlab-sec.1/install/usr/share/swarmlab.io/sec/project/hello_world.sh diff --git a/src-local/instance/swarmlab-sec/install/usr/share/swarmlab.io/sec/sec_bootstrap b/src-local/instance/swarmlab-sec.1/install/usr/share/swarmlab.io/sec/sec_bootstrap similarity index 100% rename from src-local/instance/swarmlab-sec/install/usr/share/swarmlab.io/sec/sec_bootstrap rename to src-local/instance/swarmlab-sec.1/install/usr/share/swarmlab.io/sec/sec_bootstrap diff --git a/src-local/instance/swarmlab-sec/install/usr/share/swarmlab.io/sec/shorewall/interfaces b/src-local/instance/swarmlab-sec.1/install/usr/share/swarmlab.io/sec/shorewall/interfaces similarity index 100% rename from src-local/instance/swarmlab-sec/install/usr/share/swarmlab.io/sec/shorewall/interfaces rename to src-local/instance/swarmlab-sec.1/install/usr/share/swarmlab.io/sec/shorewall/interfaces diff --git a/src-local/instance/swarmlab-sec/install/usr/share/swarmlab.io/sec/shorewall/policy b/src-local/instance/swarmlab-sec.1/install/usr/share/swarmlab.io/sec/shorewall/policy similarity index 100% rename from src-local/instance/swarmlab-sec/install/usr/share/swarmlab.io/sec/shorewall/policy rename to src-local/instance/swarmlab-sec.1/install/usr/share/swarmlab.io/sec/shorewall/policy diff --git a/src-local/instance/swarmlab-sec/install/usr/share/swarmlab.io/sec/shorewall/rules b/src-local/instance/swarmlab-sec.1/install/usr/share/swarmlab.io/sec/shorewall/rules similarity index 100% rename from src-local/instance/swarmlab-sec/install/usr/share/swarmlab.io/sec/shorewall/rules rename to src-local/instance/swarmlab-sec.1/install/usr/share/swarmlab.io/sec/shorewall/rules diff --git a/src-local/instance/swarmlab-sec/install/usr/share/swarmlab.io/sec/shorewall/zones b/src-local/instance/swarmlab-sec.1/install/usr/share/swarmlab.io/sec/shorewall/zones similarity index 100% rename from src-local/instance/swarmlab-sec/install/usr/share/swarmlab.io/sec/shorewall/zones rename to src-local/instance/swarmlab-sec.1/install/usr/share/swarmlab.io/sec/shorewall/zones diff --git a/src-local/instance/swarmlab-sec/install/usr/share/swarmlab.io/sec/ssh/id_rsa b/src-local/instance/swarmlab-sec.1/install/usr/share/swarmlab.io/sec/ssh/id_rsa similarity index 100% rename from src-local/instance/swarmlab-sec/install/usr/share/swarmlab.io/sec/ssh/id_rsa rename to src-local/instance/swarmlab-sec.1/install/usr/share/swarmlab.io/sec/ssh/id_rsa diff --git a/src-local/instance/swarmlab-sec/install/usr/share/swarmlab.io/sec/ssh/id_rsa.pub b/src-local/instance/swarmlab-sec.1/install/usr/share/swarmlab.io/sec/ssh/id_rsa.pub similarity index 100% rename from src-local/instance/swarmlab-sec/install/usr/share/swarmlab.io/sec/ssh/id_rsa.pub rename to src-local/instance/swarmlab-sec.1/install/usr/share/swarmlab.io/sec/ssh/id_rsa.pub diff --git a/src-local/instance/swarmlab-sec/install/usr/share/swarmlab.io/sec/swarmlab-sec b/src-local/instance/swarmlab-sec.1/install/usr/share/swarmlab.io/sec/swarmlab-sec similarity index 98% rename from src-local/instance/swarmlab-sec/install/usr/share/swarmlab.io/sec/swarmlab-sec rename to src-local/instance/swarmlab-sec.1/install/usr/share/swarmlab.io/sec/swarmlab-sec index 3fd6ade..4e3e76c 100755 --- a/src-local/instance/swarmlab-sec/install/usr/share/swarmlab.io/sec/swarmlab-sec +++ b/src-local/instance/swarmlab-sec.1/install/usr/share/swarmlab.io/sec/swarmlab-sec @@ -30,6 +30,7 @@ DOCKERuser="docker" PACKAGES=" net-tools curl tcpdump shorewall sudo vim nmap dnsutils iputils-ping iptables wget python " APTPARAM=" --no-install-recommends " IMAGE_local="sec" +HYBRID_NETWORK="hybrid-sec" # dont edit IMAGE_origin="ubuntu:18.04" bootstrap="sec_bootstrap" @@ -62,7 +63,7 @@ DIR="$( cd -P "$( dirname "$SOURCE" )" >/dev/null 2>&1 && pwd )" # ---------------------------------------------- -. $DIR/.env +#. $DIR/.env # ----------------------------------------------- @@ -74,6 +75,7 @@ DIR="$( cd -P "$( dirname "$SOURCE" )" >/dev/null 2>&1 && pwd )" Wdir=$(pwd) +. $Wdir/.env create_dockerfile () { @@ -321,9 +323,9 @@ services: user: root entrypoint: ["sec_bootstrap", "role=master", "sec_master_service_name=master", "sec_worker_service_name=worker"] ports: - - "${SSH_PORT}:22" + - "\${SSH_PORT}:22" networks: - - net + - ${HYBRID_NETWORK} volumes: - $Wdir/project:/project @@ -336,12 +338,12 @@ services: user: root entrypoint: ["sec_bootstrap", "role=worker", "sec_master_service_name=master", "sec_worker_service_name=worker"] networks: - - net + - ${HYBRID_NETWORK} volumes: - $Wdir/project:/project networks: - net: + ${HYBRID_NETWORK}: EOF /bin/cp -rf $DIR/ssh $Wdir @@ -578,7 +580,7 @@ show_instruction () echo ' \ \ __/ ' echo ' \____\_______/ ' echo ' ' - echo ' MPICH Swarmlab.io ' + echo ' Swarmlab.io Hybrid ' echo '' echo '==============================================================' echo '' diff --git a/src-local/instance/swarmlab-sec.1/swarmlab-sec/.env b/src-local/instance/swarmlab-sec.1/swarmlab-sec/.env new file mode 100644 index 0000000..76748c3 --- /dev/null +++ b/src-local/instance/swarmlab-sec.1/swarmlab-sec/.env @@ -0,0 +1,5 @@ + +REGISTRY_ADDR=localhost +REGISTRY_PORT=5000 +IMAGE_NAME=swarmlab-sec +SSH_PORT=41915 diff --git a/src-local/instance/swarmlab-sec/swarmlab-sec/.vimrc b/src-local/instance/swarmlab-sec.1/swarmlab-sec/.vimrc similarity index 100% rename from src-local/instance/swarmlab-sec/swarmlab-sec/.vimrc rename to src-local/instance/swarmlab-sec.1/swarmlab-sec/.vimrc diff --git a/src-local/instance/swarmlab-sec/swarmlab-sec/Dockerfile b/src-local/instance/swarmlab-sec.1/swarmlab-sec/Dockerfile similarity index 100% rename from src-local/instance/swarmlab-sec/swarmlab-sec/Dockerfile rename to src-local/instance/swarmlab-sec.1/swarmlab-sec/Dockerfile diff --git a/src-local/instance/swarmlab-sec/swarmlab-sec/ROOT_PASSWORD b/src-local/instance/swarmlab-sec.1/swarmlab-sec/ROOT_PASSWORD similarity index 100% rename from src-local/instance/swarmlab-sec/swarmlab-sec/ROOT_PASSWORD rename to src-local/instance/swarmlab-sec.1/swarmlab-sec/ROOT_PASSWORD diff --git a/src-local/instance/swarmlab-sec/swarmlab-sec/auto_update_hosts b/src-local/instance/swarmlab-sec.1/swarmlab-sec/auto_update_hosts similarity index 100% rename from src-local/instance/swarmlab-sec/swarmlab-sec/auto_update_hosts rename to src-local/instance/swarmlab-sec.1/swarmlab-sec/auto_update_hosts diff --git a/src-local/instance/swarmlab-sec.1/swarmlab-sec/container-stop.sh b/src-local/instance/swarmlab-sec.1/swarmlab-sec/container-stop.sh new file mode 100644 index 0000000..4580cc1 --- /dev/null +++ b/src-local/instance/swarmlab-sec.1/swarmlab-sec/container-stop.sh @@ -0,0 +1,3 @@ + +docker stop $1 +docker container rm $1 diff --git a/src-local/instance/swarmlab-sec/swarmlab-sec/docker-compose.yml b/src-local/instance/swarmlab-sec.1/swarmlab-sec/docker-compose.yml similarity index 97% rename from src-local/instance/swarmlab-sec/swarmlab-sec/docker-compose.yml rename to src-local/instance/swarmlab-sec.1/swarmlab-sec/docker-compose.yml index 3cbb7c3..73a3120 100755 --- a/src-local/instance/swarmlab-sec/swarmlab-sec/docker-compose.yml +++ b/src-local/instance/swarmlab-sec.1/swarmlab-sec/docker-compose.yml @@ -14,7 +14,7 @@ services: user: root entrypoint: ["sec_bootstrap", "role=master", "sec_master_service_name=master", "sec_worker_service_name=worker"] ports: - - "2222:22" + - "${SSH_PORT}:22" networks: - net volumes: diff --git a/src-local/instance/swarmlab-sec/swarmlab-sec/get_hosts b/src-local/instance/swarmlab-sec.1/swarmlab-sec/get_hosts similarity index 100% rename from src-local/instance/swarmlab-sec/swarmlab-sec/get_hosts rename to src-local/instance/swarmlab-sec.1/swarmlab-sec/get_hosts diff --git a/src-local/instance/swarmlab-sec/swarmlab-sec/install-vim-plugin.sh b/src-local/instance/swarmlab-sec.1/swarmlab-sec/install-vim-plugin.sh similarity index 100% rename from src-local/instance/swarmlab-sec/swarmlab-sec/install-vim-plugin.sh rename to src-local/instance/swarmlab-sec.1/swarmlab-sec/install-vim-plugin.sh diff --git a/src-local/instance/swarmlab-sec/swarmlab-sec/kill.sh b/src-local/instance/swarmlab-sec.1/swarmlab-sec/kill.sh similarity index 100% rename from src-local/instance/swarmlab-sec/swarmlab-sec/kill.sh rename to src-local/instance/swarmlab-sec.1/swarmlab-sec/kill.sh diff --git a/src-local/instance/swarmlab-sec.1/swarmlab-sec/out.log b/src-local/instance/swarmlab-sec.1/swarmlab-sec/out.log new file mode 100644 index 0000000..d5fd98a --- /dev/null +++ b/src-local/instance/swarmlab-sec.1/swarmlab-sec/out.log @@ -0,0 +1,164 @@ +[ + { + "Id": "sha256:65ee0b61721bde08aa3ad9e889e4079781b3b0f4a7bfb85e66e0e20a0f40e201", + "RepoTags": [ + "localhost:5000/swarmlab-sec:latest" + ], + "RepoDigests": [ + "localhost:5000/swarmlab-sec@sha256:4c38181ad09cd117cf817ae7d2027f86f010b6622a00622c378987a8b05b2c4f" + ], + "Parent": "sha256:4bf350531b14291c057b2dcf49c9205faa36f0d80e8288698ae071938808f93b", + "Comment": "", + "Created": "2021-01-04T19:47:45.513472402Z", + "Container": "d1d6c3a2d4cc3c30ecbd7cb723cbe718a0286597fc42f88cd262b5d7cd837be0", + "ContainerConfig": { + "Hostname": "d1d6c3a2d4cc", + "Domainname": "", + "User": "docker", + "AttachStdin": false, + "AttachStdout": false, + "AttachStderr": false, + "Tty": false, + "OpenStdin": false, + "StdinOnce": false, + "Env": [ + "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", + "NOTVISIBLE=in users profile" + ], + "Cmd": [ + "/bin/sh", + "-c", + "#(nop) ", + "USER docker" + ], + "Image": "sha256:4bf350531b14291c057b2dcf49c9205faa36f0d80e8288698ae071938808f93b", + "Volumes": null, + "WorkingDir": "/project", + "Entrypoint": null, + "OnBuild": null, + "Labels": {} + }, + "DockerVersion": "19.03.6", + "Author": "", + "Config": { + "Hostname": "", + "Domainname": "", + "User": "docker", + "AttachStdin": false, + "AttachStdout": false, + "AttachStderr": false, + "Tty": false, + "OpenStdin": false, + "StdinOnce": false, + "Env": [ + "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", + "NOTVISIBLE=in users profile" + ], + "Cmd": [ + "/bin/bash" + ], + "Image": "sha256:4bf350531b14291c057b2dcf49c9205faa36f0d80e8288698ae071938808f93b", + "Volumes": null, + "WorkingDir": "/project", + "Entrypoint": null, + "OnBuild": null, + "Labels": null + }, + "Architecture": "amd64", + "Os": "linux", + "Size": 443566416, + "VirtualSize": 443566416, + "GraphDriver": { + "Data": { + "LowerDir": "/var/lib/docker/overlay2/608c764e5b33254f97dc3746debd9d81c74d3f55d45cf43d5171877c21e9df44/diff:/var/lib/docker/overlay2/d54e3211d5faca5adb34b8f4d263a79b3b8a302dbaf188642383e9bc01e4c782/diff:/var/lib/docker/overlay2/702dc4cc85bd9f43bec675d8d2a1caf70b989ef8f6d9bd6346e4680fa11f6b2b/diff:/var/lib/docker/overlay2/88d8576d4376993f577c6902e9a9c10d91ec6619549da0195bd7135cbce6da4c/diff:/var/lib/docker/overlay2/987e7fc4e2f58e85cb7311708abd62fc108bb6cac5cb3b6b76ed632943561727/diff:/var/lib/docker/overlay2/7f1f8c950db750179720b75793c9175f1d938b2bbbdeff55f7c55ae7cf41b766/diff:/var/lib/docker/overlay2/6768be15292978c2012c953a8d1c636f9e3ecaf6e557ac1ada24851db96e23ba/diff:/var/lib/docker/overlay2/a3ee00cc006183dca719d845a3e66d8f83529f0ae1a0aff2c07de6cf867fee1a/diff:/var/lib/docker/overlay2/b41a703e1c44379c800b8b647c595fdf1fea95e129e13a7e989c96ca6764e4c6/diff:/var/lib/docker/overlay2/cfeb59d5d7d374ed22f762b1cd7c65d1e353b49a235962231f34921dbd4095c0/diff:/var/lib/docker/overlay2/6b6fb6608e9e311dcfa7b429abf75da4b26a5620d5fb7e53b1479fffe91011b5/diff:/var/lib/docker/overlay2/5398b8efc66a39504c19e4457bb99b1abb1b8daa094baa8da8b6e978295e9d10/diff:/var/lib/docker/overlay2/d1c27c75427b9c6b68aed0c1482e65b7c4f6d6e425cd158571573d98826ff5b0/diff:/var/lib/docker/overlay2/c33572185ff02fa5f5fd5bf3114a4ec432ad54e8f714a2dcfa8189a82c5171ce/diff:/var/lib/docker/overlay2/f35571fcae6fae4507c47c0dc0c541b6a07d99d323427ebdee2116e5f51a3937/diff:/var/lib/docker/overlay2/6459c2b83a557d45da4e130f813aa601c6422fc04a811ecab475fce9b28830de/diff:/var/lib/docker/overlay2/a406f21e3c6ee254320eee31ac6bdaba138e22c5c43e58bc947c301fc920e9d6/diff:/var/lib/docker/overlay2/ea1aaeffbfcd53a18b0b54eb784207548f99712c85a10310518e3e5743fb65fc/diff:/var/lib/docker/overlay2/2162f24cd2159ffc24132fef3fc558be0eb20484641b71b4e80a70ed379fa5b2/diff:/var/lib/docker/overlay2/1c48ec0202487e5cf71fc4fab6525e5daa1aee1d6b534a92272c0723f57bdb87/diff:/var/lib/docker/overlay2/f70660d9f3e73000c620d229aa58f4c73f5cc4eb72ea50cdc0fb0acb171421cd/diff:/var/lib/docker/overlay2/55e57fbe454dae165b980819ba7f57bb5fd57af3617644bcdd9cd5ebf9362d6f/diff:/var/lib/docker/overlay2/16afcd635f0e56f4c529a2742b956ef4cacf1ff362b170f7fc11b5f5a35dc235/diff:/var/lib/docker/overlay2/dedeab788194c2f5949e481b61c97e69e85eef98f38e8ea5b4fc23ab8538e687/diff:/var/lib/docker/overlay2/0715b0dd32e3846811ca80a05ff7000211a05ca10cc29ffd4b9f66e0153e7bfa/diff:/var/lib/docker/overlay2/b14403f5b474418ba103d2e25ceeba27f22c91eab6c3627d3870c6302e8690d9/diff:/var/lib/docker/overlay2/c3c1f5ed27095afa84366449f9d1f822a3f4d16f7f7ddf10c253c9c2c45f3060/diff:/var/lib/docker/overlay2/c268882efca5a2fdac526220d92ab5fb61b12bea115c23e17ae54fc593494ef5/diff:/var/lib/docker/overlay2/1ae829e225d35622bf5e32bda3565adf56e890d69f61baa8ad3aa62cbb40996a/diff:/var/lib/docker/overlay2/3e96b21059e2f7764844eb03ea1dd233260188c9c7bc7c48938fd001d090498d/diff:/var/lib/docker/overlay2/5c9ddf0d779f34bacfdac13d830226fd33eba78f291377b145ab31ef083e5b11/diff:/var/lib/docker/overlay2/d24b27baea263407c42f9df4d26e3bbc38dc2942c4b1eaeb8a74edf1fbc168b4/diff:/var/lib/docker/overlay2/1fbc739e0ca03d1c1d8163cc1e9624c0f29fbb5be0eb5bf25b116c6abaf29ae0/diff:/var/lib/docker/overlay2/70031fe8ac2ea73a89df6785e7e69d26227d21ca527b90ad313c403795c096b5/diff:/var/lib/docker/overlay2/828bd191f85e3c420d67fd3a26a11d039ec3aa4087013922d210ed1970a38b4b/diff:/var/lib/docker/overlay2/737c14729ca7c00c6e63ce8f8d2925a1d246f99168fba58c700b1bba94ebba3e/diff:/var/lib/docker/overlay2/3d8dace85d4422fc8872ce1f7e47903d7f816bd5cc13c60badce4d2477bc85ad/diff:/var/lib/docker/overlay2/15f6a2551600a139d5ea477a2751085184eb5fd7b862b83098e34fea8c9cc021/diff:/var/lib/docker/overlay2/e000ffc764c85fa994dda6e84bd84cd8cfbe3580b3bbd6480709ac9496ae4e45/diff:/var/lib/docker/overlay2/a61463c23d378eb202f98aef21efc5339dd4e6932e30a1a0fa08395b1ab795d1/diff:/var/lib/docker/overlay2/fb8ceed36a973869a8bf4984c9f36655a80386bc200524213a94a78f7f095100/diff:/var/lib/docker/overlay2/c52745860677a18661e38aef83de026de0444369a1cc0a978a661e27c8aad703/diff:/var/lib/docker/overlay2/e6c6d3992d63f3b553e4f0f543061e278b6afb0bc9f882cdebda15bc9276899d/diff:/var/lib/docker/overlay2/ab77d85ad22378990b2dcc063b57abc28527a8e01a05c1523a912f10b55260ba/diff:/var/lib/docker/overlay2/759be063f1ce7eb4ff11137e224d98e4d9b3be542895b418a3667fce0a541144/diff:/var/lib/docker/overlay2/2b710621a47052f48d25ab8d0c23bf8ff623775b239d0169b89bae7f76664227/diff:/var/lib/docker/overlay2/1f99eacb8eba163246b68539e5982daee9b741b08bbfb287b276b21b6055d812/diff:/var/lib/docker/overlay2/f07f8af95853877e07eda2bc7c2a47bef90f69f8e4db3caad6ca634325708ae3/diff:/var/lib/docker/overlay2/699e006c84a3c6e84b83f052b49858af4421f8c7a7f0988e72a18cd270941c83/diff:/var/lib/docker/overlay2/43c867f5c9ff8e5f64d9732f1ce50ba75442af20e6f65a0beebb97fe01ee9bcb/diff:/var/lib/docker/overlay2/a3ad591f7a130502b174619da33cd987d0263d53f0e53340abdee291a51657c2/diff:/var/lib/docker/overlay2/8f51c562fc83303c283e216232a640a1bb32695b06abfc052454fe3d5a9b37bc/diff:/var/lib/docker/overlay2/ccb81d3cd779613e919ca9cc2423d6ff3807ffd6a6720530f8f10bc88f451cd0/diff:/var/lib/docker/overlay2/b7eb3c2923f9074d6871ec0a632ed0d077279611c73e42c008a9e1f857c09b2a/diff:/var/lib/docker/overlay2/c3d743a922c83af61452cdf1f030b7a3914c59ddf502357e7d8ca6397ae76575/diff:/var/lib/docker/overlay2/a8ae3ad2c29fce4cd3c0d10aa5f1259d519ceb83f01c39b26e638fdae6fa29b5/diff:/var/lib/docker/overlay2/236c25da09e2c5f1cd7fa662cabe4c5e6feab5b6df6ce16cbb2fb5475249b210/diff:/var/lib/docker/overlay2/1f6af7f5ee017f825ad230f431e114ea06b14b1f88b66e213c3a996859622a12/diff:/var/lib/docker/overlay2/2af209ae67e1e2eefd0212eae22609a6df99cfc8ffb026864c9360d721c50e1b/diff:/var/lib/docker/overlay2/e539797c9781a8e421021130490f730992773695d315ca569920075e4eb1de3b/diff:/var/lib/docker/overlay2/4703bf65499bd7634da9d87bd931709db0b252b9dfdd4f8d0b14d17f7e2f8915/diff:/var/lib/docker/overlay2/80272069036e7ceb93309b84a084974919454242dba5bf8dc44166b30c51259e/diff:/var/lib/docker/overlay2/a2c1807cc0c3144084482696906e61c11d513e2d7f8441a0d58fe48c9b38da28/diff:/var/lib/docker/overlay2/b41f57a4a650240398e1fe2e8db0927fa0d6823f09bc24d9c025dbb40ee0d896/diff:/var/lib/docker/overlay2/739c010612a110a9264bea533ee4dbf6fa7935d5778a2f6b4aaa61e130bf060f/diff:/var/lib/docker/overlay2/342c3b4eff3db789a90419b8fbdba64923c6fd6321339161420e485400c82215/diff:/var/lib/docker/overlay2/356320339f2854ae861f70299431ec48838b51865580044c2acd93e1926dddf8/diff:/var/lib/docker/overlay2/eddc88c55a4b9da13399bfcbb58e99caf33bc0c7a98054022b5f1bc6961ada72/diff:/var/lib/docker/overlay2/b87b0eab859a4f3bb584995a80d04aefb8d37c09c3900d75486e00cb53fa0ffd/diff:/var/lib/docker/overlay2/a23e987879d42127bddd4ea9ff61de5c5190a7467e66ecb99ffcdbd029e1f730/diff:/var/lib/docker/overlay2/c4dabaac687b281147d9f3f45fafe089be05bf221524b6ee576f9fc6b8097361/diff:/var/lib/docker/overlay2/8956b3fa90888f73ff788f82d9a04879c4dadb1b36884da7e9f8c609f600047c/diff:/var/lib/docker/overlay2/67ae68b59233187535d6ee0611dd9b6dfd799fcb3d4387df224115982085a9a7/diff:/var/lib/docker/overlay2/eaae5b6bd8eefc81357987a92da513350cf869c212c213eb443430c277547144/diff", + "MergedDir": "/var/lib/docker/overlay2/16729750db66d7ddd83071c2949a9cdd7b5b94e296b64403abbdf0680c73eccd/merged", + "UpperDir": "/var/lib/docker/overlay2/16729750db66d7ddd83071c2949a9cdd7b5b94e296b64403abbdf0680c73eccd/diff", + "WorkDir": "/var/lib/docker/overlay2/16729750db66d7ddd83071c2949a9cdd7b5b94e296b64403abbdf0680c73eccd/work" + }, + "Name": "overlay2" + }, + "RootFS": { + "Type": "layers", + "Layers": [ + "sha256:b43408d5f11b7b2faf048ae4eb25c296536c571fb2f937b4f1c3883386e93d64", + "sha256:23135df75b44a66efa9d8dc1a10051768c27bd95388f436eb9553e0eb17211f6", + "sha256:fe6d8881187d429af3f636c574911690455825998c9f366e985eab646665e711", + "sha256:3a995886f9a7d404a3c64f352cfea094252c21dd3ba8bcf371dccb0d04420bca", + "sha256:a7f08bdc792c23aeb47297c86a97a18b469b0b2a2f6cffba1934df159df910dc", + "sha256:a7d8f8ea83fa9705d122ec446eea4c6fa6bd62fc3d5f336bf391312c17919eaa", + "sha256:b5fe669d1bd6873e36d1813caa3e0717791665463100e2467c0f883ce811f3de", + "sha256:e4f1ba761a31bf3e36a048f664bfd4d9f689c1559dc96f6cee479b623741b40c", + "sha256:b5d9501590e15619f42bc9860f8f0334c063d0b4ec9b1315d6777448359bf8c8", + "sha256:3ecf08e93675111816540495a72b1a7f9f2163bd837c55be66298bfc84fd06e9", + "sha256:902d5851bff299b728110e09e600d17693239d10b49c38e0e75a27223e473343", + "sha256:146d8c003603f6492df034815931f6cd6ea4d9506c7479eddf3842b4e35e0319", + "sha256:6deb19b97c17ec668672aee800672784ebb1d00ccbdf7fa67a358fffdf245cda", + "sha256:50b0c8ef59203fd3826e9254a99a07571c8b3a25991c5c20945ada1212242f73", + "sha256:4764b850e6f5a9bcb905b7a41c01e537094c974c6092cf031a3ae3127bee4da6", + "sha256:bfa5849bfbdb0ec782de82cdc65fcb8baac2f449d7be422010cd422d38731ee6", + "sha256:348e679bb13478791eefaea92ad54f803749fd054390c4ad5d8d8f8e196280f3", + "sha256:21a1a091b6c5ff43b4bfb3e310c3843d2391f44a8bb95bd1b905622de8549073", + "sha256:0ae087e6c894f0bec17f30d2783907dc67284f6304c299217d7af8e503d943f7", + "sha256:4dcbfaa7aedd95dd12fb5586005a1c301952c4654f2ca996a5b06088ec9f9630", + "sha256:6e597ce6086ead408b98e874ce3ed898c42a630025ddc366940b00f3d2c00efc", + "sha256:e18f68e081fdb964bfadee718e1e7b34bf3f54f054006b44a8690266c87b50fc", + "sha256:d4a8ded4679fea8c49ffb6876339f9a90dca24cf5d7816a50590e2cb7d80982c", + "sha256:6adf7524f4ae67014211dc9a9900790cd4b20c79f24c309eb9f22fd57be26bf1", + "sha256:bfcef7a84aea4f40b2cd0be50552f45ba52e64ba96c0bce63287e1e0d4b836d4", + "sha256:d0711e17f2137bd5e41bf53e52e3f9cb3140b28d3c07872811dc69000f22e155", + "sha256:692780c5fd6018c351f14dd32cfe6725718b8b6eb557435abd23423f612edec2", + "sha256:b2b47025bc0e281017005441afc0c6af4dd78eb7b3f5b5ecef565d0f60a81c5e", + "sha256:ddd594b0912dbfef7cf57d79fcad91b5c5fcb29e2bb9bdfae1b5e6d12e51febb", + "sha256:7cdf9c2c777e49210d54b68f1cf0015b5a7a97e549fbbe51b8ee2c03c57e0735", + "sha256:bc7e5655da52882a5e6ccceb9e460154e8b1c9a09c46254fa6ab5c093b57856e", + "sha256:a084855abc0b71335349e815d731be3e48c6703acc40349c36d30067169fe82c", + "sha256:241e793dfdc8e4aa88a59a1fc66278bd69d3c157f8f47fa29ba044e1134b0dd9", + "sha256:960c2e5ea546f1840ff0c38f8fb854c5459ec6ae360e1c8b863465cb19690f38", + "sha256:e71fdcba74df4144c265f2f741d50b503b4b892f40b9f207f00ca7a251f81a4b", + "sha256:6782ce2fc60aa8151ce22b2f2ea8f0013325905e7e8b5e805d9c27ec38418238", + "sha256:39d293ec00c13e382dfafc3f21ad92dce2f42ebf90bb836f6c79e125c74c5bd2", + "sha256:7988ba09765c8ac9dd8184b06b34f611b242dcccdc597073982cead49f6c1342", + "sha256:2de652ec805dafd5bb81872392e2781a9654708bd8479a4463369fdb53eed802", + "sha256:529cd2a54dececedc5bb9b95bfcd7180de693f7b3ef4731733dcd95db6d78228", + "sha256:954f210434b018116fc6502022b722522ffab978457b9b75f33a6578e007543d", + "sha256:c6a65080524b5cf4c680b8f8ac00c7b7b9bedff6005c68e6d21b42050ca5fe31", + "sha256:97cb5c3a43483e2cf180d5286aa060ae062a7f4ed816fbb51f5864982a97d88e", + "sha256:dadf803f3d36d298553d15a43ccc79f629a5b0b974e441372cd1d38a9316e5c6", + "sha256:e9497335c08d394b59bd42fbcb83c87318c8bb43f8c81df429186924f4c43b28", + "sha256:d6b9bcdfcfd0dca4a77a8d66c6ba3b75119b8d651a3e8895d3146d814b370b48", + "sha256:7f940a83759e612ad3e6da70e80845b9f7fecef7bf5cae18c54ce01f48925209", + "sha256:1fba765ac41120904f70ff4d74649bbe7d769b107856aba463ff26bf52f47c6f", + "sha256:276cc474e56708d1c10fd7fd059b55c6ae7462d655f9fe9d9024f8296309f710", + "sha256:9329c8a66631b377e73eea81506cab8d10b8f4a68a4b0a7506c41dbc182b2702", + "sha256:4261b6cf408ea5850a029223bdae05824e9f03d2856f54805efee77380e17eaf", + "sha256:15ecd6cf72bf9e838104fd0b1d008094604d77f7fa46268583a3564b9e407998", + "sha256:ef3fc6a44d98a5163769bf5afdf9274f8a205b000c34b271d8ed88443e87cf31", + "sha256:af1ecc0db49bf092de9d69f23346fa0b19203ec602594ad8dfd64936c4378e3e", + "sha256:5a56ee1fe7ea7dd949c34015a3f4bb86f95dfcc3550400ec9ac012b959e03ebd", + "sha256:f1b15b4a7a03551095fb4b0f925f376d09d4fd747430a935821682bcadd4c104", + "sha256:f8849d191f62420fb059d0194017229346dc2e2dd4fd6864e916ec2932c0b399", + "sha256:9bbcfed7a6e9958ca2fa705d98ae1092864b496c676642162307c29b657b2fcd", + "sha256:cf3776c10cab22aa8027a291508b7508ea82c9e879269a2922e25217c9d8f66f", + "sha256:050b7d548829e75ee248491e43f7b61cb3e3966d8f803bf1012e4efd15d3bb26", + "sha256:705783a4c3cdb0dc8e92420e57acde2f132ad441e4d1f85c2b7d938b7fe07061", + "sha256:253173b4ef2a46db168e89e80ab554d3ee1368d6c800b79bf76892362f1e87e5", + "sha256:46b89114f08b0861b14bea72ed66c1ff43cf678238f4e65a7d6737e84e1cd036", + "sha256:5a7e0826adc5e774f6240fb8528d12f80a427f92687f8b787f7ebd8a8c44e1e3", + "sha256:965d340388ec81650d8f4879b03b70f893bd2d17798c4a399908c1cd49c1f61b", + "sha256:93bb484c6e0151a028357f8aa2364b137bf813a43d91b6162072ff3f43ab81b4", + "sha256:03c363bdf6be40fcc70b39278b73f5a9fbf47592cfc22838a86230578312998a", + "sha256:9945249ef21a532224ea99aa55d3fd16d0db2ab9d20f6eeff788871c7d5e7cc0", + "sha256:dfa3778fd6c91eccdb12b473c762b30d632a2e87ee40e231bae56ecf0addead4", + "sha256:c51ee38964c392a477cdfc67792ec0d9f74c39d64829f81e4bf007edcbfdbc9a", + "sha256:bf0884adca68d66229f406714fa4e787df852dee582bffbb1049acdc0c524b2c", + "sha256:946bbff474f6275ca3d3b92251133363e4ac62be76a6522f93540f2926b7feb7", + "sha256:0905b9e1c164ef48b2bd21ebea27b1d174ee164b701dc2fe472f468934a7da80", + "sha256:24f751d5ca4e667f18068fb6c6199b0f73b88b486839c3759c5a6ac8b688bb31", + "sha256:15876a880bec7fb7d35b4b9d98b92cafed8481619f05a2cda45e34a103f06cee" + ] + }, + "Metadata": { + "LastTagTime": "2021-01-05T13:18:48.959082706+02:00" + } + } +] diff --git a/src-local/instance/swarmlab-sec/swarmlab-sec/project/hello_world.sh b/src-local/instance/swarmlab-sec.1/swarmlab-sec/project/hello_world.sh similarity index 100% rename from src-local/instance/swarmlab-sec/swarmlab-sec/project/hello_world.sh rename to src-local/instance/swarmlab-sec.1/swarmlab-sec/project/hello_world.sh diff --git a/src-local/instance/swarmlab-sec/swarmlab-sec/project/inventory.yml b/src-local/instance/swarmlab-sec.1/swarmlab-sec/project/inventory.yml similarity index 100% rename from src-local/instance/swarmlab-sec/swarmlab-sec/project/inventory.yml rename to src-local/instance/swarmlab-sec.1/swarmlab-sec/project/inventory.yml diff --git a/src-local/instance/swarmlab-sec/swarmlab-sec/project/open-vpn.sh b/src-local/instance/swarmlab-sec.1/swarmlab-sec/project/open-vpn.sh similarity index 100% rename from src-local/instance/swarmlab-sec/swarmlab-sec/project/open-vpn.sh rename to src-local/instance/swarmlab-sec.1/swarmlab-sec/project/open-vpn.sh diff --git a/src-local/instance/swarmlab-sec/swarmlab-sec/project/open-vpn1.sh b/src-local/instance/swarmlab-sec.1/swarmlab-sec/project/open-vpn1.sh similarity index 100% rename from src-local/instance/swarmlab-sec/swarmlab-sec/project/open-vpn1.sh rename to src-local/instance/swarmlab-sec.1/swarmlab-sec/project/open-vpn1.sh diff --git a/src-local/instance/swarmlab-sec/swarmlab-sec/project/run.sh b/src-local/instance/swarmlab-sec.1/swarmlab-sec/project/run.sh similarity index 100% rename from src-local/instance/swarmlab-sec/swarmlab-sec/project/run.sh rename to src-local/instance/swarmlab-sec.1/swarmlab-sec/project/run.sh diff --git a/src-local/instance/swarmlab-sec/swarmlab-sec/project/sec1.vpn b/src-local/instance/swarmlab-sec.1/swarmlab-sec/project/sec1.vpn similarity index 100% rename from src-local/instance/swarmlab-sec/swarmlab-sec/project/sec1.vpn rename to src-local/instance/swarmlab-sec.1/swarmlab-sec/project/sec1.vpn diff --git a/src-local/instance/swarmlab-sec/swarmlab-sec/project/sec2.vpn b/src-local/instance/swarmlab-sec.1/swarmlab-sec/project/sec2.vpn similarity index 100% rename from src-local/instance/swarmlab-sec/swarmlab-sec/project/sec2.vpn rename to src-local/instance/swarmlab-sec.1/swarmlab-sec/project/sec2.vpn diff --git a/src-local/instance/swarmlab-sec/swarmlab-sec/project/t b/src-local/instance/swarmlab-sec.1/swarmlab-sec/project/t similarity index 100% rename from src-local/instance/swarmlab-sec/swarmlab-sec/project/t rename to src-local/instance/swarmlab-sec.1/swarmlab-sec/project/t diff --git a/src-local/instance/swarmlab-sec/swarmlab-sec/project/test.retry b/src-local/instance/swarmlab-sec.1/swarmlab-sec/project/test.retry similarity index 100% rename from src-local/instance/swarmlab-sec/swarmlab-sec/project/test.retry rename to src-local/instance/swarmlab-sec.1/swarmlab-sec/project/test.retry diff --git a/src-local/instance/swarmlab-sec/swarmlab-sec/project/test.yml b/src-local/instance/swarmlab-sec.1/swarmlab-sec/project/test.yml similarity index 100% rename from src-local/instance/swarmlab-sec/swarmlab-sec/project/test.yml rename to src-local/instance/swarmlab-sec.1/swarmlab-sec/project/test.yml diff --git a/src-local/instance/swarmlab-sec/swarmlab-sec/project/test1.ovpn b/src-local/instance/swarmlab-sec.1/swarmlab-sec/project/test1.ovpn similarity index 100% rename from src-local/instance/swarmlab-sec/swarmlab-sec/project/test1.ovpn rename to src-local/instance/swarmlab-sec.1/swarmlab-sec/project/test1.ovpn diff --git a/src-local/instance/swarmlab-sec/swarmlab-sec/project/test2.ovpn b/src-local/instance/swarmlab-sec.1/swarmlab-sec/project/test2.ovpn similarity index 100% rename from src-local/instance/swarmlab-sec/swarmlab-sec/project/test2.ovpn rename to src-local/instance/swarmlab-sec.1/swarmlab-sec/project/test2.ovpn diff --git a/src-local/instance/swarmlab-sec/swarmlab-sec/project/testsec1.user b/src-local/instance/swarmlab-sec.1/swarmlab-sec/project/testsec1.user similarity index 100% rename from src-local/instance/swarmlab-sec/swarmlab-sec/project/testsec1.user rename to src-local/instance/swarmlab-sec.1/swarmlab-sec/project/testsec1.user diff --git a/src-local/instance/swarmlab-sec/swarmlab-sec/project/testsec2.user b/src-local/instance/swarmlab-sec.1/swarmlab-sec/project/testsec2.user similarity index 100% rename from src-local/instance/swarmlab-sec/swarmlab-sec/project/testsec2.user rename to src-local/instance/swarmlab-sec.1/swarmlab-sec/project/testsec2.user diff --git a/src-local/instance/swarmlab-sec/swarmlab-sec/project/ttt b/src-local/instance/swarmlab-sec.1/swarmlab-sec/project/ttt similarity index 100% rename from src-local/instance/swarmlab-sec/swarmlab-sec/project/ttt rename to src-local/instance/swarmlab-sec.1/swarmlab-sec/project/ttt diff --git a/src-local/instance/swarmlab-sec/swarmlab-sec/sec_bootstrap b/src-local/instance/swarmlab-sec.1/swarmlab-sec/sec_bootstrap similarity index 100% rename from src-local/instance/swarmlab-sec/swarmlab-sec/sec_bootstrap rename to src-local/instance/swarmlab-sec.1/swarmlab-sec/sec_bootstrap diff --git a/src-local/instance/swarmlab-sec/swarmlab-sec/shorewall/interfaces b/src-local/instance/swarmlab-sec.1/swarmlab-sec/shorewall/interfaces similarity index 100% rename from src-local/instance/swarmlab-sec/swarmlab-sec/shorewall/interfaces rename to src-local/instance/swarmlab-sec.1/swarmlab-sec/shorewall/interfaces diff --git a/src-local/instance/swarmlab-sec/swarmlab-sec/shorewall/policy b/src-local/instance/swarmlab-sec.1/swarmlab-sec/shorewall/policy similarity index 100% rename from src-local/instance/swarmlab-sec/swarmlab-sec/shorewall/policy rename to src-local/instance/swarmlab-sec.1/swarmlab-sec/shorewall/policy diff --git a/src-local/instance/swarmlab-sec/swarmlab-sec/shorewall/rules b/src-local/instance/swarmlab-sec.1/swarmlab-sec/shorewall/rules similarity index 100% rename from src-local/instance/swarmlab-sec/swarmlab-sec/shorewall/rules rename to src-local/instance/swarmlab-sec.1/swarmlab-sec/shorewall/rules diff --git a/src-local/instance/swarmlab-sec/swarmlab-sec/shorewall/zones b/src-local/instance/swarmlab-sec.1/swarmlab-sec/shorewall/zones similarity index 100% rename from src-local/instance/swarmlab-sec/swarmlab-sec/shorewall/zones rename to src-local/instance/swarmlab-sec.1/swarmlab-sec/shorewall/zones diff --git a/src-local/instance/swarmlab-sec/swarmlab-sec/ssh/id_rsa b/src-local/instance/swarmlab-sec.1/swarmlab-sec/ssh/id_rsa similarity index 100% rename from src-local/instance/swarmlab-sec/swarmlab-sec/ssh/id_rsa rename to src-local/instance/swarmlab-sec.1/swarmlab-sec/ssh/id_rsa diff --git a/src-local/instance/swarmlab-sec/swarmlab-sec/ssh/id_rsa.pub b/src-local/instance/swarmlab-sec.1/swarmlab-sec/ssh/id_rsa.pub similarity index 100% rename from src-local/instance/swarmlab-sec/swarmlab-sec/ssh/id_rsa.pub rename to src-local/instance/swarmlab-sec.1/swarmlab-sec/ssh/id_rsa.pub diff --git a/src-local/instance/swarmlab-sec/swarmlab-sec/stop.sh b/src-local/instance/swarmlab-sec.1/swarmlab-sec/stop.sh similarity index 100% rename from src-local/instance/swarmlab-sec/swarmlab-sec/stop.sh rename to src-local/instance/swarmlab-sec.1/swarmlab-sec/stop.sh diff --git a/src-local/instance/swarmlab-sec.1/test/.env b/src-local/instance/swarmlab-sec.1/test/.env new file mode 100755 index 0000000..76748c3 --- /dev/null +++ b/src-local/instance/swarmlab-sec.1/test/.env @@ -0,0 +1,5 @@ + +REGISTRY_ADDR=localhost +REGISTRY_PORT=5000 +IMAGE_NAME=swarmlab-sec +SSH_PORT=41915 diff --git a/src-local/instance/swarmlab-sec.1/test/.vimrc b/src-local/instance/swarmlab-sec.1/test/.vimrc new file mode 100755 index 0000000..7a2858b --- /dev/null +++ b/src-local/instance/swarmlab-sec.1/test/.vimrc @@ -0,0 +1,15 @@ +map :NERDTreeToggle + +autocmd BufNewFile,BufRead *.vue,*.js set syntax=verilog tabstop=2|set shiftwidth=2|set noexpandtab autoindent +augroup remember_folds + autocmd! + autocmd BufWinLeave * mkview + autocmd BufWinEnter * silent! loadview +augroup END +" Useful for my Quick Notes feature in my tmuxrc +augroup QuickNotes + au BufWrite,VimLeave NOTES.otl mkview + au BufRead NOTES.otl silent loadview +augroup END +set swapfile +set dir=~/tmp diff --git a/src-local/instance/swarmlab-sec.1/test/Dockerfile b/src-local/instance/swarmlab-sec.1/test/Dockerfile new file mode 100755 index 0000000..9ccaea1 --- /dev/null +++ b/src-local/instance/swarmlab-sec.1/test/Dockerfile @@ -0,0 +1,34 @@ +FROM localhost:5000/sec +# +USER root +RUN export DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get --no-install-recommends install -y openssh-server net-tools curl tcpdump shorewall sudo vim nmap dnsutils iputils-ping iptables wget python +RUN apt-get autoremove --purge && apt clean +RUN rm -rf /var/lib/apt/lists/* +RUN mkdir -p /var/run/sshd +RUN echo 'root:' | chpasswd +RUN sed -i 's/PermitRootLogin prohibit-password/PermitRootLogin yes/' /etc/ssh/sshd_config +# +# SSH login fix. Otherwise user is kicked off after login +RUN sed 's@session\s*required\s*pam_loginuid.so@session optional pam_loginuid.so@g' -i /etc/pam.d/sshd +# +ENV NOTVISIBLE "in users profile" +RUN echo "export VISIBLE=now" >> /etc/profile +#RUN wget -k https://raw.githubusercontent.com/egalpin/apt-vim/master/install.sh +# +# +# +COPY sec_bootstrap /usr/bin +COPY get_hosts /usr/bin +COPY auto_update_hosts /usr/bin +RUN mkdir -p /etc/shorewall +COPY shorewall /etc/shorewall +RUN mkdir -p /etc/opt +RUN mkdir -p /project +WORKDIR /project +COPY install-vim-plugin.sh . +#RUN bash ./install-vim-plugin.sh +#RUN apt-vim install -y https://github.com/scrooloose/nerdtree.git +CMD export PATH=/home/zeus/bin:/home/zeus/.local/bin:/home/zeus/bin:/home/zeus/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/project +RUN grep -qw ^docker /etc/passwd || useradd -m docker && echo "docker:docker" | chpasswd && adduser docker sudo +COPY .vimrc /home/docker +USER docker diff --git a/src-local/instance/swarmlab-sec.1/test/ROOT_PASSWORD b/src-local/instance/swarmlab-sec.1/test/ROOT_PASSWORD new file mode 100755 index 0000000..7f3a2ef --- /dev/null +++ b/src-local/instance/swarmlab-sec.1/test/ROOT_PASSWORD @@ -0,0 +1 @@ +ROOT_PASSWORD="pass" diff --git a/src-local/instance/swarmlab-sec.1/test/auto_update_hosts b/src-local/instance/swarmlab-sec.1/test/auto_update_hosts new file mode 100755 index 0000000..53c8abe --- /dev/null +++ b/src-local/instance/swarmlab-sec.1/test/auto_update_hosts @@ -0,0 +1,11 @@ +#!/bin/sh + +hosts=$(get_hosts) +printf "%s" "$hosts" > "$1" + +while sleep 2 +do + current_hosts=$(get_hosts) + [ "$hosts" != "$current_hosts" ] && printf "%s" "$current_hosts" > "$1" + hosts=$current_hosts +done diff --git a/src-local/instance/swarmlab-sec.1/test/docker-compose.yml b/src-local/instance/swarmlab-sec.1/test/docker-compose.yml new file mode 100755 index 0000000..3aa3fca --- /dev/null +++ b/src-local/instance/swarmlab-sec.1/test/docker-compose.yml @@ -0,0 +1,37 @@ +version: "2" + +services: + registry: + image: registry + ports: + - "5000:5000" + + master: + image: localhost:5000/swarmlab-sec + privileged: true + cap_add: + - NET_ADMIN + user: root + entrypoint: ["sec_bootstrap", "role=master", "sec_master_service_name=master", "sec_worker_service_name=worker"] + ports: + - "${SSH_PORT}:22" + networks: + - hybrid-sec + volumes: + - /data/appl/ok/swarmlab-hybrid-agent/src-local/instance/swarmlab-sec/test/project:/project + + + worker: + image: localhost:5000/swarmlab-sec + privileged: true + cap_add: + - NET_ADMIN + user: root + entrypoint: ["sec_bootstrap", "role=worker", "sec_master_service_name=master", "sec_worker_service_name=worker"] + networks: + - hybrid-sec + volumes: + - /data/appl/ok/swarmlab-hybrid-agent/src-local/instance/swarmlab-sec/test/project:/project + +networks: + hybrid-sec: diff --git a/src-local/instance/swarmlab-sec.1/test/get_hosts b/src-local/instance/swarmlab-sec.1/test/get_hosts new file mode 100755 index 0000000..e3f6483 --- /dev/null +++ b/src-local/instance/swarmlab-sec.1/test/get_hosts @@ -0,0 +1,8 @@ +#!/bin/sh + +# Include the variables that store the Docker service names +# shellcheck disable=SC1091 +. /etc/opt/service_names + +( netstat -t | grep ESTABLISHED | awk '{print $5}' | grep "$MPI_WORKER_SERVICE_NAME" | cut -d: -f1 \ +& getent hosts "$MPI_MASTER_SERVICE_NAME" | cut -d' ' -f1 ) | sort -u diff --git a/src-local/instance/swarmlab-sec.1/test/install-vim-plugin.sh b/src-local/instance/swarmlab-sec.1/test/install-vim-plugin.sh new file mode 100755 index 0000000..4a3801c --- /dev/null +++ b/src-local/instance/swarmlab-sec.1/test/install-vim-plugin.sh @@ -0,0 +1,74 @@ +#! /usr/bin/env sh + +start_dir=$(pwd) +bin_string="export PATH=\"${PATH}:${HOME}/.vimpkg/bin\"" + +# Download the apt-vim files +curl -fSsLo ${HOME}/apt-vim/apt-vim --create-dirs \ + https://raw.githubusercontent.com/egalpin/apt-vim/master/apt-vim + +curl -fSsLo ${HOME}/apt-vim/vim_config.json \ + https://raw.githubusercontent.com/egalpin/apt-vim/master/vim_config.json + +# Add vimrc if there isn't one already +[ -f ${HOME}/.vimrc ] || touch ${HOME}/.vimrc + +# Make sure vimrc is using pathogen +if [ $(grep -c "execute pathogen#infect()" ${HOME}/.vimrc) -eq 0 ]; then + echo "execute pathogen#infect()" >> ${HOME}/.vimrc +fi +if [ $(grep -c "call pathogen#helptags()" ${HOME}/.vimrc) -eq 0 ]; then + echo "call pathogen#helptags()" >> ${HOME}/.vimrc +fi + +# Update path for executing shell +eval "$bin_string" + +added_to_profile=false +already_present=false +for rc in bashrc zshrc bash_profile; do + if [ -s "$HOME/.$rc" ]; then + if grep -q "$bin_string" "$HOME/.$rc"; then + already_present=true + else + printf "\n$bin_string\n" >> "$HOME/.$rc" + printf "== Added apt-vim PATH to '~/.$rc'\n" + added_to_profile=true + fi + fi +done + +# Execute apt-vim init +cd ${HOME}/apt-vim +python - < /etc/opt/service_names <<- EOF +MPI_MASTER_SERVICE_NAME=${MPI_MASTER_SERVICE_NAME} +MPI_WORKER_SERVICE_NAME=${MPI_WORKER_SERVICE_NAME} +EOF + +case $ROLE in + "master") + + # Auto update default host file in background and dumb all output + auto_update_hosts "${HOSTNAMES}" > /dev/null 2>&1 & + + # Start ssh server + /usr/sbin/sshd -D + ;; + + + "worker") + + # Start ssh server in background + /usr/sbin/sshd -D & + + # Keep trying to connect to master node and stay there indefinitely so that master node can see + # the connected hosts that are ready for MPI work + while sleep 1 + do + # shellcheck disable=SC2086 + ssh -T -o "StrictHostKeyChecking no" \ + -i "${USER_HOME}/.ssh/id_rsa" \ + ${USER}@${MPI_MASTER_SERVICE_NAME} \ + "tail -f /dev/null" + done + ;; + *) + echo 'role argument only accepts "master" or "worker"' +esac diff --git a/src-local/instance/swarmlab-sec.1/test/shorewall/interfaces b/src-local/instance/swarmlab-sec.1/test/shorewall/interfaces new file mode 100755 index 0000000..a475e93 --- /dev/null +++ b/src-local/instance/swarmlab-sec.1/test/shorewall/interfaces @@ -0,0 +1,6 @@ +### Comments, comments, and more comments. +# +#ZONE INTERFACE BROADCAST OPTIONS +# +net eth0 detect tcpflags,nosmurfs +#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE diff --git a/src-local/instance/swarmlab-sec.1/test/shorewall/policy b/src-local/instance/swarmlab-sec.1/test/shorewall/policy new file mode 100755 index 0000000..58798a0 --- /dev/null +++ b/src-local/instance/swarmlab-sec.1/test/shorewall/policy @@ -0,0 +1,11 @@ +### Comments, comments, and more comments. +#SOURCE DEST POLICY LOG LEVEL LIMIT:BURST +# +net fw ACCEPT +fw net ACCEPT + +net all DROP + +# THE FOLLOWING POLICY MUST BE LAST +all all REJECT info +#LAST LINE -- ADD YOUR ENTRIES ABOVE THIS LINE -- DO NOT REMOVE diff --git a/src-local/instance/swarmlab-sec.1/test/shorewall/rules b/src-local/instance/swarmlab-sec.1/test/shorewall/rules new file mode 100755 index 0000000..d59920c --- /dev/null +++ b/src-local/instance/swarmlab-sec.1/test/shorewall/rules @@ -0,0 +1,11 @@ +#ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL RATE USER/ +# PORT PORT(S) DEST LIMIT GROUP +#ACCEPT net fw tcp 80 +#ACCEPT fw net tcp 80 +#ACCEPT net fw udp 53 +#ACCEPT fw net udp 53 +#REJECT net fw udp 53 +#REJECT fw net udp 53 +#ACCEPT net:14.15.16.112/27 fw icmp 8 + +#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE diff --git a/src-local/instance/swarmlab-sec.1/test/shorewall/zones b/src-local/instance/swarmlab-sec.1/test/shorewall/zones new file mode 100755 index 0000000..62437de --- /dev/null +++ b/src-local/instance/swarmlab-sec.1/test/shorewall/zones @@ -0,0 +1,6 @@ +### Comments, comments, and more comments. +#ZONE TYPE OPTIONS IN OUT +# OPTIONS OPTIONS +fw firewall +net ipv4 +#LAST LINE - ADD YOUR ENTRIES ABOVE THIS ONE - DO NOT REMOVE diff --git a/src-local/instance/swarmlab-sec.1/test/ssh/id_rsa b/src-local/instance/swarmlab-sec.1/test/ssh/id_rsa new file mode 100755 index 0000000..d88fa3c --- /dev/null +++ b/src-local/instance/swarmlab-sec.1/test/ssh/id_rsa @@ -0,0 +1,27 @@ +-----BEGIN RSA PRIVATE KEY----- +MIIEpQIBAAKCAQEAoKG1DtjMXHDJfF59Y5nO7Yl38fkjRL1LQhF7RZKbGScWBNIW +foAS0wrd3wUnd5YMtIeiBj98H+V8IEn0ChAAxGfHXqqmmYlU6ABESINob+h70Bnm +UwiRbRnA64o3d9+cz2T8YLf+1p7///Z8LA8U+7rS+kvKvtYCQ9llDAxtbe39CxCs +2HASam3U6VArq9SdSqph5MudBaYhaxx4V8VDdXEhG2pimlh8e7zdPZ8AYbYLLDhq +Ytd+wn9azLXPQ3w/vC+Pn4taUBYnlERDY45vaVsPdnR+ao9ckMLUS6EwJVQmgMzB +2yyNCbPQYvRPL0rxoGstfCmmjY3EzOh6kEA6wwIDAQABAoIBAHqrAxnTdj0h5LyV +bCwjyWKdGHwxRj24UUCjGQCIdOlAcBA+X+863yVLpyQpS3qHnCxBZ/pdgOza02/V +CgilL/DNT/N7Xr7hoXWKvpqhv5+2atcA8GN4p5YplKpLYxCoM5guBo3V9UbxJY7T +LQB4hA25HmUGfE5AIHqwCfqpgufvIO1enhe1Vh/6l1FJqJuNj2pBGeXOyOMV95GN +xC5/BVytJIx2Rts5qtwpt5iPE3pKdsrWc71qACxk3dG8h9OZnuE3vuCg/Wp8jdwk +NHZ6nWlt0BbST3wN0pyTp6cqtZ0qqfSpZCVRegeQW5ENR9NaigDX6RADKRnms46J +ziDSZAECgYEA0WBDY47CA9Ej0Y2zBcV3x03cznSnxr7BVty32xbnNgxGF5jNUDdU +E2JwJs86sV75VV0fpgrbN45lBV/2ImefrPr4kJAIL2J4eyVdOTTT/DO9Tuw6NP8R +AYMZOzOlgFjx3arnjlOK5AicFseWFCXvezuAMPcGpImgw7xHHM3RcFcCgYEAxGa2 +T+J119HWf15kN7bx5RaUl9J4DvvE5oHtA7zsMPO2fRpfwXAb8yKwIXfZ7186frPb +jo3ZQykcPuJ3MldvTWEuUhY5W1HSF1sBJOPZHuRfQicv8Uj4Y1kWltQf4Ikb3Uyh +T0fZJul4HkPAo/Q65zIAtJ9tWukAP/lmnwO9VXUCgYEAiY62F4WmH/3ai4WOFX+b +5xxXsmhgBiozOc8/F7jfZNoBfuVMFqSTHz0wM784b2nXY+cPsPY2+jQaWMKoIgh0 +lqA4iDmotwD56OYubjQwBeU0PdLjlwfw805fWE7hMAa/uQPcp9xpRtIFQs4T4t7d +jNgVq5XQDm/BaHedPOZX8HcCgYEAuKpu31vqO7wUt/vTtUMx3JpHqxz9P/FgqPAf +H/WiC0EMJEMJKAO2c/z4qO9dHiJnCL0qQraDQw/DfClJtC7b+2DVwd8dnQyowscR +o1MNUmueWcAo5vEag6c/gx/+vQuOBJ1JyxaeSmUZSTOhTUeVns64NRz2IJWWY5Cn ++fn1KwUCgYEAjYYeQX/W+2r8SFipPQQi/36EqLPwko58C/sbJR0gySP6El7hNQRt +Sdmd9hfMXRR+VCZWmmzb6T4fc80XxteI9eANkZ7xhNuQe11EDvPqmc9WSF0s+l1T +eQnkt+an7Qv2prDSU6d1KlOrOuCXU8IhbkuffvRSYXwK9T79bTG8iIQ= +-----END RSA PRIVATE KEY----- diff --git a/src-local/instance/swarmlab-sec.1/test/ssh/id_rsa.pub b/src-local/instance/swarmlab-sec.1/test/ssh/id_rsa.pub new file mode 100755 index 0000000..f69cef1 --- /dev/null +++ b/src-local/instance/swarmlab-sec.1/test/ssh/id_rsa.pub @@ -0,0 +1 @@ +ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCgobUO2MxccMl8Xn1jmc7tiXfx+SNEvUtCEXtFkpsZJxYE0hZ+gBLTCt3fBSd3lgy0h6IGP3wf5XwgSfQKEADEZ8deqqaZiVToAERIg2hv6HvQGeZTCJFtGcDrijd335zPZPxgt/7Wnv//9nwsDxT7utL6S8q+1gJD2WUMDG1t7f0LEKzYcBJqbdTpUCur1J1KqmHky50FpiFrHHhXxUN1cSEbamKaWHx7vN09nwBhtgssOGpi137Cf1rMtc9DfD+8L4+fi1pQFieURENjjm9pWw92dH5qj1yQwtRLoTAlVCaAzMHbLI0Js9Bi9E8vSvGgay18KaaNjcTM6HqQQDrD nlknguyen@NN-Ubuntu diff --git a/src-local/instance/swarmlab-sec.backup/INSTALL.md b/src-local/instance/swarmlab-sec.backup/INSTALL.md new file mode 100644 index 0000000..1570863 --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/INSTALL.md @@ -0,0 +1,71 @@ +# INSTALL + +## Clone repo + + +git clone https://git.swarmlab.io:3000/swarmlab/swarmlab-sec.git + + + +## create a directory structure as shown below + +> Copy files from install Directory + +``` +/ <----- *Note* +├── etc +│   ├── bash_completion.d +│   │   └── swarmlab-mpi-autocompletion.sh +│   └── profile.d +│   └── swarmlab-mpi.sh +└── usr + └── share + └── swarmlab.io + └── mpi + ├── commands + ├── LICENSE + ├── project + │   └── mpi_hello_world.c + ├── ssh + │   ├── id_rsa + │   └── id_rsa.pub + └── swarmlab-mpi +``` + +**sudo chmod +x -R /usr/share/swarmlab.io** + + + + +## Add the following lines to the end of /home/user_account/_.bashrc file + +``` +if [ -d /etc/profile.d ]; then + for i in /etc/profile.d/*.sh; do + if [ -r $i ]; then + . $i + fi + done + unset i +fi + + +# enable programmable completion features (you don't need to enable +# this, if it's already enabled in /etc/bash.bashrc and /etc/profile +# sources /etc/bash.bashrc). +if ! shopt -oq posix; then + if [ -f /usr/share/bash-completion/bash_completion ]; then + . /usr/share/bash-completion/bash_completion + elif [ -f /etc/bash_completion ]; then + . /etc/bash_completion + fi +fi +``` + +# Install Docker and Compose + +See http://docs.swarmlab.io/SwarmLab-HowTos/labs/Howtos/docker/install.adoc.html + + +Ready :-) + diff --git a/src-local/instance/swarmlab-sec.backup/LICENSE b/src-local/instance/swarmlab-sec.backup/LICENSE new file mode 100644 index 0000000..82b5650 --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/LICENSE @@ -0,0 +1,614 @@ +GNU AFFERO GENERAL PUBLIC LICENSE + +Version 3, 19 November 2007 + +Copyright (C) 2007 Free Software Foundation, Inc. + +Everyone is permitted to copy and distribute verbatim copies of this license +document, but changing it is not allowed. + +Preamble + +The GNU Affero General Public License is a free, copyleft license for software +and other kinds of works, specifically designed to ensure cooperation with +the community in the case of network server software. + +The licenses for most software and other practical works are designed to take +away your freedom to share and change the works. By contrast, our General +Public Licenses are intended to guarantee your freedom to share and change +all versions of a program--to make sure it remains free software for all its +users. + +When we speak of free software, we are referring to freedom, not price. Our +General Public Licenses are designed to make sure that you have the freedom +to distribute copies of free software (and charge for them if you wish), that +you receive source code or can get it if you want it, that you can change +the software or use pieces of it in new free programs, and that you know you +can do these things. + +Developers that use our General Public Licenses protect your rights with two +steps: (1) assert copyright on the software, and (2) offer you this License +which gives you legal permission to copy, distribute and/or modify the software. + +A secondary benefit of defending all users' freedom is that improvements made +in alternate versions of the program, if they receive widespread use, become +available for other developers to incorporate. Many developers of free software +are heartened and encouraged by the resulting cooperation. However, in the +case of software used on network servers, this result may fail to come about. +The GNU General Public License permits making a modified version and letting +the public access it on a server without ever releasing its source code to +the public. + +The GNU Affero General Public License is designed specifically to ensure that, +in such cases, the modified source code becomes available to the community. +It requires the operator of a network server to provide the source code of +the modified version running there to the users of that server. Therefore, +public use of a modified version, on a publicly accessible server, gives the +public access to the source code of the modified version. + +An older license, called the Affero General Public License and published by +Affero, was designed to accomplish similar goals. This is a different license, +not a version of the Affero GPL, but Affero has released a new version of +the Affero GPL which permits relicensing under this license. + +The precise terms and conditions for copying, distribution and modification +follow. + +TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU Affero General Public License. + +"Copyright" also means copyright-like laws that apply to other kinds of works, +such as semiconductor masks. + +"The Program" refers to any copyrightable work licensed under this License. +Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals +or organizations. + +To "modify" a work means to copy from or adapt all or part of the work in +a fashion requiring copyright permission, other than the making of an exact +copy. The resulting work is called a "modified version" of the earlier work +or a work "based on" the earlier work. + +A "covered work" means either the unmodified Program or a work based on the +Program. + +To "propagate" a work means to do anything with it that, without permission, +would make you directly or secondarily liable for infringement under applicable +copyright law, except executing it on a computer or modifying a private copy. +Propagation includes copying, distribution (with or without modification), +making available to the public, and in some countries other activities as +well. + +To "convey" a work means any kind of propagation that enables other parties +to make or receive copies. Mere interaction with a user through a computer +network, with no transfer of a copy, is not conveying. + +An interactive user interface displays "Appropriate Legal Notices" to the +extent that it includes a convenient and prominently visible feature that +(1) displays an appropriate copyright notice, and (2) tells the user that +there is no warranty for the work (except to the extent that warranties are +provided), that licensees may convey the work under this License, and how +to view a copy of this License. If the interface presents a list of user commands +or options, such as a menu, a prominent item in the list meets this criterion. + + 1. Source Code. + +The "source code" for a work means the preferred form of the work for making +modifications to it. "Object code" means any non-source form of a work. + +A "Standard Interface" means an interface that either is an official standard +defined by a recognized standards body, or, in the case of interfaces specified +for a particular programming language, one that is widely used among developers +working in that language. + +The "System Libraries" of an executable work include anything, other than +the work as a whole, that (a) is included in the normal form of packaging +a Major Component, but which is not part of that Major Component, and (b) +serves only to enable use of the work with that Major Component, or to implement +a Standard Interface for which an implementation is available to the public +in source code form. A "Major Component", in this context, means a major essential +component (kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to produce +the work, or an object code interpreter used to run it. + +The "Corresponding Source" for a work in object code form means all the source +code needed to generate, install, and (for an executable work) run the object +code and to modify the work, including scripts to control those activities. +However, it does not include the work's System Libraries, or general-purpose +tools or generally available free programs which are used unmodified in performing +those activities but which are not part of the work. For example, Corresponding +Source includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically linked +subprograms that the work is specifically designed to require, such as by +intimate data communication or control flow between those + + subprograms and other parts of the work. + +The Corresponding Source need not include anything that users can regenerate +automatically from other parts of the Corresponding Source. + + The Corresponding Source for a work in source code form is that same work. + + 2. Basic Permissions. + +All rights granted under this License are granted for the term of copyright +on the Program, and are irrevocable provided the stated conditions are met. +This License explicitly affirms your unlimited permission to run the unmodified +Program. The output from running a covered work is covered by this License +only if the output, given its content, constitutes a covered work. This License +acknowledges your rights of fair use or other equivalent, as provided by copyright +law. + +You may make, run and propagate covered works that you do not convey, without +conditions so long as your license otherwise remains in force. You may convey +covered works to others for the sole purpose of having them make modifications +exclusively for you, or provide you with facilities for running those works, +provided that you comply with the terms of this License in conveying all material +for which you do not control copyright. Those thus making or running the covered +works for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of your copyrighted +material outside their relationship with you. + +Conveying under any other circumstances is permitted solely under the conditions +stated below. Sublicensing is not allowed; section 10 makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + +No covered work shall be deemed part of an effective technological measure +under any applicable law fulfilling obligations under article 11 of the WIPO +copyright treaty adopted on 20 December 1996, or similar laws prohibiting +or restricting circumvention of such measures. + +When you convey a covered work, you waive any legal power to forbid circumvention +of technological measures to the extent such circumvention is effected by +exercising rights under this License with respect to the covered work, and +you disclaim any intention to limit operation or modification of the work +as a means of enforcing, against the work's users, your or third parties' +legal rights to forbid circumvention of technological measures. + + 4. Conveying Verbatim Copies. + +You may convey verbatim copies of the Program's source code as you receive +it, in any medium, provided that you conspicuously and appropriately publish +on each copy an appropriate copyright notice; keep intact all notices stating +that this License and any non-permissive terms added in accord with section +7 apply to the code; keep intact all notices of the absence of any warranty; +and give all recipients a copy of this License along with the Program. + +You may charge any price or no price for each copy that you convey, and you +may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + +You may convey a work based on the Program, or the modifications to produce +it from the Program, in the form of source code under the terms of section +4, provided that you also meet all of these conditions: + +a) The work must carry prominent notices stating that you modified it, and +giving a relevant date. + +b) The work must carry prominent notices stating that it is released under +this License and any conditions added under section 7. This requirement modifies +the requirement in section 4 to "keep intact all notices". + +c) You must license the entire work, as a whole, under this License to anyone +who comes into possession of a copy. This License will therefore apply, along +with any applicable section 7 additional terms, to the whole of the work, +and all its parts, regardless of how they are packaged. This License gives +no permission to license the work in any other way, but it does not invalidate +such permission if you have separately received it. + +d) If the work has interactive user interfaces, each must display Appropriate +Legal Notices; however, if the Program has interactive interfaces that do +not display Appropriate Legal Notices, your work need not make them do so. + +A compilation of a covered work with other separate and independent works, +which are not by their nature extensions of the covered work, and which are +not combined with it such as to form a larger program, in or on a volume of +a storage or distribution medium, is called an "aggregate" if the compilation +and its resulting copyright are not used to limit the access or legal rights +of the compilation's users beyond what the individual works permit. Inclusion +of a covered work in an aggregate does not cause this License to apply to +the other parts of the aggregate. + + 6. Conveying Non-Source Forms. + +You may convey a covered work in object code form under the terms of sections +4 and 5, provided that you also convey the machine-readable Corresponding +Source under the terms of this License, in one of these ways: + +a) Convey the object code in, or embodied in, a physical product (including +a physical distribution medium), accompanied by the Corresponding Source fixed +on a durable physical medium customarily used for software interchange. + +b) Convey the object code in, or embodied in, a physical product (including +a physical distribution medium), accompanied by a written offer, valid for +at least three years and valid for as long as you offer spare parts or customer +support for that product model, to give anyone who possesses the object code +either (1) a copy of the Corresponding Source for all the software in the +product that is covered by this License, on a durable physical medium customarily +used for software interchange, for a price no more than your reasonable cost +of physically performing this conveying of source, or (2) access to copy the +Corresponding Source from a network server at no charge. + +c) Convey individual copies of the object code with a copy of the written +offer to provide the Corresponding Source. This alternative is allowed only +occasionally and noncommercially, and only if you received the object code +with such an offer, in accord with subsection 6b. + +d) Convey the object code by offering access from a designated place (gratis +or for a charge), and offer equivalent access to the Corresponding Source +in the same way through the same place at no further charge. You need not +require recipients to copy the Corresponding Source along with the object +code. If the place to copy the object code is a network server, the Corresponding +Source may be on a different server (operated by you or a third party) that +supports equivalent copying facilities, provided you maintain clear directions +next to the object code saying where to find the Corresponding Source. Regardless +of what server hosts the Corresponding Source, you remain obligated to ensure +that it is available for as long as needed to satisfy these requirements. + +e) Convey the object code using peer-to-peer transmission, provided you inform +other peers where the object code and Corresponding Source of the work are +being offered to the general public at no charge under subsection 6d. + +A separable portion of the object code, whose source code is excluded from +the Corresponding Source as a System Library, need not be included in conveying +the object code work. + +A "User Product" is either (1) a "consumer product", which means any tangible +personal property which is normally used for personal, family, or household +purposes, or (2) anything designed or sold for incorporation into a dwelling. +In determining whether a product is a consumer product, doubtful cases shall +be resolved in favor of coverage. For a particular product received by a particular +user, "normally used" refers to a typical or common use of that class of product, +regardless of the status of the particular user or of the way in which the +particular user actually uses, or expects or is expected to use, the product. +A product is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent the +only significant mode of use of the product. + +"Installation Information" for a User Product means any methods, procedures, +authorization keys, or other information required to install and execute modified +versions of a covered work in that User Product from a modified version of +its Corresponding Source. The information must suffice to ensure that the +continued functioning of the modified object code is in no case prevented +or interfered with solely because modification has been made. + +If you convey an object code work under this section in, or with, or specifically +for use in, a User Product, and the conveying occurs as part of a transaction +in which the right of possession and use of the User Product is transferred +to the recipient in perpetuity or for a fixed term (regardless of how the +transaction is characterized), the Corresponding Source conveyed under this +section must be accompanied by the Installation Information. But this requirement +does not apply if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has been installed +in ROM). + +The requirement to provide Installation Information does not include a requirement +to continue to provide support service, warranty, or updates for a work that +has been modified or installed by the recipient, or for the User Product in +which it has been modified or installed. Access to a network may be denied +when the modification itself materially and adversely affects the operation +of the network or violates the rules and protocols for communication across +the network. + +Corresponding Source conveyed, and Installation Information provided, in accord +with this section must be in a format that is publicly documented (and with +an implementation available to the public in source code form), and must require +no special password or key for unpacking, reading or copying. + + 7. Additional Terms. + +"Additional permissions" are terms that supplement the terms of this License +by making exceptions from one or more of its conditions. Additional permissions +that are applicable to the entire Program shall be treated as though they +were included in this License, to the extent that they are valid under applicable +law. If additional permissions apply only to part of the Program, that part +may be used separately under those permissions, but the entire Program remains +governed by this License without regard to the additional permissions. + +When you convey a copy of a covered work, you may at your option remove any +additional permissions from that copy, or from any part of it. (Additional +permissions may be written to require their own removal in certain cases when +you modify the work.) You may place additional permissions on material, added +by you to a covered work, for which you have or can give appropriate copyright +permission. + +Notwithstanding any other provision of this License, for material you add +to a covered work, you may (if authorized by the copyright holders of that +material) supplement the terms of this License with terms: + +a) Disclaiming warranty or limiting liability differently from the terms of +sections 15 and 16 of this License; or + +b) Requiring preservation of specified reasonable legal notices or author +attributions in that material or in the Appropriate Legal Notices displayed +by works containing it; or + +c) Prohibiting misrepresentation of the origin of that material, or requiring +that modified versions of such material be marked in reasonable ways as different +from the original version; or + +d) Limiting the use for publicity purposes of names of licensors or authors +of the material; or + +e) Declining to grant rights under trademark law for use of some trade names, +trademarks, or service marks; or + +f) Requiring indemnification of licensors and authors of that material by +anyone who conveys the material (or modified versions of it) with contractual +assumptions of liability to the recipient, for any liability that these contractual +assumptions directly impose on those licensors and authors. + +All other non-permissive additional terms are considered "further restrictions" +within the meaning of section 10. If the Program as you received it, or any +part of it, contains a notice stating that it is governed by this License +along with a term that is a further restriction, you may remove that term. +If a license document contains a further restriction but permits relicensing +or conveying under this License, you may add to a covered work material governed +by the terms of that license document, provided that the further restriction +does not survive such relicensing or conveying. + +If you add terms to a covered work in accord with this section, you must place, +in the relevant source files, a statement of the additional terms that apply +to those files, or a notice indicating where to find the applicable terms. + +Additional terms, permissive or non-permissive, may be stated in the form +of a separately written license, or stated as exceptions; the above requirements +apply either way. + + 8. Termination. + +You may not propagate or modify a covered work except as expressly provided +under this License. Any attempt otherwise to propagate or modify it is void, +and will automatically terminate your rights under this License (including +any patent licenses granted under the third paragraph of section 11). + +However, if you cease all violation of this License, then your license from +a particular copyright holder is reinstated (a) provisionally, unless and +until the copyright holder explicitly and finally terminates your license, +and (b) permanently, if the copyright holder fails to notify you of the violation +by some reasonable means prior to 60 days after the cessation. + +Moreover, your license from a particular copyright holder is reinstated permanently +if the copyright holder notifies you of the violation by some reasonable means, +this is the first time you have received notice of violation of this License +(for any work) from that copyright holder, and you cure the violation prior +to 30 days after your receipt of the notice. + +Termination of your rights under this section does not terminate the licenses +of parties who have received copies or rights from you under this License. +If your rights have been terminated and not permanently reinstated, you do +not qualify to receive new licenses for the same material under section 10. + + 9. Acceptance Not Required for Having Copies. + +You are not required to accept this License in order to receive or run a copy +of the Program. Ancillary propagation of a covered work occurring solely as +a consequence of using peer-to-peer transmission to receive a copy likewise +does not require acceptance. However, nothing other than this License grants +you permission to propagate or modify any covered work. These actions infringe +copyright if you do not accept this License. Therefore, by modifying or propagating +a covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + +Each time you convey a covered work, the recipient automatically receives +a license from the original licensors, to run, modify and propagate that work, +subject to this License. You are not responsible for enforcing compliance +by third parties with this License. + +An "entity transaction" is a transaction transferring control of an organization, +or substantially all assets of one, or subdividing an organization, or merging +organizations. If propagation of a covered work results from an entity transaction, +each party to that transaction who receives a copy of the work also receives +whatever licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the Corresponding +Source of the work from the predecessor in interest, if the predecessor has +it or can get it with reasonable efforts. + +You may not impose any further restrictions on the exercise of the rights +granted or affirmed under this License. For example, you may not impose a +license fee, royalty, or other charge for exercise of rights granted under +this License, and you may not initiate litigation (including a cross-claim +or counterclaim in a lawsuit) alleging that any patent claim is infringed +by making, using, selling, offering for sale, or importing the Program or +any portion of it. + + 11. Patents. + +A "contributor" is a copyright holder who authorizes use under this License +of the Program or a work on which the Program is based. The work thus licensed +is called the contributor's "contributor version". + +A contributor's "essential patent claims" are all patent claims owned or controlled +by the contributor, whether already acquired or hereafter acquired, that would +be infringed by some manner, permitted by this License, of making, using, +or selling its contributor version, but do not include claims that would be +infringed only as a consequence of further modification of the contributor +version. For purposes of this definition, "control" includes the right to +grant patent sublicenses in a manner consistent with the requirements of this +License. + +Each contributor grants you a non-exclusive, worldwide, royalty-free patent +license under the contributor's essential patent claims, to make, use, sell, +offer for sale, import and otherwise run, modify and propagate the contents +of its contributor version. + +In the following three paragraphs, a "patent license" is any express agreement +or commitment, however denominated, not to enforce a patent (such as an express +permission to practice a patent or covenant not to s ue for patent infringement). +To "grant" such a patent license to a party means to make such an agreement +or commitment not to enforce a patent against the party. + +If you convey a covered work, knowingly relying on a patent license, and the +Corresponding Source of the work is not available for anyone to copy, free +of charge and under the terms of this License, through a publicly available +network server or other readily accessible means, then you must either (1) +cause the Corresponding Source to be so available, or (2) arrange to deprive +yourself of the benefit of the patent license for this particular work, or +(3) arrange, in a manner consistent with the requirements of this License, +to extend the patent + +license to downstream recipients. "Knowingly relying" means you have actual +knowledge that, but for the patent license, your conveying the covered work +in a country, or your recipient's use of the covered work in a country, would +infringe one or more identifiable patents in that country that you have reason +to believe are valid. + +If, pursuant to or in connection with a single transaction or arrangement, +you convey, or propagate by procuring conveyance of, a covered work, and grant +a patent license to some of the parties receiving the covered work authorizing +them to use, propagate, modify or convey a specific copy of the covered work, +then the patent license you grant is automatically extended to all recipients +of the covered work and works based on it. + +A patent license is "discriminatory" if it does not include within the scope +of its coverage, prohibits the exercise of, or is conditioned on the non-exercise +of one or more of the rights that are specifically granted under this License. +You may not convey a covered work if you are a party to an arrangement with +a third party that is in the business of distributing software, under which +you make payment to the third party based on the extent of your activity of +conveying the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory patent +license (a) in connection with copies of the covered work conveyed by you +(or copies made from those copies), or (b) primarily for and in connection +with specific products or compilations that contain the covered work, unless +you entered into that arrangement, or that patent license was granted, prior +to 28 March 2007. + +Nothing in this License shall be construed as excluding or limiting any implied +license or other defenses to infringement that may otherwise be available +to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + +If conditions are imposed on you (whether by court order, agreement or otherwise) +that contradict the conditions of this License, they do not excuse you from +the conditions of this License. If you cannot convey a covered work so as +to satisfy simultaneously your obligations under this License and any other +pertinent obligations, then as a consequence you may + +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey the +Program, the only way you could satisfy both those terms and this License +would be to refrain entirely from conveying the Program. + + 13. Remote Network Interaction; Use with the GNU General Public License. + +Notwithstanding any other provision of this License, if you modify the Program, +your modified version must prominently offer all users interacting with it +remotely through a computer network (if your version supports such interaction) +an opportunity to receive the Corresponding Source of your version by providing +access to the Corresponding Source from a network server at no charge, through +some standard or customary means of facilitating copying of software. This +Corresponding Source shall include the Corresponding Source for any work covered +by version 3 of the GNU General Public License that is incorporated pursuant +to the following paragraph. + +Notwithstanding any other provision of this License, you have permission to +link or combine any covered work with a work licensed under version 3 of the +GNU General Public License into a single combined work, and to convey the +resulting work. The terms of this License will continue to apply to the part +which is the covered work, but the work with which it is combined will remain +governed by version 3 of the GNU General Public License. + + 14. Revised Versions of this License. + +The Free Software Foundation may publish revised and/or new versions of the +GNU Affero General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to address +new problems or concerns. + +Each version is given a distinguishing version number. If the Program specifies +that a certain numbered version of the GNU Affero General Public License "or +any later version" applies to it, you have the option of following the terms +and conditions either of that numbered version or of any later version published +by the Free Software Foundation. If the Program does not specify a version +number of the GNU Affero General Public License, you may choose any version +ever published by the Free Software Foundation. + +If the Program specifies that a proxy can decide which future versions of +the GNU Affero General Public License can be used, that proxy's public statement +of acceptance of a version permanently authorizes you to choose that version +for the Program. + +Later license versions may give you additional or different permissions. However, +no additional obligations are imposed on any author or copyright holder as +a result of your choosing to follow a later version. + + 15. Disclaimer of Warranty. + +THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE +LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER +EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM +PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR +CORRECTION. + + 16. Limitation of Liability. + +IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL +ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM +AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, +INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO +USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED +INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE +PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER +PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + +If the disclaimer of warranty and limitation of liability provided above cannot +be given local legal effect according to their terms, reviewing courts shall +apply local law that most closely approximates an absolute waiver of all civil +liability in connection with the Program, unless a warranty or assumption +of liability accompanies a copy of the Program in return for a fee. END OF +TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest possible +use to the public, the best way to achieve this is to make it free software +which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest to attach +them to the start of each source file to most effectively state the exclusion +of warranty; and each file should have at least the "copyright" line and a +pointer to where the full notice is found. + + + +Copyright (C) + +This program is free software: you can redistribute it and/or modify it under +the terms of the GNU Affero General Public License as published by the Free +Software Foundation, either version 3 of the License, or (at your option) +any later version. + +This program is distributed in the hope that it will be useful, but WITHOUT +ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more +details. + +You should have received a copy of the GNU Affero General Public License along +with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + +If your software can interact with users remotely through a computer network, +you should also make sure that it provides a way for users to get its source. +For example, if your program is a web application, its interface could display +a "Source" link that leads users to an archive of the code. There are many +ways you could offer source, and different solutions will be better for different +programs; see section 13 for the specific requirements. + +You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. For +more information on this, and how to apply and follow the GNU AGPL, see . diff --git a/src-local/instance/swarmlab-sec.backup/README.md b/src-local/instance/swarmlab-sec.backup/README.md new file mode 100644 index 0000000..2cd3a31 --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/README.md @@ -0,0 +1,27 @@ +SEC SwarmLab.io +==================== + +Orchestrate a Swarmlab SEC cluster: + ++ Using Docker Compose to replicate production environment on single Docker host + + +# Single-host with Docker Compose + +See INSTALL + + +Relevant files: + +``` +Project +├── Dockerfile # Image specification +├── project # Sample program source code +│ └── hello_world.c +├── ssh # keys for accessing +│ ├── id_rsa # (could generate your own) +│ └── id_rsa.pub +├── .env # General configuration +├── docker-compose.yml # Container orchestration +└── swarmlab-mpi # Commands wrapper ultility +``` diff --git a/src-local/instance/swarmlab-sec.backup/install/etc/bash_completion.d/swarmlab-sec-autocompletion.sh b/src-local/instance/swarmlab-sec.backup/install/etc/bash_completion.d/swarmlab-sec-autocompletion.sh new file mode 100644 index 0000000..86e5eae --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/install/etc/bash_completion.d/swarmlab-sec-autocompletion.sh @@ -0,0 +1,30 @@ +#/usr/bin/env bash +_sec() +{ + local commands_number=${DOTHIS_COMPLETION_COMMANDS_NUMBER:-50} + local IFS=$'\n' + local suggestions=($(compgen -W "$(cat $1 | sed 's/\t//')" -- "${COMP_WORDS[1]}")) + local sug=1 + if [ "${#suggestions[@]}" == "$sug" ]; then + local number="${suggestions[0]/%\ */}" + COMPREPLY=("$number") + else + for i in "${!suggestions[@]}"; do + suggestions[$i]="$(printf '%*s' "-$COLUMNS" "${suggestions[$i]}")" + done + + COMPREPLY=("${suggestions[@]}") + fi +} +_sec_completions() +{ + local LAB_files=${LAB_PATH} + if [ "${#COMP_WORDS[@]}" == "2" ] && [ "${#COMP_WORDS[@]}" != "3" ]; then + local file2="/usr/share/swarmlab.io/sec/commands" + _sec "$file2" 1 + fi + + +} +complete -F _sec_completions swarmlab-sec + diff --git a/src-local/instance/swarmlab-sec.backup/install/etc/profile.d/swarmlab-sec.sh b/src-local/instance/swarmlab-sec.backup/install/etc/profile.d/swarmlab-sec.sh new file mode 100755 index 0000000..b20539a --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/install/etc/profile.d/swarmlab-sec.sh @@ -0,0 +1 @@ +export PATH=$PATH:/usr/share/swarmlab.io/sec diff --git a/src-local/instance/swarmlab-sec.backup/install/usr/share/swarmlab.io/sec/.bashrc b/src-local/instance/swarmlab-sec.backup/install/usr/share/swarmlab.io/sec/.bashrc new file mode 100644 index 0000000..d9fc23a --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/install/usr/share/swarmlab.io/sec/.bashrc @@ -0,0 +1,127 @@ +# ~/.bashrc: executed by bash(1) for non-login shells. +# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) +# for examples + +# If not running interactively, don't do anything +case $- in + *i*) ;; + *) return;; +esac + +# don't put duplicate lines or lines starting with space in the history. +# See bash(1) for more options +HISTCONTROL=ignoreboth + +# append to the history file, don't overwrite it +shopt -s histappend + +# for setting history length see HISTSIZE and HISTFILESIZE in bash(1) +HISTSIZE=1000 +HISTFILESIZE=2000 + +# check the window size after each command and, if necessary, +# update the values of LINES and COLUMNS. +shopt -s checkwinsize + +# If set, the pattern "**" used in a pathname expansion context will +# match all files and zero or more directories and subdirectories. +#shopt -s globstar + +# make less more friendly for non-text input files, see lesspipe(1) +[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)" + +# set variable identifying the chroot you work in (used in the prompt below) +if [ -z "${debian_chroot:-}" ] && [ -r /etc/debian_chroot ]; then + debian_chroot=$(cat /etc/debian_chroot) +fi + +# set a fancy prompt (non-color, unless we know we "want" color) +case "$TERM" in + xterm-color|*-256color) color_prompt=yes;; +esac + +# uncomment for a colored prompt, if the terminal has the capability; turned +# off by default to not distract the user: the focus in a terminal window +# should be on the output of commands, not on the prompt +#force_color_prompt=yes + +if [ -n "$force_color_prompt" ]; then + if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then + # We have color support; assume it's compliant with Ecma-48 + # (ISO/IEC-6429). (Lack of such support is extremely rare, and such + # a case would tend to support setf rather than setaf.) + color_prompt=yes + else + color_prompt= + fi +fi + +if [ "$color_prompt" = yes ]; then + PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' +else + PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ ' +fi +unset color_prompt force_color_prompt + +# If this is an xterm set the title to user@host:dir +case "$TERM" in +xterm*|rxvt*) + PS1="\[\e]0;${debian_chroot:+($debian_chroot)}\u@\h: \w\a\]$PS1" + ;; +*) + ;; +esac + +# enable color support of ls and also add handy aliases +if [ -x /usr/bin/dircolors ]; then + test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)" + alias ls='ls --color=auto' + #alias dir='dir --color=auto' + #alias vdir='vdir --color=auto' + + alias grep='grep --color=auto' + alias fgrep='fgrep --color=auto' + alias egrep='egrep --color=auto' +fi + +# colored GCC warnings and errors +#export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01' + +# some more ls aliases +alias ll='ls -alF' +alias la='ls -A' +alias l='ls -CF' + +# Add an "alert" alias for long running commands. Use like so: +# sleep 10; alert +alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"' + +# Alias definitions. +# You may want to put all your additions into a separate file like +# ~/.bash_aliases, instead of adding them here directly. +# See /usr/share/doc/bash-doc/examples in the bash-doc package. + +if [ -f ~/.bash_aliases ]; then + . ~/.bash_aliases +fi + +if [ -d /etc/profile.d ]; then + for i in /etc/profile.d/*.sh; do + if [ -r $i ]; then + . $i + fi + done + unset i +fi + + +# enable programmable completion features (you don't need to enable +# this, if it's already enabled in /etc/bash.bashrc and /etc/profile +# sources /etc/bash.bashrc). +if ! shopt -oq posix; then + if [ -f /usr/share/bash-completion/bash_completion ]; then + . /usr/share/bash-completion/bash_completion + elif [ -f /etc/bash_completion ]; then + . /etc/bash_completion + fi +fi diff --git a/src-local/instance/swarmlab-sec.backup/install/usr/share/swarmlab.io/sec/.env b/src-local/instance/swarmlab-sec.backup/install/usr/share/swarmlab.io/sec/.env new file mode 100644 index 0000000..ee46527 --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/install/usr/share/swarmlab.io/sec/.env @@ -0,0 +1,4 @@ +REGISTRY_ADDR=localhost +REGISTRY_PORT=5000 +IMAGE_NAME=sec +SSH_PORT=2222 diff --git a/src-local/instance/swarmlab-sec.backup/install/usr/share/swarmlab.io/sec/.vimrc b/src-local/instance/swarmlab-sec.backup/install/usr/share/swarmlab.io/sec/.vimrc new file mode 100644 index 0000000..7a2858b --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/install/usr/share/swarmlab.io/sec/.vimrc @@ -0,0 +1,15 @@ +map :NERDTreeToggle + +autocmd BufNewFile,BufRead *.vue,*.js set syntax=verilog tabstop=2|set shiftwidth=2|set noexpandtab autoindent +augroup remember_folds + autocmd! + autocmd BufWinLeave * mkview + autocmd BufWinEnter * silent! loadview +augroup END +" Useful for my Quick Notes feature in my tmuxrc +augroup QuickNotes + au BufWrite,VimLeave NOTES.otl mkview + au BufRead NOTES.otl silent loadview +augroup END +set swapfile +set dir=~/tmp diff --git a/src-local/instance/swarmlab-sec.backup/install/usr/share/swarmlab.io/sec/LICENSE b/src-local/instance/swarmlab-sec.backup/install/usr/share/swarmlab.io/sec/LICENSE new file mode 100644 index 0000000..82b5650 --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/install/usr/share/swarmlab.io/sec/LICENSE @@ -0,0 +1,614 @@ +GNU AFFERO GENERAL PUBLIC LICENSE + +Version 3, 19 November 2007 + +Copyright (C) 2007 Free Software Foundation, Inc. + +Everyone is permitted to copy and distribute verbatim copies of this license +document, but changing it is not allowed. + +Preamble + +The GNU Affero General Public License is a free, copyleft license for software +and other kinds of works, specifically designed to ensure cooperation with +the community in the case of network server software. + +The licenses for most software and other practical works are designed to take +away your freedom to share and change the works. By contrast, our General +Public Licenses are intended to guarantee your freedom to share and change +all versions of a program--to make sure it remains free software for all its +users. + +When we speak of free software, we are referring to freedom, not price. Our +General Public Licenses are designed to make sure that you have the freedom +to distribute copies of free software (and charge for them if you wish), that +you receive source code or can get it if you want it, that you can change +the software or use pieces of it in new free programs, and that you know you +can do these things. + +Developers that use our General Public Licenses protect your rights with two +steps: (1) assert copyright on the software, and (2) offer you this License +which gives you legal permission to copy, distribute and/or modify the software. + +A secondary benefit of defending all users' freedom is that improvements made +in alternate versions of the program, if they receive widespread use, become +available for other developers to incorporate. Many developers of free software +are heartened and encouraged by the resulting cooperation. However, in the +case of software used on network servers, this result may fail to come about. +The GNU General Public License permits making a modified version and letting +the public access it on a server without ever releasing its source code to +the public. + +The GNU Affero General Public License is designed specifically to ensure that, +in such cases, the modified source code becomes available to the community. +It requires the operator of a network server to provide the source code of +the modified version running there to the users of that server. Therefore, +public use of a modified version, on a publicly accessible server, gives the +public access to the source code of the modified version. + +An older license, called the Affero General Public License and published by +Affero, was designed to accomplish similar goals. This is a different license, +not a version of the Affero GPL, but Affero has released a new version of +the Affero GPL which permits relicensing under this license. + +The precise terms and conditions for copying, distribution and modification +follow. + +TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU Affero General Public License. + +"Copyright" also means copyright-like laws that apply to other kinds of works, +such as semiconductor masks. + +"The Program" refers to any copyrightable work licensed under this License. +Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals +or organizations. + +To "modify" a work means to copy from or adapt all or part of the work in +a fashion requiring copyright permission, other than the making of an exact +copy. The resulting work is called a "modified version" of the earlier work +or a work "based on" the earlier work. + +A "covered work" means either the unmodified Program or a work based on the +Program. + +To "propagate" a work means to do anything with it that, without permission, +would make you directly or secondarily liable for infringement under applicable +copyright law, except executing it on a computer or modifying a private copy. +Propagation includes copying, distribution (with or without modification), +making available to the public, and in some countries other activities as +well. + +To "convey" a work means any kind of propagation that enables other parties +to make or receive copies. Mere interaction with a user through a computer +network, with no transfer of a copy, is not conveying. + +An interactive user interface displays "Appropriate Legal Notices" to the +extent that it includes a convenient and prominently visible feature that +(1) displays an appropriate copyright notice, and (2) tells the user that +there is no warranty for the work (except to the extent that warranties are +provided), that licensees may convey the work under this License, and how +to view a copy of this License. If the interface presents a list of user commands +or options, such as a menu, a prominent item in the list meets this criterion. + + 1. Source Code. + +The "source code" for a work means the preferred form of the work for making +modifications to it. "Object code" means any non-source form of a work. + +A "Standard Interface" means an interface that either is an official standard +defined by a recognized standards body, or, in the case of interfaces specified +for a particular programming language, one that is widely used among developers +working in that language. + +The "System Libraries" of an executable work include anything, other than +the work as a whole, that (a) is included in the normal form of packaging +a Major Component, but which is not part of that Major Component, and (b) +serves only to enable use of the work with that Major Component, or to implement +a Standard Interface for which an implementation is available to the public +in source code form. A "Major Component", in this context, means a major essential +component (kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to produce +the work, or an object code interpreter used to run it. + +The "Corresponding Source" for a work in object code form means all the source +code needed to generate, install, and (for an executable work) run the object +code and to modify the work, including scripts to control those activities. +However, it does not include the work's System Libraries, or general-purpose +tools or generally available free programs which are used unmodified in performing +those activities but which are not part of the work. For example, Corresponding +Source includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically linked +subprograms that the work is specifically designed to require, such as by +intimate data communication or control flow between those + + subprograms and other parts of the work. + +The Corresponding Source need not include anything that users can regenerate +automatically from other parts of the Corresponding Source. + + The Corresponding Source for a work in source code form is that same work. + + 2. Basic Permissions. + +All rights granted under this License are granted for the term of copyright +on the Program, and are irrevocable provided the stated conditions are met. +This License explicitly affirms your unlimited permission to run the unmodified +Program. The output from running a covered work is covered by this License +only if the output, given its content, constitutes a covered work. This License +acknowledges your rights of fair use or other equivalent, as provided by copyright +law. + +You may make, run and propagate covered works that you do not convey, without +conditions so long as your license otherwise remains in force. You may convey +covered works to others for the sole purpose of having them make modifications +exclusively for you, or provide you with facilities for running those works, +provided that you comply with the terms of this License in conveying all material +for which you do not control copyright. Those thus making or running the covered +works for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of your copyrighted +material outside their relationship with you. + +Conveying under any other circumstances is permitted solely under the conditions +stated below. Sublicensing is not allowed; section 10 makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + +No covered work shall be deemed part of an effective technological measure +under any applicable law fulfilling obligations under article 11 of the WIPO +copyright treaty adopted on 20 December 1996, or similar laws prohibiting +or restricting circumvention of such measures. + +When you convey a covered work, you waive any legal power to forbid circumvention +of technological measures to the extent such circumvention is effected by +exercising rights under this License with respect to the covered work, and +you disclaim any intention to limit operation or modification of the work +as a means of enforcing, against the work's users, your or third parties' +legal rights to forbid circumvention of technological measures. + + 4. Conveying Verbatim Copies. + +You may convey verbatim copies of the Program's source code as you receive +it, in any medium, provided that you conspicuously and appropriately publish +on each copy an appropriate copyright notice; keep intact all notices stating +that this License and any non-permissive terms added in accord with section +7 apply to the code; keep intact all notices of the absence of any warranty; +and give all recipients a copy of this License along with the Program. + +You may charge any price or no price for each copy that you convey, and you +may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + +You may convey a work based on the Program, or the modifications to produce +it from the Program, in the form of source code under the terms of section +4, provided that you also meet all of these conditions: + +a) The work must carry prominent notices stating that you modified it, and +giving a relevant date. + +b) The work must carry prominent notices stating that it is released under +this License and any conditions added under section 7. This requirement modifies +the requirement in section 4 to "keep intact all notices". + +c) You must license the entire work, as a whole, under this License to anyone +who comes into possession of a copy. This License will therefore apply, along +with any applicable section 7 additional terms, to the whole of the work, +and all its parts, regardless of how they are packaged. This License gives +no permission to license the work in any other way, but it does not invalidate +such permission if you have separately received it. + +d) If the work has interactive user interfaces, each must display Appropriate +Legal Notices; however, if the Program has interactive interfaces that do +not display Appropriate Legal Notices, your work need not make them do so. + +A compilation of a covered work with other separate and independent works, +which are not by their nature extensions of the covered work, and which are +not combined with it such as to form a larger program, in or on a volume of +a storage or distribution medium, is called an "aggregate" if the compilation +and its resulting copyright are not used to limit the access or legal rights +of the compilation's users beyond what the individual works permit. Inclusion +of a covered work in an aggregate does not cause this License to apply to +the other parts of the aggregate. + + 6. Conveying Non-Source Forms. + +You may convey a covered work in object code form under the terms of sections +4 and 5, provided that you also convey the machine-readable Corresponding +Source under the terms of this License, in one of these ways: + +a) Convey the object code in, or embodied in, a physical product (including +a physical distribution medium), accompanied by the Corresponding Source fixed +on a durable physical medium customarily used for software interchange. + +b) Convey the object code in, or embodied in, a physical product (including +a physical distribution medium), accompanied by a written offer, valid for +at least three years and valid for as long as you offer spare parts or customer +support for that product model, to give anyone who possesses the object code +either (1) a copy of the Corresponding Source for all the software in the +product that is covered by this License, on a durable physical medium customarily +used for software interchange, for a price no more than your reasonable cost +of physically performing this conveying of source, or (2) access to copy the +Corresponding Source from a network server at no charge. + +c) Convey individual copies of the object code with a copy of the written +offer to provide the Corresponding Source. This alternative is allowed only +occasionally and noncommercially, and only if you received the object code +with such an offer, in accord with subsection 6b. + +d) Convey the object code by offering access from a designated place (gratis +or for a charge), and offer equivalent access to the Corresponding Source +in the same way through the same place at no further charge. You need not +require recipients to copy the Corresponding Source along with the object +code. If the place to copy the object code is a network server, the Corresponding +Source may be on a different server (operated by you or a third party) that +supports equivalent copying facilities, provided you maintain clear directions +next to the object code saying where to find the Corresponding Source. Regardless +of what server hosts the Corresponding Source, you remain obligated to ensure +that it is available for as long as needed to satisfy these requirements. + +e) Convey the object code using peer-to-peer transmission, provided you inform +other peers where the object code and Corresponding Source of the work are +being offered to the general public at no charge under subsection 6d. + +A separable portion of the object code, whose source code is excluded from +the Corresponding Source as a System Library, need not be included in conveying +the object code work. + +A "User Product" is either (1) a "consumer product", which means any tangible +personal property which is normally used for personal, family, or household +purposes, or (2) anything designed or sold for incorporation into a dwelling. +In determining whether a product is a consumer product, doubtful cases shall +be resolved in favor of coverage. For a particular product received by a particular +user, "normally used" refers to a typical or common use of that class of product, +regardless of the status of the particular user or of the way in which the +particular user actually uses, or expects or is expected to use, the product. +A product is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent the +only significant mode of use of the product. + +"Installation Information" for a User Product means any methods, procedures, +authorization keys, or other information required to install and execute modified +versions of a covered work in that User Product from a modified version of +its Corresponding Source. The information must suffice to ensure that the +continued functioning of the modified object code is in no case prevented +or interfered with solely because modification has been made. + +If you convey an object code work under this section in, or with, or specifically +for use in, a User Product, and the conveying occurs as part of a transaction +in which the right of possession and use of the User Product is transferred +to the recipient in perpetuity or for a fixed term (regardless of how the +transaction is characterized), the Corresponding Source conveyed under this +section must be accompanied by the Installation Information. But this requirement +does not apply if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has been installed +in ROM). + +The requirement to provide Installation Information does not include a requirement +to continue to provide support service, warranty, or updates for a work that +has been modified or installed by the recipient, or for the User Product in +which it has been modified or installed. Access to a network may be denied +when the modification itself materially and adversely affects the operation +of the network or violates the rules and protocols for communication across +the network. + +Corresponding Source conveyed, and Installation Information provided, in accord +with this section must be in a format that is publicly documented (and with +an implementation available to the public in source code form), and must require +no special password or key for unpacking, reading or copying. + + 7. Additional Terms. + +"Additional permissions" are terms that supplement the terms of this License +by making exceptions from one or more of its conditions. Additional permissions +that are applicable to the entire Program shall be treated as though they +were included in this License, to the extent that they are valid under applicable +law. If additional permissions apply only to part of the Program, that part +may be used separately under those permissions, but the entire Program remains +governed by this License without regard to the additional permissions. + +When you convey a copy of a covered work, you may at your option remove any +additional permissions from that copy, or from any part of it. (Additional +permissions may be written to require their own removal in certain cases when +you modify the work.) You may place additional permissions on material, added +by you to a covered work, for which you have or can give appropriate copyright +permission. + +Notwithstanding any other provision of this License, for material you add +to a covered work, you may (if authorized by the copyright holders of that +material) supplement the terms of this License with terms: + +a) Disclaiming warranty or limiting liability differently from the terms of +sections 15 and 16 of this License; or + +b) Requiring preservation of specified reasonable legal notices or author +attributions in that material or in the Appropriate Legal Notices displayed +by works containing it; or + +c) Prohibiting misrepresentation of the origin of that material, or requiring +that modified versions of such material be marked in reasonable ways as different +from the original version; or + +d) Limiting the use for publicity purposes of names of licensors or authors +of the material; or + +e) Declining to grant rights under trademark law for use of some trade names, +trademarks, or service marks; or + +f) Requiring indemnification of licensors and authors of that material by +anyone who conveys the material (or modified versions of it) with contractual +assumptions of liability to the recipient, for any liability that these contractual +assumptions directly impose on those licensors and authors. + +All other non-permissive additional terms are considered "further restrictions" +within the meaning of section 10. If the Program as you received it, or any +part of it, contains a notice stating that it is governed by this License +along with a term that is a further restriction, you may remove that term. +If a license document contains a further restriction but permits relicensing +or conveying under this License, you may add to a covered work material governed +by the terms of that license document, provided that the further restriction +does not survive such relicensing or conveying. + +If you add terms to a covered work in accord with this section, you must place, +in the relevant source files, a statement of the additional terms that apply +to those files, or a notice indicating where to find the applicable terms. + +Additional terms, permissive or non-permissive, may be stated in the form +of a separately written license, or stated as exceptions; the above requirements +apply either way. + + 8. Termination. + +You may not propagate or modify a covered work except as expressly provided +under this License. Any attempt otherwise to propagate or modify it is void, +and will automatically terminate your rights under this License (including +any patent licenses granted under the third paragraph of section 11). + +However, if you cease all violation of this License, then your license from +a particular copyright holder is reinstated (a) provisionally, unless and +until the copyright holder explicitly and finally terminates your license, +and (b) permanently, if the copyright holder fails to notify you of the violation +by some reasonable means prior to 60 days after the cessation. + +Moreover, your license from a particular copyright holder is reinstated permanently +if the copyright holder notifies you of the violation by some reasonable means, +this is the first time you have received notice of violation of this License +(for any work) from that copyright holder, and you cure the violation prior +to 30 days after your receipt of the notice. + +Termination of your rights under this section does not terminate the licenses +of parties who have received copies or rights from you under this License. +If your rights have been terminated and not permanently reinstated, you do +not qualify to receive new licenses for the same material under section 10. + + 9. Acceptance Not Required for Having Copies. + +You are not required to accept this License in order to receive or run a copy +of the Program. Ancillary propagation of a covered work occurring solely as +a consequence of using peer-to-peer transmission to receive a copy likewise +does not require acceptance. However, nothing other than this License grants +you permission to propagate or modify any covered work. These actions infringe +copyright if you do not accept this License. Therefore, by modifying or propagating +a covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + +Each time you convey a covered work, the recipient automatically receives +a license from the original licensors, to run, modify and propagate that work, +subject to this License. You are not responsible for enforcing compliance +by third parties with this License. + +An "entity transaction" is a transaction transferring control of an organization, +or substantially all assets of one, or subdividing an organization, or merging +organizations. If propagation of a covered work results from an entity transaction, +each party to that transaction who receives a copy of the work also receives +whatever licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the Corresponding +Source of the work from the predecessor in interest, if the predecessor has +it or can get it with reasonable efforts. + +You may not impose any further restrictions on the exercise of the rights +granted or affirmed under this License. For example, you may not impose a +license fee, royalty, or other charge for exercise of rights granted under +this License, and you may not initiate litigation (including a cross-claim +or counterclaim in a lawsuit) alleging that any patent claim is infringed +by making, using, selling, offering for sale, or importing the Program or +any portion of it. + + 11. Patents. + +A "contributor" is a copyright holder who authorizes use under this License +of the Program or a work on which the Program is based. The work thus licensed +is called the contributor's "contributor version". + +A contributor's "essential patent claims" are all patent claims owned or controlled +by the contributor, whether already acquired or hereafter acquired, that would +be infringed by some manner, permitted by this License, of making, using, +or selling its contributor version, but do not include claims that would be +infringed only as a consequence of further modification of the contributor +version. For purposes of this definition, "control" includes the right to +grant patent sublicenses in a manner consistent with the requirements of this +License. + +Each contributor grants you a non-exclusive, worldwide, royalty-free patent +license under the contributor's essential patent claims, to make, use, sell, +offer for sale, import and otherwise run, modify and propagate the contents +of its contributor version. + +In the following three paragraphs, a "patent license" is any express agreement +or commitment, however denominated, not to enforce a patent (such as an express +permission to practice a patent or covenant not to s ue for patent infringement). +To "grant" such a patent license to a party means to make such an agreement +or commitment not to enforce a patent against the party. + +If you convey a covered work, knowingly relying on a patent license, and the +Corresponding Source of the work is not available for anyone to copy, free +of charge and under the terms of this License, through a publicly available +network server or other readily accessible means, then you must either (1) +cause the Corresponding Source to be so available, or (2) arrange to deprive +yourself of the benefit of the patent license for this particular work, or +(3) arrange, in a manner consistent with the requirements of this License, +to extend the patent + +license to downstream recipients. "Knowingly relying" means you have actual +knowledge that, but for the patent license, your conveying the covered work +in a country, or your recipient's use of the covered work in a country, would +infringe one or more identifiable patents in that country that you have reason +to believe are valid. + +If, pursuant to or in connection with a single transaction or arrangement, +you convey, or propagate by procuring conveyance of, a covered work, and grant +a patent license to some of the parties receiving the covered work authorizing +them to use, propagate, modify or convey a specific copy of the covered work, +then the patent license you grant is automatically extended to all recipients +of the covered work and works based on it. + +A patent license is "discriminatory" if it does not include within the scope +of its coverage, prohibits the exercise of, or is conditioned on the non-exercise +of one or more of the rights that are specifically granted under this License. +You may not convey a covered work if you are a party to an arrangement with +a third party that is in the business of distributing software, under which +you make payment to the third party based on the extent of your activity of +conveying the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory patent +license (a) in connection with copies of the covered work conveyed by you +(or copies made from those copies), or (b) primarily for and in connection +with specific products or compilations that contain the covered work, unless +you entered into that arrangement, or that patent license was granted, prior +to 28 March 2007. + +Nothing in this License shall be construed as excluding or limiting any implied +license or other defenses to infringement that may otherwise be available +to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + +If conditions are imposed on you (whether by court order, agreement or otherwise) +that contradict the conditions of this License, they do not excuse you from +the conditions of this License. If you cannot convey a covered work so as +to satisfy simultaneously your obligations under this License and any other +pertinent obligations, then as a consequence you may + +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey the +Program, the only way you could satisfy both those terms and this License +would be to refrain entirely from conveying the Program. + + 13. Remote Network Interaction; Use with the GNU General Public License. + +Notwithstanding any other provision of this License, if you modify the Program, +your modified version must prominently offer all users interacting with it +remotely through a computer network (if your version supports such interaction) +an opportunity to receive the Corresponding Source of your version by providing +access to the Corresponding Source from a network server at no charge, through +some standard or customary means of facilitating copying of software. This +Corresponding Source shall include the Corresponding Source for any work covered +by version 3 of the GNU General Public License that is incorporated pursuant +to the following paragraph. + +Notwithstanding any other provision of this License, you have permission to +link or combine any covered work with a work licensed under version 3 of the +GNU General Public License into a single combined work, and to convey the +resulting work. The terms of this License will continue to apply to the part +which is the covered work, but the work with which it is combined will remain +governed by version 3 of the GNU General Public License. + + 14. Revised Versions of this License. + +The Free Software Foundation may publish revised and/or new versions of the +GNU Affero General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to address +new problems or concerns. + +Each version is given a distinguishing version number. If the Program specifies +that a certain numbered version of the GNU Affero General Public License "or +any later version" applies to it, you have the option of following the terms +and conditions either of that numbered version or of any later version published +by the Free Software Foundation. If the Program does not specify a version +number of the GNU Affero General Public License, you may choose any version +ever published by the Free Software Foundation. + +If the Program specifies that a proxy can decide which future versions of +the GNU Affero General Public License can be used, that proxy's public statement +of acceptance of a version permanently authorizes you to choose that version +for the Program. + +Later license versions may give you additional or different permissions. However, +no additional obligations are imposed on any author or copyright holder as +a result of your choosing to follow a later version. + + 15. Disclaimer of Warranty. + +THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE +LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER +EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM +PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR +CORRECTION. + + 16. Limitation of Liability. + +IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL +ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM +AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, +INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO +USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED +INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE +PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER +PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + +If the disclaimer of warranty and limitation of liability provided above cannot +be given local legal effect according to their terms, reviewing courts shall +apply local law that most closely approximates an absolute waiver of all civil +liability in connection with the Program, unless a warranty or assumption +of liability accompanies a copy of the Program in return for a fee. END OF +TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest possible +use to the public, the best way to achieve this is to make it free software +which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest to attach +them to the start of each source file to most effectively state the exclusion +of warranty; and each file should have at least the "copyright" line and a +pointer to where the full notice is found. + + + +Copyright (C) + +This program is free software: you can redistribute it and/or modify it under +the terms of the GNU Affero General Public License as published by the Free +Software Foundation, either version 3 of the License, or (at your option) +any later version. + +This program is distributed in the hope that it will be useful, but WITHOUT +ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more +details. + +You should have received a copy of the GNU Affero General Public License along +with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + +If your software can interact with users remotely through a computer network, +you should also make sure that it provides a way for users to get its source. +For example, if your program is a web application, its interface could display +a "Source" link that leads users to an archive of the code. There are many +ways you could offer source, and different solutions will be better for different +programs; see section 13 for the specific requirements. + +You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. For +more information on this, and how to apply and follow the GNU AGPL, see . diff --git a/src-local/instance/swarmlab-sec.backup/install/usr/share/swarmlab.io/sec/ROOT_PASSWORD b/src-local/instance/swarmlab-sec.backup/install/usr/share/swarmlab.io/sec/ROOT_PASSWORD new file mode 100644 index 0000000..7f3a2ef --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/install/usr/share/swarmlab.io/sec/ROOT_PASSWORD @@ -0,0 +1 @@ +ROOT_PASSWORD="pass" diff --git a/src-local/instance/swarmlab-sec.backup/install/usr/share/swarmlab.io/sec/auto_update_hosts b/src-local/instance/swarmlab-sec.backup/install/usr/share/swarmlab.io/sec/auto_update_hosts new file mode 100755 index 0000000..53c8abe --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/install/usr/share/swarmlab.io/sec/auto_update_hosts @@ -0,0 +1,11 @@ +#!/bin/sh + +hosts=$(get_hosts) +printf "%s" "$hosts" > "$1" + +while sleep 2 +do + current_hosts=$(get_hosts) + [ "$hosts" != "$current_hosts" ] && printf "%s" "$current_hosts" > "$1" + hosts=$current_hosts +done diff --git a/src-local/instance/swarmlab-sec.backup/install/usr/share/swarmlab.io/sec/commands b/src-local/instance/swarmlab-sec.backup/install/usr/share/swarmlab.io/sec/commands new file mode 100644 index 0000000..9a78e11 --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/install/usr/share/swarmlab.io/sec/commands @@ -0,0 +1,13 @@ +create create project (swarmlab-sec create) +up start swarmlab-sec (swarmlab-sec up size=10) +scale resize swarmlab-sec (swarmlab-sec scale size=30) +reload rebuild image (swarmlab-sec reload size=15) +login login swarmlab-sec (swarmlab-sec login) +exec execute command (swarmlab-sec exec [SHELL COMMAND]) +down stop swarmlab-sec (swarmlab-sec down) +clean clean project (swarmlab-sec clean) +list show instances (swarmlab-sec list) +help show help (swarmlab-sec help) + + + diff --git a/src-local/instance/swarmlab-sec.backup/install/usr/share/swarmlab.io/sec/get_hosts b/src-local/instance/swarmlab-sec.backup/install/usr/share/swarmlab.io/sec/get_hosts new file mode 100755 index 0000000..e3f6483 --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/install/usr/share/swarmlab.io/sec/get_hosts @@ -0,0 +1,8 @@ +#!/bin/sh + +# Include the variables that store the Docker service names +# shellcheck disable=SC1091 +. /etc/opt/service_names + +( netstat -t | grep ESTABLISHED | awk '{print $5}' | grep "$MPI_WORKER_SERVICE_NAME" | cut -d: -f1 \ +& getent hosts "$MPI_MASTER_SERVICE_NAME" | cut -d' ' -f1 ) | sort -u diff --git a/src-local/instance/swarmlab-sec.backup/install/usr/share/swarmlab.io/sec/install-vim-plugin.sh b/src-local/instance/swarmlab-sec.backup/install/usr/share/swarmlab.io/sec/install-vim-plugin.sh new file mode 100644 index 0000000..4a3801c --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/install/usr/share/swarmlab.io/sec/install-vim-plugin.sh @@ -0,0 +1,74 @@ +#! /usr/bin/env sh + +start_dir=$(pwd) +bin_string="export PATH=\"${PATH}:${HOME}/.vimpkg/bin\"" + +# Download the apt-vim files +curl -fSsLo ${HOME}/apt-vim/apt-vim --create-dirs \ + https://raw.githubusercontent.com/egalpin/apt-vim/master/apt-vim + +curl -fSsLo ${HOME}/apt-vim/vim_config.json \ + https://raw.githubusercontent.com/egalpin/apt-vim/master/vim_config.json + +# Add vimrc if there isn't one already +[ -f ${HOME}/.vimrc ] || touch ${HOME}/.vimrc + +# Make sure vimrc is using pathogen +if [ $(grep -c "execute pathogen#infect()" ${HOME}/.vimrc) -eq 0 ]; then + echo "execute pathogen#infect()" >> ${HOME}/.vimrc +fi +if [ $(grep -c "call pathogen#helptags()" ${HOME}/.vimrc) -eq 0 ]; then + echo "call pathogen#helptags()" >> ${HOME}/.vimrc +fi + +# Update path for executing shell +eval "$bin_string" + +added_to_profile=false +already_present=false +for rc in bashrc zshrc bash_profile; do + if [ -s "$HOME/.$rc" ]; then + if grep -q "$bin_string" "$HOME/.$rc"; then + already_present=true + else + printf "\n$bin_string\n" >> "$HOME/.$rc" + printf "== Added apt-vim PATH to '~/.$rc'\n" + added_to_profile=true + fi + fi +done + +# Execute apt-vim init +cd ${HOME}/apt-vim +python - < /etc/opt/service_names <<- EOF +MPI_MASTER_SERVICE_NAME=${MPI_MASTER_SERVICE_NAME} +MPI_WORKER_SERVICE_NAME=${MPI_WORKER_SERVICE_NAME} +EOF + +case $ROLE in + "master") + + # Auto update default host file in background and dumb all output + auto_update_hosts "${HOSTNAMES}" > /dev/null 2>&1 & + + # Start ssh server + /usr/sbin/sshd -D + ;; + + + "worker") + + # Start ssh server in background + /usr/sbin/sshd -D & + + # Keep trying to connect to master node and stay there indefinitely so that master node can see + # the connected hosts that are ready for MPI work + while sleep 1 + do + # shellcheck disable=SC2086 + ssh -T -o "StrictHostKeyChecking no" \ + -i "${USER_HOME}/.ssh/id_rsa" \ + ${USER}@${MPI_MASTER_SERVICE_NAME} \ + "tail -f /dev/null" + done + ;; + *) + echo 'role argument only accepts "master" or "worker"' +esac diff --git a/src-local/instance/swarmlab-sec.backup/install/usr/share/swarmlab.io/sec/shorewall/interfaces b/src-local/instance/swarmlab-sec.backup/install/usr/share/swarmlab.io/sec/shorewall/interfaces new file mode 100644 index 0000000..a475e93 --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/install/usr/share/swarmlab.io/sec/shorewall/interfaces @@ -0,0 +1,6 @@ +### Comments, comments, and more comments. +# +#ZONE INTERFACE BROADCAST OPTIONS +# +net eth0 detect tcpflags,nosmurfs +#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE diff --git a/src-local/instance/swarmlab-sec.backup/install/usr/share/swarmlab.io/sec/shorewall/policy b/src-local/instance/swarmlab-sec.backup/install/usr/share/swarmlab.io/sec/shorewall/policy new file mode 100644 index 0000000..58798a0 --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/install/usr/share/swarmlab.io/sec/shorewall/policy @@ -0,0 +1,11 @@ +### Comments, comments, and more comments. +#SOURCE DEST POLICY LOG LEVEL LIMIT:BURST +# +net fw ACCEPT +fw net ACCEPT + +net all DROP + +# THE FOLLOWING POLICY MUST BE LAST +all all REJECT info +#LAST LINE -- ADD YOUR ENTRIES ABOVE THIS LINE -- DO NOT REMOVE diff --git a/src-local/instance/swarmlab-sec.backup/install/usr/share/swarmlab.io/sec/shorewall/rules b/src-local/instance/swarmlab-sec.backup/install/usr/share/swarmlab.io/sec/shorewall/rules new file mode 100644 index 0000000..d59920c --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/install/usr/share/swarmlab.io/sec/shorewall/rules @@ -0,0 +1,11 @@ +#ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL RATE USER/ +# PORT PORT(S) DEST LIMIT GROUP +#ACCEPT net fw tcp 80 +#ACCEPT fw net tcp 80 +#ACCEPT net fw udp 53 +#ACCEPT fw net udp 53 +#REJECT net fw udp 53 +#REJECT fw net udp 53 +#ACCEPT net:14.15.16.112/27 fw icmp 8 + +#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE diff --git a/src-local/instance/swarmlab-sec.backup/install/usr/share/swarmlab.io/sec/shorewall/zones b/src-local/instance/swarmlab-sec.backup/install/usr/share/swarmlab.io/sec/shorewall/zones new file mode 100644 index 0000000..62437de --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/install/usr/share/swarmlab.io/sec/shorewall/zones @@ -0,0 +1,6 @@ +### Comments, comments, and more comments. +#ZONE TYPE OPTIONS IN OUT +# OPTIONS OPTIONS +fw firewall +net ipv4 +#LAST LINE - ADD YOUR ENTRIES ABOVE THIS ONE - DO NOT REMOVE diff --git a/src-local/instance/swarmlab-sec.backup/install/usr/share/swarmlab.io/sec/ssh/id_rsa b/src-local/instance/swarmlab-sec.backup/install/usr/share/swarmlab.io/sec/ssh/id_rsa new file mode 100644 index 0000000..d88fa3c --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/install/usr/share/swarmlab.io/sec/ssh/id_rsa @@ -0,0 +1,27 @@ +-----BEGIN RSA PRIVATE KEY----- +MIIEpQIBAAKCAQEAoKG1DtjMXHDJfF59Y5nO7Yl38fkjRL1LQhF7RZKbGScWBNIW +foAS0wrd3wUnd5YMtIeiBj98H+V8IEn0ChAAxGfHXqqmmYlU6ABESINob+h70Bnm +UwiRbRnA64o3d9+cz2T8YLf+1p7///Z8LA8U+7rS+kvKvtYCQ9llDAxtbe39CxCs +2HASam3U6VArq9SdSqph5MudBaYhaxx4V8VDdXEhG2pimlh8e7zdPZ8AYbYLLDhq +Ytd+wn9azLXPQ3w/vC+Pn4taUBYnlERDY45vaVsPdnR+ao9ckMLUS6EwJVQmgMzB +2yyNCbPQYvRPL0rxoGstfCmmjY3EzOh6kEA6wwIDAQABAoIBAHqrAxnTdj0h5LyV +bCwjyWKdGHwxRj24UUCjGQCIdOlAcBA+X+863yVLpyQpS3qHnCxBZ/pdgOza02/V +CgilL/DNT/N7Xr7hoXWKvpqhv5+2atcA8GN4p5YplKpLYxCoM5guBo3V9UbxJY7T +LQB4hA25HmUGfE5AIHqwCfqpgufvIO1enhe1Vh/6l1FJqJuNj2pBGeXOyOMV95GN +xC5/BVytJIx2Rts5qtwpt5iPE3pKdsrWc71qACxk3dG8h9OZnuE3vuCg/Wp8jdwk +NHZ6nWlt0BbST3wN0pyTp6cqtZ0qqfSpZCVRegeQW5ENR9NaigDX6RADKRnms46J +ziDSZAECgYEA0WBDY47CA9Ej0Y2zBcV3x03cznSnxr7BVty32xbnNgxGF5jNUDdU +E2JwJs86sV75VV0fpgrbN45lBV/2ImefrPr4kJAIL2J4eyVdOTTT/DO9Tuw6NP8R +AYMZOzOlgFjx3arnjlOK5AicFseWFCXvezuAMPcGpImgw7xHHM3RcFcCgYEAxGa2 +T+J119HWf15kN7bx5RaUl9J4DvvE5oHtA7zsMPO2fRpfwXAb8yKwIXfZ7186frPb +jo3ZQykcPuJ3MldvTWEuUhY5W1HSF1sBJOPZHuRfQicv8Uj4Y1kWltQf4Ikb3Uyh +T0fZJul4HkPAo/Q65zIAtJ9tWukAP/lmnwO9VXUCgYEAiY62F4WmH/3ai4WOFX+b +5xxXsmhgBiozOc8/F7jfZNoBfuVMFqSTHz0wM784b2nXY+cPsPY2+jQaWMKoIgh0 +lqA4iDmotwD56OYubjQwBeU0PdLjlwfw805fWE7hMAa/uQPcp9xpRtIFQs4T4t7d +jNgVq5XQDm/BaHedPOZX8HcCgYEAuKpu31vqO7wUt/vTtUMx3JpHqxz9P/FgqPAf +H/WiC0EMJEMJKAO2c/z4qO9dHiJnCL0qQraDQw/DfClJtC7b+2DVwd8dnQyowscR +o1MNUmueWcAo5vEag6c/gx/+vQuOBJ1JyxaeSmUZSTOhTUeVns64NRz2IJWWY5Cn ++fn1KwUCgYEAjYYeQX/W+2r8SFipPQQi/36EqLPwko58C/sbJR0gySP6El7hNQRt +Sdmd9hfMXRR+VCZWmmzb6T4fc80XxteI9eANkZ7xhNuQe11EDvPqmc9WSF0s+l1T +eQnkt+an7Qv2prDSU6d1KlOrOuCXU8IhbkuffvRSYXwK9T79bTG8iIQ= +-----END RSA PRIVATE KEY----- diff --git a/src-local/instance/swarmlab-sec.backup/install/usr/share/swarmlab.io/sec/ssh/id_rsa.pub b/src-local/instance/swarmlab-sec.backup/install/usr/share/swarmlab.io/sec/ssh/id_rsa.pub new file mode 100644 index 0000000..f69cef1 --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/install/usr/share/swarmlab.io/sec/ssh/id_rsa.pub @@ -0,0 +1 @@ +ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCgobUO2MxccMl8Xn1jmc7tiXfx+SNEvUtCEXtFkpsZJxYE0hZ+gBLTCt3fBSd3lgy0h6IGP3wf5XwgSfQKEADEZ8deqqaZiVToAERIg2hv6HvQGeZTCJFtGcDrijd335zPZPxgt/7Wnv//9nwsDxT7utL6S8q+1gJD2WUMDG1t7f0LEKzYcBJqbdTpUCur1J1KqmHky50FpiFrHHhXxUN1cSEbamKaWHx7vN09nwBhtgssOGpi137Cf1rMtc9DfD+8L4+fi1pQFieURENjjm9pWw92dH5qj1yQwtRLoTAlVCaAzMHbLI0Js9Bi9E8vSvGgay18KaaNjcTM6HqQQDrD nlknguyen@NN-Ubuntu diff --git a/src-local/instance/swarmlab-sec.backup/install/usr/share/swarmlab.io/sec/swarmlab-sec b/src-local/instance/swarmlab-sec.backup/install/usr/share/swarmlab.io/sec/swarmlab-sec new file mode 100755 index 0000000..4e3e76c --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/install/usr/share/swarmlab.io/sec/swarmlab-sec @@ -0,0 +1,738 @@ +#!/bin/bash + +# The MIT License (MIT) +# +# rootApostolos@swarmlab.io +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + +# Origin: https://github.com/NLKNguyen/alpine-mpich + +set -e + +DOCKERuser="docker" +PACKAGES=" net-tools curl tcpdump shorewall sudo vim nmap dnsutils iputils-ping iptables wget python " +APTPARAM=" --no-install-recommends " +IMAGE_local="sec" +HYBRID_NETWORK="hybrid-sec" +# dont edit +IMAGE_origin="ubuntu:18.04" +bootstrap="sec_bootstrap" +hostnames="auto_update_hosts" +hostnames_get="get_hosts" +# shellcheck disable=SC1091 +#. ./.env + + +# ----------------------------------------------- +# +# Find Source path of swarmlab.io script +# +# ---------------------------------------------- + + +SOURCE="${BASH_SOURCE[0]}" +while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symlink + DIR="$( cd -P "$( dirname "$SOURCE" )" >/dev/null 2>&1 && pwd )" + SOURCE="$(readlink "$SOURCE")" + [[ $SOURCE != /* ]] && SOURCE="$DIR/$SOURCE" # if $SOURCE was a relative symlink, we need to resolve it relative to the path where the symlink file was located +done +DIR="$( cd -P "$( dirname "$SOURCE" )" >/dev/null 2>&1 && pwd )" + + +# ----------------------------------------------- +# +# Load Default config swarmlab.io +# +# ---------------------------------------------- + + +#. $DIR/.env + + +# ----------------------------------------------- +# +# Find Working dir +# +# ---------------------------------------------- + + +Wdir=$(pwd) + +. $Wdir/.env + +create_dockerfile () +{ +. $Wdir/ROOT_PASSWORD +if [ -d "$Wdir/project" ]; then +# ----------------------------------------------- +# +# create Dockerfile +# +# ---------------------------------------------- + +rm -f $Wdir/out.log 2> /dev/null + +error="Error:"; +IMAGE=$(docker inspect --type=image $REGISTRY_ADDR:$REGISTRY_PORT/$IMAGE_NAME:latest 2>&1 | tee $Wdir/out.log) +if search=$(grep "$error" $Wdir/out.log) +then + echo "" + echo ">>> Load Origin " +cat << EOF > $Wdir/Dockerfile +FROM $IMAGE_origin +# +USER root +RUN export DEBIAN_FRONTEND=noninteractive && \ + apt-get update && apt-get $APTPARAM install -y openssh-server $PACKAGES +RUN apt-get autoremove --purge && apt clean +RUN rm -rf /var/lib/apt/lists/* +RUN mkdir -p /var/run/sshd +RUN echo 'root:$ROOT_PASSWORD' | chpasswd +RUN sed -i 's/PermitRootLogin prohibit-password/PermitRootLogin yes/' /etc/ssh/sshd_config +# +# SSH login fix. Otherwise user is kicked off after login +RUN sed 's@session\s*required\s*pam_loginuid.so@session optional pam_loginuid.so@g' -i /etc/pam.d/sshd +# +ENV NOTVISIBLE "in users profile" +RUN echo "export VISIBLE=now" >> /etc/profile +#RUN wget -k https://raw.githubusercontent.com/egalpin/apt-vim/master/install.sh +# +# +# +COPY $bootstrap /usr/bin +COPY $hostnames_get /usr/bin +COPY $hostnames /usr/bin +RUN mkdir -p /etc/shorewall +COPY shorewall /etc/shorewall +RUN mkdir -p /project +RUN mkdir -p /etc/opt +WORKDIR /project +COPY install-vim-plugin.sh . +#RUN bash ./install-vim-plugin.sh +#RUN apt-vim install -y https://github.com/scrooloose/nerdtree.git +RUN grep -qw ^docker /etc/passwd || useradd -m docker && echo "docker:docker" | chpasswd && adduser docker sudo +COPY .vimrc /home/docker +USER docker +EOF +else + echo ">>> Load Local " +cat << EOF > $Wdir/Dockerfile +FROM localhost:5000/$IMAGE_local +# +USER root +RUN export DEBIAN_FRONTEND=noninteractive && \ + apt-get update && apt-get $APTPARAM install -y openssh-server $PACKAGES +RUN apt-get autoremove --purge && apt clean +RUN rm -rf /var/lib/apt/lists/* +RUN mkdir -p /var/run/sshd +RUN echo 'root:$ROOT_PASSWORD' | chpasswd +RUN sed -i 's/PermitRootLogin prohibit-password/PermitRootLogin yes/' /etc/ssh/sshd_config +# +# SSH login fix. Otherwise user is kicked off after login +RUN sed 's@session\s*required\s*pam_loginuid.so@session optional pam_loginuid.so@g' -i /etc/pam.d/sshd +# +ENV NOTVISIBLE "in users profile" +RUN echo "export VISIBLE=now" >> /etc/profile +#RUN wget -k https://raw.githubusercontent.com/egalpin/apt-vim/master/install.sh +# +# +# +COPY $bootstrap /usr/bin +COPY $hostnames_get /usr/bin +COPY $hostnames /usr/bin +RUN mkdir -p /etc/shorewall +COPY shorewall /etc/shorewall +RUN mkdir -p /etc/opt +RUN mkdir -p /project +WORKDIR /project +COPY install-vim-plugin.sh . +#RUN bash ./install-vim-plugin.sh +#RUN apt-vim install -y https://github.com/scrooloose/nerdtree.git +RUN grep -qw ^docker /etc/passwd || useradd -m docker && echo "docker:docker" | chpasswd && adduser docker sudo +COPY .vimrc /home/docker +USER docker +EOF +fi +else + echo "" + echo "Not in Project Directory" + echo "A project directory should look like this" + echo "" + +cat < /dev/null + +error="Error:"; +IMAGE=$(docker inspect --type=image $REGISTRY_ADDR:$REGISTRY_PORT/$IMAGE_NAME:latest 2>&1 | tee $Wdir/out.log) +if search=$(grep "$error" $Wdir/out.log) +then + echo ">>> Load Origin " +cat << EOF > $Wdir/Dockerfile +FROM $IMAGE_origin +# +USER root +RUN export DEBIAN_FRONTEND=noninteractive && \ + apt-get update && apt-get $APTPARAM install -y openssh-server $PACKAGES +RUN apt-get autoremove --purge && apt clean +RUN rm -rf /var/lib/apt/lists/* +RUN mkdir -p /var/run/sshd +RUN echo 'root:$ROOT_PASSWORD' | chpasswd +RUN sed -i 's/PermitRootLogin prohibit-password/PermitRootLogin yes/' /etc/ssh/sshd_config +# +# SSH login fix. Otherwise user is kicked off after login +RUN sed 's@session\s*required\s*pam_loginuid.so@session optional pam_loginuid.so@g' -i /etc/pam.d/sshd +# +ENV NOTVISIBLE "in users profile" +RUN echo "export VISIBLE=now" >> /etc/profile +#RUN wget -k https://raw.githubusercontent.com/egalpin/apt-vim/master/install.sh +# +# +# +COPY $bootstrap /usr/bin +COPY $hostnames_get /usr/bin +COPY $hostnames /usr/bin +RUN mkdir -p /etc/shorewall +COPY shorewall /etc/shorewall +RUN mkdir -p /etc/opt +RUN mkdir -p /project +WORKDIR /project +COPY install-vim-plugin.sh . +#RUN bash ./install-vim-plugin.sh +#RUN apt-vim install -y https://github.com/scrooloose/nerdtree.git +CMD export PATH=$PATH:/project +RUN grep -qw ^docker /etc/passwd || useradd -m docker && echo "docker:docker" | chpasswd && adduser docker sudo +COPY .vimrc /home/docker +USER docker +EOF +else + echo ">>> Load Local " +cat << EOF > $Wdir/Dockerfile +FROM localhost:5000/$IMAGE_local +# +USER root +RUN export DEBIAN_FRONTEND=noninteractive && \ + apt-get update && apt-get $APTPARAM install -y openssh-server $PACKAGES +RUN apt-get autoremove --purge && apt clean +RUN rm -rf /var/lib/apt/lists/* +RUN mkdir -p /var/run/sshd +RUN echo 'root:$ROOT_PASSWORD' | chpasswd +RUN sed -i 's/PermitRootLogin prohibit-password/PermitRootLogin yes/' /etc/ssh/sshd_config +# +# SSH login fix. Otherwise user is kicked off after login +RUN sed 's@session\s*required\s*pam_loginuid.so@session optional pam_loginuid.so@g' -i /etc/pam.d/sshd +# +ENV NOTVISIBLE "in users profile" +RUN echo "export VISIBLE=now" >> /etc/profile +#RUN wget -k https://raw.githubusercontent.com/egalpin/apt-vim/master/install.sh +# +# +# +COPY $bootstrap /usr/bin +COPY $hostnames_get /usr/bin +COPY $hostnames /usr/bin +RUN mkdir -p /etc/shorewall +COPY shorewall /etc/shorewall +RUN mkdir -p /etc/opt +RUN mkdir -p /project +WORKDIR /project +COPY install-vim-plugin.sh . +#RUN bash ./install-vim-plugin.sh +#RUN apt-vim install -y https://github.com/scrooloose/nerdtree.git +CMD export PATH=$PATH:/project +RUN grep -qw ^docker /etc/passwd || useradd -m docker && echo "docker:docker" | chpasswd && adduser docker sudo +COPY .vimrc /home/docker +USER docker +EOF +fi + + +/bin/mkdir -p $Wdir/project +/bin/cp -f $DIR/project/hello_world.sh $Wdir/project +/bin/cp -f $DIR/$bootstrap $Wdir/$bootstrap +/bin/cp -f $DIR/$hostnames $Wdir/$hostnames +/bin/cp -f $DIR/$hostnames_get $Wdir/$hostnames_get +/bin/cp -f $DIR/ROOT_PASSWORD $Wdir/ROOT_PASSWORD +/bin/cp -rf $DIR/shorewall $Wdir/shorewall +/bin/cp -rf $DIR/.vimrc $Wdir/.vimrc +/bin/cp -rf $DIR/install-vim-plugin.sh $Wdir/install-vim-plugin.sh + + +cat << EOF > $Wdir/docker-compose.yml +version: "2" + +services: + registry: + image: registry + ports: + - "${REGISTRY_PORT}:5000" + + master: + image: $REGISTRY_ADDR:$REGISTRY_PORT/$IMAGE_NAME + privileged: true + cap_add: + - NET_ADMIN + user: root + entrypoint: ["sec_bootstrap", "role=master", "sec_master_service_name=master", "sec_worker_service_name=worker"] + ports: + - "\${SSH_PORT}:22" + networks: + - ${HYBRID_NETWORK} + volumes: + - $Wdir/project:/project + + + worker: + image: $REGISTRY_ADDR:$REGISTRY_PORT/$IMAGE_NAME + privileged: true + cap_add: + - NET_ADMIN + user: root + entrypoint: ["sec_bootstrap", "role=worker", "sec_master_service_name=master", "sec_worker_service_name=worker"] + networks: + - ${HYBRID_NETWORK} + volumes: + - $Wdir/project:/project + +networks: + ${HYBRID_NETWORK}: +EOF + +/bin/cp -rf $DIR/ssh $Wdir + +cat < CLEAN UP SWARMLAB" + + printf "\\n%s\\n" "$HEADER" + echo "$ docker-compose down" + printf "\\n" + + docker-compose down +} + +up_registry () +{ + printf "\\n\\n===> SPIN UP REGISTRY" + + printf "\\n%s\\n" "$HEADER" + echo "$ docker-compose up -d registry" + printf "\\n" + + #docker stop swarmlab-registry || true && docker rm swarmlab-registry || true + docker container prune --force + docker-compose up --no-recreate -d registry +} + +generate_ssh_keys () +{ + if [ -f ssh/id_rsa ] && [ -f ssh/id_rsa.pub ]; then + return 0 + fi + + printf "\\n\\n===> GENERATE SSH KEYS \\n\\n" + + echo "$ mkdir -p ssh/ " + printf "\\n" + mkdir -p ssh/ + + echo "$ ssh-keygen -f ssh/id_rsa -t rsa -N ''" + printf "\\n" + ssh-keygen -f ssh/id_rsa -t rsa -N '' +} + +build_and_push_image () +{ + printf "\\n\\n===> BUILD IMAGE" + printf "\\n%s\\n" "$HEADER" + echo "$ docker build -t \"$REGISTRY_ADDR:$REGISTRY_PORT/$IMAGE_NAME\" ." + printf "\\n" + docker build -t "$REGISTRY_ADDR:$REGISTRY_PORT/$IMAGE_NAME" . + + printf "\\n" + + printf "\\n\\n===> PUSH IMAGE TO REGISTRY" + printf "\\n%s\\n" "$HEADER" + echo "$ docker push \"$REGISTRY_ADDR:$REGISTRY_PORT/$IMAGE_NAME\"" + printf "\\n" + docker push "$REGISTRY_ADDR:$REGISTRY_PORT/$IMAGE_NAME" +} + +up_master () +{ + printf "\\n\\n===> SPIN UP MASTER NODE" + printf "\\n%s\\n" "$HEADER" + echo "$ docker-compose up -d master" + printf "\\n" + docker-compose up -d master +} + + +up_workers () +{ + printf "\\n\\n===> SPIN UP WORKER NODES" + printf "\\n%s\\n" "$HEADER" + echo "$ docker-compose up -d worker" + printf "\\n" + docker-compose up -d worker + + printf "\\n" + printf "\\n%s\\n" "$HEADER" + + NUM_WORKER=$((SIZE - 1)) + echo "$ docker-compose scale worker=$NUM_WORKER" + printf "\\n" + docker-compose scale worker=${NUM_WORKER} +} + +down_master () +{ + printf "\\n\\n===> TORN DOWN MASTER NODE" + printf "\\n%s\\n" "$HEADER" + + echo "$ docker-compose stop master && docker-compose rm -f master" + printf "\\n" + docker-compose stop master && docker-compose rm -f master +} + +down_workers () +{ + printf "\\n\\n===> TORN DOWN WORKER NODES" + printf "\\n%s\\n" "$HEADER" + echo "$ docker-compose stop worker && docker-compose rm -f worker" + printf "\\n" + docker-compose stop worker && docker-compose rm -f worker +} + +list () +{ + printf "\\n\\n===> LIST CONTAINERS" + printf "\\n%s\\n" "$HEADER" + echo "$ docker-compose ps" + printf "\\n" + docker-compose ps +} + + +exec_on_mpi_master_container () +{ + # shellcheck disable=SC2046 + docker exec -it -u $DOCKERuser $(docker-compose ps | grep 'master'| awk 'NR==1{print $1}') "$@" +} + +prompt_ready () +{ + printf "\\n\\n===> SWARMLAB READY \\n\\n" +} + +show_instruction () +{ + echo ' ## . ' + echo ' ## ## ## == ' + echo ' ## ## ## ## ## === ' + echo ' /"""""""""""""""""\___/ === ' + echo ' ~~~ {~~ ~~~~ ~~~ ~~~~ ~~~ ~ / ===- ~~~ ' + echo ' \______ o __/ ' + echo ' \ \ __/ ' + echo ' \____\_______/ ' + echo ' ' + echo ' Swarmlab.io Hybrid ' + echo '' + echo '==============================================================' + echo '' + + echo "To run SEC programs in an interative shell:" + echo " 1. Login to master node:" + echo " Using Docker through command wrapper:" + echo " $ swarmlab-sec login" + echo "" + echo " Or using SSH with keys through exposed port:" + echo " $ ssh -o \"StrictHostKeyChecking no\" -i ssh/id_rsa -p $SSH_PORT sec@localhost" + echo ' where [localhost] could be changed to the host IP of master node' + echo "" + echo " 2. Execute programs inside master node, for example:" + echo " $ sudo su" + echo " # apt update" + echo " *----------------------------------------------------*" + echo " | Default hostfile of connected nodes in the swarmlab |" + echo " | is automatically updated at /etc/opt/hosts |" + echo " | To obtain hostfile manually: $ get_hosts > hosts |" + echo " * ---------------------------------------------------*" + echo "" + echo "" +} + + + +############################################# + +while [ "$1" != "" ]; +do + PARAM=$(echo "$1" | awk -F= '{print $1}') + VALUE=$(echo "$1" | awk -F= '{print $2}') + + case $PARAM in + help) + usage + exit + ;; + -i) + show_instruction + exit + ;; + + login) + COMMAND_LOGIN=1 + ;; + + exec) + COMMAND_EXEC=1 + shift # the rest is the shell command to run in the node + SHELL_COMMAND="$*" + break # end while loop + ;; + + up) + COMMAND_UP=1 + ;; + + create) + COMMAND_CREATE=1 + ;; + + down) + COMMAND_DOWN=1 + ;; + + reload) + COMMAND_RELOAD=1 + ;; + + scale) + COMMAND_SCALE=1 + ;; + + list) + COMMAND_LIST=1 + ;; + + clean) + COMMAND_CLEAN=1 + ;; + + size) + [ "$VALUE" ] && SIZE=$VALUE + ;; + + *) + echo "ERROR: unknown parameter \"$PARAM\"" + usage + exit 1 + ;; + esac + shift +done + + +if [ $COMMAND_UP -eq 1 ]; then + create_dockerfile + down_all + clear_all + up_registry + generate_ssh_keys + build_and_push_image + up_master + up_workers + + prompt_ready + show_instruction + +elif [ $COMMAND_CREATE -eq 1 ]; then + create_project + +elif [ $COMMAND_DOWN -eq 1 ]; then + down_all + clear_all + +elif [ $COMMAND_CLEAN -eq 1 ]; then + clear_all + + +elif [ $COMMAND_SCALE -eq 1 ]; then + create_dockerfile + down_master + down_workers + up_master + up_workers + + prompt_ready + show_instruction + +elif [ $COMMAND_RELOAD -eq 1 ]; then + create_dockerfile + down_master + down_workers + build_and_push_image + up_master + up_workers + + prompt_ready + show_instruction + +elif [ $COMMAND_LOGIN -eq 1 ]; then + exec_on_mpi_master_container /bin/bash + +elif [ $COMMAND_EXEC -eq 1 ]; then + create_dockerfile + exec_on_mpi_master_container ash -c "${SHELL_COMMAND}" + +elif [ $COMMAND_LIST -eq 1 ]; then + list +else + usage +fi + diff --git a/src-local/instance/swarmlab-sec.backup/swarmlab-sec/.env b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/.env new file mode 100644 index 0000000..76748c3 --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/.env @@ -0,0 +1,5 @@ + +REGISTRY_ADDR=localhost +REGISTRY_PORT=5000 +IMAGE_NAME=swarmlab-sec +SSH_PORT=41915 diff --git a/src-local/instance/swarmlab-sec.backup/swarmlab-sec/.vimrc b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/.vimrc new file mode 100755 index 0000000..7a2858b --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/.vimrc @@ -0,0 +1,15 @@ +map :NERDTreeToggle + +autocmd BufNewFile,BufRead *.vue,*.js set syntax=verilog tabstop=2|set shiftwidth=2|set noexpandtab autoindent +augroup remember_folds + autocmd! + autocmd BufWinLeave * mkview + autocmd BufWinEnter * silent! loadview +augroup END +" Useful for my Quick Notes feature in my tmuxrc +augroup QuickNotes + au BufWrite,VimLeave NOTES.otl mkview + au BufRead NOTES.otl silent loadview +augroup END +set swapfile +set dir=~/tmp diff --git a/src-local/instance/swarmlab-sec.backup/swarmlab-sec/Dockerfile b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/Dockerfile new file mode 100755 index 0000000..0c8f579 --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/Dockerfile @@ -0,0 +1,33 @@ +FROM localhost:5000/sec +# +USER root +RUN export DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get --no-install-recommends install -y openssh-server net-tools curl tcpdump shorewall sudo vim nmap dnsutils iputils-ping iptables wget python +RUN apt-get autoremove --purge && apt clean +RUN rm -rf /var/lib/apt/lists/* +RUN mkdir -p /var/run/sshd +RUN echo 'root:pass' | chpasswd +RUN sed -i 's/PermitRootLogin prohibit-password/PermitRootLogin yes/' /etc/ssh/sshd_config +# +# SSH login fix. Otherwise user is kicked off after login +RUN sed 's@session\s*required\s*pam_loginuid.so@session optional pam_loginuid.so@g' -i /etc/pam.d/sshd +# +ENV NOTVISIBLE "in users profile" +RUN echo "export VISIBLE=now" >> /etc/profile +#RUN wget -k https://raw.githubusercontent.com/egalpin/apt-vim/master/install.sh +# +# +# +COPY sec_bootstrap /usr/bin +COPY get_hosts /usr/bin +COPY auto_update_hosts /usr/bin +RUN mkdir -p /etc/shorewall +COPY shorewall /etc/shorewall +RUN mkdir -p /etc/opt +RUN mkdir -p /project +WORKDIR /project +COPY install-vim-plugin.sh . +#RUN bash ./install-vim-plugin.sh +#RUN apt-vim install -y https://github.com/scrooloose/nerdtree.git +RUN grep -qw ^docker /etc/passwd || useradd -m docker && echo "docker:docker" | chpasswd && adduser docker sudo +COPY .vimrc /home/docker +USER docker diff --git a/src-local/instance/swarmlab-sec.backup/swarmlab-sec/ROOT_PASSWORD b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/ROOT_PASSWORD new file mode 100755 index 0000000..7f3a2ef --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/ROOT_PASSWORD @@ -0,0 +1 @@ +ROOT_PASSWORD="pass" diff --git a/src-local/instance/swarmlab-sec.backup/swarmlab-sec/auto_update_hosts b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/auto_update_hosts new file mode 100755 index 0000000..53c8abe --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/auto_update_hosts @@ -0,0 +1,11 @@ +#!/bin/sh + +hosts=$(get_hosts) +printf "%s" "$hosts" > "$1" + +while sleep 2 +do + current_hosts=$(get_hosts) + [ "$hosts" != "$current_hosts" ] && printf "%s" "$current_hosts" > "$1" + hosts=$current_hosts +done diff --git a/src-local/instance/swarmlab-sec.backup/swarmlab-sec/container-stop.sh b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/container-stop.sh new file mode 100644 index 0000000..4580cc1 --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/container-stop.sh @@ -0,0 +1,3 @@ + +docker stop $1 +docker container rm $1 diff --git a/src-local/instance/swarmlab-sec.backup/swarmlab-sec/docker-compose.yml b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/docker-compose.yml new file mode 100755 index 0000000..73a3120 --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/docker-compose.yml @@ -0,0 +1,37 @@ +version: "2" + +services: + registry: + image: registry + ports: + - "5000:5000" + + master: + image: localhost:5000/sec + privileged: true + cap_add: + - NET_ADMIN + user: root + entrypoint: ["sec_bootstrap", "role=master", "sec_master_service_name=master", "sec_worker_service_name=worker"] + ports: + - "${SSH_PORT}:22" + networks: + - net + volumes: + - /data/appl/ok/gitversion/examples-services/swarmlab-sec/18.11/project:/project + + + worker: + image: localhost:5000/sec + privileged: true + cap_add: + - NET_ADMIN + user: root + entrypoint: ["sec_bootstrap", "role=worker", "sec_master_service_name=master", "sec_worker_service_name=worker"] + networks: + - net + volumes: + - /data/appl/ok/gitversion/examples-services/swarmlab-sec/18.11/project:/project + +networks: + net: diff --git a/src-local/instance/swarmlab-sec.backup/swarmlab-sec/get_hosts b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/get_hosts new file mode 100755 index 0000000..e3f6483 --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/get_hosts @@ -0,0 +1,8 @@ +#!/bin/sh + +# Include the variables that store the Docker service names +# shellcheck disable=SC1091 +. /etc/opt/service_names + +( netstat -t | grep ESTABLISHED | awk '{print $5}' | grep "$MPI_WORKER_SERVICE_NAME" | cut -d: -f1 \ +& getent hosts "$MPI_MASTER_SERVICE_NAME" | cut -d' ' -f1 ) | sort -u diff --git a/src-local/instance/swarmlab-sec.backup/swarmlab-sec/install-vim-plugin.sh b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/install-vim-plugin.sh new file mode 100755 index 0000000..4a3801c --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/install-vim-plugin.sh @@ -0,0 +1,74 @@ +#! /usr/bin/env sh + +start_dir=$(pwd) +bin_string="export PATH=\"${PATH}:${HOME}/.vimpkg/bin\"" + +# Download the apt-vim files +curl -fSsLo ${HOME}/apt-vim/apt-vim --create-dirs \ + https://raw.githubusercontent.com/egalpin/apt-vim/master/apt-vim + +curl -fSsLo ${HOME}/apt-vim/vim_config.json \ + https://raw.githubusercontent.com/egalpin/apt-vim/master/vim_config.json + +# Add vimrc if there isn't one already +[ -f ${HOME}/.vimrc ] || touch ${HOME}/.vimrc + +# Make sure vimrc is using pathogen +if [ $(grep -c "execute pathogen#infect()" ${HOME}/.vimrc) -eq 0 ]; then + echo "execute pathogen#infect()" >> ${HOME}/.vimrc +fi +if [ $(grep -c "call pathogen#helptags()" ${HOME}/.vimrc) -eq 0 ]; then + echo "call pathogen#helptags()" >> ${HOME}/.vimrc +fi + +# Update path for executing shell +eval "$bin_string" + +added_to_profile=false +already_present=false +for rc in bashrc zshrc bash_profile; do + if [ -s "$HOME/.$rc" ]; then + if grep -q "$bin_string" "$HOME/.$rc"; then + already_present=true + else + printf "\n$bin_string\n" >> "$HOME/.$rc" + printf "== Added apt-vim PATH to '~/.$rc'\n" + added_to_profile=true + fi + fi +done + +# Execute apt-vim init +cd ${HOME}/apt-vim +python - < +-----BEGIN PRIVATE KEY----- +MIIEvwIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQDEKX1RLDhwLIHL +ccQ1SyPfcZdzlG1obYLfsXoyxV+QuTMkjidzBjtkBw7RscQK9uSWt6c/89DRAiao +zSwCUF0t+13kd0TXGe6b5qGVOnlAnNeyEuFYkAOdzEJ7vT9zYphq7F8mD6ZFEl1l +4j83UwTZLvvjLjvE931CLDj4qespae8v3J2enzNZ4rTFZOGyabqlTrzkyyBW38az +Hv87MkGIaecnYw+HtJ2lR+0WlznVnagw8v3r2usrT3Z/iOJDOg/23WjgHF/FZ4Ca +ue/pvG4XX/vMFkZqTi+jpl6JBsH6oQ+DM7vsQ1B0YjJDSPaHP9ImVlzAgsz4VO9G +a13EVJq7AgMBAAECggEBAJbhttN96PdXNIqwuhOn9TLEI5MyQqlFOpom3/A3Ypdl +7FGcyfkufPYme56NVlZ8qzzGjG2jcyWguu2xyr0I5XMd2o2Fs7yj5KWj0vt+m484 +VKxS22QMecuhNi4JVcnBt6zenR0ggmq0goSAbtF2GM+Y1QRcJnsNRhpk+3lA8XHL +ADpP55UJv/BSbbOM3PdB2HEkBZ0PL1Lh5ogZDfrpouVvXpCKd6FRUu8VKO/Gez+Y +ZZ1AVpMHWgwZgyVc+u2ZwUwLc+6gXjeY6rX8yTIUwKI6JB9hicvJ00h8/7VMAmhb +S2ZPDcxjeZLCsO0xLMqJfbJcZb2omYZmgDHGT3PeATkCgYEA+BxCGuSVYH8Ui6VO +VnHt6OW5EdQbtDyYzlSp/wrmL3Ht5j2/LT/vpTMyQA71R8ncUOwac+wRBV9ZtRxS +ifQJLngDaqbUsJujaveI2JJVgpjrY0LC9Wz8lGOvYroiGRzOHC5vE43+rZxshPSw +ftN0+0QUtLwObC+NufbktC2yFX8CgYEAymZYoNuE2sBYPR1AXMiL8zXdWha4L41F +z2lFa5aLL8vkAVwqEOlupUTCSud39jW5tPfggg9HQQDnt6HpCLtmNdMHO2nnnFpL +hoMDGtS7yuPvMXDqP0tlnDFfeM7O7OKw0cZR+bPb6yJeLt6GDZ1ifwb5JpE1GXuU +k/yog6ld8MUCgYEAw81JPf/3AthHVo12bTIsFwh0LWW/F1ZbITofjm8DiZ3XqURB +g2xZq33jwjoLyEO94v7xQVqjdCHzocJgQQ6d0FZWG+zdHSM2rEv9ayzQ3uffm84s +HZONIW4qEzfhgQACiKr8beo5erlfyu1v/CbUwxbPYHKozygYKRJ3GtqVF/ECgYBv +hDZ+4pRvppy3h39n38NkTKBaO7xdztvQ7LKoFbk4q4FD0pEG4mbpPlpCxQgOqwlY +EV8sqdhbk3EYd2gbPI2TSGNqs+498m48fcDfLqkNn8qxlgIqv5MLnRR6TpAqarh7 +zGZsS1H3WudDsa1woO+dB62NN2JnWPTDGOmMKWwt9QKBgQDpYg0Yih2Mp98fNVDH +cikFbmXcA2t7Y+28gSaUmEpaEZTSKbhbvsep0q4mr7xLOANtl9cFDfsnabpTpQub +zp4BfpbGZhqsWMDCsu8FFR46Gj5H6VidDnHP6fDUTF41e76UFZkBTqDCYCQzcHKf +BO1K6MLMdbl66JoOx5+lPnukMg== +-----END PRIVATE KEY----- + + +-----BEGIN CERTIFICATE----- +MIIDUjCCAjqgAwIBAgIQC67E4HzAv+jKJmBASy5iXzANBgkqhkiG9w0BAQsFADAW +MRQwEgYDVQQDDAtFYXN5LVJTQSBDQTAeFw0yMDEyMDkxNDM4MDJaFw0yMzExMjQx +NDM4MDJaMA8xDTALBgNVBAMMBHNlYzEwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAw +ggEKAoIBAQDEKX1RLDhwLIHLccQ1SyPfcZdzlG1obYLfsXoyxV+QuTMkjidzBjtk +Bw7RscQK9uSWt6c/89DRAiaozSwCUF0t+13kd0TXGe6b5qGVOnlAnNeyEuFYkAOd +zEJ7vT9zYphq7F8mD6ZFEl1l4j83UwTZLvvjLjvE931CLDj4qespae8v3J2enzNZ +4rTFZOGyabqlTrzkyyBW38azHv87MkGIaecnYw+HtJ2lR+0WlznVnagw8v3r2usr +T3Z/iOJDOg/23WjgHF/FZ4Caue/pvG4XX/vMFkZqTi+jpl6JBsH6oQ+DM7vsQ1B0 +YjJDSPaHP9ImVlzAgsz4VO9Ga13EVJq7AgMBAAGjgaIwgZ8wCQYDVR0TBAIwADAd +BgNVHQ4EFgQUvjyE1nzk+/BHb9pvGpNlAUqqQuwwUQYDVR0jBEowSIAU92QhHH9s +VPh6UUHvnKaKZJzlN/ahGqQYMBYxFDASBgNVBAMMC0Vhc3ktUlNBIENBghQC21um +s0zDfPWZMpYIqaq8sgRDTTATBgNVHSUEDDAKBggrBgEFBQcDAjALBgNVHQ8EBAMC +B4AwDQYJKoZIhvcNAQELBQADggEBAIfc4UmKPCn1L0oWuHH7kXbsVKuV9mNOet26 ++WSjpkfhcKlf8cRcnpmRJRiHL+y92GUxs4PGNEHrNhbXYr6CGPaSV+i2p7+aXdv4 +95/UR1uFZx+rYZByh27fydNohsDvLD+CZqUG03nw+cMFwRg8r15ZaeOJVe+jYhc7 +qU3v2PCcLlZM3mMZ+1lqKfcND/iZ2CWy4Je655DjVWe4j3qu9hlCDlN6rVPb2OEr +qwpq8QWdgpPE1kQ8UgOoJIuJ9YkYeeAHNHmiTE4QNOBrMGx4lvB/rQnV4xNpDyTD +wWqbfauntXdEbTQfBuexOkhkpLCoXWmeOtSdk4iHPMPcyIxyAeg= +-----END CERTIFICATE----- + + +-----BEGIN CERTIFICATE----- +MIIDSzCCAjOgAwIBAgIUAttbprNMw3z1mTKWCKmqvLIEQ00wDQYJKoZIhvcNAQEL +BQAwFjEUMBIGA1UEAwwLRWFzeS1SU0EgQ0EwHhcNMjAxMjA5MTQzMTQ1WhcNMzAx +MjA3MTQzMTQ1WjAWMRQwEgYDVQQDDAtFYXN5LVJTQSBDQTCCASIwDQYJKoZIhvcN +AQEBBQADggEPADCCAQoCggEBAMmQHmv/feJnQVcAAkZHJm1J93VlRwyQSGJszo31 +O0I5F0HHGlXz0BWujwQwjtit/U/NZNw3+lnP5s/wiWSCTomdO9zeXrj/qOwg9zly +URyPDLAlcK+HI0e2MsbH7JqJq92NwtgTmoWj+iMdnFAUG0Gb18MqT+3tTLOIF8Hc +5c9meotvBKKPB1XOwevTngCEF4MiZiCkAU+eve0W5+tQFhDdybMIZmVSEBHgp3c7 +IyfQYs62rmjmBI0HXsthZDw+2KPw4w1zkD9MtexD/JMJaDHwz3biZyoVhucdbLNa +uxPlK1LdzHVXcuN58q0VTOYYpmQvh/rEhFTjObAWWRF8JXcCAwEAAaOBkDCBjTAd +BgNVHQ4EFgQU92QhHH9sVPh6UUHvnKaKZJzlN/YwUQYDVR0jBEowSIAU92QhHH9s +VPh6UUHvnKaKZJzlN/ahGqQYMBYxFDASBgNVBAMMC0Vhc3ktUlNBIENBghQC21um +s0zDfPWZMpYIqaq8sgRDTTAMBgNVHRMEBTADAQH/MAsGA1UdDwQEAwIBBjANBgkq +hkiG9w0BAQsFAAOCAQEAQUVJZVzk0eXOfA5qaHdYE29cW37ImVy9gMQGS0Mg6tT6 +lwBQyXG9Gd/KvCG8WyzgEtuloHqknCRdLDb/N/X2oG5ib7ypCv4j+VeVOXCwAq2N +dhEJdQxMxDYrpcAMFpcr7oZA8jEQBtLG2sKRw/3MMwk2rBaKbTxk+SVnM7EOR5rV +plOc84Y+hZ2trQEUV9iussxWlr7GUbFeKaE8qYvVmqqoXxl9plt5VOgTnZHCNyN9 +jxGnOdcKq3KERPVhwBwfNpfYDqLjKp+A8TTDkhjRm80ayeMCStYjVaH3ud+/jmn3 +ye6/XUOrsn9aZhHBCN9pCJUsIRsGemTvQVH74tusew== +-----END CERTIFICATE----- + +key-direction 1 + +# +# 2048 bit OpenVPN static key +# +-----BEGIN OpenVPN Static key V1----- +b3a5e1e4f76a13d2d496ca397897d6e4 +644f28ac1fd6e1edba47aadbcdb1c692 +5203f522ed18b66b5df5a0259bc9581d +5601c534f6a6f0c34939fc743553b5e7 +140e2d1c467bfe5d99ad423a726f4b42 +e760f0f0b660293866953b4fafdaf683 +362c589a3db5feb3456d84a8f219521e +ee8dca14b3d0c56814da63f01a7ef89e +b4b3df8c6b85c051f5997b8b3360d7d2 +6b51203b03ec07e66726d894791dfa90 +a3ccf3703799ab1ba9905828b4f2baf8 +5c13530607d6f227f13bb897785b2ccd +140bc95f7333037df6a65b6c96c8fcd6 +d28226af3b1b084bffb92016312a4ca7 +f6cca31f281b03d45ed7d13145837ba3 +130ae15c5d868ba25f7ba702c6161f56 +-----END OpenVPN Static key V1----- + + diff --git a/src-local/instance/swarmlab-sec.backup/swarmlab-sec/project/sec2.vpn b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/project/sec2.vpn new file mode 100644 index 0000000..4eaddda --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/project/sec2.vpn @@ -0,0 +1,111 @@ + +client +nobind +dev tun +comp-lzo +resolv-retry infinite +keepalive 15 60 + +remote-cert-tls server +remote 192.168.1.5 1194 udp +float + + +-----BEGIN PRIVATE KEY----- +MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDtX8bpeD7m1Rzc +0InKb33Hoznp4MRqCr6YKQrr/o5qJeK262NIhGKJp0bPnvYULzGWwJRl49b8kE5F +R7wuuSuPRjULhm87VRZH3SNFzRVBfiifjOSiQcBBcOGq1knmR4VoHEEP99EuHWfW +ls2wdAm4nyDBkwmxs951pamMR7wtY3q6tvqQ8Edp5EuNG1/Y4O4P32lPG+z7kx7L +dY9XCN1FKyZlngVQtAK+gvQcFYyotogSPFhcu0DDr81VxbEwr3HqUKU0+l93Vbo4 +B7FYMKZ4eSUneY+qG4S06ELdkJARGWIOeIJ0bg0j4bNHepTNEmFjB9o+Ax66LJu+ +4YrQ2pE5AgMBAAECggEAL2PbtmjHRhZt+Le5iqzPk7fGrCavj+wtOPuYrpzXmeGO +ba5419V2Rr0aqgC2aDkz0UEJX34pQasdtT8pFrrpM2V02aQxOMs384j2rczP3Y9u +VMwwKSSvWWFL7GtzvYGx5KMfaiyzml1Mic75qazA9Bbw1zSfztZ2J063lsYLj5PW +Ulm13RpOQUSdYGGxMa36cJeYKg5LNO8wK3hG6ErWBHfZiGSbzsxgUZgIr3sIMUIS +iq9VXart/5UmX0og2+RTaTsWJfDr/CC7QPXNDo95Ah+4+eg0aPj445yFnnfuqIjt +sJSwl9pDJXXz6Ix1vM4pDew4GinVs0bPQBaXvbZ/8QKBgQD314c5YM/7j3w6l/Z/ +/fGYVJdLLcgu6waesx6n+OYwBnKUFYmeXyuXWiQe+Gh7dZvy32JOQPjgLWFBgIMR +keWp3GV3i1iT0M08NOmvhYMjPgOugd4kW8pDDH24ghYceBUlA+bJcpgRxvQ9tsbD +5Ujr2X2MBx+O9OcDnG/1ospwYwKBgQD1MAprMxjLqnP9Iy5kShXWlNCEJ04pOPbW +wlGxHrU4GR4yW2LReMTHKBnCcaHNuxTfnMip+zIk5rM7rr6rFeHSbtabcj1YgRvz +7BZMPpfDh5zE9PF2tZkk7HpTW5rAmZKOZ+QceDFVw0ZW/lentsvFSULPsaWAVLgL +XCqF1ZTUswKBgQDYbV/qnT5CQUSMrlNV5d5p1cTgo7QiNJ7tSyHEMThiS98WrdAl +eppIazEL0oT6+vMaHjRsfZRXv4kkeCL83tkdghchU5AgVMBEiThgTEj+J5NzenkQ +aw+viWLoEsFYTwy37DZHSEi/jWuP0OK2Aq2xN5XJCBdo8TgjESM779K0XQKBgAxu +miijV5+EDguIzCJjq0XNF+GLiKgIbmOnSLMdZnzosSJGhfUvFXMvslasolKnKMDJ +11bfGMTMOcxN6PcNzfx4iEMrgLbLHRq6HstQ5SsR5j4KWW/2d0RrBSzS2T7oyoiT +9foHkiDSHO/uR42GdECVnWCglk6yfP5+dt2AXeKHAoGAP6zhQvtpbb/zK+vYq9UJ +NupWAKpoqXG4HJR8XqVVZOUaAn2tcIYsSIe2xuA+RW1V88r7v/0MwprZC4jPVfTN +mCHRsjfSZ1wKPatekhRp+BpnWxQo38pgCg0ARJ7A6TFlv2hFHlLooZGLYo65zc3i +XxRtUHUhVQ9sUWwTGlivhCM= +-----END PRIVATE KEY----- + + +-----BEGIN CERTIFICATE----- +MIIDUzCCAjugAwIBAgIRAOFWsPPOOfMNYmBx/AMCsAkwDQYJKoZIhvcNAQELBQAw +FjEUMBIGA1UEAwwLRWFzeS1SU0EgQ0EwHhcNMjAxMjA5MTQ0MjM1WhcNMjMxMTI0 +MTQ0MjM1WjAPMQ0wCwYDVQQDDARzZWMyMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8A +MIIBCgKCAQEA7V/G6Xg+5tUc3NCJym99x6M56eDEagq+mCkK6/6OaiXitutjSIRi +iadGz572FC8xlsCUZePW/JBORUe8Lrkrj0Y1C4ZvO1UWR90jRc0VQX4on4zkokHA +QXDhqtZJ5keFaBxBD/fRLh1n1pbNsHQJuJ8gwZMJsbPedaWpjEe8LWN6urb6kPBH +aeRLjRtf2ODuD99pTxvs+5Mey3WPVwjdRSsmZZ4FULQCvoL0HBWMqLaIEjxYXLtA +w6/NVcWxMK9x6lClNPpfd1W6OAexWDCmeHklJ3mPqhuEtOhC3ZCQERliDniCdG4N +I+GzR3qUzRJhYwfaPgMeuiybvuGK0NqROQIDAQABo4GiMIGfMAkGA1UdEwQCMAAw +HQYDVR0OBBYEFKK08NJV8nArTRn/Eg8DIg2iKHX4MFEGA1UdIwRKMEiAFPdkIRx/ +bFT4elFB75ymimSc5Tf2oRqkGDAWMRQwEgYDVQQDDAtFYXN5LVJTQSBDQYIUAttb +prNMw3z1mTKWCKmqvLIEQ00wEwYDVR0lBAwwCgYIKwYBBQUHAwIwCwYDVR0PBAQD +AgeAMA0GCSqGSIb3DQEBCwUAA4IBAQAv1/sr+ilQvvXrLRhNaulfDuHEaoxILT9S +pEn7549SeGTDm8qyfd5zSDdmTLoQ7tewL6cstXMcjMr3ls1m3JlPWuiKB7PBGhPS +zmnw/9jTO6gPgg2mzNtcR7xYXcheKmp2Vza4ufh4zDCho4Kq1XYj9IDJt8Jt1l+5 +Patny8IG/udc8uhQjfDI0Z8DHZf350Rm9fHPR50nEY3+LZDmdYe4t7GZg+mB+roC +0wsJlFgI/FWd++po3SC0qOi8k7TTD/P09czAZLqhm19ZLy8M4lzYl+oV5SJRN7Sq +ot1eb6M+fd0zrKaaOp31lP5LPjvMxrS5NomH07FduNpqLhfnx8SB +-----END CERTIFICATE----- + + +-----BEGIN CERTIFICATE----- +MIIDSzCCAjOgAwIBAgIUAttbprNMw3z1mTKWCKmqvLIEQ00wDQYJKoZIhvcNAQEL +BQAwFjEUMBIGA1UEAwwLRWFzeS1SU0EgQ0EwHhcNMjAxMjA5MTQzMTQ1WhcNMzAx +MjA3MTQzMTQ1WjAWMRQwEgYDVQQDDAtFYXN5LVJTQSBDQTCCASIwDQYJKoZIhvcN +AQEBBQADggEPADCCAQoCggEBAMmQHmv/feJnQVcAAkZHJm1J93VlRwyQSGJszo31 +O0I5F0HHGlXz0BWujwQwjtit/U/NZNw3+lnP5s/wiWSCTomdO9zeXrj/qOwg9zly +URyPDLAlcK+HI0e2MsbH7JqJq92NwtgTmoWj+iMdnFAUG0Gb18MqT+3tTLOIF8Hc +5c9meotvBKKPB1XOwevTngCEF4MiZiCkAU+eve0W5+tQFhDdybMIZmVSEBHgp3c7 +IyfQYs62rmjmBI0HXsthZDw+2KPw4w1zkD9MtexD/JMJaDHwz3biZyoVhucdbLNa +uxPlK1LdzHVXcuN58q0VTOYYpmQvh/rEhFTjObAWWRF8JXcCAwEAAaOBkDCBjTAd +BgNVHQ4EFgQU92QhHH9sVPh6UUHvnKaKZJzlN/YwUQYDVR0jBEowSIAU92QhHH9s +VPh6UUHvnKaKZJzlN/ahGqQYMBYxFDASBgNVBAMMC0Vhc3ktUlNBIENBghQC21um +s0zDfPWZMpYIqaq8sgRDTTAMBgNVHRMEBTADAQH/MAsGA1UdDwQEAwIBBjANBgkq +hkiG9w0BAQsFAAOCAQEAQUVJZVzk0eXOfA5qaHdYE29cW37ImVy9gMQGS0Mg6tT6 +lwBQyXG9Gd/KvCG8WyzgEtuloHqknCRdLDb/N/X2oG5ib7ypCv4j+VeVOXCwAq2N +dhEJdQxMxDYrpcAMFpcr7oZA8jEQBtLG2sKRw/3MMwk2rBaKbTxk+SVnM7EOR5rV +plOc84Y+hZ2trQEUV9iussxWlr7GUbFeKaE8qYvVmqqoXxl9plt5VOgTnZHCNyN9 +jxGnOdcKq3KERPVhwBwfNpfYDqLjKp+A8TTDkhjRm80ayeMCStYjVaH3ud+/jmn3 +ye6/XUOrsn9aZhHBCN9pCJUsIRsGemTvQVH74tusew== +-----END CERTIFICATE----- + +key-direction 1 + +# +# 2048 bit OpenVPN static key +# +-----BEGIN OpenVPN Static key V1----- +b3a5e1e4f76a13d2d496ca397897d6e4 +644f28ac1fd6e1edba47aadbcdb1c692 +5203f522ed18b66b5df5a0259bc9581d +5601c534f6a6f0c34939fc743553b5e7 +140e2d1c467bfe5d99ad423a726f4b42 +e760f0f0b660293866953b4fafdaf683 +362c589a3db5feb3456d84a8f219521e +ee8dca14b3d0c56814da63f01a7ef89e +b4b3df8c6b85c051f5997b8b3360d7d2 +6b51203b03ec07e66726d894791dfa90 +a3ccf3703799ab1ba9905828b4f2baf8 +5c13530607d6f227f13bb897785b2ccd +140bc95f7333037df6a65b6c96c8fcd6 +d28226af3b1b084bffb92016312a4ca7 +f6cca31f281b03d45ed7d13145837ba3 +130ae15c5d868ba25f7ba702c6161f56 +-----END OpenVPN Static key V1----- + + diff --git a/src-local/instance/swarmlab-sec.backup/swarmlab-sec/project/t b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/project/t new file mode 100644 index 0000000..ec2098c --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/project/t @@ -0,0 +1,12 @@ +sdfsfsdfdf +sdfsfsdfdf +sdfsfsdfdf +sdfsfsdfdf +sdfsfsdfdf +sdfsfsdfdf +sdfsfsdfdf +sdfsfsdfdf +sdfsfsdfdf +sdfsfsdfdf +sdfsfsdfdf +sdfsfsdfdf diff --git a/src-local/instance/swarmlab-sec.backup/swarmlab-sec/project/test.retry b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/project/test.retry new file mode 100644 index 0000000..e0644ad --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/project/test.retry @@ -0,0 +1,4 @@ +172.22.0.2 +172.22.0.4 +172.22.0.5 +172.22.0.6 diff --git a/src-local/instance/swarmlab-sec.backup/swarmlab-sec/project/test.yml b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/project/test.yml new file mode 100644 index 0000000..c363935 --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/project/test.yml @@ -0,0 +1,45 @@ +--- +- hosts: service + remote_user: docker + gather_facts: no + vars: + user: "docker" + + tasks: + # ----------------- + # make directory + # ----------------- + - name: make dir for data + become: true + file: + path: "/var/lab/playground/playground-readmongo" + state: directory + owner: docker + group: docker + mode: '0777' + + - name: google.com + become: yes + become_user: "{{ user }}" + command: curl http://www.google.com + ignore_errors: yes + register: configwww + + - name: ls configwww + debug: var=configwww.stdout_lines + +# - name: ls -al /var/lab/playground/playground-readmongo/ +# become: yes +# become_user: "{{ user }}" +# #command: ls -al /var/lab/playground/playground-readmongo +# command: netstat -antlupe +# ignore_errors: yes +# register: config +# +# - name: ls config +# debug: var=config.stdout_lines +# +# - name: Refresh connection +# meta: clear_host_errors +# + diff --git a/src-local/instance/swarmlab-sec.backup/swarmlab-sec/project/test1.ovpn b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/project/test1.ovpn new file mode 100644 index 0000000..0b08be5 --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/project/test1.ovpn @@ -0,0 +1,121 @@ + +client +nobind +dev tun +comp-lzo +resolv-retry infinite +keepalive 15 60 +remote-cert-tls server + +remote 192.168.1.5 1194 udp + + +proto udp +persist-tun +persist-key + + +float + + + + + +-----BEGIN PRIVATE KEY----- +MIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDicLw3VHI0jo+n +HJmGe6Q1HYQDov5GaLPcigf68G9WQdbEwASkasfT9QsqjteH/YfnuE9J+5DZBwKp +3zSjVC6+/DaWqL9yu8al89UHU70TNAD6hDyU+5Cc+4SmbWtYbkxA6TV+OsoBxj3j +aCeLhiVqc4bLFnr8zXsJYlr3GqTOZb4Oe3snSo+bynt2M31kciEMyeoLXHkxyJF+ +DKDRNVqq5gv2tUERLVmYlVQ12O4MhvS0dyOQNqB/tGv5IJ7dtQyg4oQerwhiIbRY +TegyI+M6cXSLi/JwSuOfuxcMOScl6ttiLtuODE89KNL1gPKyOiKbb6mX0vYXUw/0 +MoAjkph/AgMBAAECggEBANDBxBNya9NeNruGl1cvN6SsMF+17Zv1vROtwUusS8iG +7Dv5Fo6Jzu3udDvo8nTx3FBZT+fR36jlWKRJHdsRqgLyvFTK/60DxlCKabPWlHJW +uCw8qylifuDq1FEmgRdGoFAbb/COvFtEaxvykrqDko0AMp2afQoBWdO99ETpMFUC +JQq5SiO0ElzUN2+A2X4TToibVBOGut2RLf2KbDdhKXMjCDFhB/XYNmpdhqnAKy+5 +RV9+uldO3zMi42Mq64W5PVL5GStBMCJMqiGlCYT3boXDtmXCVHQArfQk1FlMtNit +mjW/aFIjGc0xP4mzXTbmlaohS3oYOQFy6XDD3rEEm8kCgYEA+2VIcE5u43w+wlm4 +sjn6Dp7YJuqnly4VwIM3Q34E/a7O4TP989+1UQoHLjRpV7taSoDb/GciGR1cqZ/o +KCtZh6lVmiZIG4GpHsSUqr0XeNOMQ8BrbJ/EYe3E89/eXd7mfozQX//jmM+O6YkT +t25QH8NQpGIeoutLQzBW8gqnDgsCgYEA5pZx1iEhCHVCaXwrKo44G0KJPkqwOG2q +6Wy5b0yqnLNc/iAgLR58bRmq0QAL/Z4UaVH5B8Wkv5OEmRMtFqKb+lVJGDza0ghr +Ry1VejVbYUZBjdEGtaQquSWEFxJVoiI3U6EJ3i8GwLBoMfD77IbMFzi2ySFvfBLq +66AE5PDjC90CgYEAwKT7nrwr830pZqt0gnc1LPECeMgGxy4UkyK6PakbT/8eH6tE +5xY+DqzdlcWqGAXFCiS27zNlCNPcR0v3jpixkejsZSUCyrlQjPhdaH1guEF8Ugrp +ByNjTRv0emHKOCrwfHeR0o73rQkY3dMiXcVV9xEoAeAC1Bv037byWaZaH8MCgYBZ +wkBn0ReRukty0mHfO+M9QUY5WEuGe7InESqR168mNm/BgHHl/lMDCRXEK5d/TxS0 +9rLQwq/h3yOjjqJjiELdTGuaor2vOpW/7Da0zqZWlEmaUb6h4Fi9H4xuirWI2nbc +9/fmZDnlsgWtQxhdtw8lDu+gFYLXMmn99JlTIS3QhQKBgHUhZPKHe+EDbeWjKB3P +JKv22SgGlV/jp75myTJ6o+lMhe1LRm7MJbGDzbvyOsAkze/3USE2MXtMY+rtIhck +JBX/Nz41tJ7zVg8HeglFHwcNAltH8bFVcvBHmaB+xwVMOrkSNTs9aswvprdGgK6K +r89tyT1XrOVPNZZjmSspxuLv +-----END PRIVATE KEY----- + + +-----BEGIN CERTIFICATE----- +MIIDUzCCAjugAwIBAgIQdYhN0MYDZO2c4Rw2e/PPBDANBgkqhkiG9w0BAQsFADAW +MRQwEgYDVQQDDAtFYXN5LVJTQSBDQTAeFw0yMDEyMDgxOTA1MzdaFw0yMzExMjMx +OTA1MzdaMBAxDjAMBgNVBAMMBXRlc3QxMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8A +MIIBCgKCAQEA4nC8N1RyNI6PpxyZhnukNR2EA6L+Rmiz3IoH+vBvVkHWxMAEpGrH +0/ULKo7Xh/2H57hPSfuQ2QcCqd80o1Quvvw2lqi/crvGpfPVB1O9EzQA+oQ8lPuQ +nPuEpm1rWG5MQOk1fjrKAcY942gni4YlanOGyxZ6/M17CWJa9xqkzmW+Dnt7J0qP +m8p7djN9ZHIhDMnqC1x5MciRfgyg0TVaquYL9rVBES1ZmJVUNdjuDIb0tHcjkDag +f7Rr+SCe3bUMoOKEHq8IYiG0WE3oMiPjOnF0i4vycErjn7sXDDknJerbYi7bjgxP +PSjS9YDysjoim2+pl9L2F1MP9DKAI5KYfwIDAQABo4GiMIGfMAkGA1UdEwQCMAAw +HQYDVR0OBBYEFIo860tuHVO/sXqryAYRY4A2bZSvMFEGA1UdIwRKMEiAFPi9v+Jd +23t+3DYTUWuAryzTViTcoRqkGDAWMRQwEgYDVQQDDAtFYXN5LVJTQSBDQYIURcc1 ++fjYVnwEs23YtPQH82P66yEwEwYDVR0lBAwwCgYIKwYBBQUHAwIwCwYDVR0PBAQD +AgeAMA0GCSqGSIb3DQEBCwUAA4IBAQApW5eWsgINkORnd200eKY6Uy2AEIvYRJfI +uLEPadPZN9ufzB9BWZvaY70Oe/08clIUH7ll7sP3TBW+hfOENAv3pk+fm54j/jnS +WVASrrZb6tQg9f+khEexVs1PQDTY3AfedZ+s+g63jcDMqa5PVL1/rmSugAnHMTRG +C/3Nx9snI6RJn/b/EvPzdEtSsmj5HYLstCDog/EyxSMtmxFmvn6iFyDTwjqykwH6 +eJMXuiEsEd89h9O0m/NPFjosRclCORt2PpZwDNcGkLmIB76ybjn8CDEyZO7XZxYM +OtGnh8apbR9FmTgjB6gZls59wAGfWWV62Kruuh9m5jJXfxKCxYf0 +-----END CERTIFICATE----- + + +-----BEGIN CERTIFICATE----- +MIIDSzCCAjOgAwIBAgIURcc1+fjYVnwEs23YtPQH82P66yEwDQYJKoZIhvcNAQEL +BQAwFjEUMBIGA1UEAwwLRWFzeS1SU0EgQ0EwHhcNMjAxMjA4MTkwMjQ1WhcNMzAx +MjA2MTkwMjQ1WjAWMRQwEgYDVQQDDAtFYXN5LVJTQSBDQTCCASIwDQYJKoZIhvcN +AQEBBQADggEPADCCAQoCggEBALHG6hwGiwoOn5zQCUZRxCfCR24SkIKxGgwPfWLD +tuhbJYKKCTGpebesfej9kspoRyaYFnJ1hICOn4K+R1D1hrbq0Wb9T3ywWTnAVYI/ +ZxUzX790XO8xz6tnmrZR4uWwHR8T84hYdLvx2ZnhPxkW2g58ijfdF1chsCaJ+AjX +MZZyyfw98Dmw4lHCH10TEeuuCgunM1bWPSGKTxskx5bswCR7hs42ddLWg98W0f25 +QK0yrimI4yhI6PKVmcQ9f7yOVh0iuk82v+zzEDiPVRNQWWPYuhaqx76V71LfTJIW ++H9CQ91sKDcNapkL9ceF3ZzB7aJYy8pGxL9WMhOT2GpTfBkCAwEAAaOBkDCBjTAd +BgNVHQ4EFgQU+L2/4l3be37cNhNRa4CvLNNWJNwwUQYDVR0jBEowSIAU+L2/4l3b +e37cNhNRa4CvLNNWJNyhGqQYMBYxFDASBgNVBAMMC0Vhc3ktUlNBIENBghRFxzX5 ++NhWfASzbdi09AfzY/rrITAMBgNVHRMEBTADAQH/MAsGA1UdDwQEAwIBBjANBgkq +hkiG9w0BAQsFAAOCAQEANmCJGqJoH8BeSx4HCWrzB2s1NxuOPQdxgRzCrLoG29TI +j2iGCK3Uat5j1AuzY+tt1qUszft4Ulgaf8v6EkstHRhXL0Xt8/rERUpAy7ja1t14 +VOBlHf49N1WXum603pX08Ri4z8qMhToQ9F+vhmcoaZosKAgNdNevmoE5k7roExzm +fSP9qwTX+3M85cxAcR5UPdffZOKIKMIfxF08v0+DoXKYqIW6S+qZFkGvH5SykkHe +mKgWFq3fslx3RYHEKg9xuaGXewDD15TOl4AWKUXz+WJw4TM2vozhMhnMIGdKhu+/ +tvMeyTWsLkM9SDf0fmBYjqXRwS/2lGpXssIhDINlVw== +-----END CERTIFICATE----- + +key-direction 1 + +# +# 2048 bit OpenVPN static key +# +-----BEGIN OpenVPN Static key V1----- +a8d4abd1d142fe5b9ee88efb478d61e7 +004f6dad5069e430d51c7529f20fc8c2 +c8472bf9fae194eee690dc624f690d80 +53407f22c7e3731e8b3ba37618252d4d +a69dd841e5490dc21c665be24579eb22 +635feeeb0b2a6b3ab1371dbc9d233f0e +2c8ed62f80c8f65f493dbe4cc4ee34e0 +5515c8b09b2054765e5446e71901ccfa +1b50cd8c6dd554e32b14638dc5829118 +6e5200172887f1d798738fe7b520ecba +18c6e4749d75a005f8a8b41af7ee788f +f5c7ad68fd35bb134560b4d2d31ab253 +eb6e108f6e345fd553bc733ff1a327dd +55ae0d6fae884cd1c370257e66c6676c +df977aac8fa9b584091119807dbe6661 +d05293cbe8c905092679aced47204824 +-----END OpenVPN Static key V1----- + + diff --git a/src-local/instance/swarmlab-sec.backup/swarmlab-sec/project/test2.ovpn b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/project/test2.ovpn new file mode 100644 index 0000000..825d4d4 --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/project/test2.ovpn @@ -0,0 +1,119 @@ + +client +nobind +dev tun +comp-lzo +resolv-retry infinite +keepalive 15 60 +remote-cert-tls server + +remote 192.168.1.5 1194 udp + + +proto udp +persist-tun +persist-key + + +float + + + +-----BEGIN PRIVATE KEY----- +MIIEwAIBADANBgkqhkiG9w0BAQEFAASCBKowggSmAgEAAoIBAQDjk7U8/A8vcYXx +Z3uCgwDsnfA4SjZywFRpef5vl2P/qugedPg7oBrxE9dIx8pXCKnpgwxLr4wLk322 +JRPt4eAFFU6pmlJ3Ls40QM2cLXErXsV0XFicM7da5vyA9LhYESuAP/tsWQDL4+K7 +WDJDZhFt4JUxkftZwxOw47LmQ763uli8W3B8rJLR4O/c/Sf99Zd4LfzhO/WwDoiV +YPLC8xjttL5/S04IRTd0MobIYQmD81I+xo7fy9uiiCVV9Gyfb2/U2DZaAkCs8jV/ +pL4cZJ9j21A41b4SGj9cWSTqUSRZPg41lLq0zzTJR/fSniYoIQQeuQKXtsr1TyaM +t2uFA5+fAgMBAAECggEBANSIvMkQicoAFlxGDYXsfK9+LLsVK9ZtIihDY0iqNRyv +awoOqUleE+szYWo6FBDGKZDH73K7pmmlO9EgvYT63rFAne8tDXj7AF6yapNBqSAc +6QDrwWFXtxQxBn4UjhjJKDwlBNTCJklEMRpPmtlw+DQKeqsJr5i746beb9Q2TmXb +4mqYYTjVnM5fR578En8vmK8JzHvLm4sAJ9YpHf57dMiSRrAdEcf7ZEfEk5MpTRJl +XqI7b1hZ/qVnu3aX9/5SpnBWxXQ/MpxMif9V57Ty2B4NOmnbs87xb/6VEUMdQVG4 +E+zqSR1hnCoCFTQ+Csz8Mc7/J3OM1AxltqhkEyDvmpECgYEA82DTWFCbK8tKWdXi +gfSlOmhZnYgNK2YClCfyAuHZt+kMV48CBc8XjqQqpdChmaZeG/TCzfr5r6Qp9fLf +XI/ow9Czm4i8hF97CFBOVlh9fsKKH43+NdaFr8aaIpxYJu+IMG9QStDMvxMpwlO0 +5oMkfA2jeBjGZXE4Ky1c9LGMatcCgYEA72EZf0YgbZahZwaqjAX3p2fyrHYwbapv +/gVsV9dSho64DoYZCAX+jq282lbe1/gbg1xOH3+Mg4XHtLdrcvRQrLtBRx0o8mYs +AjM/rCCYxOaLAVCmkBsiZTKe8xQ0I6rt1gYnCGZ/UpdWNKH8ZYw0RUO8gtfCzZEz +AWuQTjD/4HkCgYEAt6FO1Uu8SIbSSoX+qV8Va8RgGWQVy7DkMTUSfOo7g2/rSAU2 +2XsvowhqxUFtLKlCSIWclh3PVp7eqhveO9C5J0XIvomk85u3EMbG1I9f4MyXusdA +Dw8VP1Lx6Ttdp8MDVsgmJMz2LxUeZOkTjPlWBeOke3D2AIQ0hR9tC5MLB3ECgYEA +2B+Qx6pm6MqQ2tXX8SgKGujs3uyueLTi/DOlSAGuDrKYVvSXcPkIhYUy9uZruA3X +uVgDaMjd8nk8f1sC9fzDQdCm9S/Mol3A6hOfLycXBt8nLX7Fg2IcQcXcYJcjI/jV +VuCjKSBxX/4m5MpDeOOG5epsLq3iwXqQ1H1rAk2XF/ECgYEAwZeFQfo75wnkcq5i +5diN2VhIYZDoFbG31Ds4Bsy4LvY/FugkgxAYR+7tFzc+yPxVI6apJkV1J94q2Szr +BgSWMhw5csUnHQFVDFt4TCTRXjlY8OPZIHx+If6+03bxXan8jUKqAhkvhTQTMzdw +2gcNdVfMS5ab0IvlkZouk57WyAs= +-----END PRIVATE KEY----- + + +-----BEGIN CERTIFICATE----- +MIIDVDCCAjygAwIBAgIRAPlgkZfgLpC3PT+FvjQq4KwwDQYJKoZIhvcNAQELBQAw +FjEUMBIGA1UEAwwLRWFzeS1SU0EgQ0EwHhcNMjAxMjA4MTkyODE4WhcNMjMxMTIz +MTkyODE4WjAQMQ4wDAYDVQQDDAV0ZXN0MjCCASIwDQYJKoZIhvcNAQEBBQADggEP +ADCCAQoCggEBAOOTtTz8Dy9xhfFne4KDAOyd8DhKNnLAVGl5/m+XY/+q6B50+Dug +GvET10jHylcIqemDDEuvjAuTfbYlE+3h4AUVTqmaUncuzjRAzZwtcStexXRcWJwz +t1rm/ID0uFgRK4A/+2xZAMvj4rtYMkNmEW3glTGR+1nDE7DjsuZDvre6WLxbcHys +ktHg79z9J/31l3gt/OE79bAOiJVg8sLzGO20vn9LTghFN3QyhshhCYPzUj7Gjt/L +26KIJVX0bJ9vb9TYNloCQKzyNX+kvhxkn2PbUDjVvhIaP1xZJOpRJFk+DjWUurTP +NMlH99KeJighBB65Ape2yvVPJoy3a4UDn58CAwEAAaOBojCBnzAJBgNVHRMEAjAA +MB0GA1UdDgQWBBQ103EN2Un0bYqb9Li035IPWpu3pDBRBgNVHSMESjBIgBT4vb/i +Xdt7ftw2E1FrgK8s01Yk3KEapBgwFjEUMBIGA1UEAwwLRWFzeS1SU0EgQ0GCFEXH +Nfn42FZ8BLNt2LT0B/Nj+ushMBMGA1UdJQQMMAoGCCsGAQUFBwMCMAsGA1UdDwQE +AwIHgDANBgkqhkiG9w0BAQsFAAOCAQEAl61A21JJK7fXWyXy5ldlu8hMIOzAMj6S +9oXOga0LoqRvXCvWG5zGepFmUeMEz1AtcmialXfJVwzTJH5oRR8TqQ2wwJM1uhtw +6iI/0fqI/pxKE29Y2IcS+qgz7fnrwdCJ2FADnc9OEfSfADNthMWmZMKARgf1+Pc9 +3caAuy13su8aKE6va8na3S3tfPlCmFCEG9r+f1mAWlJRXfI25PcCv/8D/5jyIHrb +bc90gJqSe6p4m5oclB4YT+x81PXliBX+I5OEkUFD5b2OdprsCALzfmuxoUAKWM/C +XfTBdrsIrPtAIccJ6u7rAo5lhrjDZfg3ORdEMbQci05VfRY668tUKA== +-----END CERTIFICATE----- + + +-----BEGIN CERTIFICATE----- +MIIDSzCCAjOgAwIBAgIURcc1+fjYVnwEs23YtPQH82P66yEwDQYJKoZIhvcNAQEL +BQAwFjEUMBIGA1UEAwwLRWFzeS1SU0EgQ0EwHhcNMjAxMjA4MTkwMjQ1WhcNMzAx +MjA2MTkwMjQ1WjAWMRQwEgYDVQQDDAtFYXN5LVJTQSBDQTCCASIwDQYJKoZIhvcN +AQEBBQADggEPADCCAQoCggEBALHG6hwGiwoOn5zQCUZRxCfCR24SkIKxGgwPfWLD +tuhbJYKKCTGpebesfej9kspoRyaYFnJ1hICOn4K+R1D1hrbq0Wb9T3ywWTnAVYI/ +ZxUzX790XO8xz6tnmrZR4uWwHR8T84hYdLvx2ZnhPxkW2g58ijfdF1chsCaJ+AjX +MZZyyfw98Dmw4lHCH10TEeuuCgunM1bWPSGKTxskx5bswCR7hs42ddLWg98W0f25 +QK0yrimI4yhI6PKVmcQ9f7yOVh0iuk82v+zzEDiPVRNQWWPYuhaqx76V71LfTJIW ++H9CQ91sKDcNapkL9ceF3ZzB7aJYy8pGxL9WMhOT2GpTfBkCAwEAAaOBkDCBjTAd +BgNVHQ4EFgQU+L2/4l3be37cNhNRa4CvLNNWJNwwUQYDVR0jBEowSIAU+L2/4l3b +e37cNhNRa4CvLNNWJNyhGqQYMBYxFDASBgNVBAMMC0Vhc3ktUlNBIENBghRFxzX5 ++NhWfASzbdi09AfzY/rrITAMBgNVHRMEBTADAQH/MAsGA1UdDwQEAwIBBjANBgkq +hkiG9w0BAQsFAAOCAQEANmCJGqJoH8BeSx4HCWrzB2s1NxuOPQdxgRzCrLoG29TI +j2iGCK3Uat5j1AuzY+tt1qUszft4Ulgaf8v6EkstHRhXL0Xt8/rERUpAy7ja1t14 +VOBlHf49N1WXum603pX08Ri4z8qMhToQ9F+vhmcoaZosKAgNdNevmoE5k7roExzm +fSP9qwTX+3M85cxAcR5UPdffZOKIKMIfxF08v0+DoXKYqIW6S+qZFkGvH5SykkHe +mKgWFq3fslx3RYHEKg9xuaGXewDD15TOl4AWKUXz+WJw4TM2vozhMhnMIGdKhu+/ +tvMeyTWsLkM9SDf0fmBYjqXRwS/2lGpXssIhDINlVw== +-----END CERTIFICATE----- + +key-direction 1 + +# +# 2048 bit OpenVPN static key +# +-----BEGIN OpenVPN Static key V1----- +a8d4abd1d142fe5b9ee88efb478d61e7 +004f6dad5069e430d51c7529f20fc8c2 +c8472bf9fae194eee690dc624f690d80 +53407f22c7e3731e8b3ba37618252d4d +a69dd841e5490dc21c665be24579eb22 +635feeeb0b2a6b3ab1371dbc9d233f0e +2c8ed62f80c8f65f493dbe4cc4ee34e0 +5515c8b09b2054765e5446e71901ccfa +1b50cd8c6dd554e32b14638dc5829118 +6e5200172887f1d798738fe7b520ecba +18c6e4749d75a005f8a8b41af7ee788f +f5c7ad68fd35bb134560b4d2d31ab253 +eb6e108f6e345fd553bc733ff1a327dd +55ae0d6fae884cd1c370257e66c6676c +df977aac8fa9b584091119807dbe6661 +d05293cbe8c905092679aced47204824 +-----END OpenVPN Static key V1----- + + diff --git a/src-local/instance/swarmlab-sec.backup/swarmlab-sec/project/testsec1.user b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/project/testsec1.user new file mode 100644 index 0000000..eb6df63 --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/project/testsec1.user @@ -0,0 +1,110 @@ +client +nobind +dev tun +comp-lzo +resolv-retry infinite +keepalive 15 60 + +remote-cert-tls server +remote 192.168.1.9 1194 udp +float + + +-----BEGIN PRIVATE KEY----- +MIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDNBPNW1mjZPC53 +FPVwAD576uALJO/YTJEkEofKjqe3ju8TqXC7Y9ycax27pAfImpbkP6bzyvrKHmUx +dBaZp6vYeP2W30LnSm8O7+2H3ntJskziIhKP/hCBRbC80H9QruIlm0EIvAU9dwHt +rqOTViJkUuEdQHFG6ITmT9INpYeEHzlfZYkL/oSMG0+0xEF6t9nTdDEdw70TjvD5 +qSnBh6Y1JOrTVdjrrGIGzLRrMOVr1dCECMsZjgNFg8QHSpsdFQejz+0KWBHkMnxU +aWwsr1lONttdxMFRdNnugKg60mr79+tjXYRFwSY0L7tpd4LJiRi8V53Mfxv0Nsyu +so/j8b/LAgMBAAECggEBAKSjphqFIjvZZWMBtLvVplfy3Sp15hnoGuJB80RJ3Qu+ +P+WlOz9wyVffeUgXSJzi7+up5hN/XHh1gkP9eqy4BntXZiYDcoG0t4ziRfjHRHCB +O9aZEBkMKQr3ASAPuz36wub6T3aJLxgV+rl5dii6kfHI0Lih6JXN4fPmA8QrurDw +xgXow7Nw3pNm/Rj/kZ+z4qvtnhoSq7gO1nUvSWPZ/2ADVxGONjKOHunKDFibVlac +9SJDGiFkT5xy3Isq00GChW04b2caof6cl4eRMuYrp4IdNXgFn/I3xOV2s9OnFj0g +o3qBFrOUTTbyXE1XfYyB/V7iGGDkFyLAoqAxHvTFD1kCgYEA7MQjZ/uvoOujFrHo +bbcYm1MLeE1ReLNRkTFlZiLTf0HZxuEQyevv+Vb3RavfDlmovxMl8SJXQVrBLgsY +uvDqIaTGy3e9luGCWdAvWA4/epV7T4NCUDHmimDgOR5OLdQ7S1I2JY7r+OPC6C/Y +ISI/V345p57JLT4WHjzmgHcqOOUCgYEA3ayYcmwFRhFmX5Wq+3v0akaZ3ruEQsvf +dnCWinviNKXj6UFF+qhpX8VpYzJK2HodGF8WNMYT/ObmhJ6iX6wc2w2OXA7CEe/Y +kg/8y/EIEFkCuMxJOpdPWjRsYqDGjvYAJc2+DudEE+lyRZby6SMZjQQUXPv7NXUq +uCjERFur+u8CgYB4IxXsH1OAjdBVJbTQZwV/WuYJBwJ+Ak8zIyNWbflvKxS7y1vf +eW5s0Gnr2kf2Whw7yBWKg2hO6yP2nv7PbIsAw0Fz4LA8rPSdaft77M7c/phxQiMV +2hwmvv1HPk9hBb2IfJCpAhpOUhOGCTDbrysA1DWhDfr6j/RdJ322VcEA2QKBgHyC +tIIYkIHBxjnMLGTjQ+7pxwWnV+vY7aRuKvCQEwe1YiWjRzY6oC1uCfrwxb+AH5WP +2z47QADehP5ayCNq3i5gF+U3WOSQTpoEJt86fGgKRxAblso1MRoetf5UBhNIs96I +CMgAOGnixw+1cK1ozLI7Z2CvHHPzYtJb+5nVz+y7AoGBAKSQ54Pj4jhg1cN3j4wg +Al3DAw0hAYpmx2VfLZTdEUnzecXPoxH5Yps7UF45NLCSac5NjLigdMO5NPyxuMBz +oZGCO4BAdl48T7UbXDrtr3koOhWil7iwJzZut2jrWzfdGPdxsltg0pIvVcq49o+7 +94I6xEE2fGbhVd11gCjwwlWO +-----END PRIVATE KEY----- + + +-----BEGIN CERTIFICATE----- +MIIDVjCCAj6gAwIBAgIQAeImdq2eZMkLMaR1z6xy3TANBgkqhkiG9w0BAQsFADAW +MRQwEgYDVQQDDAtFYXN5LVJTQSBDQTAeFw0yMDEyMTYxNDEwNTdaFw0yMzEyMDEx +NDEwNTdaMBMxETAPBgNVBAMMCHRlc3RzZWMxMIIBIjANBgkqhkiG9w0BAQEFAAOC +AQ8AMIIBCgKCAQEAzQTzVtZo2TwudxT1cAA+e+rgCyTv2EyRJBKHyo6nt47vE6lw +u2PcnGsdu6QHyJqW5D+m88r6yh5lMXQWmaer2Hj9lt9C50pvDu/th957SbJM4iIS +j/4QgUWwvNB/UK7iJZtBCLwFPXcB7a6jk1YiZFLhHUBxRuiE5k/SDaWHhB85X2WJ +C/6EjBtPtMRBerfZ03QxHcO9E47w+akpwYemNSTq01XY66xiBsy0azDla9XQhAjL +GY4DRYPEB0qbHRUHo8/tClgR5DJ8VGlsLK9ZTjbbXcTBUXTZ7oCoOtJq+/frY12E +RcEmNC+7aXeCyYkYvFedzH8b9DbMrrKP4/G/ywIDAQABo4GiMIGfMAkGA1UdEwQC +MAAwHQYDVR0OBBYEFPMNN8qLUE+RG3PH77wVA9ENtmKoMFEGA1UdIwRKMEiAFL67 +pDwkJ3ttUt1dql5aUVP4IphdoRqkGDAWMRQwEgYDVQQDDAtFYXN5LVJTQSBDQYIU +csL+q0+FLRphy48kqqtVmOim5QEwEwYDVR0lBAwwCgYIKwYBBQUHAwIwCwYDVR0P +BAQDAgeAMA0GCSqGSIb3DQEBCwUAA4IBAQBdLTltnQylImp33M0XhHE2cXN0GHR5 +2lTUzFfbprM8f7//Jnj+HMNYCwmzOa41B0x2GmdO1C1FRt1Kmz2AknwZFsRl+YoD ++Qovj2XlJp2EVs1s88amsaDghCD+VguDiavuAPyub5M/i63f8gjkZ3VStg+2aV2m +1xPN1BUopgWCN2V0zcehZ+f9owjWVuHZLtTSGPJf0w3A3JWtNE+5pNwIfbn8k+dv +pD/4LLkiCoeA3EWlthubGDJY3C/zRqCOdsputgOoVZ1DS3Um3zC6wFrY5qWPpqKG +TpcaEXQihuWajKTgzQ2sT3EpDfhW9QdG1vLybNW4SqdI4/GHsYU/Xtz7 +-----END CERTIFICATE----- + + +-----BEGIN CERTIFICATE----- +MIIDSzCCAjOgAwIBAgIUcsL+q0+FLRphy48kqqtVmOim5QEwDQYJKoZIhvcNAQEL +BQAwFjEUMBIGA1UEAwwLRWFzeS1SU0EgQ0EwHhcNMjAxMjE2MTQwNDU4WhcNMzAx +MjE0MTQwNDU4WjAWMRQwEgYDVQQDDAtFYXN5LVJTQSBDQTCCASIwDQYJKoZIhvcN +AQEBBQADggEPADCCAQoCggEBANGsJopYf1Nq9B5lDoJQFQULQh6c2rnHZS+qL04+ +cYAgm/Gb45Ow5wZG3WZ9G1ksO/H0+cormHoYdefNbzmH7K9jlfDzIxqWv3nKu3WN +towbzimuLGA2+uRsLR69jBzP41NVyzquw2bnKTmdPak2Igjo24NQ6oXNssMve6HX +zMzoc+j+8f+sDU3eJ28wBd/sO4xRf9O/UtiwV9+dQF9J456lnHJoWVTgJA9ffdPc +OX0eTtlCH9Q/nlWZs6pRXZ5fuZOPMi60Ebu3Jmec3p5RRkIVPa+XoG4HaxtaNOde +kWv3lO0o+DdpkNYmGs+b6e+zyBbiqv6oaiX7DBugG60Bm8MCAwEAAaOBkDCBjTAd +BgNVHQ4EFgQUvrukPCQne21S3V2qXlpRU/gimF0wUQYDVR0jBEowSIAUvrukPCQn +e21S3V2qXlpRU/gimF2hGqQYMBYxFDASBgNVBAMMC0Vhc3ktUlNBIENBghRywv6r +T4UtGmHLjySqq1WY6KblATAMBgNVHRMEBTADAQH/MAsGA1UdDwQEAwIBBjANBgkq +hkiG9w0BAQsFAAOCAQEABNPKuzm19OtcfjdjYe1kC43f9H/2d/gzecnrryefGKfI +0LfQYgPPZ42jTI17GAhWxIFh8rBKeQPRntkS+khBLrDbcNivPCpU6FJWx9WGiqyJ +he/q3zMtaJowKeKBw7MAD4DsWq9j9ut8CdsJa/RhIwMe1QET0BfzmrnPxOqTM68b +0lh9xHxb7dKJCJj6+2rxpnYeh/sZ/DCZuV8resxSOLdCdwlgtuhsJVy094gdgg4w +iqcAIDi8ZQmdV0lUSM63GkjRLNPrwFUn5URDliSJ3zBJZaWnz2/7/5wJhs7rrPlh +HJ3NggoBlmyXcTRABKiKavH7e+Vap1Nhzy3VpzE/aw== +-----END CERTIFICATE----- + +key-direction 1 + +# +# 2048 bit OpenVPN static key +# +-----BEGIN OpenVPN Static key V1----- +763e227713a0f9f0c66fc3aac17507e8 +cf4e1668d1c417d57f8ba854c6fea7a5 +f96995243f17dcaa0bbd75978e7064d0 +602379b06dc955376a97186a2339051b +feec13a3532f4c6b7ca093dae0e2d03e +022b968e360f38127432b9c5724c7931 +ad0eb2642d85b6cec0cd4de5d423e13b +9de553ad039cf28dc89e024a67f27590 +de56e62ce8396f6644b892f45915c38d +d0dcf018c745587332cfe89a193d465b +6c9d4a2fb8e710862f918efd21945898 +53036f0a1814b78d943d37f265fa2272 +b5bd1f876c7fd8c634ef4581918966d4 +77d789ece3aacf6d74a5bb52146bee09 +56a012def292a07abbf9a5131883a9a5 +a63feffc680e4f89ea8d0dc2681be2fd +-----END OpenVPN Static key V1----- + + diff --git a/src-local/instance/swarmlab-sec.backup/swarmlab-sec/project/testsec2.user b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/project/testsec2.user new file mode 100644 index 0000000..a9da360 --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/project/testsec2.user @@ -0,0 +1,109 @@ +client +nobind +dev tun +comp-lzo +resolv-retry infinite +keepalive 15 60 + +remote-cert-tls server +remote 192.168.1.9 1194 udp +float + +-----BEGIN PRIVATE KEY----- +MIIEvwIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQDcPvwkSyM4mydF +4BPiWKl8n0UprWSVgXwZZb68V+syegPGwg2Y4nubB0niMRy1lmlBHz8xE4PqsOBe +ybFQo+JdLfPPtIAzuQqB230xuuww1GkPts5l/BeHTRXPB4y3my3Jxr+TnT/gn543 +BCf65GkSAZp46pUGcLVYEk1kBim9tvaVKh10fL/WMCauGhlqkKSMBw5k9ACpYCmS +MNEdhSOyl9vZ3rBhvROq8KyzCLCFgi5DsGQcZscDVQsqd/eAUwx+9ODFzO8tHfs4 +tLVb6AylIUxVzVCtVw/H0JuNcq272VS6QbHJ7i2tCwpV2UT2SWnJjvaI2P4dtsG+ +QCR7Z/bJAgMBAAECggEAKAPdha6NGKS/zuc2VaJsMLMzOq5BHxSmemrM66VBmysl +8n+hPsyvTmxVlR39LFTGjMljjsQP7Jz0NuSILbGI2AsYR/1waXVOHmfFaDqg3QJK +kEtTVp4lnDR6KOIjQ9ySxh0xA13HlEUL1s0PgnrrSBU4fo2IQ+JIYFb67phcDxaP +fPmBRTwg//NAuC/YKmORFkDw1f5DyTo0SlXFbIxtC0Y6NfUiltPEZKf8BOGUHq7l +o9RssKvmycxLC6GieajSRQyZVyou6mEVw/kGqz+08M5IHisjzfVIIRNO+RCPWbEL +n2QSxTvWi/lK2iliSYYkQhxbplsr0x8cL1l+Qq2oMQKBgQD3fV2dDuEfJWZO53Nn +GwNrmUwa8vb78GqLkV2yxOB8BrsgqvmQAHrHc+2kzbr6H4uKCQSXj8BgGfzZ84LL +pHdSZa5/GomWqJgT3QNhDdXYPPnb0W+ppJmCivebOY/9bHtCAxHLYsED/S6Fsfjh +1fmVrp8i+JLjyGY+/Nl1Yq/pjQKBgQDj0cuM31qFUcZS8JXgQErdBKkgJSU05LDI +4lCedSfFPX9CrARwrt282BTW/He5MAqLJQTtOi9YyuCXYlR6dNL6XWk+/qDu8Nb/ +m9/iae1OhK4CZ/V22cLcPgrQzgPrMWjWfBycb8NoxZnvvkB7fNajUP73sIyTaiu9 +PznM6c7NLQKBgQCEGZlvLLMC8e6C7U2O2j9gHmod9FPatD/akVPnCOkdqmYVkM02 +jNr8PSe6kMldmprbqeaWk3dGlHh/SVgmJHpAM+AJHfwUu5a4+35DPqRHEHz5VPf6 +H86EfHKfmwD9bvr3iDXmTqbh3zEG0bEbsh/PQm7UtsOI672Pn1zfKDbnPQKBgQDU +M3IZwWGblNPaJWY0/y28OL8fxfmmDu3r74GQVye4PNPw0jFAlGDNqaefqIIL6Iep +m82++ddoKXCREXIGrhJmSePiXWKhrYtVg2dCidAUttkuPI8TKTqr0s5YN8zGobs5 +LVmpDSFC0evUt61wWJPEg4k6RSRrmxUqrV21VILf8QKBgQDcqyFY0PJgy7V2v5fm +dyRaAiICEjkfSuV9a6chpiQKExz/mx+sV4Bo/wfkP5xoQXl2/nL8QYDe+JzUAw/D +cfSU79bYYdUgrBWYs+lPRxcGpcn4OKJsn9m571cTv9Xfk8l3FWCoVDU7UJal9Wrg +S53oI+8MXNfFg6jtcAOhzkrraQ== +-----END PRIVATE KEY----- + + +-----BEGIN CERTIFICATE----- +MIIDVjCCAj6gAwIBAgIQbxDqI+aXsxBna8yBpCLcSDANBgkqhkiG9w0BAQsFADAW +MRQwEgYDVQQDDAtFYXN5LVJTQSBDQTAeFw0yMDEyMTYxNDI1MjRaFw0yMzEyMDEx +NDI1MjRaMBMxETAPBgNVBAMMCHRlc3RzZWMyMIIBIjANBgkqhkiG9w0BAQEFAAOC +AQ8AMIIBCgKCAQEA3D78JEsjOJsnReAT4lipfJ9FKa1klYF8GWW+vFfrMnoDxsIN +mOJ7mwdJ4jEctZZpQR8/MROD6rDgXsmxUKPiXS3zz7SAM7kKgdt9MbrsMNRpD7bO +ZfwXh00VzweMt5styca/k50/4J+eNwQn+uRpEgGaeOqVBnC1WBJNZAYpvbb2lSod +dHy/1jAmrhoZapCkjAcOZPQAqWApkjDRHYUjspfb2d6wYb0TqvCsswiwhYIuQ7Bk +HGbHA1ULKnf3gFMMfvTgxczvLR37OLS1W+gMpSFMVc1QrVcPx9CbjXKtu9lUukGx +ye4trQsKVdlE9klpyY72iNj+HbbBvkAke2f2yQIDAQABo4GiMIGfMAkGA1UdEwQC +MAAwHQYDVR0OBBYEFGJOBec0w4MboMr2Uf5xxA+j0nubMFEGA1UdIwRKMEiAFL67 +pDwkJ3ttUt1dql5aUVP4IphdoRqkGDAWMRQwEgYDVQQDDAtFYXN5LVJTQSBDQYIU +csL+q0+FLRphy48kqqtVmOim5QEwEwYDVR0lBAwwCgYIKwYBBQUHAwIwCwYDVR0P +BAQDAgeAMA0GCSqGSIb3DQEBCwUAA4IBAQBFXrVG4BKJcCldPzSnaLb7C5FM7Qj3 +bNWWa8H9XJqXemZS3vgTXTEM3PlRMV+Cwi+tEYuZcGxGl9Fvh8c+zCGgGm4/gdEc +F5mCP7Tg4rXRD3+NAUBkdUgwWyX7+vWrcse0ij1we1fbkKKZX06nWWVkSIFWpDAf +/37WdAELUZiRgH2WaNL9/wc+w772ZidNHrC9MKoH7LDBlodFVbTdZ8vFf6Y4U8sQ +Uk87yZy3HUuKVNvAmZIlN0l6E50/P4gBn11fFKp0vylnUss/f7Twa9pRjK1LQLsU +a1hHyKOqTbT004ZbpS2QS9y8GTXDvPTZS79l0+eahxeOuxh4CjxsTtj9 +-----END CERTIFICATE----- + + +-----BEGIN CERTIFICATE----- +MIIDSzCCAjOgAwIBAgIUcsL+q0+FLRphy48kqqtVmOim5QEwDQYJKoZIhvcNAQEL +BQAwFjEUMBIGA1UEAwwLRWFzeS1SU0EgQ0EwHhcNMjAxMjE2MTQwNDU4WhcNMzAx +MjE0MTQwNDU4WjAWMRQwEgYDVQQDDAtFYXN5LVJTQSBDQTCCASIwDQYJKoZIhvcN +AQEBBQADggEPADCCAQoCggEBANGsJopYf1Nq9B5lDoJQFQULQh6c2rnHZS+qL04+ +cYAgm/Gb45Ow5wZG3WZ9G1ksO/H0+cormHoYdefNbzmH7K9jlfDzIxqWv3nKu3WN +towbzimuLGA2+uRsLR69jBzP41NVyzquw2bnKTmdPak2Igjo24NQ6oXNssMve6HX +zMzoc+j+8f+sDU3eJ28wBd/sO4xRf9O/UtiwV9+dQF9J456lnHJoWVTgJA9ffdPc +OX0eTtlCH9Q/nlWZs6pRXZ5fuZOPMi60Ebu3Jmec3p5RRkIVPa+XoG4HaxtaNOde +kWv3lO0o+DdpkNYmGs+b6e+zyBbiqv6oaiX7DBugG60Bm8MCAwEAAaOBkDCBjTAd +BgNVHQ4EFgQUvrukPCQne21S3V2qXlpRU/gimF0wUQYDVR0jBEowSIAUvrukPCQn +e21S3V2qXlpRU/gimF2hGqQYMBYxFDASBgNVBAMMC0Vhc3ktUlNBIENBghRywv6r +T4UtGmHLjySqq1WY6KblATAMBgNVHRMEBTADAQH/MAsGA1UdDwQEAwIBBjANBgkq +hkiG9w0BAQsFAAOCAQEABNPKuzm19OtcfjdjYe1kC43f9H/2d/gzecnrryefGKfI +0LfQYgPPZ42jTI17GAhWxIFh8rBKeQPRntkS+khBLrDbcNivPCpU6FJWx9WGiqyJ +he/q3zMtaJowKeKBw7MAD4DsWq9j9ut8CdsJa/RhIwMe1QET0BfzmrnPxOqTM68b +0lh9xHxb7dKJCJj6+2rxpnYeh/sZ/DCZuV8resxSOLdCdwlgtuhsJVy094gdgg4w +iqcAIDi8ZQmdV0lUSM63GkjRLNPrwFUn5URDliSJ3zBJZaWnz2/7/5wJhs7rrPlh +HJ3NggoBlmyXcTRABKiKavH7e+Vap1Nhzy3VpzE/aw== +-----END CERTIFICATE----- + +key-direction 1 + +# +# 2048 bit OpenVPN static key +# +-----BEGIN OpenVPN Static key V1----- +763e227713a0f9f0c66fc3aac17507e8 +cf4e1668d1c417d57f8ba854c6fea7a5 +f96995243f17dcaa0bbd75978e7064d0 +602379b06dc955376a97186a2339051b +feec13a3532f4c6b7ca093dae0e2d03e +022b968e360f38127432b9c5724c7931 +ad0eb2642d85b6cec0cd4de5d423e13b +9de553ad039cf28dc89e024a67f27590 +de56e62ce8396f6644b892f45915c38d +d0dcf018c745587332cfe89a193d465b +6c9d4a2fb8e710862f918efd21945898 +53036f0a1814b78d943d37f265fa2272 +b5bd1f876c7fd8c634ef4581918966d4 +77d789ece3aacf6d74a5bb52146bee09 +56a012def292a07abbf9a5131883a9a5 +a63feffc680e4f89ea8d0dc2681be2fd +-----END OpenVPN Static key V1----- + + diff --git a/src-local/instance/swarmlab-sec.backup/swarmlab-sec/project/ttt b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/project/ttt new file mode 100644 index 0000000..63a2849 --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/project/ttt @@ -0,0 +1,546 @@ + +PLAY [service] ****************************************************************************************************************************************************************************************** + +TASK [make dir for data] ******************************************************************************************************************************************************************************** +ok: [172.22.0.6] +ok: [172.22.0.4] +ok: [172.22.0.5] +ok: [172.22.0.3] +ok: [172.22.0.2] + +TASK [ls -al /var/lab/playground/playground-readmongo/] ************************************************************************************************************************************************* +changed: [172.22.0.6] +changed: [172.22.0.3] +changed: [172.22.0.5] +changed: [172.22.0.4] +changed: [172.22.0.2] + +TASK [ls config] *************************************************************************************************************************************************************************************** +ok: [172.22.0.3] => { + "config.stdout_lines": [ + "total 420", + "drwxr-xr-x 1 root root 4096 Nov 25 13:15 .", + "drwxr-xr-x 1 root root 4096 Nov 25 13:15 ..", + "-rw------- 1 root root 0 Sep 21 17:14 .pwd.lock", + "-rw-r--r-- 1 root root 3028 Sep 21 17:14 adduser.conf", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 alternatives", + "drwxr-xr-x 3 root root 4096 Nov 11 13:47 apparmor.d", + "drwxr-xr-x 1 root root 4096 Sep 21 17:17 apt", + "-rw-r--r-- 1 root root 2319 Apr 4 2018 bash.bashrc", + "-rw-r--r-- 1 root root 367 Jan 27 2016 bindresvport.blacklist", + "drwxr-xr-x 2 root root 4096 Sep 21 17:17 cron.daily", + "-rw-r--r-- 1 root root 2969 Feb 28 2018 debconf.conf", + "-rw-r--r-- 1 root root 11 Jun 25 2017 debian_version", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 default", + "-rw-r--r-- 1 root root 604 Aug 13 2017 deluser.conf", + "drwxr-xr-x 1 root root 4096 Sep 21 17:16 dpkg", + "-rw-r--r-- 1 root root 106 Sep 21 17:17 environment", + "-rw-r--r-- 1 root root 37 Sep 21 17:13 fstab", + "-rw-r--r-- 1 root root 2584 Feb 1 2018 gai.conf", + "-rw-r--r-- 1 root root 478 Nov 11 13:47 group", + "-rw-r--r-- 1 root root 472 Nov 11 13:47 group-", + "-rw-r----- 1 root shadow 399 Nov 11 13:47 gshadow", + "-rw-r----- 1 root shadow 393 Nov 11 13:47 gshadow-", + "drwxr-xr-x 3 root root 4096 Nov 11 13:47 gss", + "-rw-r--r-- 1 root root 92 Apr 9 2018 host.conf", + "-rw-r--r-- 1 root root 13 Nov 25 13:15 hostname", + "-rw-r--r-- 1 root root 174 Nov 25 13:15 hosts", + "-rw-r--r-- 1 root root 411 Nov 11 13:47 hosts.allow", + "-rw-r--r-- 1 root root 711 Nov 11 13:47 hosts.deny", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 init.d", + "-rw-r--r-- 1 root root 1748 May 15 2017 inputrc", + "drwxr-xr-x 4 root root 4096 Nov 11 13:47 iproute2", + "-rw-r--r-- 1 root root 26 Aug 13 18:59 issue", + "-rw-r--r-- 1 root root 19 Aug 13 18:59 issue.net", + "drwxr-xr-x 3 root root 4096 Sep 21 17:14 kernel", + "-rw-r--r-- 1 root root 13944 Nov 11 13:47 ld.so.cache", + "-rw-r--r-- 1 root root 34 Jan 27 2016 ld.so.conf", + "drwxr-xr-x 2 root root 4096 Sep 21 17:16 ld.so.conf.d", + "drwxr-xr-x 2 root root 4096 Nov 11 13:47 ldap", + "-rw-r--r-- 1 root root 267 Apr 9 2018 legal", + "-rw-r--r-- 1 root root 191 Feb 7 2018 libaudit.conf", + "-rw-r--r-- 1 root root 10550 Jan 25 2018 login.defs", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 logrotate.d", + "-rw-r--r-- 1 root root 105 Aug 13 18:59 lsb-release", + "-rw-r--r-- 1 root root 0 Sep 21 17:17 machine-id", + "-rw-r--r-- 1 root root 2444 Nov 11 13:47 mailcap", + "-rw-r--r-- 1 root root 449 Jul 15 2016 mailcap.order", + "-rw-r--r-- 1 root root 24301 Jul 15 2016 mime.types", + "-rw-r--r-- 1 root root 812 Mar 24 2018 mke2fs.conf", + "lrwxrwxrwx 1 root root 12 Nov 25 13:15 mtab -> /proc/mounts", + "drwxr-xr-x 3 root root 4096 Nov 11 13:47 network", + "-rw-r--r-- 1 root root 91 Apr 9 2018 networks", + "-rw-r--r-- 1 root root 497 Oct 5 2016 nsswitch.conf", + "drwxr-xr-x 1 root root 4096 Nov 25 13:15 opt", + "lrwxrwxrwx 1 root root 21 Aug 13 18:59 os-release -> ../usr/lib/os-release", + "-rw-r--r-- 1 root root 552 Apr 4 2018 pam.conf", + "drwxr-xr-x 1 root root 4096 Nov 25 13:14 pam.d", + "-rw-r--r-- 1 root root 1013 Nov 11 13:47 passwd", + "-rw-r--r-- 1 root root 972 Nov 11 13:47 passwd-", + "drwxr-xr-x 4 root root 4096 Nov 11 13:47 perl", + "-rw-r--r-- 1 root root 676 Nov 25 13:15 profile", + "drwxr-xr-x 2 root root 4096 Sep 21 17:16 profile.d", + "drwxr-xr-x 2 root root 4096 Nov 11 13:47 python", + "drwxr-xr-x 2 root root 4096 Nov 11 13:47 python2.7", + "drwxr-xr-x 2 root root 4096 Nov 11 13:47 python3.6", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 rc0.d", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 rc1.d", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 rc2.d", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 rc3.d", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 rc4.d", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 rc5.d", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 rc6.d", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 rcS.d", + "-rw-r--r-- 1 root root 50 Nov 25 13:15 resolv.conf", + "-rwxr-xr-x 1 root root 268 Jul 21 2017 rmt", + "-rw-r--r-- 1 root root 4141 Jan 25 2018 securetty", + "drwxr-xr-x 4 root root 4096 Sep 21 17:17 security", + "drwxr-xr-x 2 root root 4096 Sep 21 17:16 selinux", + "-rw-r----- 1 root shadow 749 Nov 25 13:15 shadow", + "-rw-r----- 1 root shadow 624 Nov 11 13:47 shadow-", + "-rw-r--r-- 1 root root 73 Sep 21 17:14 shells", + "drwxr-xr-x 1 root root 4096 Nov 25 13:15 shorewall", + "drwxr-xr-x 2 root root 4096 Sep 21 17:16 skel", + "drwxr-xr-x 1 root root 4096 Nov 25 13:14 ssh", + "-rw-r--r-- 1 root root 20 Nov 11 13:47 subgid", + "-rw-r--r-- 1 root root 0 Sep 21 17:14 subgid-", + "-rw-r--r-- 1 root root 20 Nov 11 13:47 subuid", + "-rw-r--r-- 1 root root 0 Sep 21 17:14 subuid-", + "-r--r----- 1 root root 755 Sep 23 14:59 sudoers", + "drwxr-xr-x 2 root root 4096 Nov 11 13:47 sudoers.d", + "-rw-r--r-- 1 root root 2683 Jan 17 2018 sysctl.conf", + "drwxr-xr-x 2 root root 4096 Sep 21 17:17 sysctl.d", + "drwxr-xr-x 1 root root 4096 Oct 25 2017 systemd", + "drwxr-xr-x 2 root root 4096 Sep 21 17:16 terminfo", + "-rw-r--r-- 1 root root 1260 Feb 26 2018 ucf.conf", + "drwxr-xr-x 3 root root 4096 Nov 11 13:47 ufw", + "drwxr-xr-x 2 root root 4096 Sep 21 17:16 update-motd.d", + "drwxr-xr-x 2 root root 4096 Nov 11 13:47 vim", + "-rw-r--r-- 1 root root 4942 Apr 8 2019 wgetrc" + ] +} +ok: [172.22.0.2] => { + "config.stdout_lines": [ + "total 444", + "drwxr-xr-x 1 root root 4096 Nov 25 13:49 .", + "drwxr-xr-x 1 root root 4096 Nov 25 13:15 ..", + "-rw------- 1 root root 0 Sep 21 17:14 .pwd.lock", + "-rw-r--r-- 1 root root 3028 Sep 21 17:14 adduser.conf", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 alternatives", + "drwxr-xr-x 2 root root 4096 Nov 25 13:55 ansible", + "drwxr-xr-x 3 root root 4096 Nov 11 13:47 apparmor.d", + "drwxr-xr-x 1 root root 4096 Sep 21 17:17 apt", + "-rw-r--r-- 1 root root 2319 Apr 4 2018 bash.bashrc", + "-rw-r--r-- 1 root root 367 Jan 27 2016 bindresvport.blacklist", + "drwxr-xr-x 3 root root 4096 Nov 25 13:49 ca-certificates", + "-rw-r--r-- 1 root root 6081 Nov 25 13:49 ca-certificates.conf", + "drwxr-xr-x 2 root root 4096 Sep 21 17:17 cron.daily", + "-rw-r--r-- 1 root root 2969 Feb 28 2018 debconf.conf", + "-rw-r--r-- 1 root root 11 Jun 25 2017 debian_version", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 default", + "-rw-r--r-- 1 root root 604 Aug 13 2017 deluser.conf", + "drwxr-xr-x 1 root root 4096 Sep 21 17:16 dpkg", + "-rw-r--r-- 1 root root 106 Sep 21 17:17 environment", + "-rw-r--r-- 1 root root 37 Sep 21 17:13 fstab", + "-rw-r--r-- 1 root root 2584 Feb 1 2018 gai.conf", + "-rw-r--r-- 1 root root 478 Nov 11 13:47 group", + "-rw-r--r-- 1 root root 472 Nov 11 13:47 group-", + "-rw-r----- 1 root shadow 399 Nov 11 13:47 gshadow", + "-rw-r----- 1 root shadow 393 Nov 11 13:47 gshadow-", + "drwxr-xr-x 3 root root 4096 Nov 11 13:47 gss", + "-rw-r--r-- 1 root root 92 Apr 9 2018 host.conf", + "-rw-r--r-- 1 root root 13 Nov 25 13:15 hostname", + "-rw-r--r-- 1 root root 174 Nov 25 13:15 hosts", + "-rw-r--r-- 1 root root 411 Nov 11 13:47 hosts.allow", + "-rw-r--r-- 1 root root 711 Nov 11 13:47 hosts.deny", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 init.d", + "-rw-r--r-- 1 root root 1748 May 15 2017 inputrc", + "drwxr-xr-x 4 root root 4096 Nov 11 13:47 iproute2", + "-rw-r--r-- 1 root root 26 Aug 13 18:59 issue", + "-rw-r--r-- 1 root root 19 Aug 13 18:59 issue.net", + "drwxr-xr-x 3 root root 4096 Sep 21 17:14 kernel", + "-rw-r--r-- 1 root root 14024 Nov 25 13:49 ld.so.cache", + "-rw-r--r-- 1 root root 34 Jan 27 2016 ld.so.conf", + "drwxr-xr-x 2 root root 4096 Sep 21 17:16 ld.so.conf.d", + "drwxr-xr-x 2 root root 4096 Nov 11 13:47 ldap", + "-rw-r--r-- 1 root root 267 Apr 9 2018 legal", + "-rw-r--r-- 1 root root 191 Feb 7 2018 libaudit.conf", + "-rw-r--r-- 1 root root 10550 Jan 25 2018 login.defs", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 logrotate.d", + "-rw-r--r-- 1 root root 105 Aug 13 18:59 lsb-release", + "-rw-r--r-- 1 root root 0 Sep 21 17:17 machine-id", + "-rw-r--r-- 1 root root 2444 Nov 11 13:47 mailcap", + "-rw-r--r-- 1 root root 449 Jul 15 2016 mailcap.order", + "-rw-r--r-- 1 root root 24301 Jul 15 2016 mime.types", + "-rw-r--r-- 1 root root 812 Mar 24 2018 mke2fs.conf", + "lrwxrwxrwx 1 root root 12 Nov 25 13:15 mtab -> /proc/mounts", + "-rw-r--r-- 1 root root 94 Nov 25 13:55 nethosts", + "drwxr-xr-x 3 root root 4096 Nov 11 13:47 network", + "-rw-r--r-- 1 root root 91 Apr 9 2018 networks", + "-rw-r--r-- 1 root root 497 Oct 5 2016 nsswitch.conf", + "drwxr-xr-x 1 root root 4096 Nov 25 13:15 opt", + "lrwxrwxrwx 1 root root 21 Aug 13 18:59 os-release -> ../usr/lib/os-release", + "-rw-r--r-- 1 root root 552 Apr 4 2018 pam.conf", + "drwxr-xr-x 1 root root 4096 Nov 25 13:14 pam.d", + "-rw-r--r-- 1 root root 1013 Nov 11 13:47 passwd", + "-rw-r--r-- 1 root root 972 Nov 11 13:47 passwd-", + "drwxr-xr-x 4 root root 4096 Nov 11 13:47 perl", + "-rw-r--r-- 1 root root 676 Nov 25 13:15 profile", + "drwxr-xr-x 2 root root 4096 Sep 21 17:16 profile.d", + "drwxr-xr-x 2 root root 4096 Nov 11 13:47 python", + "drwxr-xr-x 2 root root 4096 Nov 11 13:47 python2.7", + "drwxr-xr-x 2 root root 4096 Nov 11 13:47 python3.6", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 rc0.d", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 rc1.d", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 rc2.d", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 rc3.d", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 rc4.d", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 rc5.d", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 rc6.d", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 rcS.d", + "-rw-r--r-- 1 root root 50 Nov 25 13:15 resolv.conf", + "-rwxr-xr-x 1 root root 268 Jul 21 2017 rmt", + "-rw-r--r-- 1 root root 4141 Jan 25 2018 securetty", + "drwxr-xr-x 4 root root 4096 Sep 21 17:17 security", + "drwxr-xr-x 2 root root 4096 Sep 21 17:16 selinux", + "-rw-r----- 1 root shadow 749 Nov 25 13:15 shadow", + "-rw-r----- 1 root shadow 624 Nov 11 13:47 shadow-", + "-rw-r--r-- 1 root root 73 Sep 21 17:14 shells", + "drwxr-xr-x 1 root root 4096 Nov 25 13:15 shorewall", + "drwxr-xr-x 2 root root 4096 Sep 21 17:16 skel", + "drwxr-xr-x 1 root root 4096 Nov 25 13:14 ssh", + "drwxr-xr-x 4 root root 4096 Nov 25 13:49 ssl", + "-rw-r--r-- 1 root root 20 Nov 11 13:47 subgid", + "-rw-r--r-- 1 root root 0 Sep 21 17:14 subgid-", + "-rw-r--r-- 1 root root 20 Nov 11 13:47 subuid", + "-rw-r--r-- 1 root root 0 Sep 21 17:14 subuid-", + "-r--r----- 1 root root 755 Sep 23 14:59 sudoers", + "drwxr-xr-x 2 root root 4096 Nov 11 13:47 sudoers.d", + "-rw-r--r-- 1 root root 2683 Jan 17 2018 sysctl.conf", + "drwxr-xr-x 2 root root 4096 Sep 21 17:17 sysctl.d", + "drwxr-xr-x 1 root root 4096 Oct 25 2017 systemd", + "drwxr-xr-x 2 root root 4096 Sep 21 17:16 terminfo", + "-rw-r--r-- 1 root root 1260 Feb 26 2018 ucf.conf", + "drwxr-xr-x 3 root root 4096 Nov 11 13:47 ufw", + "drwxr-xr-x 2 root root 4096 Sep 21 17:16 update-motd.d", + "drwxr-xr-x 2 root root 4096 Nov 11 13:47 vim", + "-rw-r--r-- 1 root root 4942 Apr 8 2019 wgetrc" + ] +} +ok: [172.22.0.4] => { + "config.stdout_lines": [ + "total 420", + "drwxr-xr-x 1 root root 4096 Nov 25 13:15 .", + "drwxr-xr-x 1 root root 4096 Nov 25 13:15 ..", + "-rw------- 1 root root 0 Sep 21 17:14 .pwd.lock", + "-rw-r--r-- 1 root root 3028 Sep 21 17:14 adduser.conf", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 alternatives", + "drwxr-xr-x 3 root root 4096 Nov 11 13:47 apparmor.d", + "drwxr-xr-x 1 root root 4096 Sep 21 17:17 apt", + "-rw-r--r-- 1 root root 2319 Apr 4 2018 bash.bashrc", + "-rw-r--r-- 1 root root 367 Jan 27 2016 bindresvport.blacklist", + "drwxr-xr-x 2 root root 4096 Sep 21 17:17 cron.daily", + "-rw-r--r-- 1 root root 2969 Feb 28 2018 debconf.conf", + "-rw-r--r-- 1 root root 11 Jun 25 2017 debian_version", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 default", + "-rw-r--r-- 1 root root 604 Aug 13 2017 deluser.conf", + "drwxr-xr-x 1 root root 4096 Sep 21 17:16 dpkg", + "-rw-r--r-- 1 root root 106 Sep 21 17:17 environment", + "-rw-r--r-- 1 root root 37 Sep 21 17:13 fstab", + "-rw-r--r-- 1 root root 2584 Feb 1 2018 gai.conf", + "-rw-r--r-- 1 root root 478 Nov 11 13:47 group", + "-rw-r--r-- 1 root root 472 Nov 11 13:47 group-", + "-rw-r----- 1 root shadow 399 Nov 11 13:47 gshadow", + "-rw-r----- 1 root shadow 393 Nov 11 13:47 gshadow-", + "drwxr-xr-x 3 root root 4096 Nov 11 13:47 gss", + "-rw-r--r-- 1 root root 92 Apr 9 2018 host.conf", + "-rw-r--r-- 1 root root 13 Nov 25 13:15 hostname", + "-rw-r--r-- 1 root root 174 Nov 25 13:15 hosts", + "-rw-r--r-- 1 root root 411 Nov 11 13:47 hosts.allow", + "-rw-r--r-- 1 root root 711 Nov 11 13:47 hosts.deny", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 init.d", + "-rw-r--r-- 1 root root 1748 May 15 2017 inputrc", + "drwxr-xr-x 4 root root 4096 Nov 11 13:47 iproute2", + "-rw-r--r-- 1 root root 26 Aug 13 18:59 issue", + "-rw-r--r-- 1 root root 19 Aug 13 18:59 issue.net", + "drwxr-xr-x 3 root root 4096 Sep 21 17:14 kernel", + "-rw-r--r-- 1 root root 13944 Nov 11 13:47 ld.so.cache", + "-rw-r--r-- 1 root root 34 Jan 27 2016 ld.so.conf", + "drwxr-xr-x 2 root root 4096 Sep 21 17:16 ld.so.conf.d", + "drwxr-xr-x 2 root root 4096 Nov 11 13:47 ldap", + "-rw-r--r-- 1 root root 267 Apr 9 2018 legal", + "-rw-r--r-- 1 root root 191 Feb 7 2018 libaudit.conf", + "-rw-r--r-- 1 root root 10550 Jan 25 2018 login.defs", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 logrotate.d", + "-rw-r--r-- 1 root root 105 Aug 13 18:59 lsb-release", + "-rw-r--r-- 1 root root 0 Sep 21 17:17 machine-id", + "-rw-r--r-- 1 root root 2444 Nov 11 13:47 mailcap", + "-rw-r--r-- 1 root root 449 Jul 15 2016 mailcap.order", + "-rw-r--r-- 1 root root 24301 Jul 15 2016 mime.types", + "-rw-r--r-- 1 root root 812 Mar 24 2018 mke2fs.conf", + "lrwxrwxrwx 1 root root 12 Nov 25 13:15 mtab -> /proc/mounts", + "drwxr-xr-x 3 root root 4096 Nov 11 13:47 network", + "-rw-r--r-- 1 root root 91 Apr 9 2018 networks", + "-rw-r--r-- 1 root root 497 Oct 5 2016 nsswitch.conf", + "drwxr-xr-x 1 root root 4096 Nov 25 13:15 opt", + "lrwxrwxrwx 1 root root 21 Aug 13 18:59 os-release -> ../usr/lib/os-release", + "-rw-r--r-- 1 root root 552 Apr 4 2018 pam.conf", + "drwxr-xr-x 1 root root 4096 Nov 25 13:14 pam.d", + "-rw-r--r-- 1 root root 1013 Nov 11 13:47 passwd", + "-rw-r--r-- 1 root root 972 Nov 11 13:47 passwd-", + "drwxr-xr-x 4 root root 4096 Nov 11 13:47 perl", + "-rw-r--r-- 1 root root 676 Nov 25 13:15 profile", + "drwxr-xr-x 2 root root 4096 Sep 21 17:16 profile.d", + "drwxr-xr-x 2 root root 4096 Nov 11 13:47 python", + "drwxr-xr-x 2 root root 4096 Nov 11 13:47 python2.7", + "drwxr-xr-x 2 root root 4096 Nov 11 13:47 python3.6", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 rc0.d", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 rc1.d", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 rc2.d", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 rc3.d", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 rc4.d", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 rc5.d", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 rc6.d", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 rcS.d", + "-rw-r--r-- 1 root root 50 Nov 25 13:15 resolv.conf", + "-rwxr-xr-x 1 root root 268 Jul 21 2017 rmt", + "-rw-r--r-- 1 root root 4141 Jan 25 2018 securetty", + "drwxr-xr-x 4 root root 4096 Sep 21 17:17 security", + "drwxr-xr-x 2 root root 4096 Sep 21 17:16 selinux", + "-rw-r----- 1 root shadow 749 Nov 25 13:15 shadow", + "-rw-r----- 1 root shadow 624 Nov 11 13:47 shadow-", + "-rw-r--r-- 1 root root 73 Sep 21 17:14 shells", + "drwxr-xr-x 1 root root 4096 Nov 25 13:15 shorewall", + "drwxr-xr-x 2 root root 4096 Sep 21 17:16 skel", + "drwxr-xr-x 1 root root 4096 Nov 25 13:14 ssh", + "-rw-r--r-- 1 root root 20 Nov 11 13:47 subgid", + "-rw-r--r-- 1 root root 0 Sep 21 17:14 subgid-", + "-rw-r--r-- 1 root root 20 Nov 11 13:47 subuid", + "-rw-r--r-- 1 root root 0 Sep 21 17:14 subuid-", + "-r--r----- 1 root root 755 Sep 23 14:59 sudoers", + "drwxr-xr-x 2 root root 4096 Nov 11 13:47 sudoers.d", + "-rw-r--r-- 1 root root 2683 Jan 17 2018 sysctl.conf", + "drwxr-xr-x 2 root root 4096 Sep 21 17:17 sysctl.d", + "drwxr-xr-x 1 root root 4096 Oct 25 2017 systemd", + "drwxr-xr-x 2 root root 4096 Sep 21 17:16 terminfo", + "-rw-r--r-- 1 root root 1260 Feb 26 2018 ucf.conf", + "drwxr-xr-x 3 root root 4096 Nov 11 13:47 ufw", + "drwxr-xr-x 2 root root 4096 Sep 21 17:16 update-motd.d", + "drwxr-xr-x 2 root root 4096 Nov 11 13:47 vim", + "-rw-r--r-- 1 root root 4942 Apr 8 2019 wgetrc" + ] +} +ok: [172.22.0.5] => { + "config.stdout_lines": [ + "total 420", + "drwxr-xr-x 1 root root 4096 Nov 25 13:15 .", + "drwxr-xr-x 1 root root 4096 Nov 25 13:15 ..", + "-rw------- 1 root root 0 Sep 21 17:14 .pwd.lock", + "-rw-r--r-- 1 root root 3028 Sep 21 17:14 adduser.conf", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 alternatives", + "drwxr-xr-x 3 root root 4096 Nov 11 13:47 apparmor.d", + "drwxr-xr-x 1 root root 4096 Sep 21 17:17 apt", + "-rw-r--r-- 1 root root 2319 Apr 4 2018 bash.bashrc", + "-rw-r--r-- 1 root root 367 Jan 27 2016 bindresvport.blacklist", + "drwxr-xr-x 2 root root 4096 Sep 21 17:17 cron.daily", + "-rw-r--r-- 1 root root 2969 Feb 28 2018 debconf.conf", + "-rw-r--r-- 1 root root 11 Jun 25 2017 debian_version", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 default", + "-rw-r--r-- 1 root root 604 Aug 13 2017 deluser.conf", + "drwxr-xr-x 1 root root 4096 Sep 21 17:16 dpkg", + "-rw-r--r-- 1 root root 106 Sep 21 17:17 environment", + "-rw-r--r-- 1 root root 37 Sep 21 17:13 fstab", + "-rw-r--r-- 1 root root 2584 Feb 1 2018 gai.conf", + "-rw-r--r-- 1 root root 478 Nov 11 13:47 group", + "-rw-r--r-- 1 root root 472 Nov 11 13:47 group-", + "-rw-r----- 1 root shadow 399 Nov 11 13:47 gshadow", + "-rw-r----- 1 root shadow 393 Nov 11 13:47 gshadow-", + "drwxr-xr-x 3 root root 4096 Nov 11 13:47 gss", + "-rw-r--r-- 1 root root 92 Apr 9 2018 host.conf", + "-rw-r--r-- 1 root root 13 Nov 25 13:15 hostname", + "-rw-r--r-- 1 root root 174 Nov 25 13:15 hosts", + "-rw-r--r-- 1 root root 411 Nov 11 13:47 hosts.allow", + "-rw-r--r-- 1 root root 711 Nov 11 13:47 hosts.deny", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 init.d", + "-rw-r--r-- 1 root root 1748 May 15 2017 inputrc", + "drwxr-xr-x 4 root root 4096 Nov 11 13:47 iproute2", + "-rw-r--r-- 1 root root 26 Aug 13 18:59 issue", + "-rw-r--r-- 1 root root 19 Aug 13 18:59 issue.net", + "drwxr-xr-x 3 root root 4096 Sep 21 17:14 kernel", + "-rw-r--r-- 1 root root 13944 Nov 11 13:47 ld.so.cache", + "-rw-r--r-- 1 root root 34 Jan 27 2016 ld.so.conf", + "drwxr-xr-x 2 root root 4096 Sep 21 17:16 ld.so.conf.d", + "drwxr-xr-x 2 root root 4096 Nov 11 13:47 ldap", + "-rw-r--r-- 1 root root 267 Apr 9 2018 legal", + "-rw-r--r-- 1 root root 191 Feb 7 2018 libaudit.conf", + "-rw-r--r-- 1 root root 10550 Jan 25 2018 login.defs", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 logrotate.d", + "-rw-r--r-- 1 root root 105 Aug 13 18:59 lsb-release", + "-rw-r--r-- 1 root root 0 Sep 21 17:17 machine-id", + "-rw-r--r-- 1 root root 2444 Nov 11 13:47 mailcap", + "-rw-r--r-- 1 root root 449 Jul 15 2016 mailcap.order", + "-rw-r--r-- 1 root root 24301 Jul 15 2016 mime.types", + "-rw-r--r-- 1 root root 812 Mar 24 2018 mke2fs.conf", + "lrwxrwxrwx 1 root root 12 Nov 25 13:15 mtab -> /proc/mounts", + "drwxr-xr-x 3 root root 4096 Nov 11 13:47 network", + "-rw-r--r-- 1 root root 91 Apr 9 2018 networks", + "-rw-r--r-- 1 root root 497 Oct 5 2016 nsswitch.conf", + "drwxr-xr-x 1 root root 4096 Nov 25 13:15 opt", + "lrwxrwxrwx 1 root root 21 Aug 13 18:59 os-release -> ../usr/lib/os-release", + "-rw-r--r-- 1 root root 552 Apr 4 2018 pam.conf", + "drwxr-xr-x 1 root root 4096 Nov 25 13:14 pam.d", + "-rw-r--r-- 1 root root 1013 Nov 11 13:47 passwd", + "-rw-r--r-- 1 root root 972 Nov 11 13:47 passwd-", + "drwxr-xr-x 4 root root 4096 Nov 11 13:47 perl", + "-rw-r--r-- 1 root root 676 Nov 25 13:15 profile", + "drwxr-xr-x 2 root root 4096 Sep 21 17:16 profile.d", + "drwxr-xr-x 2 root root 4096 Nov 11 13:47 python", + "drwxr-xr-x 2 root root 4096 Nov 11 13:47 python2.7", + "drwxr-xr-x 2 root root 4096 Nov 11 13:47 python3.6", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 rc0.d", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 rc1.d", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 rc2.d", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 rc3.d", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 rc4.d", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 rc5.d", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 rc6.d", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 rcS.d", + "-rw-r--r-- 1 root root 50 Nov 25 13:15 resolv.conf", + "-rwxr-xr-x 1 root root 268 Jul 21 2017 rmt", + "-rw-r--r-- 1 root root 4141 Jan 25 2018 securetty", + "drwxr-xr-x 4 root root 4096 Sep 21 17:17 security", + "drwxr-xr-x 2 root root 4096 Sep 21 17:16 selinux", + "-rw-r----- 1 root shadow 749 Nov 25 13:15 shadow", + "-rw-r----- 1 root shadow 624 Nov 11 13:47 shadow-", + "-rw-r--r-- 1 root root 73 Sep 21 17:14 shells", + "drwxr-xr-x 1 root root 4096 Nov 25 13:15 shorewall", + "drwxr-xr-x 2 root root 4096 Sep 21 17:16 skel", + "drwxr-xr-x 1 root root 4096 Nov 25 13:14 ssh", + "-rw-r--r-- 1 root root 20 Nov 11 13:47 subgid", + "-rw-r--r-- 1 root root 0 Sep 21 17:14 subgid-", + "-rw-r--r-- 1 root root 20 Nov 11 13:47 subuid", + "-rw-r--r-- 1 root root 0 Sep 21 17:14 subuid-", + "-r--r----- 1 root root 755 Sep 23 14:59 sudoers", + "drwxr-xr-x 2 root root 4096 Nov 11 13:47 sudoers.d", + "-rw-r--r-- 1 root root 2683 Jan 17 2018 sysctl.conf", + "drwxr-xr-x 2 root root 4096 Sep 21 17:17 sysctl.d", + "drwxr-xr-x 1 root root 4096 Oct 25 2017 systemd", + "drwxr-xr-x 2 root root 4096 Sep 21 17:16 terminfo", + "-rw-r--r-- 1 root root 1260 Feb 26 2018 ucf.conf", + "drwxr-xr-x 3 root root 4096 Nov 11 13:47 ufw", + "drwxr-xr-x 2 root root 4096 Sep 21 17:16 update-motd.d", + "drwxr-xr-x 2 root root 4096 Nov 11 13:47 vim", + "-rw-r--r-- 1 root root 4942 Apr 8 2019 wgetrc" + ] +} +ok: [172.22.0.6] => { + "config.stdout_lines": [ + "total 420", + "drwxr-xr-x 1 root root 4096 Nov 25 13:15 .", + "drwxr-xr-x 1 root root 4096 Nov 25 13:15 ..", + "-rw------- 1 root root 0 Sep 21 17:14 .pwd.lock", + "-rw-r--r-- 1 root root 3028 Sep 21 17:14 adduser.conf", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 alternatives", + "drwxr-xr-x 3 root root 4096 Nov 11 13:47 apparmor.d", + "drwxr-xr-x 1 root root 4096 Sep 21 17:17 apt", + "-rw-r--r-- 1 root root 2319 Apr 4 2018 bash.bashrc", + "-rw-r--r-- 1 root root 367 Jan 27 2016 bindresvport.blacklist", + "drwxr-xr-x 2 root root 4096 Sep 21 17:17 cron.daily", + "-rw-r--r-- 1 root root 2969 Feb 28 2018 debconf.conf", + "-rw-r--r-- 1 root root 11 Jun 25 2017 debian_version", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 default", + "-rw-r--r-- 1 root root 604 Aug 13 2017 deluser.conf", + "drwxr-xr-x 1 root root 4096 Sep 21 17:16 dpkg", + "-rw-r--r-- 1 root root 106 Sep 21 17:17 environment", + "-rw-r--r-- 1 root root 37 Sep 21 17:13 fstab", + "-rw-r--r-- 1 root root 2584 Feb 1 2018 gai.conf", + "-rw-r--r-- 1 root root 478 Nov 11 13:47 group", + "-rw-r--r-- 1 root root 472 Nov 11 13:47 group-", + "-rw-r----- 1 root shadow 399 Nov 11 13:47 gshadow", + "-rw-r----- 1 root shadow 393 Nov 11 13:47 gshadow-", + "drwxr-xr-x 3 root root 4096 Nov 11 13:47 gss", + "-rw-r--r-- 1 root root 92 Apr 9 2018 host.conf", + "-rw-r--r-- 1 root root 13 Nov 25 13:15 hostname", + "-rw-r--r-- 1 root root 174 Nov 25 13:15 hosts", + "-rw-r--r-- 1 root root 411 Nov 11 13:47 hosts.allow", + "-rw-r--r-- 1 root root 711 Nov 11 13:47 hosts.deny", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 init.d", + "-rw-r--r-- 1 root root 1748 May 15 2017 inputrc", + "drwxr-xr-x 4 root root 4096 Nov 11 13:47 iproute2", + "-rw-r--r-- 1 root root 26 Aug 13 18:59 issue", + "-rw-r--r-- 1 root root 19 Aug 13 18:59 issue.net", + "drwxr-xr-x 3 root root 4096 Sep 21 17:14 kernel", + "-rw-r--r-- 1 root root 13944 Nov 11 13:47 ld.so.cache", + "-rw-r--r-- 1 root root 34 Jan 27 2016 ld.so.conf", + "drwxr-xr-x 2 root root 4096 Sep 21 17:16 ld.so.conf.d", + "drwxr-xr-x 2 root root 4096 Nov 11 13:47 ldap", + "-rw-r--r-- 1 root root 267 Apr 9 2018 legal", + "-rw-r--r-- 1 root root 191 Feb 7 2018 libaudit.conf", + "-rw-r--r-- 1 root root 10550 Jan 25 2018 login.defs", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 logrotate.d", + "-rw-r--r-- 1 root root 105 Aug 13 18:59 lsb-release", + "-rw-r--r-- 1 root root 0 Sep 21 17:17 machine-id", + "-rw-r--r-- 1 root root 2444 Nov 11 13:47 mailcap", + "-rw-r--r-- 1 root root 449 Jul 15 2016 mailcap.order", + "-rw-r--r-- 1 root root 24301 Jul 15 2016 mime.types", + "-rw-r--r-- 1 root root 812 Mar 24 2018 mke2fs.conf", + "lrwxrwxrwx 1 root root 12 Nov 25 13:15 mtab -> /proc/mounts", + "drwxr-xr-x 3 root root 4096 Nov 11 13:47 network", + "-rw-r--r-- 1 root root 91 Apr 9 2018 networks", + "-rw-r--r-- 1 root root 497 Oct 5 2016 nsswitch.conf", + "drwxr-xr-x 1 root root 4096 Nov 25 13:15 opt", + "lrwxrwxrwx 1 root root 21 Aug 13 18:59 os-release -> ../usr/lib/os-release", + "-rw-r--r-- 1 root root 552 Apr 4 2018 pam.conf", + "drwxr-xr-x 1 root root 4096 Nov 25 13:14 pam.d", + "-rw-r--r-- 1 root root 1013 Nov 11 13:47 passwd", + "-rw-r--r-- 1 root root 972 Nov 11 13:47 passwd-", + "drwxr-xr-x 4 root root 4096 Nov 11 13:47 perl", + "-rw-r--r-- 1 root root 676 Nov 25 13:15 profile", + "drwxr-xr-x 2 root root 4096 Sep 21 17:16 profile.d", + "drwxr-xr-x 2 root root 4096 Nov 11 13:47 python", + "drwxr-xr-x 2 root root 4096 Nov 11 13:47 python2.7", + "drwxr-xr-x 2 root root 4096 Nov 11 13:47 python3.6", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 rc0.d", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 rc1.d", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 rc2.d", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 rc3.d", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 rc4.d", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 rc5.d", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 rc6.d", + "drwxr-xr-x 1 root root 4096 Nov 11 13:47 rcS.d", + "-rw-r--r-- 1 root root 50 Nov 25 13:15 resolv.conf", + "-rwxr-xr-x 1 root root 268 Jul 21 2017 rmt", + "-rw-r--r-- 1 root root 4141 Jan 25 2018 securetty", + "drwxr-xr-x 4 root root 4096 Sep 21 17:17 security", + "drwxr-xr-x 2 root root 4096 Sep 21 17:16 selinux", + "-rw-r----- 1 root shadow 749 Nov 25 13:15 shadow", + "-rw-r----- 1 root shadow 624 Nov 11 13:47 shadow-", + "-rw-r--r-- 1 root root 73 Sep 21 17:14 shells", + "drwxr-xr-x 1 root root 4096 Nov 25 13:15 shorewall", + "drwxr-xr-x 2 root root 4096 Sep 21 17:16 skel", + "drwxr-xr-x 1 root root 4096 Nov 25 13:14 ssh", + "-rw-r--r-- 1 root root 20 Nov 11 13:47 subgid", + "-rw-r--r-- 1 root root 0 Sep 21 17:14 subgid-", + "-rw-r--r-- 1 root root 20 Nov 11 13:47 subuid", + "-rw-r--r-- 1 root root 0 Sep 21 17:14 subuid-", + "-r--r----- 1 root root 755 Sep 23 14:59 sudoers", + "drwxr-xr-x 2 root root 4096 Nov 11 13:47 sudoers.d", + "-rw-r--r-- 1 root root 2683 Jan 17 2018 sysctl.conf", + "drwxr-xr-x 2 root root 4096 Sep 21 17:17 sysctl.d", + "drwxr-xr-x 1 root root 4096 Oct 25 2017 systemd", + "drwxr-xr-x 2 root root 4096 Sep 21 17:16 terminfo", + "-rw-r--r-- 1 root root 1260 Feb 26 2018 ucf.conf", + "drwxr-xr-x 3 root root 4096 Nov 11 13:47 ufw", + "drwxr-xr-x 2 root root 4096 Sep 21 17:16 update-motd.d", + "drwxr-xr-x 2 root root 4096 Nov 11 13:47 vim", + "-rw-r--r-- 1 root root 4942 Apr 8 2019 wgetrc" + ] +} + +PLAY RECAP ********************************************************************************************************************************************************************************************** +172.22.0.2 : ok=3 changed=1 unreachable=0 failed=0 +172.22.0.3 : ok=3 changed=1 unreachable=0 failed=0 +172.22.0.4 : ok=3 changed=1 unreachable=0 failed=0 +172.22.0.5 : ok=3 changed=1 unreachable=0 failed=0 +172.22.0.6 : ok=3 changed=1 unreachable=0 failed=0 + diff --git a/src-local/instance/swarmlab-sec.backup/swarmlab-sec/sec_bootstrap b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/sec_bootstrap new file mode 100755 index 0000000..d38b273 --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/sec_bootstrap @@ -0,0 +1,72 @@ +#!/bin/sh + +ROLE="undefined" +MPI_MASTER_SERVICE_NAME="sec_master" +MPI_WORKER_SERVICE_NAME="sec_worker" +HOSTNAMES="/etc/nethosts" + +####################### +# ARGUMENTS PARSER + +while [ "$1" != "" ]; +do + PARAM=$(echo "$1" | awk -F= '{print $1}') + VALUE=$(echo "$1" | awk -F= '{print $2}') + + case $PARAM in + role) + [ "$VALUE" ] && ROLE=$VALUE + ;; + + sec_master_service_name) + [ "$VALUE" ] && MPI_MASTER_SERVICE_NAME=$VALUE + ;; + + sec_worker_service_name) + [ "$VALUE" ] && MPI_WORKER_SERVICE_NAME=$VALUE + ;; + *) + echo "ERROR: unknown parameter \"$PARAM\"" + exit 1 + ;; + esac + shift +done + + + +cat > /etc/opt/service_names <<- EOF +MPI_MASTER_SERVICE_NAME=${MPI_MASTER_SERVICE_NAME} +MPI_WORKER_SERVICE_NAME=${MPI_WORKER_SERVICE_NAME} +EOF + +case $ROLE in + "master") + + # Auto update default host file in background and dumb all output + auto_update_hosts "${HOSTNAMES}" > /dev/null 2>&1 & + + # Start ssh server + /usr/sbin/sshd -D + ;; + + + "worker") + + # Start ssh server in background + /usr/sbin/sshd -D & + + # Keep trying to connect to master node and stay there indefinitely so that master node can see + # the connected hosts that are ready for MPI work + while sleep 1 + do + # shellcheck disable=SC2086 + ssh -T -o "StrictHostKeyChecking no" \ + -i "${USER_HOME}/.ssh/id_rsa" \ + ${USER}@${MPI_MASTER_SERVICE_NAME} \ + "tail -f /dev/null" + done + ;; + *) + echo 'role argument only accepts "master" or "worker"' +esac diff --git a/src-local/instance/swarmlab-sec.backup/swarmlab-sec/shorewall/interfaces b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/shorewall/interfaces new file mode 100755 index 0000000..a475e93 --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/shorewall/interfaces @@ -0,0 +1,6 @@ +### Comments, comments, and more comments. +# +#ZONE INTERFACE BROADCAST OPTIONS +# +net eth0 detect tcpflags,nosmurfs +#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE diff --git a/src-local/instance/swarmlab-sec.backup/swarmlab-sec/shorewall/policy b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/shorewall/policy new file mode 100755 index 0000000..58798a0 --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/shorewall/policy @@ -0,0 +1,11 @@ +### Comments, comments, and more comments. +#SOURCE DEST POLICY LOG LEVEL LIMIT:BURST +# +net fw ACCEPT +fw net ACCEPT + +net all DROP + +# THE FOLLOWING POLICY MUST BE LAST +all all REJECT info +#LAST LINE -- ADD YOUR ENTRIES ABOVE THIS LINE -- DO NOT REMOVE diff --git a/src-local/instance/swarmlab-sec.backup/swarmlab-sec/shorewall/rules b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/shorewall/rules new file mode 100755 index 0000000..d59920c --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/shorewall/rules @@ -0,0 +1,11 @@ +#ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL RATE USER/ +# PORT PORT(S) DEST LIMIT GROUP +#ACCEPT net fw tcp 80 +#ACCEPT fw net tcp 80 +#ACCEPT net fw udp 53 +#ACCEPT fw net udp 53 +#REJECT net fw udp 53 +#REJECT fw net udp 53 +#ACCEPT net:14.15.16.112/27 fw icmp 8 + +#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE diff --git a/src-local/instance/swarmlab-sec.backup/swarmlab-sec/shorewall/zones b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/shorewall/zones new file mode 100755 index 0000000..62437de --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/shorewall/zones @@ -0,0 +1,6 @@ +### Comments, comments, and more comments. +#ZONE TYPE OPTIONS IN OUT +# OPTIONS OPTIONS +fw firewall +net ipv4 +#LAST LINE - ADD YOUR ENTRIES ABOVE THIS ONE - DO NOT REMOVE diff --git a/src-local/instance/swarmlab-sec.backup/swarmlab-sec/ssh/id_rsa b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/ssh/id_rsa new file mode 100755 index 0000000..d88fa3c --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/ssh/id_rsa @@ -0,0 +1,27 @@ +-----BEGIN RSA PRIVATE KEY----- +MIIEpQIBAAKCAQEAoKG1DtjMXHDJfF59Y5nO7Yl38fkjRL1LQhF7RZKbGScWBNIW +foAS0wrd3wUnd5YMtIeiBj98H+V8IEn0ChAAxGfHXqqmmYlU6ABESINob+h70Bnm +UwiRbRnA64o3d9+cz2T8YLf+1p7///Z8LA8U+7rS+kvKvtYCQ9llDAxtbe39CxCs +2HASam3U6VArq9SdSqph5MudBaYhaxx4V8VDdXEhG2pimlh8e7zdPZ8AYbYLLDhq +Ytd+wn9azLXPQ3w/vC+Pn4taUBYnlERDY45vaVsPdnR+ao9ckMLUS6EwJVQmgMzB +2yyNCbPQYvRPL0rxoGstfCmmjY3EzOh6kEA6wwIDAQABAoIBAHqrAxnTdj0h5LyV +bCwjyWKdGHwxRj24UUCjGQCIdOlAcBA+X+863yVLpyQpS3qHnCxBZ/pdgOza02/V +CgilL/DNT/N7Xr7hoXWKvpqhv5+2atcA8GN4p5YplKpLYxCoM5guBo3V9UbxJY7T +LQB4hA25HmUGfE5AIHqwCfqpgufvIO1enhe1Vh/6l1FJqJuNj2pBGeXOyOMV95GN +xC5/BVytJIx2Rts5qtwpt5iPE3pKdsrWc71qACxk3dG8h9OZnuE3vuCg/Wp8jdwk +NHZ6nWlt0BbST3wN0pyTp6cqtZ0qqfSpZCVRegeQW5ENR9NaigDX6RADKRnms46J +ziDSZAECgYEA0WBDY47CA9Ej0Y2zBcV3x03cznSnxr7BVty32xbnNgxGF5jNUDdU +E2JwJs86sV75VV0fpgrbN45lBV/2ImefrPr4kJAIL2J4eyVdOTTT/DO9Tuw6NP8R +AYMZOzOlgFjx3arnjlOK5AicFseWFCXvezuAMPcGpImgw7xHHM3RcFcCgYEAxGa2 +T+J119HWf15kN7bx5RaUl9J4DvvE5oHtA7zsMPO2fRpfwXAb8yKwIXfZ7186frPb +jo3ZQykcPuJ3MldvTWEuUhY5W1HSF1sBJOPZHuRfQicv8Uj4Y1kWltQf4Ikb3Uyh +T0fZJul4HkPAo/Q65zIAtJ9tWukAP/lmnwO9VXUCgYEAiY62F4WmH/3ai4WOFX+b +5xxXsmhgBiozOc8/F7jfZNoBfuVMFqSTHz0wM784b2nXY+cPsPY2+jQaWMKoIgh0 +lqA4iDmotwD56OYubjQwBeU0PdLjlwfw805fWE7hMAa/uQPcp9xpRtIFQs4T4t7d +jNgVq5XQDm/BaHedPOZX8HcCgYEAuKpu31vqO7wUt/vTtUMx3JpHqxz9P/FgqPAf +H/WiC0EMJEMJKAO2c/z4qO9dHiJnCL0qQraDQw/DfClJtC7b+2DVwd8dnQyowscR +o1MNUmueWcAo5vEag6c/gx/+vQuOBJ1JyxaeSmUZSTOhTUeVns64NRz2IJWWY5Cn ++fn1KwUCgYEAjYYeQX/W+2r8SFipPQQi/36EqLPwko58C/sbJR0gySP6El7hNQRt +Sdmd9hfMXRR+VCZWmmzb6T4fc80XxteI9eANkZ7xhNuQe11EDvPqmc9WSF0s+l1T +eQnkt+an7Qv2prDSU6d1KlOrOuCXU8IhbkuffvRSYXwK9T79bTG8iIQ= +-----END RSA PRIVATE KEY----- diff --git a/src-local/instance/swarmlab-sec.backup/swarmlab-sec/ssh/id_rsa.pub b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/ssh/id_rsa.pub new file mode 100755 index 0000000..f69cef1 --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/ssh/id_rsa.pub @@ -0,0 +1 @@ +ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCgobUO2MxccMl8Xn1jmc7tiXfx+SNEvUtCEXtFkpsZJxYE0hZ+gBLTCt3fBSd3lgy0h6IGP3wf5XwgSfQKEADEZ8deqqaZiVToAERIg2hv6HvQGeZTCJFtGcDrijd335zPZPxgt/7Wnv//9nwsDxT7utL6S8q+1gJD2WUMDG1t7f0LEKzYcBJqbdTpUCur1J1KqmHky50FpiFrHHhXxUN1cSEbamKaWHx7vN09nwBhtgssOGpi137Cf1rMtc9DfD+8L4+fi1pQFieURENjjm9pWw92dH5qj1yQwtRLoTAlVCaAzMHbLI0Js9Bi9E8vSvGgay18KaaNjcTM6HqQQDrD nlknguyen@NN-Ubuntu diff --git a/src-local/instance/swarmlab-sec.backup/swarmlab-sec/stop.sh b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/stop.sh new file mode 100755 index 0000000..7e5046f --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/swarmlab-sec/stop.sh @@ -0,0 +1,2 @@ + +../install/usr/share/swarmlab.io/sec/swarmlab-sec down diff --git a/src-local/instance/swarmlab-sec.backup/test/.env b/src-local/instance/swarmlab-sec.backup/test/.env new file mode 100755 index 0000000..76748c3 --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/test/.env @@ -0,0 +1,5 @@ + +REGISTRY_ADDR=localhost +REGISTRY_PORT=5000 +IMAGE_NAME=swarmlab-sec +SSH_PORT=41915 diff --git a/src-local/instance/swarmlab-sec.backup/test/.vimrc b/src-local/instance/swarmlab-sec.backup/test/.vimrc new file mode 100755 index 0000000..7a2858b --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/test/.vimrc @@ -0,0 +1,15 @@ +map :NERDTreeToggle + +autocmd BufNewFile,BufRead *.vue,*.js set syntax=verilog tabstop=2|set shiftwidth=2|set noexpandtab autoindent +augroup remember_folds + autocmd! + autocmd BufWinLeave * mkview + autocmd BufWinEnter * silent! loadview +augroup END +" Useful for my Quick Notes feature in my tmuxrc +augroup QuickNotes + au BufWrite,VimLeave NOTES.otl mkview + au BufRead NOTES.otl silent loadview +augroup END +set swapfile +set dir=~/tmp diff --git a/src-local/instance/swarmlab-sec.backup/test/Dockerfile b/src-local/instance/swarmlab-sec.backup/test/Dockerfile new file mode 100755 index 0000000..9ccaea1 --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/test/Dockerfile @@ -0,0 +1,34 @@ +FROM localhost:5000/sec +# +USER root +RUN export DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get --no-install-recommends install -y openssh-server net-tools curl tcpdump shorewall sudo vim nmap dnsutils iputils-ping iptables wget python +RUN apt-get autoremove --purge && apt clean +RUN rm -rf /var/lib/apt/lists/* +RUN mkdir -p /var/run/sshd +RUN echo 'root:' | chpasswd +RUN sed -i 's/PermitRootLogin prohibit-password/PermitRootLogin yes/' /etc/ssh/sshd_config +# +# SSH login fix. Otherwise user is kicked off after login +RUN sed 's@session\s*required\s*pam_loginuid.so@session optional pam_loginuid.so@g' -i /etc/pam.d/sshd +# +ENV NOTVISIBLE "in users profile" +RUN echo "export VISIBLE=now" >> /etc/profile +#RUN wget -k https://raw.githubusercontent.com/egalpin/apt-vim/master/install.sh +# +# +# +COPY sec_bootstrap /usr/bin +COPY get_hosts /usr/bin +COPY auto_update_hosts /usr/bin +RUN mkdir -p /etc/shorewall +COPY shorewall /etc/shorewall +RUN mkdir -p /etc/opt +RUN mkdir -p /project +WORKDIR /project +COPY install-vim-plugin.sh . +#RUN bash ./install-vim-plugin.sh +#RUN apt-vim install -y https://github.com/scrooloose/nerdtree.git +CMD export PATH=/home/zeus/bin:/home/zeus/.local/bin:/home/zeus/bin:/home/zeus/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/project +RUN grep -qw ^docker /etc/passwd || useradd -m docker && echo "docker:docker" | chpasswd && adduser docker sudo +COPY .vimrc /home/docker +USER docker diff --git a/src-local/instance/swarmlab-sec.backup/test/ROOT_PASSWORD b/src-local/instance/swarmlab-sec.backup/test/ROOT_PASSWORD new file mode 100755 index 0000000..7f3a2ef --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/test/ROOT_PASSWORD @@ -0,0 +1 @@ +ROOT_PASSWORD="pass" diff --git a/src-local/instance/swarmlab-sec.backup/test/auto_update_hosts b/src-local/instance/swarmlab-sec.backup/test/auto_update_hosts new file mode 100755 index 0000000..53c8abe --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/test/auto_update_hosts @@ -0,0 +1,11 @@ +#!/bin/sh + +hosts=$(get_hosts) +printf "%s" "$hosts" > "$1" + +while sleep 2 +do + current_hosts=$(get_hosts) + [ "$hosts" != "$current_hosts" ] && printf "%s" "$current_hosts" > "$1" + hosts=$current_hosts +done diff --git a/src-local/instance/swarmlab-sec.backup/test/docker-compose.yml b/src-local/instance/swarmlab-sec.backup/test/docker-compose.yml new file mode 100755 index 0000000..3aa3fca --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/test/docker-compose.yml @@ -0,0 +1,37 @@ +version: "2" + +services: + registry: + image: registry + ports: + - "5000:5000" + + master: + image: localhost:5000/swarmlab-sec + privileged: true + cap_add: + - NET_ADMIN + user: root + entrypoint: ["sec_bootstrap", "role=master", "sec_master_service_name=master", "sec_worker_service_name=worker"] + ports: + - "${SSH_PORT}:22" + networks: + - hybrid-sec + volumes: + - /data/appl/ok/swarmlab-hybrid-agent/src-local/instance/swarmlab-sec/test/project:/project + + + worker: + image: localhost:5000/swarmlab-sec + privileged: true + cap_add: + - NET_ADMIN + user: root + entrypoint: ["sec_bootstrap", "role=worker", "sec_master_service_name=master", "sec_worker_service_name=worker"] + networks: + - hybrid-sec + volumes: + - /data/appl/ok/swarmlab-hybrid-agent/src-local/instance/swarmlab-sec/test/project:/project + +networks: + hybrid-sec: diff --git a/src-local/instance/swarmlab-sec.backup/test/get_hosts b/src-local/instance/swarmlab-sec.backup/test/get_hosts new file mode 100755 index 0000000..e3f6483 --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/test/get_hosts @@ -0,0 +1,8 @@ +#!/bin/sh + +# Include the variables that store the Docker service names +# shellcheck disable=SC1091 +. /etc/opt/service_names + +( netstat -t | grep ESTABLISHED | awk '{print $5}' | grep "$MPI_WORKER_SERVICE_NAME" | cut -d: -f1 \ +& getent hosts "$MPI_MASTER_SERVICE_NAME" | cut -d' ' -f1 ) | sort -u diff --git a/src-local/instance/swarmlab-sec.backup/test/install-vim-plugin.sh b/src-local/instance/swarmlab-sec.backup/test/install-vim-plugin.sh new file mode 100755 index 0000000..4a3801c --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/test/install-vim-plugin.sh @@ -0,0 +1,74 @@ +#! /usr/bin/env sh + +start_dir=$(pwd) +bin_string="export PATH=\"${PATH}:${HOME}/.vimpkg/bin\"" + +# Download the apt-vim files +curl -fSsLo ${HOME}/apt-vim/apt-vim --create-dirs \ + https://raw.githubusercontent.com/egalpin/apt-vim/master/apt-vim + +curl -fSsLo ${HOME}/apt-vim/vim_config.json \ + https://raw.githubusercontent.com/egalpin/apt-vim/master/vim_config.json + +# Add vimrc if there isn't one already +[ -f ${HOME}/.vimrc ] || touch ${HOME}/.vimrc + +# Make sure vimrc is using pathogen +if [ $(grep -c "execute pathogen#infect()" ${HOME}/.vimrc) -eq 0 ]; then + echo "execute pathogen#infect()" >> ${HOME}/.vimrc +fi +if [ $(grep -c "call pathogen#helptags()" ${HOME}/.vimrc) -eq 0 ]; then + echo "call pathogen#helptags()" >> ${HOME}/.vimrc +fi + +# Update path for executing shell +eval "$bin_string" + +added_to_profile=false +already_present=false +for rc in bashrc zshrc bash_profile; do + if [ -s "$HOME/.$rc" ]; then + if grep -q "$bin_string" "$HOME/.$rc"; then + already_present=true + else + printf "\n$bin_string\n" >> "$HOME/.$rc" + printf "== Added apt-vim PATH to '~/.$rc'\n" + added_to_profile=true + fi + fi +done + +# Execute apt-vim init +cd ${HOME}/apt-vim +python - < /etc/opt/service_names <<- EOF +MPI_MASTER_SERVICE_NAME=${MPI_MASTER_SERVICE_NAME} +MPI_WORKER_SERVICE_NAME=${MPI_WORKER_SERVICE_NAME} +EOF + +case $ROLE in + "master") + + # Auto update default host file in background and dumb all output + auto_update_hosts "${HOSTNAMES}" > /dev/null 2>&1 & + + # Start ssh server + /usr/sbin/sshd -D + ;; + + + "worker") + + # Start ssh server in background + /usr/sbin/sshd -D & + + # Keep trying to connect to master node and stay there indefinitely so that master node can see + # the connected hosts that are ready for MPI work + while sleep 1 + do + # shellcheck disable=SC2086 + ssh -T -o "StrictHostKeyChecking no" \ + -i "${USER_HOME}/.ssh/id_rsa" \ + ${USER}@${MPI_MASTER_SERVICE_NAME} \ + "tail -f /dev/null" + done + ;; + *) + echo 'role argument only accepts "master" or "worker"' +esac diff --git a/src-local/instance/swarmlab-sec.backup/test/shorewall/interfaces b/src-local/instance/swarmlab-sec.backup/test/shorewall/interfaces new file mode 100755 index 0000000..a475e93 --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/test/shorewall/interfaces @@ -0,0 +1,6 @@ +### Comments, comments, and more comments. +# +#ZONE INTERFACE BROADCAST OPTIONS +# +net eth0 detect tcpflags,nosmurfs +#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE diff --git a/src-local/instance/swarmlab-sec.backup/test/shorewall/policy b/src-local/instance/swarmlab-sec.backup/test/shorewall/policy new file mode 100755 index 0000000..58798a0 --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/test/shorewall/policy @@ -0,0 +1,11 @@ +### Comments, comments, and more comments. +#SOURCE DEST POLICY LOG LEVEL LIMIT:BURST +# +net fw ACCEPT +fw net ACCEPT + +net all DROP + +# THE FOLLOWING POLICY MUST BE LAST +all all REJECT info +#LAST LINE -- ADD YOUR ENTRIES ABOVE THIS LINE -- DO NOT REMOVE diff --git a/src-local/instance/swarmlab-sec.backup/test/shorewall/rules b/src-local/instance/swarmlab-sec.backup/test/shorewall/rules new file mode 100755 index 0000000..d59920c --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/test/shorewall/rules @@ -0,0 +1,11 @@ +#ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL RATE USER/ +# PORT PORT(S) DEST LIMIT GROUP +#ACCEPT net fw tcp 80 +#ACCEPT fw net tcp 80 +#ACCEPT net fw udp 53 +#ACCEPT fw net udp 53 +#REJECT net fw udp 53 +#REJECT fw net udp 53 +#ACCEPT net:14.15.16.112/27 fw icmp 8 + +#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE diff --git a/src-local/instance/swarmlab-sec.backup/test/shorewall/zones b/src-local/instance/swarmlab-sec.backup/test/shorewall/zones new file mode 100755 index 0000000..62437de --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/test/shorewall/zones @@ -0,0 +1,6 @@ +### Comments, comments, and more comments. +#ZONE TYPE OPTIONS IN OUT +# OPTIONS OPTIONS +fw firewall +net ipv4 +#LAST LINE - ADD YOUR ENTRIES ABOVE THIS ONE - DO NOT REMOVE diff --git a/src-local/instance/swarmlab-sec.backup/test/ssh/id_rsa b/src-local/instance/swarmlab-sec.backup/test/ssh/id_rsa new file mode 100755 index 0000000..d88fa3c --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/test/ssh/id_rsa @@ -0,0 +1,27 @@ +-----BEGIN RSA PRIVATE KEY----- +MIIEpQIBAAKCAQEAoKG1DtjMXHDJfF59Y5nO7Yl38fkjRL1LQhF7RZKbGScWBNIW +foAS0wrd3wUnd5YMtIeiBj98H+V8IEn0ChAAxGfHXqqmmYlU6ABESINob+h70Bnm +UwiRbRnA64o3d9+cz2T8YLf+1p7///Z8LA8U+7rS+kvKvtYCQ9llDAxtbe39CxCs +2HASam3U6VArq9SdSqph5MudBaYhaxx4V8VDdXEhG2pimlh8e7zdPZ8AYbYLLDhq +Ytd+wn9azLXPQ3w/vC+Pn4taUBYnlERDY45vaVsPdnR+ao9ckMLUS6EwJVQmgMzB +2yyNCbPQYvRPL0rxoGstfCmmjY3EzOh6kEA6wwIDAQABAoIBAHqrAxnTdj0h5LyV +bCwjyWKdGHwxRj24UUCjGQCIdOlAcBA+X+863yVLpyQpS3qHnCxBZ/pdgOza02/V +CgilL/DNT/N7Xr7hoXWKvpqhv5+2atcA8GN4p5YplKpLYxCoM5guBo3V9UbxJY7T +LQB4hA25HmUGfE5AIHqwCfqpgufvIO1enhe1Vh/6l1FJqJuNj2pBGeXOyOMV95GN +xC5/BVytJIx2Rts5qtwpt5iPE3pKdsrWc71qACxk3dG8h9OZnuE3vuCg/Wp8jdwk +NHZ6nWlt0BbST3wN0pyTp6cqtZ0qqfSpZCVRegeQW5ENR9NaigDX6RADKRnms46J +ziDSZAECgYEA0WBDY47CA9Ej0Y2zBcV3x03cznSnxr7BVty32xbnNgxGF5jNUDdU +E2JwJs86sV75VV0fpgrbN45lBV/2ImefrPr4kJAIL2J4eyVdOTTT/DO9Tuw6NP8R +AYMZOzOlgFjx3arnjlOK5AicFseWFCXvezuAMPcGpImgw7xHHM3RcFcCgYEAxGa2 +T+J119HWf15kN7bx5RaUl9J4DvvE5oHtA7zsMPO2fRpfwXAb8yKwIXfZ7186frPb +jo3ZQykcPuJ3MldvTWEuUhY5W1HSF1sBJOPZHuRfQicv8Uj4Y1kWltQf4Ikb3Uyh +T0fZJul4HkPAo/Q65zIAtJ9tWukAP/lmnwO9VXUCgYEAiY62F4WmH/3ai4WOFX+b +5xxXsmhgBiozOc8/F7jfZNoBfuVMFqSTHz0wM784b2nXY+cPsPY2+jQaWMKoIgh0 +lqA4iDmotwD56OYubjQwBeU0PdLjlwfw805fWE7hMAa/uQPcp9xpRtIFQs4T4t7d +jNgVq5XQDm/BaHedPOZX8HcCgYEAuKpu31vqO7wUt/vTtUMx3JpHqxz9P/FgqPAf +H/WiC0EMJEMJKAO2c/z4qO9dHiJnCL0qQraDQw/DfClJtC7b+2DVwd8dnQyowscR +o1MNUmueWcAo5vEag6c/gx/+vQuOBJ1JyxaeSmUZSTOhTUeVns64NRz2IJWWY5Cn ++fn1KwUCgYEAjYYeQX/W+2r8SFipPQQi/36EqLPwko58C/sbJR0gySP6El7hNQRt +Sdmd9hfMXRR+VCZWmmzb6T4fc80XxteI9eANkZ7xhNuQe11EDvPqmc9WSF0s+l1T +eQnkt+an7Qv2prDSU6d1KlOrOuCXU8IhbkuffvRSYXwK9T79bTG8iIQ= +-----END RSA PRIVATE KEY----- diff --git a/src-local/instance/swarmlab-sec.backup/test/ssh/id_rsa.pub b/src-local/instance/swarmlab-sec.backup/test/ssh/id_rsa.pub new file mode 100755 index 0000000..f69cef1 --- /dev/null +++ b/src-local/instance/swarmlab-sec.backup/test/ssh/id_rsa.pub @@ -0,0 +1 @@ +ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCgobUO2MxccMl8Xn1jmc7tiXfx+SNEvUtCEXtFkpsZJxYE0hZ+gBLTCt3fBSd3lgy0h6IGP3wf5XwgSfQKEADEZ8deqqaZiVToAERIg2hv6HvQGeZTCJFtGcDrijd335zPZPxgt/7Wnv//9nwsDxT7utL6S8q+1gJD2WUMDG1t7f0LEKzYcBJqbdTpUCur1J1KqmHky50FpiFrHHhXxUN1cSEbamKaWHx7vN09nwBhtgssOGpi137Cf1rMtc9DfD+8L4+fi1pQFieURENjjm9pWw92dH5qj1yQwtRLoTAlVCaAzMHbLI0Js9Bi9E8vSvGgay18KaaNjcTM6HqQQDrD nlknguyen@NN-Ubuntu diff --git a/src-local/instance/swarmlab-sec/swarmlab-sec/out.log b/src-local/instance/swarmlab-sec/swarmlab-sec/out.log deleted file mode 100644 index 309f5e0..0000000 --- a/src-local/instance/swarmlab-sec/swarmlab-sec/out.log +++ /dev/null @@ -1,178 +0,0 @@ -[ - { - "Id": "sha256:cdccc76cf857ab6db04c03625ad8983fcc8b650b7d736f47f66806624c29413d", - "RepoTags": [ - "localhost:5000/sec:latest" - ], - "RepoDigests": [ - "localhost:5000/sec@sha256:26f7e3cbde83ca8fddc10ff30806392d55444b1f7a485046413a1a3e8648ddc3" - ], - "Parent": "sha256:7cb5b708f9f899dc2f1cd8afb6ad5f81b712e6bbccb1043b9f41b54cb404a7d4", - "Comment": "", - "Created": "2021-01-03T20:48:15.660525319Z", - "Container": "fe707c42d57c141ff71e1a1ecf676c223dfb50f123596ec1f2b96d21e9cc0a6e", - "ContainerConfig": { - "Hostname": "fe707c42d57c", - "Domainname": "", - "User": "docker", - "AttachStdin": false, - "AttachStdout": false, - "AttachStderr": false, - "Tty": false, - "OpenStdin": false, - "StdinOnce": false, - "Env": [ - "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", - "NOTVISIBLE=in users profile" - ], - "Cmd": [ - "/bin/sh", - "-c", - "#(nop) ", - "USER docker" - ], - "Image": "sha256:7cb5b708f9f899dc2f1cd8afb6ad5f81b712e6bbccb1043b9f41b54cb404a7d4", - "Volumes": null, - "WorkingDir": "/project", - "Entrypoint": null, - "OnBuild": null, - "Labels": {} - }, - "DockerVersion": "19.03.6", - "Author": "", - "Config": { - "Hostname": "", - "Domainname": "", - "User": "docker", - "AttachStdin": false, - "AttachStdout": false, - "AttachStderr": false, - "Tty": false, - "OpenStdin": false, - "StdinOnce": false, - "Env": [ - "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", - "NOTVISIBLE=in users profile" - ], - "Cmd": [ - "/bin/bash" - ], - "Image": "sha256:7cb5b708f9f899dc2f1cd8afb6ad5f81b712e6bbccb1043b9f41b54cb404a7d4", - "Volumes": null, - "WorkingDir": "/project", - "Entrypoint": null, - "OnBuild": null, - "Labels": null - }, - "Architecture": "amd64", - "Os": "linux", - "Size": 478015337, - "VirtualSize": 478015337, - "GraphDriver": { - "Data": { - "LowerDir": "/var/lib/docker/overlay2/a79dc20b61f5c6da8acb33b99923519c29cb0fb4dd16ae2e81056d4778ad9745/diff:/var/lib/docker/overlay2/d48f73334a65ac72168e2aecdba44c61f9975ebeabcb06db845ebe658c803857/diff:/var/lib/docker/overlay2/7921d95951b5f1ba5f47c0c8b463359bf6fec63463e298ce68777ba4e66f0bba/diff:/var/lib/docker/overlay2/4cf320df0dcb224592679dbbe8d16c1a7a2087936236382e8e38f11a2c720621/diff:/var/lib/docker/overlay2/eb4214eb174d8620fa88b2478583de6c956dcf4fc58f9e23742b6ec37b28bcb5/diff:/var/lib/docker/overlay2/e209ccb5ffb2b8ffab364edeff68e9584fa8467980b8104c9e5c8e59d7936903/diff:/var/lib/docker/overlay2/e5ba76c18f185563c924b041652d99b78fad67c565c4a511ce6d3b88d10c47d7/diff:/var/lib/docker/overlay2/ebe40887c67dc3dbebbdb1c9147d78e7d3b47e8e94fa99c0d0b533a9f845d6bc/diff:/var/lib/docker/overlay2/f7cd041e3a45e27840aa68ad8d187db21813830a4d05c34f5fc2cfc3e0abe73d/diff:/var/lib/docker/overlay2/111bf2c776607d82c68fa520b8879ee8a94715b0253dad2f345c5588f47313f0/diff:/var/lib/docker/overlay2/93efd58018f1f9b7f84f4350ea1f167c97becc12200b86ffb8df8100cffb1e9d/diff:/var/lib/docker/overlay2/bb706e6c1339073416603877ac9bba4884ca4afd685816e7b681b8b98f12d5c0/diff:/var/lib/docker/overlay2/9d6123f692009884c5d140135812d98cfb0f4378b0a7fd9439685379e6ce9fbc/diff:/var/lib/docker/overlay2/a14efb2954572c6db89d3797b7a6fcca9bbd9112d72b09e068f36d8b4631573e/diff:/var/lib/docker/overlay2/0b203344c793449c22b6ce0cbe4511d8bfc96caf847cde243e4f30c5ddad07cb/diff:/var/lib/docker/overlay2/0b01f077faec8c65f0263305200879de0a382e71e6cff191efc87d9c164d2c25/diff:/var/lib/docker/overlay2/caad4622932419cca65b074660f0ac3de1d6072e34668e9256b5d27c4273b50c/diff:/var/lib/docker/overlay2/b09975e1eaf392c82a5b30d7234bb88d50e409be16d6e459884b6f62b65b63c9/diff:/var/lib/docker/overlay2/e578326fce07a90642cd1c20c1cc410a5b8f22598952b5c8896d54d93f29ba6a/diff:/var/lib/docker/overlay2/e6bc04442e36f44266d636f82d9c5b56e399875dddb3a24caf1dcf510739a600/diff:/var/lib/docker/overlay2/32f3a7ba752699040b33e1e7c8e8dcadc4d87f29778cf02650d4fb2681f7bfd3/diff:/var/lib/docker/overlay2/5480ca8f2a6ed448a59821c2accdad09442462ff3a6a93a2c06b6642cce6bafb/diff:/var/lib/docker/overlay2/5c8a7e434b0633cf467128ba866fb1beffaed3eb7459e3fc7edca0df79cee435/diff:/var/lib/docker/overlay2/12726645eb541b75cec8e155e55f5656db5066153f871fb014aba7b303e35d29/diff:/var/lib/docker/overlay2/ab16b234dd66a40806d6527a9fbd91b521f3e88b74c7e54bfba9fa241136de73/diff:/var/lib/docker/overlay2/b01557dca67c27879d51c9a8b2e6bf3de587fc2c3d90a253cb49852f4243c55a/diff:/var/lib/docker/overlay2/1d6f337eae7b6729813f87e05a6352fcf974423e3d07f72177458bc8735fdfbf/diff:/var/lib/docker/overlay2/69818a4028eab0d98ba63374bb021660a873ef6fad04c29fc6328d6cef96ca66/diff:/var/lib/docker/overlay2/0c5cd8fbff626a9f74e5f6d44e55ca10747c5c97e1ab3bc9f0b9e0e4e1e35b08/diff:/var/lib/docker/overlay2/bcc1337f38b5b17d3cb966664b135884667266345324cbfad7c364921aeb9445/diff:/var/lib/docker/overlay2/8f1edd386e1e4f9032d6f041e7d4f22ba2ed5d75a20aad2f58740bde50f91b30/diff:/var/lib/docker/overlay2/69f3625aea524941b4ce83d85550de7cee9b783fe9761286cdc77e582c66c402/diff:/var/lib/docker/overlay2/223c2b8773678eeae7758ee6002e47fa5a5215963c8d1d2467bc729d10acdc31/diff:/var/lib/docker/overlay2/0c369f955bf9e390cee76f36eb6a4288c96497fb85bea3666219664d52f99182/diff:/var/lib/docker/overlay2/681252fb0323f1e13e41a34fa9376a75c022383fd51e687c5b8cbd1cce42d053/diff:/var/lib/docker/overlay2/de5ca65b190b6e89360b9916467025ec957411f6b2f0a522d9af21a72a4174e8/diff:/var/lib/docker/overlay2/73e25fadf0ef2bb1f9c3403d52011430dec9d414e80ac6b0270a7495c6fc93bb/diff:/var/lib/docker/overlay2/3a65a50bc60a130c753a4db8014126da1024e11d3e8916cdd7bbfa97de5a69cd/diff:/var/lib/docker/overlay2/b01475f61383dd7b7ba6a92bbc8bc644780e1169b060e388427b6421894f5806/diff:/var/lib/docker/overlay2/6227e3f1d9bdcdad4e6ee44c5f7fc8ae51d5b2c0858a6d065058d90595eb6815/diff:/var/lib/docker/overlay2/886f1f55cfc36e0b7e24edf9e2e3adb3350f03d0592429a5ac852ad3c98de416/diff:/var/lib/docker/overlay2/3ec7a7651d137722517ad502192fff73406f03f0fdac567ecff3da5db30f73a0/diff:/var/lib/docker/overlay2/45a181b84deefb66a14d2958dbed9ae7fae9d12d067f57b2fb007fec33049c42/diff:/var/lib/docker/overlay2/5ae35b504e856d9ee0f047e2152e65d598a92b42916861367a3717f7b6c908cc/diff:/var/lib/docker/overlay2/de9589906ef5e262b419dd45a2d7cd5c81f882c788b7c2c5567cc0822f150986/diff:/var/lib/docker/overlay2/e237b6c249f9450361b5ac36b063005996f3ab6a20b270fe8c9e5119fe75713e/diff:/var/lib/docker/overlay2/f6a4d3e3d43604278ee3f14f9fa966e8bf75c205f3517f76c8d0542a37bb9176/diff:/var/lib/docker/overlay2/999f1df2e0cf5bbd678614905707de713db19115aa4fd9505bb0415bd3ab9641/diff:/var/lib/docker/overlay2/7a5563cca9a2824772340f2f83ecc7331d529404884f810abf911ed3fafb6956/diff:/var/lib/docker/overlay2/f7b7e7a23546b2dc7234faada17cac2ed420c807db94e40b564a7f63bcd7a997/diff:/var/lib/docker/overlay2/6f8ad45703a3d2aa50ce87f4e0e5a7d88b75966737e9e812483f1e1746be1530/diff:/var/lib/docker/overlay2/282b813b137861a2b9e2b322ac47a1c878f6d39f55a651d55b9207e0cb85f4a9/diff:/var/lib/docker/overlay2/fdf4833e8a52c633a516e7f8d4081701099197d8709197617ba7358cd9a66040/diff:/var/lib/docker/overlay2/19234d6c0f9b444c15fb3a4bde1c46df850a5dc13ca94912de89177685e0f081/diff:/var/lib/docker/overlay2/3bbd8973c88717ab1b651a7ae6f78a3e1fb4f67cf13c63f44b4cecad275def27/diff:/var/lib/docker/overlay2/a39d205f063e6b49a28bf6cc9eefae003a4743d8e6f0910953cf6fedb0d78afe/diff:/var/lib/docker/overlay2/0f0d8395f4fe7dd82d009b5bfb51bf5b63d968fe5eeacf6f752e2eca8bf26fe7/diff:/var/lib/docker/overlay2/2f4f25fbbde567d3ec2088712b9082e9ee78749bf93716ba9c8369577eab8c7f/diff:/var/lib/docker/overlay2/07977264226b60dfa857adc67c9a1d707d0aa85f3e2ce49cb76c70a9e55b8dd2/diff:/var/lib/docker/overlay2/7dc0f53e96d24e86fcd40c1ef9865775b744aee897ea0f97cfe960bc51f83da0/diff:/var/lib/docker/overlay2/279eaf133dd39b8a77f7cbab5acb2ffc37a266a548628be75c6e2a2008358138/diff:/var/lib/docker/overlay2/684df3eaedd16b221c803f86af71d597fe3b8b8d80e06eadb8e47e7bdc162dbf/diff:/var/lib/docker/overlay2/a98bdfd1355c57b1cd4b923098f4bc793d19829a5664b73ae2dfc9a93b5bd5ef/diff:/var/lib/docker/overlay2/d0c64aef20056ca653912563e368be4104bef95d1605a2c51d2d7ce85b0076ef/diff:/var/lib/docker/overlay2/e48090408f234d691655be7940e80036ad8ae69f2ce90c1c462b6d68708d42e8/diff:/var/lib/docker/overlay2/75dcbda6d91f71db135d4fc173ca5cb06ea178abf44beec3a8713e7de966ccf4/diff:/var/lib/docker/overlay2/6f4333382db4068866b6e52cfc69bbc3d91586acb75a989e10b7554a0bdf58f5/diff:/var/lib/docker/overlay2/d3136674646177cdd562e35def214fc9075fff501d7e907309a737d65764e1a4/diff:/var/lib/docker/overlay2/9c09f78b1019edc3b6c8e3989505d283d05556bf3a46248e56163d7c6320590f/diff:/var/lib/docker/overlay2/e9653b15291aaf81d40a96ec0de114096dac96999f9d2626c4317b20524f4d5c/diff:/var/lib/docker/overlay2/d82dbf5ba6c22561989dd7c1392b24b8520675d59f6f2a68dca33b544ffa704a/diff:/var/lib/docker/overlay2/c47a3bc8dfae0fb3cb2aa12241dfe52f52a7e76f07b8aa531e6369b971ed62ad/diff:/var/lib/docker/overlay2/ca34126a6fe3dcda6d40e017776c841df451b2c6894085fd44289be772e83d9a/diff:/var/lib/docker/overlay2/2c65ab08e15bcd8fce9da3317dbd2c63c46e81d2188c35bb5467db8ceff7b017/diff:/var/lib/docker/overlay2/ab7d2b60ce6cdafea467e096e1a119190a9846ae20b6b5b1832096e261272e2b/diff:/var/lib/docker/overlay2/d00a6307f206bf75bf040555e916e605224f7b3312a3324b426f196a8d6e067e/diff:/var/lib/docker/overlay2/62eba1e9ac607cee03310ada504bde9c083493aaff7fe3fea06daddfeb08c69b/diff:/var/lib/docker/overlay2/bb48e4f12ca36f05bd0754f7a84d5e28f11778c09324650c4f9241b8cd61a8a8/diff:/var/lib/docker/overlay2/abd43aba568f84cb6b26dbbcca212d9d031de72244165b3bce8a1501b7d69264/diff:/var/lib/docker/overlay2/8db412da17234f952e8965cfca5aa00da84687fc5bcf225d2766e6d0465df51a/diff:/var/lib/docker/overlay2/9bd610ffae8e1063cf2fc4037d85ee416843347423f827d65c2bffb687a49bab/diff:/var/lib/docker/overlay2/02c7900d9a450bd3ad59b5199009a589cdaea54198732a36f88bf6962ea56a1e/diff:/var/lib/docker/overlay2/90ee3283c9d2019b182f3b302e43188a67f33de0c01da2e118870d38fbb9c3cc/diff:/var/lib/docker/overlay2/d179dcbb19f706964accb7df9f46b8dccd274709c902f4ef1ced71cff2aca9e3/diff:/var/lib/docker/overlay2/31ef4a4ab2a992d0b76986e80c2ccfab8f62482710cef2fe85c183ff1067408a/diff:/var/lib/docker/overlay2/f9325b6539ccf4483f1aa3492300d5cb3490e9ad60501b72aab156442cab425f/diff:/var/lib/docker/overlay2/d92ee167c562c5e8185a59d8ca451490af3e5f4c8c316c6651cef912a1fa2143/diff:/var/lib/docker/overlay2/6c40050d475aebc9d0dfeddffcd29c9d39af536427a18b85753075aac9b653c1/diff", - "MergedDir": "/var/lib/docker/overlay2/7a350a00205d52d732e4c527d25e5a4c9e4b98d878d646346829477bc2d95375/merged", - "UpperDir": "/var/lib/docker/overlay2/7a350a00205d52d732e4c527d25e5a4c9e4b98d878d646346829477bc2d95375/diff", - "WorkDir": "/var/lib/docker/overlay2/7a350a00205d52d732e4c527d25e5a4c9e4b98d878d646346829477bc2d95375/work" - }, - "Name": "overlay2" - }, - "RootFS": { - "Type": "layers", - "Layers": [ - "sha256:b43408d5f11b7b2faf048ae4eb25c296536c571fb2f937b4f1c3883386e93d64", - "sha256:23135df75b44a66efa9d8dc1a10051768c27bd95388f436eb9553e0eb17211f6", - "sha256:fe6d8881187d429af3f636c574911690455825998c9f366e985eab646665e711", - "sha256:16940becae19617d960b6fcbb596a1463224a06a83cec7148940ad960d81a464", - "sha256:c2f4fe6f9b9d33f35cbea1c7a39a81f37126887f55f8b266602917bcc5711427", - "sha256:3a152d5e13fbc3d25d12aaf2f06c470e9a3eff4a0a6bb23b7c0d1fc233ee9b9e", - "sha256:1d28455e74f62c32c52763286f24fe335b074dd0c04199308921b19be9e5b2c7", - "sha256:2e4babcaf325a1757f30a9c460b9fd7014661133737e02956d3ca8d9f28a056f", - "sha256:24a61a160392e95ca26602569bfee20313456d034062db91735b16859ae3a171", - "sha256:0e51a3c6c88b103a92993dd31a4d873e17dd29ac84e3e4809f9948dab8325c11", - "sha256:cf769185a297b18d7688e487b61e5af5f781c21eeb876a7bb58c6cae13c42bae", - "sha256:997f78e2464d63cf5df2a926814c711533f3f166e15e17a940653d1cde54f366", - "sha256:c1aeb4f3b467ab6cd7e83aa3a744ec5a71d7c1a13e92b832c8944702396278f4", - "sha256:96ebc9c7ed340d67600ea6db82eb74e03bf8927541df46394a2fb2a06644f39f", - "sha256:0cdbe05b25fe2835e0a72c0334bfb5e01f20ce00ceae67e656743c53571702b2", - "sha256:9d1a319cee577d88da18bbff2576d33f839a6a93d083c0ea77876785bc4a3e21", - "sha256:0b634e088a1c9b82af19bd107b01344c9705f2792f8d90bc680fd4695a0dc758", - "sha256:45d8bc700bd991518564dc3a40f24b42dfdc92acd4ea40fbc23bd84d414bd7c9", - "sha256:dacf2b29f714119dcb7a285f76675afce506fb0cfec4bebfe1fc271ac8df176f", - "sha256:5f728295b19ede5e54768788170511411661990adda5e6615cf7902ad3caded1", - "sha256:37ab9ebf49261de33ad4344d6c3f25833a9eb485ffffd710ef90f3e9f1437a9f", - "sha256:a0641846e54ce20f1cd35a206b15404302e9b16a37b15b5fb68eb9671231fdf6", - "sha256:af002b0af15a32dc5eef5b4d1d0973d5fe63c37d9ed8ef52393ac775d7efd386", - "sha256:ffe7e0ea6a0b7e165902d89156991c0365945047c809f09b50f37f78903f3b86", - "sha256:bf644fb7896a526aaaf3ace940e365edd1486878f711e534bceeb2102a8e4d60", - "sha256:907c1f1179ce086bbaa6dcb3a909ca5a5fd4f90379c55907c52472dc88e63861", - "sha256:d58ebd08aae3dcc00bbb4ddc975baad2fda2d1e86438afacd8b995dfa6be9903", - "sha256:60044183fbac5efbdde5f039d0dd918ed483c87fe7d1c1aa407c0fdfb74e2a32", - "sha256:529dacf70d38df3535ab02c18e3511f6ade03354f7b77ffb3b6f8899ffd562e9", - "sha256:04d055c0d7c15e4f9d67f2e3a39ea3000b0683ac45ef20e9844e02bc89cff65e", - "sha256:a51c3592a462fabecf626552b9cb69d8e16f4e801bd111cb3465afd73ce22615", - "sha256:1e54c09c6101411d8250aee71905dfb537a62c486da95d0a30dd135d3138927f", - "sha256:4d4a3519eb97a13f8bc5ea4a160e915b60f6e14dd01b34a59f37ee7945c8bfb1", - "sha256:34db95e6e2e2a7ede75b73e99d2022e6a509ffc1d8d234c69796cb8342806ed3", - "sha256:dfab92c37f8d3e3e0bfb073beb8c4c5cd3d55333fc0fffd5804306cd23d2a46f", - "sha256:9fe4be6a1994b229d398d40ce317cf5a95093a1a6774435cd5921aaddf77d1d2", - "sha256:ea62e9faf56a4ad68abef642065bfe469e598dad2bf9aeb9ae302fd135f471f5", - "sha256:6d1b45bfc597fd5a2fc47d61f9a7200c45858ebe5dc77c2788e9aee6b6bc8607", - "sha256:ebd70f9dd24a8e504aad109ace6d92a642ec8636b49fb2e2e523200af4a264a5", - "sha256:fbdf756250887f85c587719132c0eb463617014b1bbbe5767ae1cc7edd484385", - "sha256:7dbe4025eeb5420e09a01419c4d3b8600eddfa2cf55610cc44077cd6fe7a2630", - "sha256:1163f0201375a87cd15a30252dfa6c5be2da22ac0f3e0fb09a7df185830812d9", - "sha256:a61db3c48c203bd6246b6c9be7caaf7a824771ef2f62721d7defb3583acb539a", - "sha256:ac4860f757d084c40096bd52f8a975474c1bc6c2a9ff06c401ca3409923e8c22", - "sha256:9900ced4edc981e8b1ea460009a136ff0e98bafe2e9a81e49bd13d5535cfea7f", - "sha256:d66e5de5f372b5b7113854254f80365ce63bacd4e042976fa8a7ba32e7fc52fd", - "sha256:c883d065900c4f31bec8d5f07e1fb7829a00a71d2195a9b1536be2a09ba45e11", - "sha256:c9826cac3895d884d5401b13ede0f5d81ca3488e096997245276b7a7b187ae47", - "sha256:6869e70a054c323f4b61ad12ccb9076c9ef8e92884788c57983cdd4c8afa1840", - "sha256:d2d4bc6d69cb77f4527f379368e49c6b1ba8b14923f6ccdfdda94de01a9bcd28", - "sha256:e2fcb661a2879dbac26120d66329a32498a4e567520586896c13cb40f6196975", - "sha256:d05f35a5ea54ccf76f51cdb8097f8fc9f7b5cb80e7835b763e55eb77b645ea76", - "sha256:f408bd8829ee8a2d1da189256a933e545e3e80bb3fc447a290088835e02cb1a8", - "sha256:51d3a98cd72e538f017a3456be9c6dd77d4025311d384cc66d68ea82e8ed9563", - "sha256:215801877f36064ca9dbe3774d8bfc886e696a4f45714e7dbef2a5d356abde93", - "sha256:0048e3a492ebaad295a81e91ad1623284b717b5e616161a5522be283ba406b85", - "sha256:1b1e66b5f79ce1373932ff4427a278797fbbf1207b4fc1aa2106449d838af273", - "sha256:c91558091812b893c5f6ad375e6cece4a601a1d898a6bd5b2113e2ed6b874b6c", - "sha256:2e9fa664d77f93906c84b4c848651745e99d1c11cda9e37df43e1f3011c797ee", - "sha256:670d9b9d018413ebb0421ec4e7a1cabfc250974bdb260ef0fa7b1ba9d43fb229", - "sha256:8088cdc6e11f7e2bb322906cc6d3002625a1eafbdea93164dcf91995aea4c528", - "sha256:8bfabc2c17aa70494da4506fc6507a9b34cd293f47f72b1d0272fa41740501fb", - "sha256:d3a4205ddc4925fca939a39b537984cac5f9c1f0fd6171d807f63cffe44990ab", - "sha256:3ac1dc9cde0169f3ed2db56793a4d24d2d7c66f89c9cc0c1e74ae269a5085a03", - "sha256:fa4e318dda49b6d8c58c00535befdb72d046d8ec1fa2ed1c31d7349213639176", - "sha256:e4521cb5ddcbf7aa506104d1224a45be3166cbb06ed90058c15beebea7578cf5", - "sha256:6f12b6bec4a1c1297d78360d921dfc13cea3d4bd0b57eac191bfd61f555dd435", - "sha256:89c310d4ed09998db6e762d98a5a2e72bee53e0af22bb044b3bf7aca9258ba3a", - "sha256:b18affa36791be85007a0997f73f267cb3230f06f62a7c3440c038df6dd5655d", - "sha256:330f027e0c6348b00ee54a8819ffb6988441add9f3b43628d21f2f27cd4bfff7", - "sha256:326844664abce2d53f71dae864bf688cc3dfe20d7d4653a6fd60ff3e1281ab72", - "sha256:23329c89211f4e4f1f0b2ff39c038e9d5d4b56049cf89fd32505f9047a910cb5", - "sha256:07c6bc97b7d3d3c8bfcfe62e6629c69a4048393707efdc7928f1086b78aa56d1", - "sha256:5932868cf6b4c407d363ecfb612d40483d8276ae84400683e287693f1a1392c4", - "sha256:b5e7b2d8e993836fae8ec1770e79bbc03be496574c033f499f3790f099fd9f1e", - "sha256:87d11f6cafce7f9fbc8e882bbfb5bb1957d392d9cd11b1c868489704be1e8039", - "sha256:6f220a392150861f2e892781b1c8651e05277f697708d2e733a00b8f8ec483a8", - "sha256:58926766b841bed867be90759eae78deec29451d1f8be41abf3e72d14e3125e1", - "sha256:2be74e2d8a8eaaf260d4c28ffb328a9d43ac78102bc785b6a67659c09db979a8", - "sha256:4449a6979f01b281987e6112b17ad717d7e914db2677923dee53d4c8aef63ed6", - "sha256:34cae1d51357012aa283ef40b91b2d724b83f9404f9d6353284d63cd6d1a9205", - "sha256:e3abc3a756364223c2ebe7533ee5c2a44a3c439d927ba0bce723f6f34b8ded59", - "sha256:55178f8cca25e502f67eacb862fa7543a89f3da56a7c172996af9c6d8e1c9e4b", - "sha256:1bae55cc9df51a81563a72831ac48e944547671c3f8d0a2cbf314d88d3929597", - "sha256:f61c639a01856c45d211b29dd0502da3f82eafea2e0c3a9235a56a26ae1702cb", - "sha256:ac7908373c3c66e1490d3d8964924fc8fafbc2d7351f2cba1502c759b3218a87", - "sha256:e62ab0aa4ff72df8c2d354fa974c5f72cc519c52c452df45ccd46730ea12ef58", - "sha256:520ef4f7ad9cd3a5a9f7c1f173693c8c32f6786e7830b750e63e08dd6616ef15", - "sha256:6bc67a5cf81c9aa664ef32976ee78b4463216f38640d1793eb251b7d2beff843" - ] - }, - "Metadata": { - "LastTagTime": "2021-01-03T22:48:15.699142142+02:00" - } - } -] diff --git a/src-local/llo/new.js b/src-local/llo/new.js index 8bc74ac..58d4bd0 100644 --- a/src-local/llo/new.js +++ b/src-local/llo/new.js @@ -41,6 +41,10 @@ var server = https.createServer(options, app); var io = require('socket.io')(server); const { spawn, exec } = require('child_process') + + const simpleGit = require('simple-git'); + + // const { exec } = require('child_process'); //const chokidar = require('chokidar'); @@ -204,50 +208,190 @@ app.get('/getservicesstatus', (req, res, next) => { }); + + let child = []; var ppid = '' io.on('connection', function(socket) { console.log('new connection'); - socket.on('start', (service) => { - var services_path = './instance/'+service+'/'+service - //const childstart = spawn('/bin/sh ./swarmlab-sec/hybrid//start.sh'); + socket.on('start', (value) => { + console.log('value '+JSON.stringify(value)) + if(value.swarmlabname){ + var service = value.swarmlabname + var services_path = './instance/'+service+'/'+service + var ENV_service_file_path = services_path+'/.env' + var service_port = '' + if(value.swarmlabname_size){ + var service_size = value.swarmlabname_size + }else{ + var service_size = 3 + } + const apptest = require('express')(); + const servertest = apptest.listen(0, () => { + var newport = servertest.address().port + servertest.close(); + if(value.swarmlabname_port){ + service_port = value.swarmlabname_port + }else{ + service_port = newport + } + + var ENV_service_file = ` +REGISTRY_ADDR=localhost +REGISTRY_PORT=5000 +IMAGE_NAME=${service} +SSH_PORT=${service_port} +` + fs.writeFileSync(ENV_service_file_path, ENV_service_file); + + var service_up = '/bin/bash ../install/usr/share/swarmlab.io/sec/swarmlab-sec up size='+service_size + + child[0] = spawn(service_up, { + shell: true, + cwd: services_path, + //detached: true, + detached: false, + //stdio: [ 'ignore', logout, logerr ] + stdio: 'pipe' + }); + + ppid = child[0].pid; + console.log(ppid) + child[0].stdout.on('data', function (data) { + var n = {} + n.data = data.toString() + io.emit('message_out', n); + }); + + child[0].stderr.on('data', function (data) { + var n = {} + n.data = data.toString() + io.emit('message_err', n); + }); + + child[0].on('close', function (code) { + var n = {} + n.data = code + io.emit('message_close', n); + }); + }); + }else{ + var n = {} + n.data = 'NoSwarmlabname' + io.emit('message_err', n); + } + }); + - //child[0] = spawn('/bin/sh ./start.sh', { - child[0] = spawn('/bin/bash ../install/usr/share/swarmlab.io/sec/swarmlab-sec up size=3', { + socket.on('stop', (service) => { + var services_path = './instance/'+service+'/'+service + const stop = spawn('/bin/sh ./stop.sh', { + stdio: 'pipe', shell: true, - //shell: false, - cwd: services_path, - //detached: true, - detached: false, - //stdio: [ 'ignore', logout, logerr ] - stdio: 'pipe' + cwd: services_path }); - //child[0].unref(); - ppid = child[0].pid; - console.log(ppid) - child[0].stdout.on('data', function (data) { + stop.stdout.on('data', function (data) { var n = {} n.data = data.toString() io.emit('message_out', n); }); - child[0].stderr.on('data', function (data) { + stop.stderr.on('data', function (data) { var n = {} n.data = data.toString() io.emit('message_err', n); }); - child[0].on('close', function (code) { + stop.on('close', function (code) { var n = {} n.data = code io.emit('message_close', n); }); }); + socket.on('install', (value) => { + if(value.swarmlabname){ + var service = value.swarmlabname + var service_git = value.git + var services_path = './instance/'+service + var ENV_service_dir = services_path+'/'+service + var ENV_service_file_path = services_path+'/'+service+'/'.env + if (fs.existsSync(services_path)) { + }else{ + fs.mkdir(services_path, { recursive: true }, (err) => { + if (err){ + console.log('error ' + JSON.stringify(err)) + }else{ + var ENV_service_file = ` +REGISTRY_ADDR=localhost +REGISTRY_PORT=5000 +IMAGE_NAME=${service} +SSH_PORT=${service_port} +` + /* + const options: SimpleGitOptions = { + baseDir: process.cwd(), + binary: 'git', + maxConcurrentProcesses: 6, + }; + */ + const git = simpleGit() + try { + git.init(); + git.addRemote('origin', service_git).then(result => { + var n = {} + n.data = result.toString() + io.emit('message_out', n); + }); + git.clone(service_git, services_path).then(result => { + var n = {} + n.data = result.toString() + io.emit('message_out', n); + }); + } catch (e) { + var n = {} + n.data = e.toString() + io.emit('message_err', n); + } + + //fs.writeFileSync(ENV_service_file_path, ENV_service_file); + } + }); + } + /* + var services_path = './instance/'+service+'/'+service + var containerrm = '/bin/sh ./container-stop.sh '+id + const stop = spawn(containerrm, { + stdio: 'pipe', + shell: true, + cwd: services_path + }); + stop.stdout.on('data', function (data) { + var n = {} + n.data = data.toString() + io.emit('message_out', n); + }); + + stop.stderr.on('data', function (data) { + var n = {} + n.data = data.toString() + io.emit('message_err', n); + }); + + stop.on('close', function (code) { + var n = {} + n.data = code + io.emit('message_close', n); + }); + */ + }else{ + } + }); - socket.on('stop', (service) => { + socket.on('container-stop', (service, id) => { var services_path = './instance/'+service+'/'+service - const stop = spawn('/bin/sh ./stop.sh', { + var containerrm = '/bin/sh ./container-stop.sh '+id + const stop = spawn(containerrm, { stdio: 'pipe', shell: true, cwd: services_path diff --git a/src/App.vue b/src/App.vue index 19285c9..66bda62 100644 --- a/src/App.vue +++ b/src/App.vue @@ -13,17 +13,37 @@ > Manage_Your_Lab_Instances + + + + diff --git a/src/components/mynetwork.vue b/src/components/mynetwork.vue index c6a2f38..fbb4f9b 100644 --- a/src/components/mynetwork.vue +++ b/src/components/mynetwork.vue @@ -28,11 +28,13 @@ import {mapState, mapGetters, mapActions} from 'vuex' import ViewNetwork from "./mynetwork/mytable.vue"; import AdhocView from "./mynetwork/AdhocView.vue"; import DockerServices from "./mynetwork/dockerservices.vue"; +import card from '@/components/Card.vue' //import AvailableServices from "./mynetwork/availableservices.vue"; export default { components: { ViewNetwork, AdhocView, + card, DockerServices // AvailableServices }, diff --git a/src/components/mynetwork/:w b/src/components/mynetwork/:w new file mode 100644 index 0000000..63c22d8 --- /dev/null +++ b/src/components/mynetwork/:w @@ -0,0 +1,579 @@ + + + diff --git a/src/components/mynetwork/AdhocView.vue b/src/components/mynetwork/AdhocView.vue index a05473a..11932b9 100644 --- a/src/components/mynetwork/AdhocView.vue +++ b/src/components/mynetwork/AdhocView.vue @@ -5,6 +5,14 @@
+ + +
+ +
+ + + Lab Service Options + + +
+ +
+ + + + + +
+
+ @click="onAction('run-install', props.rowData, props.rowIndex)">
@@ -139,6 +139,9 @@ export default { data() { return{ swarmlabname:'swarmlab-sec', + swarmlabname_port:'', + swarmlabname_size:3, + swarmlabname_git:'', // run on hybridshowdata:{}, issocket:'close', @@ -162,10 +165,23 @@ export default { }) // from available services socket run here this.$root.$on('hybrid_start_instance', (data) => { - this.swarmlabname = data + this.swarmlabname = data.swarmlabname + if(data.size){ + this.swarmlabname_size = data.size + } + if(data.port){ + this.swarmlabname_port = data.port + } console.log('RUN exec '+JSON.stringify(this.swarmlabname)) this.onAction('start') }) +// from available services socket run here + this.$root.$on('hybrid_install_instance', (data) => { + this.swarmlabname = data.swarmlabname + this.swarmlabname_git = data.git + //this.swarmlabname_port = data.port + this.onAction('install') + }) // from available services socket run here this.$root.$on('hybrid_stop_instance', (data) => { this.swarmlabname = data @@ -204,13 +220,29 @@ export default { var obj = {} obj.action = 'up' obj.token = this.token + obj.swarmlabname = this.swarmlabname + obj.swarmlabname_size = this.swarmlabname_size + obj.swarmlabname_port = this.swarmlabname_port //this.$socket.client.emit('action', obj); //this.$socket.client.emit('actionstart', obj); this.$socket.client.open(); - this.$socket.client.emit('start', this.swarmlabname); + //this.$socket.client.emit('start', this.swarmlabname); + this.$socket.client.emit('start', obj); //console.log('start ' + JSON.stringify(log)) console.log('startobj ' + JSON.stringify(obj)) //console.log(this.$socket.client.connect()) + }else if(action == 'install'){ + var obj = {} + obj.action = 'up' + obj.token = this.token + obj.swarmlabname = this.swarmlabname + obj.git = this.swarmlabname_git + this.$socket.client.open(); + this.$socket.client.emit('install', obj); + }else if(action == 'container-stop'){ + // refresh adhocview.vue on console await + this.$root.$emit('SERVER_hybrid_table_start') + this.$socket.client.emit('container-stop', this.swarmlabname, this.hybridshowdata.ID); }else if(action == 'stop'){ this.$socket.client.emit('stop', this.swarmlabname); } @@ -351,7 +383,7 @@ export default { async adhocEmit(val) { console.log("socket from server "+JSON.stringify(val)) this.issocket = 'open' - this.$wait.start('myRunInstance1'); + //this.$wait.start('myRunInstance1'); // render begin this.tryLLO = 'on' if(this.firstbootstrap === 0 ){ @@ -375,7 +407,7 @@ export default { console.log(" logi error1 "+JSON.stringify(ex)) return } - this.$wait.end('myRunInstance1'); + //this.$wait.end('myRunInstance1'); }, */ async logdata(val) { @@ -411,6 +443,10 @@ export default { async message_out(val) { console.log(" socket out "+JSON.stringify(val)) this.$root.$emit('hybrid_log_in',val) + // refresh adhocview.vue on console await + this.$root.$emit('SERVER_hybrid_table_start') + // clear container info here sockert end + this.hybridshowdata = {} }, async message_err(val) { console.log(" socket err "+JSON.stringify(val)) @@ -419,8 +455,10 @@ export default { async message_close(val) { console.log(" socket close "+JSON.stringify(val)) this.$root.$emit('hybrid_log_in',val) - // refresh table mynework.vue + // refresh table availableservices this.$root.$emit('hybrid_refresh_table') + // refresh adhocview.vue on console await console + this.$root.$emit('SERVER_hybrid_table_stop') } }, diff --git a/src/components/myservices.vue b/src/components/myservices.vue index cbdd23a..da65009 100644 --- a/src/components/myservices.vue +++ b/src/components/myservices.vue @@ -29,12 +29,14 @@ import {mapState, mapGetters, mapActions} from 'vuex' //import ViewNetwork from "./mynetwork/mytable.vue"; import AdhocView from "./mynetwork/AdhocView.vue"; +import card from '@/components/Card.vue' //import DockerServices from "./mynetwork/dockerservices.vue"; import AvailableServices from "./mynetwork/availableservices.vue"; export default { components: { // ViewNetwork, AdhocView, + card, // DockerServices, AvailableServices },