*** salv-orlando has joined #openstack-kolla | 00:00 | |
*** tonanhngo has joined #openstack-kolla | 00:03 | |
*** salv-orlando has quit IRC | 00:05 | |
*** jamesbenson has joined #openstack-kolla | 00:06 | |
*** tonanhngo has quit IRC | 00:07 | |
*** jamesbenson has quit IRC | 00:11 | |
*** Pavo has joined #openstack-kolla | 00:17 | |
openstackgerrit | Li Yingjun proposed openstack/kolla master: Add os-brick to glance container https://review.openstack.org/468604 | 00:19 |
---|---|---|
*** caoyuan has quit IRC | 00:24 | |
*** mskrocki has quit IRC | 00:24 | |
sdake | inc0 how much iare the ptg tickets | 00:25 |
kolla-slack | <inc0> 100$ | 00:26 |
*** Pavo has quit IRC | 00:30 | |
*** masber has quit IRC | 00:32 | |
*** masber has joined #openstack-kolla | 00:32 | |
*** TxGirlGeek has quit IRC | 00:37 | |
vhosakot | inc0: I'll check with my manager about attending PTG. thanks for the info. | 00:45 |
*** cuongnv has joined #openstack-kolla | 00:47 | |
*** jamesbenson has joined #openstack-kolla | 00:48 | |
*** vhosakot has quit IRC | 00:50 | |
*** jamesbenson has quit IRC | 00:52 | |
*** duonghq has joined #openstack-kolla | 00:58 | |
*** salv-orlando has joined #openstack-kolla | 01:01 | |
*** salv-orlando has quit IRC | 01:06 | |
duonghq | morning guys | 01:07 |
*** ipsecguy has quit IRC | 01:07 | |
*** rhallisey has quit IRC | 01:09 | |
*** caoyuan has joined #openstack-kolla | 01:15 | |
*** goldyfruit has joined #openstack-kolla | 01:16 | |
*** zhubingbing has quit IRC | 01:21 | |
*** zhubingbing has joined #openstack-kolla | 01:24 | |
sdake | sup DuncanT | 01:26 |
sdake | sup duonghq | 01:26 |
*** rwallner has joined #openstack-kolla | 01:28 | |
dave-mccowan | hi sdake | 01:28 |
duonghq | hi sdake | 01:28 |
*** zhubingbing has quit IRC | 01:28 | |
*** ipsecguy has joined #openstack-kolla | 01:28 | |
*** jamesbenson has joined #openstack-kolla | 01:29 | |
sdake | sup dave-mccowan | 01:33 |
*** jamesbenson has quit IRC | 01:33 | |
dave-mccowan | sdake i've got a good start on the TLS support code. i need help finding some example code for copying a file into a container. | 01:34 |
sdake | copying a file is done via a configmap | 01:35 |
sdake | configmaps are mounted in the container automagically by kubernetes | 01:35 |
sdake | and then can be read dirctly in the filesystem | 01:35 |
sdake | if you do a kubectl describe -n kolla configmapname | 01:35 |
sdake | you will see the configmap contents | 01:36 |
sdake | by consuming those configmaps in teh kuernetes manifest, they will be automounted | 01:36 |
sdake | if the objective is to get the certs in, i'd use configmaps for that | 01:36 |
dave-mccowan | sdake i looked through the configmaps, i didn't see another example of copying a file without a template, except for config.json, which seems to be a special case. | 01:37 |
sdake | if you palce the files in a dir in e/tc/kolla | 01:38 |
sdake | you can then use kollalkube res create configmpa to create teh configmap | 01:38 |
sdake | iirc | 01:38 |
sdake | although there may be a better way :) | 01:38 |
sdake | kuectl create configmap is probably abetter choice the nkollakube res create configmap | 01:39 |
sdake | kubectl create configmap (iiuc) takes a directory and wraps all the contents in a configmap | 01:39 |
sdake | we are trying desperately to ge trid of kollakube | 01:40 |
openstackgerrit | Dave McCowan proposed openstack/kolla-kubernetes master: [WIP] Add support for HTTPS on external API network https://review.openstack.org/471992 | 01:40 |
sdake | dave-mccowan just read your review looks pretty straightforward | 01:41 |
sdake | the extra step i'd add is create a configmap for the certs | 01:42 |
sdake | and then consume then in the common dir | 01:42 |
sdake | consume them -> mount then | 01:42 |
*** schwicht has joined #openstack-kolla | 01:43 | |
sdake | in the common library i mean | 01:43 |
dave-mccowan | sdake what would that look like in yaml? i assume the lines i put at the bottom of api-haproxy-configmap.yml.j2 is wrong, but i couldn't find an example to follow. | 01:45 |
sdake | dave-mccowan feeling ill (cold) - going to lay down a bit | 01:45 |
sdake | moment | 01:45 |
sdake | this is a bad example: | 01:45 |
sdake | https://github.com/openstack/kolla-kubernetes/blob/master/helm/kolla-common/templates/_common_lib.yaml#L8 | 01:45 |
sdake | in that kolla-common dir are some templtes taht mount the haproxy sidecar containers | 01:46 |
sdake | i'm not immediately sure where they are as my head is splitting | 01:46 |
sdake | kolla-common is a library used by all the helm charts | 01:46 |
sdake | the stuff that loads the haproxy sidecar containers is where i'd put the volume mounts | 01:46 |
sdake | (since the volume mount needs to connect to the haproxy pod) | 01:47 |
sdake | rather haproxy container | 01:47 |
sdake | a grep for haproxy in that dir should show you where | 01:47 |
sdake | i'll bbiaf | 01:47 |
*** zhurong has joined #openstack-kolla | 01:48 | |
*** jamesbenson has joined #openstack-kolla | 01:50 | |
*** jtriley has joined #openstack-kolla | 01:52 | |
*** jamesbenson has quit IRC | 01:55 | |
*** xinliang has quit IRC | 02:00 | |
*** unicell has quit IRC | 02:02 | |
*** unicell has joined #openstack-kolla | 02:04 | |
*** schwicht has quit IRC | 02:10 | |
*** jamesbenson has joined #openstack-kolla | 02:11 | |
*** xinliang has joined #openstack-kolla | 02:12 | |
*** xinliang has quit IRC | 02:12 | |
*** xinliang has joined #openstack-kolla | 02:12 | |
*** jamesbenson has quit IRC | 02:15 | |
*** eanylin has quit IRC | 02:18 | |
*** unicell has quit IRC | 02:19 | |
*** unicell has joined #openstack-kolla | 02:20 | |
*** unicell has quit IRC | 02:20 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla master: [NO MERGE]debug kolla gate https://review.openstack.org/472005 | 02:29 |
*** emccormick has quit IRC | 02:33 | |
*** hongbin has quit IRC | 02:36 | |
*** schwicht has joined #openstack-kolla | 02:37 | |
*** schwicht has quit IRC | 02:42 | |
*** unicell has joined #openstack-kolla | 02:45 | |
*** unicell has quit IRC | 02:45 | |
*** caowei has joined #openstack-kolla | 02:45 | |
*** ksatchit has joined #openstack-kolla | 02:45 | |
*** rwallner has quit IRC | 02:48 | |
*** rwallner has joined #openstack-kolla | 02:48 | |
*** jamesbenson has joined #openstack-kolla | 02:52 | |
ksatchit | Hi all. I am trying to deploy openstack kolla in the AIO mode using the "Bare Metal Deployment Guide for kolla-kubernetes". I was facing the issue where neutron pods were stuck in init. This was resolved by following instructions mentioned in "Change 467767" . However, I am running into the issue mentioned by Steven Dake where the cell0 enters a restart loop. Could you please suggest the resolution for this issue ? Thanks! | 02:53 |
*** jamesbenson has quit IRC | 02:56 | |
openstackgerrit | Dave McCowan proposed openstack/kolla-kubernetes master: [WIP] Add support for HTTPS on external API network https://review.openstack.org/471992 | 02:58 |
*** eanylin has joined #openstack-kolla | 03:00 | |
*** goldyfruit has quit IRC | 03:01 | |
*** ducttape_ has joined #openstack-kolla | 03:01 | |
*** ducttape_ has quit IRC | 03:05 | |
*** jamesbenson has joined #openstack-kolla | 03:09 | |
*** Pavo has joined #openstack-kolla | 03:11 | |
*** GonZo2000 has quit IRC | 03:15 | |
*** GonZo2000 has joined #openstack-kolla | 03:15 | |
*** GonZo2000 has quit IRC | 03:15 | |
*** GonZo2000 has joined #openstack-kolla | 03:15 | |
*** GonZo2000 has quit IRC | 03:16 | |
*** GonZo2000 has joined #openstack-kolla | 03:16 | |
ksatchit | Forgot to add - this AIO box is a ubuntu 16.04 VM on ESX | 03:16 |
*** GonZo2000 has quit IRC | 03:17 | |
*** GonZo2000 has joined #openstack-kolla | 03:17 | |
*** GonZo2000 has quit IRC | 03:17 | |
*** jamesbenson has quit IRC | 03:18 | |
*** GonZo2000 has joined #openstack-kolla | 03:18 | |
*** GonZo2000 has quit IRC | 03:18 | |
*** GonZo2000 has joined #openstack-kolla | 03:18 | |
*** GonZo2000 has quit IRC | 03:18 | |
*** GonZo2000 has joined #openstack-kolla | 03:19 | |
*** GonZo2000 has quit IRC | 03:20 | |
*** GonZo2000 has joined #openstack-kolla | 03:20 | |
*** GonZo2000 has quit IRC | 03:21 | |
*** GonZo2000 has joined #openstack-kolla | 03:21 | |
*** GonZo2000 has quit IRC | 03:21 | |
*** jamesbenson has joined #openstack-kolla | 03:23 | |
*** unicell has joined #openstack-kolla | 03:29 | |
openstackgerrit | Lingyong Xu proposed openstack/kolla-ansible master: Remove unnecessary setUp function in testcase https://review.openstack.org/472031 | 03:32 |
*** schwicht has joined #openstack-kolla | 03:40 | |
*** zhubingbing has joined #openstack-kolla | 03:41 | |
*** zhurong has quit IRC | 03:45 | |
*** schwicht has quit IRC | 03:45 | |
*** iniazi has joined #openstack-kolla | 03:56 | |
*** iniazi_ has quit IRC | 03:57 | |
sdake | dave-mccowan back alvie again if you need any support | 03:58 |
*** yingjun_1 has joined #openstack-kolla | 03:58 | |
sdake | ksatchit woudl you be kind enough to tellem how to fix the neutron pods stuck in init | 03:59 |
sdake | to fix the problem with cell0 entering restart loop, the docs are outdated - cell0 no longer needs to be deployed indepdently | 03:59 |
sdake | however, port:5000 needs tobe set in kolla.keystone.all | 04:00 |
sdake | in cloud.yaml | 04:00 |
*** ksatchit has quit IRC | 04:00 | |
*** itlinux has joined #openstack-kolla | 04:02 | |
dave-mccowan | sdake i updated my patch using a config map. i haven't tested it yet. let me know if i'm close. :-) | 04:06 |
sdake | dave-mccowan looking | 04:09 |
*** rwallner has quit IRC | 04:13 | |
sdake | dave-mccowan reviewed | 04:14 |
dave-mccowan | sdake i don't know k8s-speak. who can help me write the config map to get the certificate into the haproxy container? | 04:16 |
sdake | dave-mccowan what dir are the certificates located in | 04:16 |
dave-mccowan | . /etc/kolla/certificates | 04:17 |
sdake | dave-mccowan https://kubernetes.io/docs/tasks/configure-pod-container/configmap/#using-kubectl-to-create-a-configmap | 04:17 |
sdake | so | 04:18 |
sdake | kubectl create configmap -n kolla certificates /etc/kolla/certificates | 04:18 |
sdake | then kubectl describe configmap -n kolla certificates should print out the magic | 04:18 |
sdake | since certificates are secret information, you ay want to store them in secrets instead | 04:18 |
sdake | which are thesame thing as configmaps, just secret :) | 04:18 |
sdake | might stay on current trajectory atm with the configmap stuff tho | 04:19 |
sdake | i struggle to understand what specific certificate files are actually secret information and which are public | 04:19 |
dave-mccowan | the certificate file used by haproxy should be "secret", it contains the private key | 04:20 |
sdake | ok well lets work on that next | 04:20 |
sdake | secrets may behave differently then cnfigmaps - i am uncertaon on this point | 04:20 |
dave-mccowan | you're giving me cli, but i only see yaml representation of config maps in the repo | 04:21 |
sdake | ignore the yaml representation of the config maps | 04:21 |
sdake | that kubectl command creates a configmap yaml file from a directory | 04:21 |
sdake | (see doc link above) | 04:21 |
sdake | after it creates the yaml it registers it | 04:22 |
sdake | (I assume, I don't actually knwo the implementation details) | 04:22 |
sdake | configmaps are blobs of config files, that are registered with kubernetes and then mounted somewhere in the pod filesystem using the mounting logic you have already implmented | 04:23 |
sdake | try the first two commands | 04:23 |
sdake | (after doing a kolla-ansible certificates operation) | 04:23 |
sdake | and see what you get | 04:23 |
dave-mccowan | i think my server is still hosed | 04:24 |
sdake | getting errors? | 04:24 |
sdake | and using my gear? | 04:24 |
dave-mccowan | yea. Error from server (NotFound): namespaces "kolla" not found | 04:25 |
sdake | kubectl create namespace kolla | 04:25 |
dave-mccowan | i'm out of steam for tonight. start again tomorrow? | 04:25 |
sdake | wfm | 04:26 |
dave-mccowan | g'nite | 04:26 |
sdake | night | 04:26 |
*** dave-mccowan has quit IRC | 04:26 | |
*** pcaruana has joined #openstack-kolla | 04:31 | |
*** zhurong has joined #openstack-kolla | 04:34 | |
*** goldyfruit has joined #openstack-kolla | 04:37 | |
*** salv-orlando has joined #openstack-kolla | 04:39 | |
*** jtriley has quit IRC | 04:50 | |
*** spsurya has joined #openstack-kolla | 04:54 | |
*** pcaruana has quit IRC | 04:57 | |
*** jamesbenson has quit IRC | 05:04 | |
*** jaosorior_away is now known as jaosorior | 05:05 | |
*** salv-orlando has quit IRC | 05:05 | |
*** salv-orlando has joined #openstack-kolla | 05:06 | |
spsurya | sup all | 05:16 |
*** itlinux has quit IRC | 05:21 | |
*** janki has joined #openstack-kolla | 05:22 | |
*** skramaja has joined #openstack-kolla | 05:35 | |
*** jamesbenson has joined #openstack-kolla | 05:40 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla master: [NO MERGE]debug kolla gate https://review.openstack.org/472005 | 05:40 |
*** goldyfruit has quit IRC | 05:42 | |
*** jamesbenson has quit IRC | 05:44 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla master: [NO MERGE]debug kolla gate https://review.openstack.org/472005 | 05:48 |
openstackgerrit | Surya Prakash (spsurya) proposed openstack/kolla master: Consistency in doc heading https://review.openstack.org/472074 | 05:57 |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla master: [NO MERGE]debug kolla gate https://review.openstack.org/472005 | 06:02 |
*** schwicht has joined #openstack-kolla | 06:19 | |
kornica | duonghq: you still there and willing to help a bit ? | 06:20 |
*** oanson has quit IRC | 06:20 | |
duonghq | kornica, I'm here | 06:21 |
*** oanson has joined #openstack-kolla | 06:21 | |
*** schwicht has quit IRC | 06:24 | |
*** zhurong has quit IRC | 06:32 | |
openstackgerrit | jiangpch proposed openstack/kolla master: `[keystone]` should be `[keystone-base]` in doc https://review.openstack.org/472108 | 06:43 |
*** manheim has joined #openstack-kolla | 06:50 | |
*** manheim has quit IRC | 06:54 | |
*** manheim has joined #openstack-kolla | 06:55 | |
*** jamesbenson has joined #openstack-kolla | 06:57 | |
*** pcaruana has joined #openstack-kolla | 06:57 | |
openstackgerrit | shaofeng cheng proposed openstack/kolla-ansible master: Add default_boot_option configuration https://review.openstack.org/472112 | 06:58 |
*** unicell1 has joined #openstack-kolla | 06:58 | |
*** manheim has quit IRC | 06:59 | |
*** unicell has quit IRC | 06:59 | |
*** kastchit has joined #openstack-kolla | 07:01 | |
*** jamesbenson has quit IRC | 07:02 | |
*** serlex has joined #openstack-kolla | 07:10 | |
*** msimonin has joined #openstack-kolla | 07:11 | |
*** shardy has joined #openstack-kolla | 07:14 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla master: [NO MERGE]debug kolla gate https://review.openstack.org/472005 | 07:19 |
*** oanson has quit IRC | 07:20 | |
*** oanson has joined #openstack-kolla | 07:21 | |
*** kastchit has quit IRC | 07:29 | |
*** hrw has joined #openstack-kolla | 07:29 | |
*** ksatchit has joined #openstack-kolla | 07:29 | |
*** oanson has quit IRC | 07:31 | |
*** oanson has joined #openstack-kolla | 07:31 | |
*** jascott1 has quit IRC | 07:36 | |
*** jascott1 has joined #openstack-kolla | 07:37 | |
*** jamesbenson has joined #openstack-kolla | 07:39 | |
*** jaosorior has quit IRC | 07:42 | |
*** jascott1 has quit IRC | 07:42 | |
*** jamesbenson has quit IRC | 07:43 | |
*** magicboiz has quit IRC | 07:46 | |
*** zhurong has joined #openstack-kolla | 07:47 | |
*** jascott1 has joined #openstack-kolla | 07:50 | |
*** jaosorior has joined #openstack-kolla | 07:54 | |
*** caowei_ has joined #openstack-kolla | 07:56 | |
*** caowei has quit IRC | 07:59 | |
*** caowei_ is now known as caowei | 07:59 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla master: [NO MERGE]debug kolla gate https://review.openstack.org/472005 | 08:03 |
*** yingjun_1 has quit IRC | 08:07 | |
*** manheim has joined #openstack-kolla | 08:08 | |
*** jascott1 has quit IRC | 08:09 | |
*** jascott1 has joined #openstack-kolla | 08:09 | |
openstackgerrit | zhubingbing proposed openstack/kolla-ansible stable/ocata: Add makestep in chrony.conf https://review.openstack.org/472134 | 08:10 |
openstackgerrit | zhubingbing proposed openstack/kolla-ansible stable/ocata: Set tempest image user var https://review.openstack.org/472135 | 08:10 |
*** sbhojpur has joined #openstack-kolla | 08:11 | |
*** zhurong has quit IRC | 08:13 | |
*** salv-orlando has quit IRC | 08:13 | |
*** salv-orlando has joined #openstack-kolla | 08:14 | |
*** jascott1 has quit IRC | 08:14 | |
*** zhurong has joined #openstack-kolla | 08:14 | |
*** salv-orlando has quit IRC | 08:17 | |
*** egonzalez has joined #openstack-kolla | 08:18 | |
*** jamesbenson has joined #openstack-kolla | 08:20 | |
*** schwicht has joined #openstack-kolla | 08:21 | |
*** manheim has quit IRC | 08:22 | |
*** manheim has joined #openstack-kolla | 08:23 | |
*** jamesbenson has quit IRC | 08:24 | |
*** schwicht has quit IRC | 08:25 | |
openstackgerrit | Merged openstack/kolla master: Consistency in doc heading https://review.openstack.org/472074 | 08:31 |
*** mgoddard has joined #openstack-kolla | 08:32 | |
openstackgerrit | Merged openstack/kolla-ansible stable/ocata: Trove fix backup restore with Swift https://review.openstack.org/451780 | 08:37 |
*** manheim has quit IRC | 08:39 | |
*** jamesbenson has joined #openstack-kolla | 08:41 | |
*** manheim has joined #openstack-kolla | 08:42 | |
*** pbourke has joined #openstack-kolla | 08:42 | |
*** salv-orlando has joined #openstack-kolla | 08:45 | |
*** jamesbenson has quit IRC | 08:46 | |
*** GonZo2000 has joined #openstack-kolla | 08:48 | |
*** GonZo2000 has quit IRC | 08:48 | |
*** GonZo2000 has joined #openstack-kolla | 08:48 | |
openstackgerrit | Paul Bourke (pbourke) proposed openstack/kolla-ansible master: Add a Kolla 'devstack' mode https://review.openstack.org/454690 | 08:56 |
openstackgerrit | Paul Bourke (pbourke) proposed openstack/kolla-ansible master: Add dev mode for Murano https://review.openstack.org/467608 | 08:56 |
*** jamesbenson has joined #openstack-kolla | 09:02 | |
*** jamesbenson has quit IRC | 09:06 | |
ksatchit | sdake: Hi. I followed the discussion around Bug# 1693014 to resolve the issues with neutron pods getting stuck at init. It involved using the globals.yml file from kolla-kubernetes and generating the default configuration by running the ansible-playbook from kolla-kubernetes instead of doing the kolla-ansible genconfig. This helped me successfully deploy the neutron pods | 09:14 |
ksatchit | sdake: As per your suggestion, I added port: 5000 into kolla.keystone.all inside cloud.yml and was able to see helm install of "nova-control" go through successfully | 09:16 |
ksatchit | sdake: However, I am seeing continuous restarts of these pods : nova-api-create-cell-75mpn, nova-compute-tsks0, nova-libvirt-64vrg when I performed the helm-install of nova-compute | 09:18 |
ksatchit | sdake: My understanding from the discussion is there is no need to separately perform steps to create cell0 db (i.e., helm install of nova-cell0-create-db-job, nova-api-create-simple-cell-job) | 09:21 |
*** manheim has quit IRC | 09:21 | |
*** jamesbenson has joined #openstack-kolla | 09:23 | |
*** manheim has joined #openstack-kolla | 09:24 | |
*** jamesbenson has quit IRC | 09:27 | |
*** k_mouza has joined #openstack-kolla | 09:29 | |
openstackgerrit | jangseon ryu proposed openstack/kolla-ansible master: Support for increasing thread cache size in TCMalloc. https://review.openstack.org/472182 | 09:30 |
*** sambetts|afk is now known as sambetts | 09:38 | |
*** tumble has quit IRC | 09:41 | |
*** jamesbenson has joined #openstack-kolla | 09:43 | |
*** tumble has joined #openstack-kolla | 09:45 | |
sbhojpur | Need help with Kolla ansile magnum support | 09:45 |
*** rwsu has quit IRC | 09:46 | |
sbhojpur | error 'Fixed interval looping call 'magnum.conductor.handlers.cluster_conductor.HeatPoller.poll_and_check' failed ' | 09:46 |
sbhojpur | HTTPUnauthorized: ERROR: Authentication failed: {"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Unauthorized"}} | 09:46 |
*** jamesbenson has quit IRC | 09:48 | |
egonzalez | sbhojpur, maybe need add heat_stack_owner role to your user | 09:48 |
openstackgerrit | jangseon ryu proposed openstack/kolla-ansible master: Support for increasing thread cache size in TCMalloc. https://review.openstack.org/468284 | 09:48 |
*** rmart04 has joined #openstack-kolla | 09:49 | |
sbhojpur | We added heat_stack_owner role to admin but still problem exist | 09:49 |
sbhojpur | egonzalez, we can get only master node up, some how slave node is stuck in spawning mode. | 10:08 |
egonzalez | zhubingbing, you had a similar issue with magnum about trustee_id right? ^^ | 10:08 |
zhubingbing | yes | 10:09 |
egonzalez | sbhojpur, if is the same issue, you can create /etc/kolla/config/magnum.conf with: | 10:11 |
egonzalez | [trust] | 10:12 |
egonzalez | trustee_domain_id = <your trustee_id> | 10:12 |
egonzalez | and do a reconfigure | 10:12 |
egonzalez | sbhojpur, ^^ | 10:12 |
*** daidv has quit IRC | 10:14 | |
sbhojpur | egonzalez, thanks let me try it | 10:20 |
*** duonghq has quit IRC | 10:21 | |
*** jamesbenson has joined #openstack-kolla | 10:24 | |
*** caowei has quit IRC | 10:25 | |
*** daidv has joined #openstack-kolla | 10:29 | |
*** jamesbenson has quit IRC | 10:29 | |
*** cristicalin has joined #openstack-kolla | 10:31 | |
*** schwicht has joined #openstack-kolla | 10:33 | |
*** cristicalin has quit IRC | 10:33 | |
*** schwicht has quit IRC | 10:37 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla master: [NO MERGE]debug kolla gate https://review.openstack.org/472005 | 10:39 |
*** salv-orlando has quit IRC | 10:44 | |
*** salv-orlando has joined #openstack-kolla | 10:44 | |
*** jamesbenson has joined #openstack-kolla | 10:46 | |
*** jamesbenson has quit IRC | 10:50 | |
*** rhallisey has joined #openstack-kolla | 11:02 | |
*** schwicht has joined #openstack-kolla | 11:03 | |
*** huzhengchuan has joined #openstack-kolla | 11:05 | |
*** caoyuan has quit IRC | 11:05 | |
*** caoyuan has joined #openstack-kolla | 11:06 | |
*** jamesbenson has joined #openstack-kolla | 11:06 | |
*** schwicht has quit IRC | 11:07 | |
*** rhallisey has quit IRC | 11:10 | |
*** rhallisey has joined #openstack-kolla | 11:10 | |
*** caoyuan has quit IRC | 11:10 | |
*** jamesbenson has quit IRC | 11:11 | |
*** jamesbenson has joined #openstack-kolla | 11:27 | |
*** jamesbenson has quit IRC | 11:31 | |
*** GonZo2000 has quit IRC | 11:40 | |
*** cuongnv has quit IRC | 11:45 | |
*** schwicht has joined #openstack-kolla | 11:46 | |
openstackgerrit | Bertrand Lallau proposed openstack/kolla-ansible master: Neutron oslo_messaging_notifications config error https://review.openstack.org/444506 | 11:46 |
*** jamesbenson has joined #openstack-kolla | 11:48 | |
sdake | morning peeps | 11:48 |
serlex | Afternoon ;) | 11:49 |
openstackgerrit | Bertrand Lallau proposed openstack/kolla-ansible master: Nova oslo_messaging_notifications config error https://review.openstack.org/444504 | 11:50 |
*** schwicht has quit IRC | 11:50 | |
*** jamesbenson has quit IRC | 11:52 | |
rwellum | Morning sdake | 11:57 |
sdake | moring rwellum | 11:57 |
sdake | how goes it | 11:57 |
rwellum | Goes good so far sdake | 12:03 |
rwellum | Up early as usual I see :) | 12:03 |
*** jascott1 has joined #openstack-kolla | 12:11 | |
*** caoyuan has joined #openstack-kolla | 12:13 | |
*** wahnsinn has joined #openstack-kolla | 12:13 | |
*** caoyuan_ has joined #openstack-kolla | 12:14 | |
*** goldyfruit has joined #openstack-kolla | 12:15 | |
*** goldyfruit has quit IRC | 12:15 | |
*** jascott1 has quit IRC | 12:15 | |
*** caoyuan has quit IRC | 12:17 | |
*** pester has joined #openstack-kolla | 12:18 | |
wahnsinn | hi all. I've just deployed openstack via kolla inside a openstack cluster as a multinode deployment (3 control node, 1 compute node). everything seems to work in a cli environment, but I have problems with horizon: | 12:18 |
wahnsinn | the static folder seems to be not reachable and because of that the js and css files cannot be load | 12:19 |
pester | a posted a bug and workaround about css on LP | 12:19 |
wahnsinn | does somebody else maybe has the same issue? | 12:19 |
wahnsinn | LP? | 12:20 |
pester | you can just change container os from ubuntu to centos, it`s affecting only ubuntu | 12:20 |
wahnsinn | is there a workaround for ubuntu? | 12:20 |
pester | on launchpad | 12:20 |
pester | https://launchpad.net/+search?field.text=kolla+css | 12:21 |
*** hrw has quit IRC | 12:21 | |
wahnsinn | thanks! I'll have a look | 12:21 |
pester | https://launchpad.net/+search?field.text=kolla+css+fxpester&field.actions.search=Search | 12:22 |
*** schwicht has joined #openstack-kolla | 12:22 | |
pester | anyone using magnum with kolla ? | 12:23 |
*** bmaltais has joined #openstack-kolla | 12:23 | |
*** krtaylor has quit IRC | 12:25 | |
*** hrw has joined #openstack-kolla | 12:26 | |
*** n0isyn0ise has joined #openstack-kolla | 12:27 | |
*** schwicht has quit IRC | 12:29 | |
*** jamesbenson has joined #openstack-kolla | 12:29 | |
*** schwicht has joined #openstack-kolla | 12:32 | |
wahnsinn | maybe a dumb question but I'm fairly new to kolla: is there a quick way to restart all openstack services? | 12:34 |
*** jamesbenson has quit IRC | 12:34 | |
*** karimb has joined #openstack-kolla | 12:34 | |
n0isyn0ise | hi kolla world, I'm trying to use "kolla-ansible upgrade" from mitaka to newton but i'm experiencing some troubles with nova database, with the following error message : "ValidationError: Migration cannot continue until all these have been migrated to the api database. Please run `nova-manage db online_migrations' on Newton code before continuing.There are still 5 unmigrated flavors" | 12:34 |
bmaltais | wahnsinn: Do you mean on all nodes? | 12:34 |
wahnsinn | yes | 12:35 |
wahnsinn | or on one node | 12:35 |
n0isyn0ise | So i'm trying to locate where the database upgrade happens within ansible, but can't find it clearly, sdoes someone have tips about this please? | 12:35 |
*** zhurong has quit IRC | 12:36 | |
egonzalez | n0isyn0ise, https://github.com/openstack/kolla/blob/stable/newton/ansible/roles/nova/tasks/upgrade.yml#L9 which calls/execute https://github.com/openstack/kolla/blob/stable/newton/docker/nova/nova-api/extend_start.sh | 12:38 |
*** krtaylor has joined #openstack-kolla | 12:38 | |
n0isyn0ise | egonzalez: thx a lot, i take a look a that ! | 12:41 |
egonzalez | n0isyn0ise, basically, while upgrading, runs a bootstrap_nova container (in the new release version), this executes extend_start.sh script for the db sync | 12:42 |
bmaltais | wahnsinn: ssh on that node an run ststemctl restart docker | 12:43 |
bmaltais | s/ststemctl/systemctl | 12:43 |
bmaltais | wahnsinn: That will bring all running containers down and up | 12:44 |
bmaltais | wahnsinn: I don't think there is an easy way to do, say, restart all keystone containers on all nodes | 12:44 |
wahnsinn | thx, i should have known that :D | 12:45 |
bmaltais | wahnsinn: For that you need to ssh on each controller node and restart the one container with docker restart keystone | 12:45 |
*** pradk has joined #openstack-kolla | 12:45 | |
bmaltais | wahnsinn: It would actually be an interesting addition to kolla-ansible... a restart service option. | 12:46 |
wahnsinn | one last question: i've deployed kibana with elasticsearch but now i have to configure an index pattern in kibana - how do i do that? | 12:46 |
wahnsinn | never worked with kibana/elasticsearch before | 12:47 |
*** jroll has left #openstack-kolla | 12:48 | |
serlex | flog-* | 12:48 |
serlex | hang on, let me get the page wahnsinn | 12:48 |
serlex | wahnsin ocata? | 12:50 |
serlex | Try flog-* as index pattern | 12:50 |
egonzalez | wahnsinn, using ocata right? | 12:50 |
wahnsinn | yes | 12:51 |
wahnsinn | serlex: it's working, thx! | 12:51 |
*** caoyuan has joined #openstack-kolla | 12:51 | |
*** schwicht has quit IRC | 12:51 | |
serlex | np - it is automated for future release :) | 12:52 |
*** caoyuan_ has quit IRC | 12:54 | |
*** zhubingbing_ has joined #openstack-kolla | 12:55 | |
*** zhubingbing has quit IRC | 12:57 | |
*** eanylin has quit IRC | 13:01 | |
*** cristicalin has joined #openstack-kolla | 13:03 | |
*** schwicht has joined #openstack-kolla | 13:05 | |
*** srwilkers has joined #openstack-kolla | 13:10 | |
*** goldyfruit has joined #openstack-kolla | 13:10 | |
*** ducttape_ has joined #openstack-kolla | 13:12 | |
*** dave-mccowan has joined #openstack-kolla | 13:12 | |
*** eaguilar has joined #openstack-kolla | 13:12 | |
*** eaguilar has quit IRC | 13:12 | |
*** pester has quit IRC | 13:13 | |
*** ducttap__ has joined #openstack-kolla | 13:14 | |
*** lucasxu has joined #openstack-kolla | 13:16 | |
*** ducttape_ has quit IRC | 13:17 | |
*** huzhengchuan has quit IRC | 13:17 | |
*** skramaja has quit IRC | 13:17 | |
*** eanylin has joined #openstack-kolla | 13:21 | |
*** rwallner has joined #openstack-kolla | 13:24 | |
*** rwallner has quit IRC | 13:24 | |
*** rwallner has joined #openstack-kolla | 13:25 | |
*** sbezverk has joined #openstack-kolla | 13:25 | |
*** jtriley has joined #openstack-kolla | 13:29 | |
*** igordcard has quit IRC | 13:31 | |
*** athomas has quit IRC | 13:31 | |
*** igordcard has joined #openstack-kolla | 13:34 | |
*** sbezverk has quit IRC | 13:34 | |
*** ksatchit has quit IRC | 13:38 | |
*** lucasxu has quit IRC | 13:38 | |
*** jtriley has quit IRC | 13:39 | |
*** lucasxu has joined #openstack-kolla | 13:40 | |
openstackgerrit | Eduardo Gonzalez proposed openstack/kolla-ansible stable/ocata: Fix the remove mariadb volume failed https://review.openstack.org/472269 | 13:49 |
*** lucasxu has quit IRC | 13:51 | |
*** jamesbenson has joined #openstack-kolla | 13:53 | |
*** igordcard has quit IRC | 13:54 | |
openstackgerrit | Bertrand Lallau proposed openstack/kolla-ansible master: Nova oslo_messaging_notifications config error https://review.openstack.org/444504 | 13:54 |
*** igordcard has joined #openstack-kolla | 13:55 | |
*** ducttape_ has joined #openstack-kolla | 13:55 | |
openstackgerrit | Bertrand Lallau proposed openstack/kolla-ansible master: Neutron oslo_messaging_notifications config error https://review.openstack.org/444506 | 13:55 |
*** ducttap__ has quit IRC | 13:56 | |
*** igordcard has quit IRC | 13:57 | |
serlex | is anyone runing master with kibana/elasticsearch? I thinnk its broken | 13:57 |
*** jamesbenson has quit IRC | 13:58 | |
*** igordcard has joined #openstack-kolla | 13:58 | |
*** randomhack has joined #openstack-kolla | 14:00 | |
*** krtaylor has quit IRC | 14:01 | |
*** igordcard has quit IRC | 14:01 | |
*** igordcard has joined #openstack-kolla | 14:02 | |
*** lucasxu has joined #openstack-kolla | 14:02 | |
*** jamesbenson has joined #openstack-kolla | 14:03 | |
*** spsurya has quit IRC | 14:04 | |
openstackgerrit | Christian Berendt proposed openstack/kolla-ansible stable/ocata: Optimize reconfiguration for haproxy https://review.openstack.org/472274 | 14:05 |
*** sbezverk has joined #openstack-kolla | 14:07 | |
*** randomhack has quit IRC | 14:09 | |
*** wahnsinn has quit IRC | 14:09 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla master: [NO MERGE]debug kolla gate https://review.openstack.org/472005 | 14:11 |
*** msimonin has quit IRC | 14:12 | |
*** randomhack has joined #openstack-kolla | 14:14 | |
*** msimonin has joined #openstack-kolla | 14:15 | |
*** randomhack has quit IRC | 14:20 | |
*** sbezverk has quit IRC | 14:26 | |
*** randomhack has joined #openstack-kolla | 14:27 | |
*** hieulq_ has joined #openstack-kolla | 14:29 | |
*** rhallisey has quit IRC | 14:40 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla master: [NO MERGE]debug kolla gate https://review.openstack.org/472005 | 14:41 |
*** salv-orl_ has joined #openstack-kolla | 14:44 | |
*** salv-orlando has quit IRC | 14:47 | |
*** eaguilar has joined #openstack-kolla | 14:48 | |
*** mgoddard has quit IRC | 14:49 | |
*** mgoddard has joined #openstack-kolla | 14:49 | |
*** janki has quit IRC | 14:49 | |
egonzalez | inc0, ceph gates might be failing due https://bugs.launchpad.net/kolla-ansible/+bug/1667074 | 14:49 |
openstack | Launchpad bug 1667074 in kolla-ansible "Loopback devices not usable for Ceph" [Undecided,New] | 14:49 |
*** hongbin has joined #openstack-kolla | 14:50 | |
kolla-slack | <inc0> Yeah possible | 14:52 |
*** bjolo has joined #openstack-kolla | 14:54 | |
bjolo | howdy | 14:54 |
*** huzhengchuan has joined #openstack-kolla | 14:54 | |
openstackgerrit | Christian Berendt proposed openstack/kolla-ansible stable/ocata: Update Keystone haproxy config to balance based on source ip https://review.openstack.org/472286 | 15:02 |
*** eaguilar has quit IRC | 15:06 | |
*** sbhojpur has quit IRC | 15:07 | |
*** iniazi has quit IRC | 15:11 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla master: [NO MERGE]debug kolla gate https://review.openstack.org/472005 | 15:11 |
*** jascott1 has joined #openstack-kolla | 15:12 | |
*** jascott1 has quit IRC | 15:17 | |
*** eaguilar has joined #openstack-kolla | 15:19 | |
*** iniazi has joined #openstack-kolla | 15:21 | |
*** rmart04 has quit IRC | 15:23 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla master: [NO MERGE]debug kolla gate https://review.openstack.org/472005 | 15:24 |
*** randomhack has quit IRC | 15:24 | |
*** ddyer has quit IRC | 15:25 | |
*** randomhack has joined #openstack-kolla | 15:26 | |
*** manheim has quit IRC | 15:27 | |
*** ddyer has joined #openstack-kolla | 15:33 | |
*** jgriffith_ is now known as jgriffith | 15:36 | |
*** randomhack has quit IRC | 15:38 | |
*** randomhack has joined #openstack-kolla | 15:39 | |
*** randomhack has quit IRC | 15:45 | |
*** rwsu has joined #openstack-kolla | 15:48 | |
*** clayton has quit IRC | 15:51 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla master: [NO MERGE]debug kolla gate https://review.openstack.org/472005 | 15:54 |
*** manheim has joined #openstack-kolla | 15:54 | |
*** clayton has joined #openstack-kolla | 15:54 | |
*** Mannheim has joined #openstack-kolla | 15:56 | |
*** manheim has quit IRC | 15:58 | |
*** wahnsinn has joined #openstack-kolla | 15:59 | |
*** jaosorior has quit IRC | 16:00 | |
*** daidv_ has joined #openstack-kolla | 16:01 | |
*** huzhengchuan has quit IRC | 16:03 | |
*** schwicht has quit IRC | 16:09 | |
*** eaguilar has quit IRC | 16:10 | |
inc0 | good mornign | 16:12 |
*** egonzalez has quit IRC | 16:15 | |
jamesbenson | morning inc0 | 16:16 |
*** huzhengchuan has joined #openstack-kolla | 16:16 | |
*** caoyuan has quit IRC | 16:17 | |
*** caoyuan has joined #openstack-kolla | 16:23 | |
*** wahnsinn has quit IRC | 16:26 | |
*** rwallner has quit IRC | 16:29 | |
*** sbezverk has joined #openstack-kolla | 16:29 | |
*** caoyuan has quit IRC | 16:30 | |
*** emccormick has joined #openstack-kolla | 16:31 | |
*** shardy has quit IRC | 16:31 | |
*** rhallisey has joined #openstack-kolla | 16:31 | |
*** shardy has joined #openstack-kolla | 16:32 | |
openstackgerrit | Michal Jastrzebski (inc0) proposed openstack/kolla master: Fix kolla deploy gates https://review.openstack.org/471883 | 16:36 |
*** k_mouza has quit IRC | 16:38 | |
*** clayton has quit IRC | 16:43 | |
*** clayton has joined #openstack-kolla | 16:46 | |
*** itlinux has joined #openstack-kolla | 16:48 | |
*** tvignaud has quit IRC | 16:49 | |
reidrac | I didn't ask for +w today, did I? https://review.openstack.org/#/c/470270/ simple 2 char change to fix vagrant dev in Ubuntu | 16:51 |
*** huzhengchuan has quit IRC | 16:51 | |
*** msimonin has quit IRC | 16:53 | |
*** vhosakot has joined #openstack-kolla | 16:54 | |
reidrac | so I'm adding openSUSE support to kolla/kolla-ansible and fluend container is just not possible at the moment because td-agent doesn't support SUSE | 16:56 |
karimb | hello, is openvswitch module required for running neutron openvswitch container? | 16:56 |
reidrac | but you can run that container using centos and it works fine (all the others use SUSE) | 16:56 |
karimb | i build one in my own and works fine on macosx, but wont start on a linux (vm) | 16:56 |
reidrac | would it be interesting to be able to mix distros when using kolla-ansible? | 16:56 |
*** unicell1 has quit IRC | 16:58 | |
*** unicell has joined #openstack-kolla | 16:58 | |
reidrac | mostly for infra components that are required; eg. definining a fallback distro if the base one is not supported for that component | 16:58 |
*** sambetts is now known as sambetts|afk | 16:58 | |
*** pcaruana has quit IRC | 17:00 | |
*** zhubingbing_ has quit IRC | 17:02 | |
*** zhubingbing has joined #openstack-kolla | 17:03 | |
*** bmace has quit IRC | 17:03 | |
*** bmace has joined #openstack-kolla | 17:04 | |
*** huzhengchuan has joined #openstack-kolla | 17:04 | |
*** tvignaud has joined #openstack-kolla | 17:06 | |
*** zhubingbing has quit IRC | 17:09 | |
openstackgerrit | Sam Betts proposed openstack/kolla-kubernetes master: WIP: Experimental ironic-conductor configuration helm chart https://review.openstack.org/472349 | 17:09 |
*** rwallner has joined #openstack-kolla | 17:11 | |
*** serlex has quit IRC | 17:12 | |
*** lucasxu has quit IRC | 17:14 | |
*** srwilkers has quit IRC | 17:15 | |
*** rmart04 has joined #openstack-kolla | 17:18 | |
*** ksatchit has joined #openstack-kolla | 17:27 | |
*** msimonin has joined #openstack-kolla | 17:28 | |
*** rmart04 has quit IRC | 17:30 | |
*** schwicht has joined #openstack-kolla | 17:32 | |
*** msimonin has quit IRC | 17:36 | |
*** msimonin has joined #openstack-kolla | 17:37 | |
*** hieulq_ has quit IRC | 17:39 | |
*** hieulq_ has joined #openstack-kolla | 17:39 | |
*** hieulq_ has quit IRC | 17:40 | |
*** msimonin has quit IRC | 17:41 | |
*** itlinux has quit IRC | 17:45 | |
*** jascott1 has joined #openstack-kolla | 17:49 | |
*** tonanhngo has joined #openstack-kolla | 17:50 | |
*** tonanhngo has quit IRC | 17:52 | |
*** tonanhngo has joined #openstack-kolla | 17:53 | |
*** ducttape_ has quit IRC | 17:53 | |
openstackgerrit | Michal Jastrzebski (inc0) proposed openstack/kolla master: Fix kolla deploy gates https://review.openstack.org/471883 | 17:55 |
*** jbadiapa_ has joined #openstack-kolla | 17:56 | |
*** jbadiapa has quit IRC | 17:59 | |
*** lucasxu has joined #openstack-kolla | 18:00 | |
inc0 | berendt: around? | 18:01 |
*** unicell has quit IRC | 18:02 | |
kfox1111 | morning. | 18:02 |
inc0 | hey klf | 18:02 |
inc0 | kfox1111: | 18:02 |
kfox1111 | m. :) | 18:03 |
kfox1111 | kmf. :) | 18:03 |
berendt | inc0: already eob today, I will ping you tomorrow noon. | 18:03 |
inc0 | sure, just wanted to quickly check if you did anything in with this https://bugs.launchpad.net/kolla-ansible/+bug/1667074 | 18:04 |
openstack | Launchpad bug 1667074 in kolla-ansible "Loopback devices not usable for Ceph" [Medium,Confirmed] - Assigned to Michał Jastrzębski (inc007) | 18:04 |
inc0 | let me know when you're back | 18:04 |
sdake | sup kfox1111 | 18:08 |
sdake | inc0 imo we need to continue down the path of configmaps | 18:08 |
sdake | anything else could be deadly for kolla-kubernetes | 18:08 |
inc0 | sdake: what are you referring to? | 18:08 |
sdake | kfox1111 any thoughts? | 18:08 |
inc0 | ML? | 18:08 |
sdake | the ml thread re conf.d | 18:09 |
kfox1111 | lots of thoughts. reguarding what though? | 18:09 |
inc0 | ah, well, it's still in the weeds | 18:09 |
sdake | deployment tag on m | 18:09 |
inc0 | it won't happen anytime soon | 18:09 |
kfox1111 | you wondering about etcd backed config? | 18:09 |
inc0 | when it happens, then we can discuss actual using it | 18:09 |
sdake | kfox1111 see ml therad | 18:09 |
kfox1111 | looking. | 18:09 |
kfox1111 | got a subject handy? | 18:09 |
sdake | Re: [openstack-dev] [deployment] [oslo] [ansible] [tripleo] [kolla] [helm] Configuration management with etcd / confd | 18:10 |
inc0 | kfox1111: the etcd config | 18:10 |
*** shardy has quit IRC | 18:10 | |
kfox1111 | k. | 18:10 |
kfox1111 | ah. | 18:10 |
sdake | kfox1111 i am feeling more expert iin kolla-kubernetes as well as kubernetes daily :) | 18:10 |
kfox1111 | yeah, I think the etcd thing is a potential thing to maybe support in the future, but configmaps are very much the way to go. | 18:10 |
kfox1111 | for now. | 18:11 |
sdake | configmaps are so well designed its not even funny | 18:11 |
kfox1111 | sdake: great. :) | 18:11 |
inc0 | sdake: not true | 18:11 |
inc0 | we edit them in init containers | 18:11 |
inc0 | that's not elegant | 18:11 |
sdake | i agree, we are doing it wrong | 18:11 |
sdake | that doesn't mean configmaps are the wrong approach | 18:11 |
inc0 | and there is little we can do better | 18:11 |
kfox1111 | yeah. configmaps sidestep the main issue with config management systems. trying to fit all config formats into one. | 18:12 |
kfox1111 | inc0: agree and disagree | 18:12 |
sdake | we need helm charts for default config and a helm chart for overridds, and specify the config files in the config.json | 18:12 |
kfox1111 | inc0: agree that we're using init containers to edit some things that should just be in the ansible templates. | 18:12 |
kfox1111 | now that we have the fork done, we can actualy fix that junk. | 18:12 |
sdake | yup we have a bit of work to do to sort out hwo we handle config maps | 18:12 |
kfox1111 | some amount of editing though is proper I think. some things are only ever discoverable at runtime. | 18:12 |
inc0 | kfox1111: one thing we're not fixing is per-node configuration | 18:12 |
inc0 | I can't see good approach to this | 18:13 |
inc0 | or per node group | 18:13 |
inc0 | you get my drift | 18:13 |
sdake | however at present our config map management is passible as a usable implementation | 18:13 |
kfox1111 | per node group is easy. just a configmap per node group. | 18:13 |
inc0 | sdake: agree, that doesn't mean it's elegant or couldn't be improved upon | 18:13 |
inc0 | and etcd config might actually help if it's done properly | 18:13 |
sdake | ya the ansible config gen is wrong | 18:13 |
inc0 | bear in mind there is no code written yet | 18:14 |
sdake | configmaps come right from etcd | 18:14 |
kfox1111 | inc0: etcd config I think will take a long time to get right, | 18:14 |
inc0 | it's going to be a year till it works well | 18:14 |
kfox1111 | and it scares me a bit when it comes to security. | 18:14 |
inc0 | exactly | 18:14 |
inc0 | this is non-trivial issue to solve | 18:14 |
kfox1111 | configmaps work, today and will continue to do so. | 18:14 |
kfox1111 | I think its in pretty good shape, but does need some polish for sure, | 18:14 |
sdake | what would be cool is if oslo.config integrated with kubectl itself | 18:14 |
inc0 | so no, we're not getting rid of configmaps | 18:14 |
kfox1111 | and a helm based packaging instead of ansible or in addition to ansible. | 18:14 |
sdake | for secret management | 18:14 |
sdake | kfox1111 ++ | 18:15 |
inc0 | when etcd central config, we can reexamine...that's far away | 18:15 |
kfox1111 | yup. | 18:15 |
sdake | we already have central config with configmaps | 18:15 |
kfox1111 | if I were to put in a wish list though for oslo.config, | 18:15 |
inc0 | sdake: this is different approach fundamentally | 18:15 |
inc0 | we have config files in etcd | 18:15 |
kfox1111 | it would be to support a yaml version of the ini format. | 18:15 |
kfox1111 | or json. | 18:15 |
inc0 | not config options in etcd | 18:15 |
*** randomhack has joined #openstack-kolla | 18:15 | |
kfox1111 | though I haven't been talking about that too much yet, as the etcd one will lay all the groundwork to make that a thing. :) | 18:16 |
inc0 | yeah, and yaml/json is *much* easier to handle | 18:16 |
sdake | reading config optioins from etcd sounds painful and full of security problems | 18:16 |
inc0 | sdake: it can be totally transparend if done right | 18:16 |
*** srwilkers has joined #openstack-kolla | 18:16 | |
inc0 | "if done right" | 18:16 |
inc0 | famous last words | 18:16 |
sdake | right ;) | 18:16 |
inc0 | devils in the details with this one | 18:17 |
inc0 | so I'll observe this effort and help, but probably not spent too much time pushing it forward | 18:17 |
inc0 | and definetly Kolla-ansible or Kolla-k8s will not use it until it's done and even when it's done we might start working on migration path | 18:18 |
inc0 | which, on it's own, isn't going to be easy | 18:18 |
inc0 | I'm thinking R release at earliest | 18:18 |
inc0 | if whole thing is done within Queens, which is ambitious on it's own | 18:19 |
inc0 | oslo team will have to really focus on it | 18:19 |
*** emccormick has quit IRC | 18:19 | |
inc0 | btw rolling config upgrade will be fun fun | 18:20 |
kfox1111 | and if we support older versions still, we have to support ocnfigmaps until etcd based works on all supported versions. | 18:20 |
inc0 | on it's own | 18:20 |
kfox1111 | so way way far out. | 18:20 |
inc0 | kfox1111: or provide toolset to read-from-configmap -> save-to-etcd | 18:20 |
inc0 | that's doable | 18:20 |
*** emccormick has joined #openstack-kolla | 18:20 | |
kfox1111 | not really worth much discussing for adoption at this point. | 18:20 |
*** daidv_ has quit IRC | 18:20 | |
inc0 | exactly | 18:20 |
sdake | cool | 18:20 |
sdake | ok well nap time :) | 18:20 |
inc0 | have fun sdake | 18:21 |
sdake | kfox1111 btw, that nfs mount of instances does work | 18:21 |
kfox1111 | I'm only really interested in it at this point for having a plugable input mechanism. :) | 18:21 |
kfox1111 | sdake: cool. :) | 18:21 |
kfox1111 | make it optional, and I think we can merge it. | 18:21 |
sdake | i'll look into it in my copious spare time :) | 18:21 |
kfox1111 | I know, right? :/ | 18:21 |
sdake | one thing we should look into is --read-only mounting of the containers | 18:22 |
sdake | that would be a killer security feature | 18:22 |
*** ipsecguy_ has joined #openstack-kolla | 18:23 | |
sdake | ok nap time for realz | 18:23 |
cliles | so I'm trying to determine, to upgrade to octa, is it better to pull the octa branch, or use the patch releases? | 18:23 |
inc0 | patch releases cliles ? | 18:24 |
inc0 | you mean tags? | 18:24 |
cliles | 4.0.1 | 18:24 |
cliles | yeah | 18:24 |
*** ipsecguy has quit IRC | 18:24 | |
inc0 | ah, well, I'd say yes if it wouldn't be release week | 18:24 |
inc0 | we'll have 4.0.2 this week | 18:24 |
inc0 | so I'd suggest waiting for this to happen | 18:24 |
cliles | is there a release day? | 18:25 |
*** salv-orl_ has quit IRC | 18:25 | |
cliles | "planned" release day, lol | 18:25 |
inc0 | cliles: not really a day, when we're done with testing | 18:26 |
*** salv-orlando has joined #openstack-kolla | 18:26 | |
inc0 | our gates are in poor condition now because we're in the middle of changing them and we wanted to have gates fully functional before tagging:) | 18:27 |
inc0 | that being said, if you'd pull code from stable branch today that won't change much from what will land in 4.0.2 | 18:27 |
*** randomhack has quit IRC | 18:27 | |
cliles | works for me | 18:28 |
*** salv-orlando has quit IRC | 18:30 | |
openstackgerrit | Michal Jastrzebski (inc0) proposed openstack/kolla master: Fix kolla deploy gates https://review.openstack.org/471883 | 18:34 |
*** ducttape_ has joined #openstack-kolla | 18:35 | |
*** itlinux has joined #openstack-kolla | 18:38 | |
*** itlinux_ has joined #openstack-kolla | 18:38 | |
*** egonzalez has joined #openstack-kolla | 18:49 | |
*** mgoddard has quit IRC | 18:50 | |
openstackgerrit | Michal Jastrzebski (inc0) proposed openstack/kolla master: Fix kolla deploy gates https://review.openstack.org/471883 | 18:50 |
openstackgerrit | Michal Jastrzebski (inc0) proposed openstack/kolla master: Fix kolla deploy gates https://review.openstack.org/471883 | 18:51 |
*** srwilkers has quit IRC | 18:55 | |
*** dave-mccowan has quit IRC | 18:58 | |
*** cristicalin has quit IRC | 19:00 | |
*** dave-mccowan has joined #openstack-kolla | 19:01 | |
*** srwilkers has joined #openstack-kolla | 19:07 | |
*** mgoddard has joined #openstack-kolla | 19:10 | |
*** wahnsinn has joined #openstack-kolla | 19:10 | |
*** unicell has joined #openstack-kolla | 19:10 | |
*** ducttape_ has quit IRC | 19:18 | |
*** ducttap__ has joined #openstack-kolla | 19:18 | |
*** ducttape_ has joined #openstack-kolla | 19:19 | |
*** rmart04 has joined #openstack-kolla | 19:21 | |
*** ducttape_ has quit IRC | 19:21 | |
*** ducttape_ has joined #openstack-kolla | 19:22 | |
*** msimonin has joined #openstack-kolla | 19:22 | |
*** ducttap__ has quit IRC | 19:23 | |
*** iniazi_ has joined #openstack-kolla | 19:24 | |
*** ducttape_ has quit IRC | 19:24 | |
*** wahnsinn has quit IRC | 19:24 | |
*** wahnsinn has joined #openstack-kolla | 19:24 | |
*** ducttape_ has joined #openstack-kolla | 19:25 | |
*** iniazi has quit IRC | 19:27 | |
*** msimonin has quit IRC | 19:28 | |
*** itlinux has quit IRC | 19:28 | |
*** itlinux_ has quit IRC | 19:28 | |
*** sbezverk has quit IRC | 19:32 | |
*** pradk has quit IRC | 19:38 | |
*** manheim has joined #openstack-kolla | 19:39 | |
*** itlinux has joined #openstack-kolla | 19:44 | |
*** itlinux_ has joined #openstack-kolla | 19:44 | |
*** emccormick has quit IRC | 19:44 | |
*** rmart04 has quit IRC | 19:50 | |
*** eaguilar has joined #openstack-kolla | 19:53 | |
*** bmaltais has quit IRC | 19:53 | |
*** salv-orlando has joined #openstack-kolla | 19:57 | |
*** Mannheim has quit IRC | 20:01 | |
*** Mannheim has joined #openstack-kolla | 20:02 | |
*** harlowja has quit IRC | 20:08 | |
*** srwilkers has quit IRC | 20:10 | |
sdake | kfox1111 does nova-novncproxy work properly | 20:18 |
*** sbezverk has joined #openstack-kolla | 20:19 | |
kfox1111 | sdake: it did at one point. it isn't currently gate tested, so not sure if it will now. | 20:20 |
kfox1111 | its a particularly hard one to write a gate test for. :/ | 20:20 |
kfox1111 | solineum is part of the solution, but you almost need an OCR based image recognizer too. :/ | 20:20 |
*** manheim has quit IRC | 20:21 | |
*** eaguilar has quit IRC | 20:33 | |
*** GonZo2000 has joined #openstack-kolla | 20:33 | |
*** GonZo2000 has joined #openstack-kolla | 20:33 | |
*** jascott1 has quit IRC | 20:35 | |
*** jascott1 has joined #openstack-kolla | 20:36 | |
sdake | kfox1111 getting complaint about the following - could use a bit of your expertise here | 20:36 |
sdake | so your indicating https://github.com/openstack/kolla-kubernetes/blob/master/helm/microservice/openvswitch-vswitchd-daemonset/templates/openvswitch-vswitchd-daemonset.yaml#L81 doesn't work but https://github.com/openstack/kolla-kubernetes/blob/master/helm/microservice/openvswitch-vswitchd-daemonset/templates/openvswitch-vswitchd-daemonset.yaml#L76 does work? | 20:36 |
sdake | answer: yeah - br-ex is created (L76) but the bridge br-ex is not connected to eth1 (add-port L81) | 20:36 |
kfox1111 | sdake: look at the if's around it. | 20:38 |
kfox1111 | you have to have setup_bridge=true and add_port=true if you want both. | 20:38 |
sdake | openvwswitch: | 20:39 |
sdake | all: | 20:39 |
sdake | add_port: true | 20:39 |
sdake | ext_bridge_name: br-ex | 20:39 |
sdake | ext_interface_name: eth1 | 20:39 |
sdake | setup_bridge: true | 20:39 |
kfox1111 | and its not running the code? | 20:39 |
sdake | i dont know if its running the codde or not, but it doesn't appear to be connecintg eth1 to br-ex | 20:39 |
*** pradk has joined #openstack-kolla | 20:40 | |
kfox1111 | not sure then. logic all looks ok to me. | 20:41 |
kfox1111 | uh... did you paste that? | 20:41 |
kfox1111 | cause there is a typo in it. | 20:41 |
* kfox1111 chuckles | 20:41 | |
kfox1111 | maybe a 'beatle' :) | 20:42 |
*** karimb has quit IRC | 20:42 | |
kfox1111 | 'beetle' | 20:42 |
kfox1111 | openvwswitch: should be openvswitch | 20:42 |
sdake | thanks kfox1111 | 20:43 |
kfox1111 | sorry. I couldn't resist. | 20:43 |
*** eaguilar has joined #openstack-kolla | 20:44 | |
jamesbenson | I have a question, if I look at the logs in docker, /var/log/bootstrap.log and see errors about dependencies missing, I assume this should not be the case, correct? libc6, libdebconfclient0, tar, dash, libtinfo5, | 20:44 |
openstackgerrit | Steven Dake proposed openstack/kolla-kubernetes master: Fix openvswitch typo https://review.openstack.org/472407 | 20:44 |
*** salv-orl_ has joined #openstack-kolla | 20:44 | |
kfox1111 | another tool for the wish list might be a helm values file validator. | 20:45 |
sdake | kfox1111 yup | 20:45 |
jamesbenson | * this is, for example, in the horizon docker image | 20:46 |
sdake | kfox1111 see PM | 20:46 |
*** salv-orlando has quit IRC | 20:47 | |
*** kbyrne has quit IRC | 20:48 | |
*** kbyrne has joined #openstack-kolla | 20:50 | |
inc0 | fyi guys https://etherpad.openstack.org/p/kolla-publisher-job-design | 20:57 |
jascott1 | new tool deis/M$ guys are working on https://github.com/Azure/draft | 20:59 |
*** mgoddard has quit IRC | 20:59 | |
Mannheim | if i want to give kolla-kubernetes a spin in VM env, is this the best guide? | 21:01 |
Mannheim | https://docs.openstack.org/developer/kolla-kubernetes/deployment-guide.html | 21:01 |
sdake | kfox1111 fire #2 in PM | 21:02 |
jamesbenson | inc0: in building images, are dependencies a problem right now? I was looking at some bootstrap logs inside of the container and a lot of it was missing dependencies... | 21:02 |
inc0 | jamesbenson: mind linking them? | 21:03 |
jamesbenson | http://paste.openstack.org/show/612057/ | 21:05 |
*** wahnsinn has quit IRC | 21:05 | |
jamesbenson | inc0: that is from horizon bootstrap.log | 21:05 |
openstackgerrit | Michal Jastrzebski (inc0) proposed openstack/kolla master: Fix kolla deploy gates https://review.openstack.org/471883 | 21:06 |
inc0 | jamesbenson: not sure tbh | 21:07 |
inc0 | looks like bug | 21:07 |
inc0 | mind submitting it? | 21:07 |
*** rwallner has quit IRC | 21:07 | |
jamesbenson | not sure what to submit as? lol... Do you see these things in your docker instances? | 21:08 |
jascott1 | Mannheim: yes it works on VMs (despite being titled Bare Metal) | 21:10 |
*** lucasxu has quit IRC | 21:11 | |
Mannheim | cool | 21:12 |
Mannheim | wanted to make sure i follow the right guide | 21:12 |
sdake | kfox1111 i think the command: | 21:12 |
sdake | [14:02:58] <sdake>openstack console url show 1 --novnc | 21:12 |
sdake | does not return the correct result | 21:13 |
openstackgerrit | Merged openstack/kolla-kubernetes master: Fix openvswitch typo https://review.openstack.org/472407 | 21:13 |
jamesbenson | inc0: https://bugs.launchpad.net/kolla-ansible/+bug/1696858 | 21:17 |
openstack | Launchpad bug 1696858 in kolla-ansible "Horizon failed to deploy correctly due to dependencies missing" [Undecided,New] | 21:17 |
sdake | kfox1111 that openstack console command (or also horizon) return the kubernetes dns name, which is not resolvable from outside the cluster | 21:22 |
sdake | suggestions? | 21:22 |
*** randomhack has joined #openstack-kolla | 21:23 | |
*** randomhack has quit IRC | 21:28 | |
*** vhosakot has quit IRC | 21:28 | |
*** vhosakot has joined #openstack-kolla | 21:28 | |
sdake | i think eanylin also reports novncproxy didn't work | 21:31 |
sdake | possibly the same cause | 21:31 |
*** ksatchit has quit IRC | 21:38 | |
*** GonZo2000 has quit IRC | 21:41 | |
*** eaguilar has quit IRC | 21:43 | |
*** GonZo2000 has joined #openstack-kolla | 21:45 | |
*** GonZo2000 has joined #openstack-kolla | 21:45 | |
*** mgoddard has joined #openstack-kolla | 21:50 | |
Mannheim | http://paste.ubuntu.com/24810770/ | 21:52 |
Mannheim | hmm | 21:52 |
*** jamesbenson has quit IRC | 21:56 | |
kfox1111 | sdake: suggest setting it to something externally resolvable. | 21:56 |
jascott1 | Mannheim hmm describe nodes to see if label is there? | 21:56 |
kfox1111 | like the exernalIP address. | 21:56 |
jascott1 | imean taint | 21:56 |
sdake | does nova-novncproxy not need to bind to a local ip address to function? | 21:56 |
*** jamesbenson has joined #openstack-kolla | 21:58 | |
kfox1111 | the kube svc for nova-novncproxy should be externalIP'ed out to the world. | 21:58 |
*** mgoddard has quit IRC | 21:58 | |
kfox1111 | and the config should point to that external ip, or a dns name registered to that ip. | 21:59 |
*** jamesbenson has quit IRC | 22:02 | |
*** rwallner has joined #openstack-kolla | 22:03 | |
*** timss has quit IRC | 22:04 | |
*** timss has joined #openstack-kolla | 22:04 | |
*** dave-mccowan has quit IRC | 22:05 | |
*** eaguilar has joined #openstack-kolla | 22:10 | |
*** Mannheim has quit IRC | 22:10 | |
*** eaguilar has quit IRC | 22:11 | |
*** jbadiapa_ has quit IRC | 22:14 | |
*** salv-orl_ has quit IRC | 22:19 | |
*** salv-orlando has joined #openstack-kolla | 22:20 | |
*** goldyfruit has quit IRC | 22:20 | |
*** manheim has joined #openstack-kolla | 22:21 | |
*** manheim has quit IRC | 22:21 | |
*** manheim has joined #openstack-kolla | 22:22 | |
*** emccormick has joined #openstack-kolla | 22:24 | |
*** salv-orlando has quit IRC | 22:24 | |
*** msimonin has joined #openstack-kolla | 22:24 | |
*** ducttape_ has quit IRC | 22:25 | |
*** ducttape_ has joined #openstack-kolla | 22:26 | |
*** rwallner has quit IRC | 22:28 | |
*** ducttape_ has quit IRC | 22:30 | |
*** jbadiapa_ has joined #openstack-kolla | 22:30 | |
*** jascott1 has quit IRC | 22:34 | |
*** jascott1 has joined #openstack-kolla | 22:35 | |
*** jascott1 has quit IRC | 22:37 | |
*** jascott1 has joined #openstack-kolla | 22:37 | |
openstackgerrit | Michal Jastrzebski (inc0) proposed openstack/kolla master: Fix kolla deploy gates https://review.openstack.org/471883 | 22:39 |
*** schwicht has quit IRC | 22:40 | |
openstackgerrit | Michal Jastrzebski (inc0) proposed openstack/kolla master: Fix kolla deploy gates https://review.openstack.org/471883 | 22:40 |
*** jascott1 has quit IRC | 22:41 | |
*** rwallner has joined #openstack-kolla | 22:46 | |
*** jascott1 has joined #openstack-kolla | 22:52 | |
*** msimonin has quit IRC | 22:53 | |
*** msimonin has joined #openstack-kolla | 22:53 | |
*** schwicht has joined #openstack-kolla | 22:58 | |
*** msimonin1 has joined #openstack-kolla | 23:01 | |
*** msimonin has quit IRC | 23:01 | |
*** tonanhngo has quit IRC | 23:01 | |
*** awiddersheim has joined #openstack-kolla | 23:01 | |
awiddersheim | when you do an upgrade of containers with kolla-ansible to a new version are the services taken out of haproxy before? | 23:01 |
*** itlinux has quit IRC | 23:03 | |
*** itlinux_ has quit IRC | 23:03 | |
*** msimonin1 has quit IRC | 23:05 | |
*** tonanhngo has joined #openstack-kolla | 23:05 | |
*** manheim has quit IRC | 23:06 | |
*** jascott1_ has joined #openstack-kolla | 23:08 | |
*** jascott1 has quit IRC | 23:10 | |
*** tonanhngo has quit IRC | 23:10 | |
*** egonzalez has quit IRC | 23:12 | |
*** GonZo2000 has quit IRC | 23:17 | |
*** rwallner has quit IRC | 23:26 | |
*** jamesbenson has joined #openstack-kolla | 23:26 | |
*** emccormick has quit IRC | 23:27 | |
*** GonZo2000 has joined #openstack-kolla | 23:31 | |
*** GonZo2000 has joined #openstack-kolla | 23:31 | |
*** jamesbenson has quit IRC | 23:31 | |
*** sbezverk has quit IRC | 23:38 | |
*** schwicht has quit IRC | 23:45 | |
*** schwicht has joined #openstack-kolla | 23:54 | |
*** vhosakot has quit IRC | 23:55 | |
*** harlowja has joined #openstack-kolla | 23:57 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!