Openshift All In One key to a deployment tool

OpenshiftOneClick: https://gitee.com/xhua/OpenshiftOneClick

Development Tools: Ansible + Shell

step:

surroundings:

CentOS 7.5 CPU > 2core, Memory > 4G


# yum -y install NetworkManager git 
# systemctl start NetworkManager;systemctl status NetworkManager;
# git clone https://gitee.com/xhua/OpenshiftOneClick.git
# cd OpenshiftOneClick.git
  1. Operational deployment (must be cut to the root account)

Su Sudo 
/ Bin / Bash Deploy_openshift.Sh
  1. Binding local hosts

# HOSTNAME default os311.test.it.example.com 
CAT / etc / hosts 
192.168.61.140 os311.test.it.example.com
  1. Browser access

https://os311.test.it.example.com:8443

Default Account: ADMIN
default password: ADMIN

The results show

image.png

image.pngimage.pngimage.png




Guess you like

Origin blog.51cto.com/shunzi115/2425766