Thursday, 2018-09-20

*** sgrasley has joined #airshipit00:59
*** sgrasley_ has joined #airshipit01:00
*** sgrasley has quit IRC01:04
*** kaspars__ has joined #airshipit03:40
*** sgrasley_ has quit IRC03:42
*** sgrasley has joined #airshipit03:51
*** kaspars__ has quit IRC03:55
openstackgerritdiwakar thyagaraj proposed openstack/airship-in-a-bottle master: Insert the description of the change.  https://review.openstack.org/60396804:10
*** lemko has joined #airshipit04:18
openstackgerritSean Eagan proposed openstack/airship-armada master: Add chart API to wait on k8s resource types/labels  https://review.openstack.org/60390104:47
openstackgerritSmruti Soumitra Khuntia proposed openstack/airship-drydock master: Update node-labels through Kubernetes Provisioner  https://review.openstack.org/59360904:51
*** jamesgu__ has joined #airshipit06:13
*** jamesgu has quit IRC06:16
*** mardim has joined #airshipit06:38
*** georgk has joined #airshipit06:52
*** jamesgu has joined #airshipit07:46
*** jamesgu__ has quit IRC07:50
*** Bhujay has joined #airshipit09:00
*** sgrasley_ has joined #airshipit09:41
*** sgrasley has quit IRC09:43
*** roman_g has joined #airshipit10:09
openstackgerritSmruti Soumitra Khuntia proposed openstack/airship-treasuremap master: [WIP] Delivery of default seccomp Profile on each Host on site deployment  https://review.openstack.org/60253210:30
openstackgerritSmruti Soumitra Khuntia proposed openstack/airship-treasuremap master: [WIP] Delivery of default seccomp Profile on each Host on site deployment  https://review.openstack.org/60253210:37
openstackgerritSmruti Soumitra Khuntia proposed openstack/airship-treasuremap master: [WIP] Delivery of default seccomp Profile on each Host on site deployment  https://review.openstack.org/60253210:38
sekharvajjulaCan some one have a look at this issue http://paste.openstack.org/show/730409/. I am trying to install Airship-in-a-bottle multi_node configuration. I am trying this on HPDL server with Ubuntu 16.04 Xenial server base.10:57
openstackgerritDebo Zhang proposed openstack/airship-deckhand master: Replace Chinese quotes with English quotes  https://review.openstack.org/60406211:30
*** Bhujay has quit IRC12:43
*** Bhujay has joined #airshipit12:44
*** Bhujay has quit IRC12:45
*** Bhujay has joined #airshipit12:45
*** aaronsheffield has joined #airshipit12:53
*** sthussey has joined #airshipit13:13
*** kaspars__ has joined #airshipit13:25
*** kaspars__ has quit IRC13:35
roman_gsekharvajjula: error on maas/configmap-ingress.yaml: error converting YAML to JSON: yaml: line 7: could not find expected ':'13:35
roman_gsekharvajjula: airship-in-a-bottle os only for one node.13:36
*** kaspars__ has joined #airshipit13:36
openstackgerritDrew Walters proposed openstack/airship-shipyard master: plugins: Add Armada subdag/operator to target test  https://review.openstack.org/60391613:37
openstackgerritDrew Walters proposed openstack/airship-shipyard master: actions: Add Shipyard action to test all releases  https://review.openstack.org/60323713:50
*** kaspars__ has quit IRC13:50
openstackgerritDrew Walters proposed openstack/airship-shipyard master: actions: Add Shipyard action to test all releases  https://review.openstack.org/60323713:52
*** georgk has quit IRC13:53
openstackgerritDrew Walters proposed openstack/airship-shipyard master: plugins: Add Armada subdag/operator to target test  https://review.openstack.org/60391614:16
openstackgerritDrew Walters proposed openstack/airship-shipyard master: actions: Add action to test targeted release  https://review.openstack.org/60410414:16
openstackgerritFelipe Monteiro proposed openstack/airship-deckhand master: optimization: Skip post-validation for rendered document cache hit  https://review.openstack.org/59662214:25
*** kaspars__ has joined #airshipit14:47
*** Bhujay has quit IRC14:51
openstackgerritDrew Walters proposed openstack/airship-shipyard master: plugins: Add Armada subdag/operator to test region  https://review.openstack.org/60323615:06
openstackgerritFelipe Monteiro proposed openstack/airship-pegleg master: Add explicit start/end to pegleg site render output  https://review.openstack.org/60412315:14
openstackgerritKaspars Skels proposed openstack/airship-treasuremap master: Remove obsolete overrides in ceph-rgw  https://review.openstack.org/60389715:16
*** cfriesen has joined #airshipit15:52
cfriesenif I'm running armada in a container, and it fails on an install when running a test and exits, are the logs from the run available some place to look at?15:52
openstackgerritBryan Strassner proposed openstack/airship-shipyard master: [WIP] Update to Airflow 1.10  https://review.openstack.org/60392715:54
openstackgerritAaron Sheffield proposed openstack/airship-promenade master: [WIP] Enabled AppArmor for K8s Proxy  https://review.openstack.org/60244416:08
openstackgerritMerged openstack/airship-deckhand master: Replace Chinese quotes with English quotes  https://review.openstack.org/60406216:27
openstackgerritPRATEEK REDDY DODDA proposed openstack/airship-deckhand master: Made necessary changes  https://review.openstack.org/60415516:29
openstackgerritFelipe Monteiro proposed openstack/airship-pegleg master: Standardize Pegleg directory structure  https://review.openstack.org/60415716:34
*** Bhujay has joined #airshipit16:40
*** Bhujay has quit IRC16:41
*** Bhujay has joined #airshipit16:42
openstackgerritFelipe Monteiro proposed openstack/airship-pegleg master: Standardize Pegleg directory structure  https://review.openstack.org/60415716:42
openstackgerritFelipe Monteiro proposed openstack/airship-pegleg master: Standardize Pegleg directory structure  https://review.openstack.org/60415716:44
openstackgerritFelipe Monteiro proposed openstack/airship-pegleg master: Standardize Pegleg directory structure  https://review.openstack.org/60415716:58
*** Bhujay has quit IRC17:34
seaneagancfriesen: by default armada does the equivalent of `helm test --cleanup ...` which causes test pods to get deleted immediately after they finish. However, if you use the new `test: {...}` (object instead of boolean for `test` key) API in your chart docs, it will now default to not cleaning up, so you can debug the test pod logs. You may need to add a `update.pre.delete` action in your chart doc as well to delete your test17:44
seaneaganpod pre-update so that it doesn't have a conflict with the previous one (if you are using static test pod names). It may make sense to add a `pre.test.delete` actions in the future so that we can delete a test pod prior to any test run. Details can be found here: https://review.openstack.org/#/c/578155/17:44
cfriesenseaneagan: thx.  we did run into problems with test pods hanging around causing problems with a manifest delete followed by a manifest apply.17:51
*** munimeha1 has joined #airshipit18:16
openstackgerritFelipe Monteiro proposed openstack/airship-pegleg master: docs: Add some missing site CLI documentation  https://review.openstack.org/60418818:52
openstackgerritDrew Walters proposed openstack/airship-shipyard master: plugins: Add Armada subdag/operator to test region  https://review.openstack.org/60323619:55
openstackgerritDrew Walters proposed openstack/airship-shipyard master: actions: Add Shipyard action to test region  https://review.openstack.org/60323719:55
*** aaronsheffield has quit IRC19:57
openstackgerritKaspars Skels proposed openstack/airship-treasuremap master: Basic sanity tests for airship-seaworthy deployment  https://review.openstack.org/60421021:01
openstackgerritKaspars Skels proposed openstack/airship-treasuremap master: Uplift of charts/images to latest except drydock  https://review.openstack.org/60355321:11
openstackgerritSean Eagan proposed openstack/airship-armada master: Parallelize unsequenced chart group deployments  https://review.openstack.org/59718021:11
openstackgerritRoman Gorshunov proposed openstack/airship-armada master: Fix: git commit id labels  https://review.openstack.org/60421421:13
openstackgerritRoman Gorshunov proposed openstack/airship-deckhand master: Fix: git commit id labels  https://review.openstack.org/60421521:13
openstackgerritRoman Gorshunov proposed openstack/airship-drydock master: Fix: git commit id labels  https://review.openstack.org/60421621:14
openstackgerritRoman Gorshunov proposed openstack/airship-maas master: Fix: git commit id labels  https://review.openstack.org/60421721:14
openstackgerritRoman Gorshunov proposed openstack/airship-pegleg master: Fix: git commit id labels  https://review.openstack.org/60421821:14
openstackgerritRoman Gorshunov proposed openstack/airship-promenade master: Fix: git commit id labels  https://review.openstack.org/60421921:14
openstackgerritRoman Gorshunov proposed openstack/airship-shipyard master: Fix: git commit id labels  https://review.openstack.org/60422021:14
*** sgrasley_ is now known as sgrasley21:14
openstackgerritRoman Gorshunov proposed openstack/airship-armada master: Fix: git commit id labels on images  https://review.openstack.org/60421421:27
openstackgerritRoman Gorshunov proposed openstack/airship-deckhand master: Fix: git commit id labels on images  https://review.openstack.org/60421521:28
openstackgerritRoman Gorshunov proposed openstack/airship-drydock master: Fix: git commit id labels on images  https://review.openstack.org/60421621:28
openstackgerritRoman Gorshunov proposed openstack/airship-maas master: Fix: git commit id labels on images  https://review.openstack.org/60421721:28
openstackgerritRoman Gorshunov proposed openstack/airship-pegleg master: Fix: git commit id labels on images  https://review.openstack.org/60421821:28
openstackgerritRoman Gorshunov proposed openstack/airship-promenade master: Fix: git commit id labels on images  https://review.openstack.org/60421921:28
openstackgerritRoman Gorshunov proposed openstack/airship-shipyard master: Fix: git commit id labels on images  https://review.openstack.org/60422021:28
*** munimeha1 has quit IRC21:29
*** kaspars__ has quit IRC21:37
*** kaspars__ has joined #airshipit21:38
openstackgerritCraig Anderson proposed openstack/airship-divingbell master: Improve gate NIC HW compatibility/portability  https://review.openstack.org/60423122:01
openstackgerritFelipe Monteiro proposed openstack/airship-pegleg master: Standardize Pegleg directory structure  https://review.openstack.org/60415722:13
*** kaspars__ has quit IRC22:17
openstackgerritRoman Gorshunov proposed openstack/airship-drydock master: [WIP] Unify publishing of docs  https://review.openstack.org/58298622:33
*** kaspars__ has joined #airshipit22:37
*** sgrasley_ has joined #airshipit22:45
*** kaspars__ has quit IRC22:48
*** seaneagan has quit IRC22:48
*** sgrasley has quit IRC22:49
openstackgerritRoman Gorshunov proposed openstack/airship-promenade master: [WIP] Unify publishing of docs  https://review.openstack.org/58170822:49
*** seaneagan has joined #airshipit22:50
*** kaspars__ has joined #airshipit23:08
openstackgerritKaspars Skels proposed openstack/airship-treasuremap master: Add uplift feature for Airship Seaworthy pipeline  https://review.openstack.org/60386323:08
*** lemko has quit IRC23:48
*** kaspars__ has quit IRC23:48
*** sthussey has quit IRC23:52

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