kolla-ansible-workshop icon indicating copy to clipboard operation
kolla-ansible-workshop copied to clipboard

chapter2.md

Open JamesOBenson opened this issue 7 years ago • 0 comments

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

JamesOBenson avatar Jun 08 '17 21:06 JamesOBenson