1.在执行 kolla-ansible -i ./all-in-one bootstrap-servers
TASK [baremetal : Enable docker apt repository] 报错,无法正常安装包
网络有问题,换一个网,如手机wifi
2.在执行 kolla-ansible -i ./all-in-one prechecks 时候
TASK [cinder : Checking LVM volume group exists for Cinder]
Volume group \"cinder-volumes\" not found", " Cannot process volume group cinder-volumes"
处理方式 在节点上执行下边命令
dd if=/dev/zero of=/cinder-volumes bs=1 count=0 seek=5G
losetup -fv /cinder-volumes
losetup -l
vgcreate cinder-volumes /dev/loop0
vgdisplay cinder-volumes
3.在执行kolla-ansible -i ./all-in-one deploy
RUNNING HANDLER [common : Restart fluentd container] 卡住不动了
没有装相应的 容器,卡着不懂了