openstack libtray
OpenStack packages¶
Distributions release OpenStack packages as part of the distribution or using other methods because of differing release schedules. Perform these procedures on all nodes.
Warning
Your hosts must contain the latest versions of base installation packages available for your distribution before proceeding further.
Note
Disable or remove any automatic update services because they can impact your OpenStack environment.
Enable the OpenStack repository¶
# apt-get install software-properties-common # add-apt-repository cloud-archive:liberty
Finalize the installation¶
-
Upgrade the packages on your host:
# apt-get update && apt-get dist-upgrade
Note
If the upgrade process includes a new kernel, reboot your host to activate it.
-
Install the OpenStack client:
# apt-get install python-openstackclient

低调大师中文资讯倾力打造互联网数据资讯、行业资源、电子商务、移动互联网、网络营销平台。
持续更新报道IT业界、互联网、市场资讯、驱动更新,是最及时权威的产业资讯及硬件资讯报道平台。
转载内容版权归作者及来源网站所有,本站原创内容转载请注明来源。
- 上一篇
Ubuntu & GitLab CI & Docker & ASP.NET Core 2.0 自动化发布和部署(1)
服务器版本 Ubuntu 16.04 LTS。 经过上面四篇博文中的相关安装和配置,我们主要完成了两个容器的创建和运行:gitlab和gitlab-runner(GitLab 站点和 GitLab CI 服务): $ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 696d559ce382 gitlab/gitlab-runner:latest "/usr/bin/dumb-ini..." 5 days ago Up 25 minutes gitlab-runner ff95f354200d gitlab/gitlab-ce:latest "/assets/wrapper" 7 days ago Up 6 days (healthy) 0.0.0.0:80->80/tcp, 0.0.0.0:443->443/tcp, 0.0.0.0:8888->22/tcp gitlab 本篇博文目的:使用 GitLab CI 脚本编译 ASP.NET Core 2.0 程序,然后将编译后的文件传输到服务...
- 下一篇
ceph优秀博文
ceph官方博文: http://ceph.com/community/blog/ rgw根据rgw用户来分pool存放数据 http://cephnotes.ksperis.com/blog/2014/11/28/placement-pools-on-rados-gw 源码相关 http://my.oschina.net/u/2271251/blog?disp=2&p=1&catalog=568898 http://irq0.org/articles/ceph/journal http://www.sysnote.org/?p=301 ceph.conf里面: filestore fiemap = false //关于rbd全零 radosgw相关博文 http://qinghua.github.io/ceph-radosgw-replication/?utm_source=tuicool&utm_medium=referral ceph+docker: http://qinghua.github.io/ceph-demo/
相关文章
文章评论
共有0条评论来说两句吧...
文章二维码
点击排行
推荐阅读
最新文章
- Hadoop3单机部署,实现最简伪集群
- SpringBoot2整合MyBatis,连接MySql数据库做增删改查操作
- CentOS7编译安装Gcc9.2.0,解决mysql等软件编译问题
- SpringBoot2配置默认Tomcat设置,开启更多高级功能
- SpringBoot2整合Redis,开启缓存,提高访问速度
- Windows10,CentOS7,CentOS8安装Nodejs环境
- MySQL8.0.19开启GTID主从同步CentOS8
- Docker快速安装Oracle11G,搭建oracle11g学习环境
- Eclipse初始化配置,告别卡顿、闪退、编译时间过长
- 设置Eclipse缩进为4个空格,增强代码规范