[openstack-dev] [Magnum] Following Magnum QuickStart page, how do i use Docker CLI directly to manage containers

Kumari, Madhuri madhuri.kumari at intel.com
Mon Jul 18 14:09:41 UTC 2016


Hi Greg,

Yes we do have document that explains the steps to configure your docker client to to be able to interact to bays.
Please follow this link https://github.com/openstack/magnum/blob/master/doc/source/dev/quickstart.rst#building-and-using-a-swarm-bay

Regards,
Madhuri

From: Waines, Greg [mailto:Greg.Waines at windriver.com]
Sent: Monday, July 18, 2016 6:53 PM
To: openstack-dev at lists.openstack.org
Subject: [openstack-dev] [Magnum] Following Magnum QuickStart page, how do i use Docker CLI directly to manage containers

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/459882d1/attachment.html>


More information about the OpenStack-dev mailing list