[openstack-dev] [Kolla][Kubernetes][Doomed] So close but yet so far

Scott, Justin A justin.a.scott at intel.com
Thu Nov 30 18:44:56 UTC 2017


Hi Michael,

If you inspect the nova-api-create-cell- pod manifest you might see that there is a missing port for keystone-internal URL. You can add ‘port: 5000’ under keystone section in cloud.yaml before installing. Hope that helps!

Thanks,

Justin

From: Michael Still <mikal at stillhq.com>
Reply-To: "OpenStack Development Mailing List (not for usage questions)" <openstack-dev at lists.openstack.org>
Date: Thursday, November 30, 2017 at 2:36 AM
To: OpenStack Development Mailing List <openstack-dev at lists.openstack.org>
Subject: [openstack-dev] [Kolla][Kubernetes][Doomed] So close but yet so far

Hi,

I'm out of my depth a little here. I've done the following:

 - installed kubernetes
 - followed the deploy guide for kolla-kubernetes [1]
 - except where I didn't because I had to fix it [2]

I can download an openrc and even send a "nova boot" that looks like it works. However, I have this container in the list:

kolla         nova-api-create-cell-947hc                0/1       Init:2/3   0          24m       10.1.0.195      lab8
Which means that the instance doesn't actually start:

$ openstack server show demo1 --format shell
os_dcf_diskconfig="MANUAL"
os_ext_az_availability_zone=""
os_ext_srv_attr_host="None"
os_ext_srv_attr_hypervisor_hostname="None"
os_ext_srv_attr_instance_name=""
os_ext_sts_power_state="NOSTATE"
os_ext_sts_task_state="scheduling"
os_ext_sts_vm_state="building"
os_srv_usg_launched_at="None"
os_srv_usg_terminated_at="None"
accessipv4=""
accessipv6=""
addresses=""
config_drive=""
created="2017-11-30T10:24:19Z"
flavor="m1.tiny (1)"
hostid=""
id="a531bedc-fc2a-4d59-8643-18e1b83943fe"
image="cirros (04053309-9a5c-4f25-8dda-2ff898f5a400)"
key_name="mykey"
name="demo1"
progress="0"
project_id="d0a64448a0d940b48c579f8fbb774827"
properties=""
status="BUILD"
updated="2017-11-30T10:34:45Z"
user_id="420105e944c64b918185cdc22f55fdfc"
volumes_attached=""

Where it sits forever, presumably waiting for someone to notice the request.

I'm a but stumped as to how to debug further. Could I have a hint please?

Thanks,
Michael

1: https://docs.openstack.org/kolla-kubernetes/latest/deployment-guide.html
2: https://review.openstack.org/#/c/524125/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20171130/762855ba/attachment.html>


More information about the OpenStack-dev mailing list