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.
__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to