平台云Deis部署3-deis平台安装

1、配置deis

上传deis,deis.pub到/home/core/.ssh下

chmod 0600 /home/core/.ssh/deis
eval `ssh-agent -s`
ssh-add ~/.ssh/deis
export DEISCTL_TUNNEL=192.168.1.104
deisctl config platform set sshPrivateKey=~/.ssh/deis
deisctl config platform set domain=example.com

2、安装deis平台

deisctl install platform

 

 

 

3、启动deis平台

deisctl start platform

 这步执行后,很长世间没反应,也没报错,,应该是连线下载docker镜像无果吧(后续我将这些镜像放在私有的docker库中解决),如果大家有网络的话应该可以继续吧。这次在裸机上安装的测试到此为止,下面我将切换到XenServer上安装CoreOS继续下面的研究,当然这次还是失败的安装体验。(XenServer(CloudStack通用)上部署CoreOS

4、后续

现在已经成功安装,效果如图:



 

 

推广2个群:

CoreOS中国:412065906

Deis中国:122910224

猜你喜欢

转载自wiselyman.iteye.com/blog/2155397