[openstack-dev] [Magnum] Following Magnum QuickStart page, how do i use Docker CLI directly to manage containers
Waines, Greg
Greg.Waines at windriver.com
Mon Jul 18 13:22:35 UTC 2016
Was trying out Magnum in Devstack, following the instructions at http://docs.openstack.org/developer/magnum/dev/dev-quickstart.html
I successfully created a swarmbay.
test -f ~/.ssh/id_rsa.pub || ssh-keygen -t rsa -N "" -f ~/.ssh/id_rsa
nova keypair-add --pub-key ~/.ssh/id_rsa.pub testkey
magnum baymodel-create --name swarmbaymodel \
--image-id fedora-21-atomic-5 \
--keypair-id testkey \
--external-network-id public \
--dns-nameserver 8.8.8.8 \
--flavor-id m1.small \
--docker-volume-size 5 \
--coe swarm
magnum bay-create --name swarmbay --baymodel swarmbaymodel --node-count 2
Given that the ‘magnum container-… …’ APIs are no longer supported,
I wanted to use the Docker CLI directly to manage containers.
Is there an updated dev-quickstart guide on how to do this ?
- I tried ssh-ing to the swarm-master VM, using the key … but could not connect.
- ???
Greg.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20160718/7493a78e/attachment.html>
More information about the OpenStack-dev
mailing list