Wednesday, 2018-08-29

*** seaneagan has quit IRC01:49
*** portdirect has quit IRC02:08
*** portdirect has joined #airshipit02:09
*** openstack has joined #airshipit02:50
*** jhesketh has quit IRC02:51
*** ChanServ sets mode: +o openstack02:52
*** jhesketh has joined #airshipit02:57
*** vrv_ has joined #airshipit04:18
*** hemanth_n has joined #airshipit04:47
*** hemanth_n has quit IRC04:49
*** georgk has joined #airshipit06:55
*** georgk has quit IRC06:57
*** georgk has joined #airshipit06:59
*** fdegir has joined #airshipit08:01
*** georgk has quit IRC09:02
*** georgk has joined #airshipit09:07
*** georgk has quit IRC10:02
*** georgk has joined #airshipit10:58
*** sthussey has joined #airshipit12:20
openstackgerritMerged openstack/airship-treasuremap master: Enable site level labels for divingbell  https://review.openstack.org/59721712:35
openstackgerritMerged openstack/airship-armada master: Move to tiller v2.10.0  https://review.openstack.org/59729612:41
openstackgerritMerged openstack/airship-promenade master: Remove version pinning from examples  https://review.openstack.org/59640112:47
openstackgerritMerged openstack/airship-drydock master: Remove the duplicated word  https://review.openstack.org/59522512:55
*** aaronsheffield has joined #airshipit12:57
openstackgerritBryan Strassner proposed openstack/airship-shipyard master: [FIX] Update dangerous makefile clean command  https://review.openstack.org/59750413:02
openstackgerritMark Burnett proposed openstack/airship-promenade master: Enable gate shell linting  https://review.openstack.org/59685413:14
*** georgk has quit IRC13:57
*** georgk has joined #airshipit14:05
openstackgerritMerged openstack/airship-shipyard master: [FIX] Update dangerous makefile clean command  https://review.openstack.org/59750414:10
openstackgerritBryan Strassner proposed openstack/airship-deckhand master: [Trivial Fix] Change b46enc to b64enc in chart  https://review.openstack.org/59755414:47
*** georgk has quit IRC15:11
*** georgk has joined #airshipit15:12
*** georgk has quit IRC15:37
openstackgerritScott Hussey proposed openstack/airship-drydock master: Add destroy_node config items to sample  https://review.openstack.org/59519616:04
openstackgerritScott Hussey proposed openstack/airship-drydock master: Refactor build to include Go  https://review.openstack.org/59455516:04
openstackgerritScott Hussey proposed openstack/airship-drydock master: [WIP] Bootaction client initial implementation  https://review.openstack.org/59589816:04
openstackgerritScott Hussey proposed openstack/airship-drydock master: [WIP] Bootaction cleanup  https://review.openstack.org/59757316:04
openstackgerritMerged openstack/airship-deckhand master: [Trivial Fix] Change b46enc to b64enc in chart  https://review.openstack.org/59755416:34
openstackgerritFelipe Monteiro proposed openstack/airship-pegleg master: Add git and branch revision support to Pegleg CLI  https://review.openstack.org/57788617:05
openstackgerritFelipe Monteiro proposed openstack/airship-pegleg master: Add git and branch revision support to Pegleg CLI  https://review.openstack.org/57788617:07
*** nicolasbock has joined #airshipit17:16
cfriesenwhen did armada start defaulting to v2.10.0 for the helm/tiller API?17:26
cfriesennever mind, checked the git history. :)17:27
openstackgerritBryan Strassner proposed openstack/airship-shipyard master: Only attempt deploying nodes that were prepared  https://review.openstack.org/59761417:55
cfriesenAre 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 #airshipit18:45
openstackgerritNikita Koshikov proposed openstack/airship-divingbell master: Fix helm-toolkit dependency after openstack-helm repo split  https://review.openstack.org/59763218:52
*** mattmceuen has joined #airshipit18:52
*** vrv_ has quit IRC18:53
cfriesenportdirect: 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
cfriesenportdirect: 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
openstackgerritFelipe Monteiro proposed openstack/airship-pegleg master: Add git and branch revision support to Pegleg CLI  https://review.openstack.org/57788619:35
portdirectcfriesen: this may help: https://github.com/openstack/openstack-helm/blob/master/tools/deployment/armada/multinode/armada-osh.yaml19:58
portdirectwhich runs an rabbit per service, as you ary trying to do19:58
cfriesenportdirect: 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
cfriesenchange it to "rabbit--keystone", "rabbit--nova" and bet it'd break20:01
cfriesenfor ease of management I wanted to change the helm release names to <namespace>-<chart>20:02
portdirectgotcha20:02
portdirectand you wanting to deploy a service per namespace?20:02
cfriesenwell, I saw the advantages of how it was done in that manifest.  I'm not terribly concerned either way20:03
portdirectthis is less a fluke, more a known limitation unfortuantly20:03
portdirectwe should document it :/20:03
cfriesenI can work around it by specifying hosts.discovery and hosts.public in the manifest20:04
portdirectideally i'd like to pivot to a namespace per service, though we need to do some work to enable that in our dep checking rbac20:04
cfriesenwhat's the limitation...length of service name?20:04
portdirectyeah20:04
openstackgerritFelipe Monteiro proposed openstack/airship-pegleg master: Add git and branch revision support to Pegleg CLI  https://review.openstack.org/57788620:14
openstackgerritFelipe Monteiro proposed openstack/airship-pegleg master: Add git and branch revision support to Pegleg CLI  https://review.openstack.org/57788620:42
openstackgerritFelipe Monteiro proposed openstack/airship-pegleg master: Add git and branch revision support to Pegleg CLI  https://review.openstack.org/57788620:43
openstackgerritFelipe Monteiro proposed openstack/airship-deckhand master: trivial: Update deprecated Airship links in docs  https://review.openstack.org/59770921:06
*** jamesgu__ has joined #airshipit21:16
*** jamesgu has quit IRC21:16
openstackgerritScott Hussey proposed openstack/airship-drydock master: [WIP] Bootaction client initial implementation  https://review.openstack.org/59589821:23
openstackgerritBryan Strassner proposed openstack/airship-in-a-bottle master: [WIP] Update chart references to newer versions  https://review.openstack.org/59685321:28
openstackgerritFelipe Monteiro proposed openstack/airship-pegleg master: Update Pegleg README  https://review.openstack.org/59771221:29
openstackgerritFelipe Monteiro proposed openstack/airship-pegleg master: Update Pegleg README  https://review.openstack.org/59771221:30
openstackgerritFelipe Monteiro proposed openstack/airship-pegleg master: Update Pegleg README  https://review.openstack.org/59771221:42
openstackgerritBryan Strassner proposed openstack/airship-in-a-bottle master: [WIP] Update chart references to newer versions  https://review.openstack.org/59685321:53
*** georgk has quit IRC22:02
*** aaronsheffield has quit IRC22:40
*** sthussey has quit IRC23:44

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!