Activity log for bug #1700039

Date Who What changed Old value New value Message
2017-06-23 09:29:39 Chiawei Xie bug added bug
2017-06-23 09:29:39 Chiawei Xie attachment added magnum-conductor.txt https://bugs.launchpad.net/bugs/1700039/+attachment/4901460/+files/magnum-conductor.txt
2017-06-23 09:31:04 Chiawei Xie description I follow this documentation to install magnum in OpenStack ocata. https://docs.openstack.org/project-install-guide/container-infrastructure-management/ocata/install-ubuntu.html I create k8s cluster success, and use "kubectl -n kube-system get pod" command, this is output. NAME READY STATUS RESTARTS AGE kube-controller-manager-192.168.0.7 1/1 Running 0 23h kube-proxy-192.168.0.7 1/1 Running 0 23h kube-proxy-k8-avkls3iuyj-0-vm6imx37ihe5-kube-minion-7yoe5onyp7ef 1/1 Running 0 23h kube-scheduler-192.168.0.7 1/1 Running 0 23h kube-ui-v4-69ls1 1/1 Running 0 23h we can see kube-ui not kube-dashboard. I found this blueprint (Add kube dashboard and remove kube ui) https://review.openstack.org/#/c/441046/ But in Ocata don't have this change. So I follow this change to update code ,and create cluster again. But cluster create failed, I check magnum-conductor log , It has ERROR message(In attachment) Somebody know How can I do? I follow this documentation to install magnum in OpenStack ocata. https://docs.openstack.org/project-install-guide/container-infrastructure-management/ocata/install-ubuntu.html I create k8s cluster success, and use "kubectl -n kube-system get pod" command, this is output. NAME READY STATUS RESTARTS AGE kube-controller-manager-192.168.0.7 1/1 Running 0 23h kube-proxy-192.168.0.7 1/1 Running 0 23h kube-proxy-k8-avkls3iuyj-0-vm6imx37ihe5-kube-minion-7yoe5onyp7ef 1/1 Running 0 23h kube-scheduler-192.168.0.7 1/1 Running 0 23h kube-ui-v4-69ls1 1/1 Running 0 23h we can see kube-ui not kube-dashboard. I found this blueprint (Add kube dashboard and remove kube ui) https://review.openstack.org/#/c/441046/ But in Ocata don't have this change. So I follow this change to update code ,and create cluster again. But cluster create failed, I check magnum-conductor log , It has ERROR message(In attachment) Does anybody know How can I do?
2017-06-24 10:32:38 Spyros Trigazis magnum: status New Invalid