Public bug reported:

upload image:
# wget 
https://dl.fedoraproject.org/pub/alt/atomic/stable/Fedora-Atomic-27-20180326.1/CloudImages/x86_64/images/Fedora-Atomic-27-20180326.1.x86_64.qcow2
# openstack image create --public --disk-format=qcow2 --container-format=bare 
--file=Fedora-Atomic-27-20180326.1.x86_64.qcow2 --property 
os_distro='fedora-atomic' fedora-atomic-latest

create template:
# openstack coe cluster template create swarm-cluster-template --image 
fedora-atomic-latest --external-network ext-net --fixed-network=demo-net 
--fixed-subnet=demo-subnet --floating-ip-disabled --dns-nameserver 8.8.8.8 
--master-flavor 2 --flavor 2 --coe swarm --keypair mykey

create cluster:
# openstack coe cluster create swarm-cluster --cluster-template 
swarm-cluster-template --master-count 1 --node-count 1 --keypair mykey 
--timeout 10

get vnc:
# nova get-vnc-console xxxx novnc

in the vnc console,I found:
ERROR: cannot allocate kernel buffer
ERROR: you need load the kernel first

** Affects: magnum (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1764663

Title:
  you need load the kernel first

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/magnum/+bug/1764663/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to