涛子 - 简单就是美

成单纯魁增,永继振国兴,克复宗清政,广开家必升

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 44 下一页

2019年11月16日

摘要: ```bash # 安装程序包 yum install -y openstack-dashboard ``` ```bash # 变更配置文件 /etc/openstack-dashboard/local_settings 变更以下 OPENSTACK_HOST = "controller" OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT = True OPENSTA 阅读全文
posted @ 2019-11-16 10:44 北京涛子 阅读(665) 评论(0) 推荐(0)

摘要: bash 开启服务 systemctl restart openstack nova compute && systemctl enable openstack nova compute systemctl restart neutron linuxbridge agent && systemctl 阅读全文
posted @ 2019-11-16 10:32 北京涛子 阅读(332) 评论(0) 推荐(0)

摘要: bash 同步数据库 ln s /etc/neutron/plugins/ml2/ml2_conf.ini /etc/neutron/plugin.ini su s /bin/bash c "neutron db manage config file /etc/neutron/neutron.con 阅读全文
posted @ 2019-11-16 10:29 北京涛子 阅读(349) 评论(0) 推荐(0)

摘要: bash 开启服务 systemctl restart libvirtd && systemctl enable libvirtd systemctl restart openstack nova compute && systemctl enable openstack nova compute 阅读全文
posted @ 2019-11-16 10:25 北京涛子 阅读(493) 评论(0) 推荐(0)

摘要: bash 同步数据库 su s /bin/bash c "nova manage api_db sync" nova su s /bin/bash c "nova manage cell_v2 map_cell0" nova su s /bin/bash c "nova manage cell_v2 阅读全文
posted @ 2019-11-16 10:20 北京涛子 阅读(381) 评论(0) 推荐(0)

摘要: ```bash # 建立数据库用户及权限 create database placement; grant all privileges on placement.* to placement@'localhost' identified by 'Abc@123'; grant all privileges on placement.* to placement@'%' identified by... 阅读全文
posted @ 2019-11-16 10:15 北京涛子 阅读(641) 评论(0) 推荐(0)

摘要: bash 同步数据库 su s /bin/bash c "glance manage db_sync" glance bash 开启服务 systemctl restart openstack glance api && systemctl enable openstack glance api b 阅读全文
posted @ 2019-11-16 10:09 北京涛子 阅读(318) 评论(0) 推荐(0)

摘要: bash 建立用户、角色、服务、项目、域、端点 source ~/.openstack_admin openstack project create domain default description "Service Project" service openstack domain creat 阅读全文
posted @ 2019-11-16 09:34 北京涛子 阅读(355) 评论(0) 推荐(0)

摘要: 1. chrony   2. mariadb   3. memcached   4. rabbitmq   5. etcd 阅读全文
posted @ 2019-11-16 09:33 北京涛子 阅读(387) 评论(0) 推荐(0)

摘要: bash 加载内核模块 cat /etc/sysconfig/modules/br_netfilter.modules /dev/null 2 &1 if [ \$? eq 0 ]; then /sbin/modprobe br_netfilter fi EOF chmod 755 /etc/sys 阅读全文
posted @ 2019-11-16 09:32 北京涛子 阅读(415) 评论(0) 推荐(0)

上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 44 下一页