Deploy openshift via ansible on fedora-atomic 27

Run openshift via ansible on fedora-atomic 27 Requements(node configuration) – 3 node fedora atomic 27 – debian node with python3,docker,docker-compose packages,ansible(>= 2.3) – ssh-login without password on all nodes from deploying node(from – Functional DNS server, with all hosts configured by appropriate domain names (ensure nslookup of the hostnames is successful in resolving the machine’s […]

Читать дальше… from Deploy openshift via ansible on fedora-atomic 27

Deploy openshift 3.7 via ansible on fedora-atomic 27 with calico network

Deploy openshift 3.7 via ansible on fedora-atomic 27 with calico network Requements(node configuration) – 3 node fedora atomic 27 – debian node with python3,docker,docker-compose packages – ssh-login without password on all nodes from deploying node(from – dns records(by dns server or wildcard domains ) – python3 on ansible-deploy-node Node settings – ansible,dns node 10.12.4.37 – […]

Читать дальше… from Deploy openshift 3.7 via ansible on fedora-atomic 27 with calico network

Build TENGINE latest on debin/ubuntu script

#!/usr/bin/env bash # names of latest versions of each package export NGINX_VERSION=1.13.5 export TENGINE_VERSION=2.2.0 export VERSION_PCRE=pcre-8.41 export VERSION_LIBRESSL=libressl-2.6.1 export VERSION_NGINX=nginx-$NGINX_VERSION export VERSION_TENGINE=tengine-$TENGINE_VERSION #export NPS_VERSION=1.9.32.10 #export VERSION_PAGESPEED=v${NPS_VERSION}-beta # URLs to the source directories export SOURCE_LIBRESSL=http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/ export SOURCE_PCRE=https://ftp.pcre.org/pub/pcre/ export SOURCE_NGINX=http://nginx.org/download/ export SOURCE_TENGINE=http://tengine.taobao.org/download/ #export SOURCE_RTMP=https://github.com/arut/nginx-rtmp-module.git #export SOURCE_PAGESPEED=https://github.com/pagespeed/ngx_pagespeed/archive/ # clean out any files from previous runs of this script […]

Читать дальше… from Build TENGINE latest on debin/ubuntu script