随笔分类 -  openstack

摘要:nova 报错 403 没有权限 2022-08-11 09:13:54.985 1130 ERROR nova.scheduler.client.report [req-53c51f27-48af-4577-9bf4-09d175a9f9ed - - - - -] [None] Failed to 阅读全文
posted @ 2022-08-11 11:17 fengjian1585 阅读(341) 评论(0) 推荐(0) 编辑
摘要:controller配置 [root@controller ~]# cat /etc/neutron/neutron.conf [DEFAULT] core_plugin = ml2 service_plugins = router allow_overlapping_ips = true tran 阅读全文
posted @ 2022-07-15 11:37 fengjian1585 阅读(270) 评论(0) 推荐(0) 编辑
摘要:一、测试环境二、查询当前openstack的网络类型三、neutron的配置(controller节点)1. 关闭Linuxbridge服务2. 重建neutron数据库3. 安装openvswitch软件包4. 配置ML2 插件5. 配置ML3 插件6. 配置openvswitch_agent7. 阅读全文
posted @ 2022-07-14 09:29 fengjian1585 阅读(1173) 评论(0) 推荐(0) 编辑
摘要:10.20.1.181 nova-api controller 10.20.1.182 nova-compute compute1 10.20.1.183 nova-compute compute2 实例迁移,需要nova用户在nova-compute 免密钥互通 10.20.1.182 上操作 修 阅读全文
posted @ 2022-07-13 14:40 fengjian1585 阅读(335) 评论(0) 推荐(0) 编辑
摘要:目前openstack场景常用的存储类型主要有cinder、manila和swift三种类型存储。 下面简单介绍三种存储的对比: Cinder:提供块存储服务,可以对接后端存储类型:本地磁盘、ip-san、fc-san、fusionstorage-block Manila:提供文件存储服务,可以对接 阅读全文
posted @ 2022-07-12 13:28 fengjian1585 阅读(1405) 评论(0) 推荐(0) 编辑
摘要:openstack 只有两种角色 user 或者 admin 角色 创建域default openstack domain create --description "Default Domain" default 创建 项目名admin openstack project create --dem 阅读全文
posted @ 2022-07-11 20:12 fengjian1585 阅读(1025) 评论(0) 推荐(0) 编辑
摘要:1. 安装dashboard后, 无法访问 OpenStack Train The requested URL /auth/login/ was not found on this server. 解决:添加 WEBROOT = '/dashboard/'systemctl restart http 阅读全文
posted @ 2022-07-11 09:37 fengjian1585 阅读(287) 评论(0) 推荐(0) 编辑
摘要:安装openstack报错 net_mlx5: cannot load glue library: /lib64/libmlx5.so.1: version `MLX5_1.6' not found (required by /usr/lib64/dpdk-pmds-glue/librte_pmd_ 阅读全文
posted @ 2022-07-10 16:12 fengjian1585 阅读(755) 评论(0) 推荐(0) 编辑