*** seaneagan has quit IRC | 01:49 | |
*** portdirect has quit IRC | 02:08 | |
*** portdirect has joined #airshipit | 02:09 | |
*** openstack has joined #airshipit | 02:50 | |
*** jhesketh has quit IRC | 02:51 | |
*** ChanServ sets mode: +o openstack | 02:52 | |
*** jhesketh has joined #airshipit | 02:57 | |
*** vrv_ has joined #airshipit | 04:18 | |
*** hemanth_n has joined #airshipit | 04:47 | |
*** hemanth_n has quit IRC | 04:49 | |
*** georgk has joined #airshipit | 06:55 | |
*** georgk has quit IRC | 06:57 | |
*** georgk has joined #airshipit | 06:59 | |
*** fdegir has joined #airshipit | 08:01 | |
*** georgk has quit IRC | 09:02 | |
*** georgk has joined #airshipit | 09:07 | |
*** georgk has quit IRC | 10:02 | |
*** georgk has joined #airshipit | 10:58 | |
*** sthussey has joined #airshipit | 12:20 | |
openstackgerrit | Merged openstack/airship-treasuremap master: Enable site level labels for divingbell https://review.openstack.org/597217 | 12:35 |
---|---|---|
openstackgerrit | Merged openstack/airship-armada master: Move to tiller v2.10.0 https://review.openstack.org/597296 | 12:41 |
openstackgerrit | Merged openstack/airship-promenade master: Remove version pinning from examples https://review.openstack.org/596401 | 12:47 |
openstackgerrit | Merged openstack/airship-drydock master: Remove the duplicated word https://review.openstack.org/595225 | 12:55 |
*** aaronsheffield has joined #airshipit | 12:57 | |
openstackgerrit | Bryan Strassner proposed openstack/airship-shipyard master: [FIX] Update dangerous makefile clean command https://review.openstack.org/597504 | 13:02 |
openstackgerrit | Mark Burnett proposed openstack/airship-promenade master: Enable gate shell linting https://review.openstack.org/596854 | 13:14 |
*** georgk has quit IRC | 13:57 | |
*** georgk has joined #airshipit | 14:05 | |
openstackgerrit | Merged openstack/airship-shipyard master: [FIX] Update dangerous makefile clean command https://review.openstack.org/597504 | 14:10 |
openstackgerrit | Bryan Strassner proposed openstack/airship-deckhand master: [Trivial Fix] Change b46enc to b64enc in chart https://review.openstack.org/597554 | 14:47 |
*** georgk has quit IRC | 15:11 | |
*** georgk has joined #airshipit | 15:12 | |
*** georgk has quit IRC | 15:37 | |
openstackgerrit | Scott Hussey proposed openstack/airship-drydock master: Add destroy_node config items to sample https://review.openstack.org/595196 | 16:04 |
openstackgerrit | Scott Hussey proposed openstack/airship-drydock master: Refactor build to include Go https://review.openstack.org/594555 | 16:04 |
openstackgerrit | Scott Hussey proposed openstack/airship-drydock master: [WIP] Bootaction client initial implementation https://review.openstack.org/595898 | 16:04 |
openstackgerrit | Scott Hussey proposed openstack/airship-drydock master: [WIP] Bootaction cleanup https://review.openstack.org/597573 | 16:04 |
openstackgerrit | Merged openstack/airship-deckhand master: [Trivial Fix] Change b46enc to b64enc in chart https://review.openstack.org/597554 | 16:34 |
openstackgerrit | Felipe Monteiro proposed openstack/airship-pegleg master: Add git and branch revision support to Pegleg CLI https://review.openstack.org/577886 | 17:05 |
openstackgerrit | Felipe Monteiro proposed openstack/airship-pegleg master: Add git and branch revision support to Pegleg CLI https://review.openstack.org/577886 | 17:07 |
*** nicolasbock has joined #airshipit | 17:16 | |
cfriesen | when did armada start defaulting to v2.10.0 for the helm/tiller API? | 17:26 |
cfriesen | never mind, checked the git history. :) | 17:27 |
openstackgerrit | Bryan Strassner proposed openstack/airship-shipyard master: Only attempt deploying nodes that were prepared https://review.openstack.org/597614 | 17:55 |
cfriesen | Are there any plans to do releases (possibly with git branches) for armada? The recent commit to use v2.10.0 for tiller is not backwards compatible and breaks existing installs. | 18:11 |
*** georgk has joined #airshipit | 18:45 | |
openstackgerrit | Nikita Koshikov proposed openstack/airship-divingbell master: Fix helm-toolkit dependency after openstack-helm repo split https://review.openstack.org/597632 | 18:52 |
*** mattmceuen has joined #airshipit | 18:52 | |
*** vrv_ has quit IRC | 18:53 | |
cfriesen | portdirect: I've run into a problem with armada and the rabbitmq chart. I'm trying to set up multiple rabbitmq charts with release names of the form "openstack-glance-rabbitmq", "openstack-nova-rabbitmq", etc. However, the rabbitmq chart wants to create services named "osh-openstac-dsv-e50215" and "osh-openstac-dsv-e50215" for each release, which is causing problems. | 19:00 |
cfriesen | portdirect: I think the issue is that in the rabbitmq chart $service_discovery_name is ".Release.Name | trunc 12" which is no longer guaranteed to be unique. | 19:01 |
openstackgerrit | Felipe Monteiro proposed openstack/airship-pegleg master: Add git and branch revision support to Pegleg CLI https://review.openstack.org/577886 | 19:35 |
portdirect | cfriesen: this may help: https://github.com/openstack/openstack-helm/blob/master/tools/deployment/armada/multinode/armada-osh.yaml | 19:58 |
portdirect | which runs an rabbit per service, as you ary trying to do | 19:58 |
cfriesen | portdirect: yeah, I started with that. but I think it's just a fluke because the first 8 characters of the release names are different (keystone-rabbit, nova-rabbit, etc.) | 20:01 |
cfriesen | change it to "rabbit--keystone", "rabbit--nova" and bet it'd break | 20:01 |
cfriesen | for ease of management I wanted to change the helm release names to <namespace>-<chart> | 20:02 |
portdirect | gotcha | 20:02 |
portdirect | and you wanting to deploy a service per namespace? | 20:02 |
cfriesen | well, I saw the advantages of how it was done in that manifest. I'm not terribly concerned either way | 20:03 |
portdirect | this is less a fluke, more a known limitation unfortuantly | 20:03 |
portdirect | we should document it :/ | 20:03 |
cfriesen | I can work around it by specifying hosts.discovery and hosts.public in the manifest | 20:04 |
portdirect | ideally i'd like to pivot to a namespace per service, though we need to do some work to enable that in our dep checking rbac | 20:04 |
cfriesen | what's the limitation...length of service name? | 20:04 |
portdirect | yeah | 20:04 |
openstackgerrit | Felipe Monteiro proposed openstack/airship-pegleg master: Add git and branch revision support to Pegleg CLI https://review.openstack.org/577886 | 20:14 |
openstackgerrit | Felipe Monteiro proposed openstack/airship-pegleg master: Add git and branch revision support to Pegleg CLI https://review.openstack.org/577886 | 20:42 |
openstackgerrit | Felipe Monteiro proposed openstack/airship-pegleg master: Add git and branch revision support to Pegleg CLI https://review.openstack.org/577886 | 20:43 |
openstackgerrit | Felipe Monteiro proposed openstack/airship-deckhand master: trivial: Update deprecated Airship links in docs https://review.openstack.org/597709 | 21:06 |
*** jamesgu__ has joined #airshipit | 21:16 | |
*** jamesgu has quit IRC | 21:16 | |
openstackgerrit | Scott Hussey proposed openstack/airship-drydock master: [WIP] Bootaction client initial implementation https://review.openstack.org/595898 | 21:23 |
openstackgerrit | Bryan Strassner proposed openstack/airship-in-a-bottle master: [WIP] Update chart references to newer versions https://review.openstack.org/596853 | 21:28 |
openstackgerrit | Felipe Monteiro proposed openstack/airship-pegleg master: Update Pegleg README https://review.openstack.org/597712 | 21:29 |
openstackgerrit | Felipe Monteiro proposed openstack/airship-pegleg master: Update Pegleg README https://review.openstack.org/597712 | 21:30 |
openstackgerrit | Felipe Monteiro proposed openstack/airship-pegleg master: Update Pegleg README https://review.openstack.org/597712 | 21:42 |
openstackgerrit | Bryan Strassner proposed openstack/airship-in-a-bottle master: [WIP] Update chart references to newer versions https://review.openstack.org/596853 | 21:53 |
*** georgk has quit IRC | 22:02 | |
*** aaronsheffield has quit IRC | 22:40 | |
*** sthussey has quit IRC | 23:44 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!