File tree 4 files changed +8
-28
lines changed
openshift-installer4.0/centos
4 files changed +8
-28
lines changed Original file line number Diff line number Diff line change 11
11
then
12
12
$SUDO yum update > /dev/null 2>&1
13
13
$SUDO yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo > /dev/null 2>&1
14
- $SUDO yum install docker-ce -y > /dev/null 2>&1
14
+ $SUDO yum install docker-ce -y
15
15
# $SUDO yum check-update
16
16
# $SUDO curl -fsSL https://get.docker.com/ | sh >/dev/null 2>&1
17
17
else
Original file line number Diff line number Diff line change 11
11
systemctl restart NetworkManager > /dev/null 2>&1
12
12
13
13
# install pip
14
- yum install epel-release -y > /dev/null 2>&1
15
- yum install python36 python36-pip python36-devel -y > /dev/null 2>&1
16
- yum install jq -y > /dev/null 2>&1
14
+ yum install python2-pip python3-pip subversion -y > /dev/null 2>&1
15
+
16
+ # yum install epel-release -y >/dev/null 2>&1
17
+ # yum install python36 python36-pip python36-devel -y >/dev/null 2>&1
18
+ # yum install jq -y >/dev/null 2>&1
17
19
18
20
if [ " $SETUP_TYPE " == " k8-dev" ]
19
21
then
Original file line number Diff line number Diff line change @@ -60,28 +60,6 @@ echo " ... ... Installing Base Software"
60
60
source $CONFIG_HOME /../../lib/yum-rhel-4.sh
61
61
echo " ... ... Installing Go-$GOVERSION "
62
62
source $CONFIG_HOME /../../lib/install-go.sh
63
- # echo " ... ... Installing etcd-$ETCD_VER"
64
- # source $CONFIG_HOME/../../lib/install-etcd.sh
65
- echo " ... ... Installing Docker-$DOCKERVER "
66
- source $CONFIG_HOME /../../lib/docker-base.sh
67
-
68
- echo " "
69
- echo " ................................."
70
- echo " Configuring Docker"
71
- echo " ................................."
72
- # if [ "$APP_TYPE" == "origin" ] && [ "$HOSTENV" == "rhel" ]
73
- # then
74
- # source $CONFIG_HOME/../../lib/docker-registry.sh
75
- # fi
76
- source $CONFIG_HOME /../../lib/docker-restart.sh
77
-
78
-
79
- # Clone Repos
80
- echo " ................................."
81
- echo " Cloning Repos"
82
- echo " ................................."
83
- source $CONFIG_HOME /../../lib/clone-repos.sh
84
- echo " "
85
63
86
64
# Create Profiles
87
65
echo " ................................."
Original file line number Diff line number Diff line change @@ -57,12 +57,12 @@ WORKER_COUNT=3
57
57
ROOTSIZE=500
58
58
ROOTIOPS=4000
59
59
ROOTTYPE=io1
60
- MACHINETYPE=c5.9xlarge
60
+ # MACHINETYPE=c5.9xlarge
61
61
# Other Vars
62
62
CLUSTER_NAME=screeley-c1
63
63
64
64
INSTALL_PASSWORD=changeme
65
- SSHPATH=/home/ec2-user /.ssh/id_rsa.pub
65
+ SSHPATH=/home/centos /.ssh/id_rsa.pub
66
66
PULLSECRETPATH=/root/pullsecret.json
67
67
# -------------------------------------
68
68
You can’t perform that action at this time.
0 commit comments