kolla-ansible-workshop
kolla-ansible-workshop copied to clipboard
chapter2.md
Small typo: ansible -i ./multinode -m shell -a "parted /dev/vdb -s -- mklabel gpt mkpart KOLLA_CEPH_OSD_BOOTSTRAP 1 -1" storage
Should be: ansible -i ./multinode -m shell -a "parted /dev/sdb -s -- mklabel gpt mkpart KOLLA_CEPH_OSD_BOOTSTRAP 1 -1" storage
Also, suggest doing to pull so the nodes have all of the images locally prior to deployment to help speed up the deployment process:
kolla-ansible -i ./multinode pull