Monday, 2019-06-10

*** jamesgu_ has joined #airshipit01:13
*** irclogbot_2 has quit IRC02:17
*** irclogbot_3 has joined #airshipit02:19
*** altlogbot_1 has quit IRC02:19
*** altlogbot_0 has joined #airshipit02:20
*** gkadam has joined #airshipit03:07
*** gkadam_ has joined #airshipit03:50
*** gkadam has quit IRC03:52
*** gkadam_ has quit IRC03:52
*** roman_g has joined #airshipit06:01
*** jamesgu_ has quit IRC06:02
*** skyu has joined #airshipit06:14
*** lemko has joined #airshipit07:30
*** skyu has quit IRC07:37
*** skyu has joined #airshipit07:40
*** jamesgu has quit IRC08:07
*** pgaxatte has joined #airshipit08:24
*** pkaralis has joined #airshipit09:37
*** jamesgu has joined #airshipit10:26
*** jamesgu__ has joined #airshipit10:39
*** jamesgu has quit IRC10:42
*** bh526r has joined #airshipit12:44
*** aaronsheffield has joined #airshipit12:47
*** howell has joined #airshipit12:55
*** jsun3 has joined #airshipit12:57
*** openstackgerrit has joined #airshipit13:08
openstackgerritAlexander Hughes proposed airship/pegleg master: Genesis Bundle Encryption Key source  https://review.opendev.org/66338913:08
openstackgerritAlexander Hughes proposed airship/pegleg master: Remove duplicate flags as options  https://review.opendev.org/66401613:30
*** michael-beaver has joined #airshipit13:34
*** kranthikirang has joined #airshipit13:34
*** kguttikonda has joined #airshipit13:36
*** sthussey has joined #airshipit13:38
*** kranthikirang has quit IRC13:39
*** lemko has quit IRC13:40
*** skyu has quit IRC13:42
*** nishantkr has joined #airshipit13:44
*** alexanderhughes has joined #airshipit13:55
*** roman_g has quit IRC13:58
jsun3Hi All, I am trying to get the bearer token in the armada lock_and_thread decorator. I can do this by getting it from the tiller object. I have a solution working but its kind of hacky. I am wondering if anyone else here have a better solution than mine14:08
jsun3http://paste.openstack.org/show/75268314:08
jsun3my change would be applied here14:09
jsun3https://opendev.org/airship/armada/src/branch/master/armada/handlers/lock.py#L5314:09
jsun3currently, all places where the lock_and_thread decorator is applied also has a tiller object as a parameter14:09
michael-beaverHmm, you could probably just use args.get('tiller') instead of looping over all of the args, right?14:14
jsun3do you mean look for the args named tiller?14:16
jsun3I want to look for the args that is a type Tiller, since that could technically be called anything in the future...14:16
*** kskels has joined #airshipit14:17
openstackgerritScott Hussey proposed airship/promenade master: [WIP](haproxy) Add rationality check to config  https://review.opendev.org/66406714:25
michael-beaverIf you are going for that more robust approach to it than I don't see an obvious cleaner way to go about it.14:25
michael-beaverEither way, if this is something that is required for the locking feature to always work properly you, if you are unable to find the bearer token you will likely want to at least log an error if not raise an exception, which would also help you in the case of the parameter name changing later on14:25
openstackgerritScott Hussey proposed airship/promenade master: (haproxy) Add rationality check to config  https://review.opendev.org/66406714:29
jsun3the locking feature doesn't need the bearer token when the kubernetes cluster is configured without bearer token authentication, but i agree with your point that i should add some logging14:29
jsun3maybe if no tiller objects were found...14:30
*** jamesgu has joined #airshipit14:40
openstackgerritAlexander Hughes proposed airship/pegleg master: [WIP] Resolve requests dependency error  https://review.opendev.org/66426514:41
*** sreejithp has joined #airshipit14:43
openstackgerritIan Pittwood proposed airship/spyglass master: Manifest undefined data validation  https://review.opendev.org/65568314:43
openstackgerritIan Pittwood proposed airship/spyglass master: Add tests into Zuul config and Makefile  https://review.opendev.org/66372914:43
openstackgerritIan Pittwood proposed airship/spyglass master: Pin dependency versions  https://review.opendev.org/66245314:46
openstackgerritKudaka Poorna Rajesh proposed airship/promenade master: Add deploy promenade gate check  https://review.opendev.org/66260514:47
openstackgerritEvgeniy L proposed airship/treasuremap master: Uplift nfs-provisioner  https://review.opendev.org/66258314:49
evgenylI've made this patch independent from MaaS uplift https://review.opendev.org/#/c/662583/ can I get wf+1 once more? Thanks!14:56
openstackgerritScott Hussey proposed airship/promenade master: (haproxy) Add rationality check to config  https://review.opendev.org/66406715:02
openstackgerritMerged airship/promenade master: Update configuration to new schema  https://review.opendev.org/66406415:04
openstackgerritAlexander Hughes proposed airship/pegleg master: [WIP] Resolve requests dependency error  https://review.opendev.org/66426515:13
*** esharao_ has joined #airshipit15:18
esharao_hi, trying the latest airshipninabottle deployment but it fails in promenade renderer - bootstrap-armada.yaml  saying no match found for path HostSystem:images.monitoring_image - Any ideas on how to solve it?15:19
openstackgerritMerged airship/shipyard master: Store status of deployment in a ConfigMap  https://review.opendev.org/66019715:25
michael-beaveresharao_: A recent change to Promenade updated the schema and it looks like that was not reflected in airship-in-a-bottle, I'll take a look into it15:34
esharao_all right thanks michael.. is there a diff branch i can test out or do i need to wait for your fix?15:35
*** roman_g has joined #airshipit15:40
openstackgerritIan Pittwood proposed airship/spyglass master: Pin dependency versions  https://review.opendev.org/66245315:42
openstackgerritIan Pittwood proposed airship/spyglass-plugin-xls master: Pin and upgrade dependencies  https://review.opendev.org/66249215:45
*** AlexNoskov has joined #airshipit15:45
*** sreejithp has quit IRC15:50
*** sreejithp has joined #airshipit15:51
michael-beaverTo be clear, you are using the dev_minimal deployment of airship-in-a-bottle, not the multi_node_gate, correct? IIRC You can set the PROMENADE_IMAGE environment variable to pin the version of promenade you're using, and you can just pick a hash 6 or 7 commits back from https://quay.io/repository/airshipit/promenade?tag=latest&tab=tags15:57
*** pgaxatte has quit IRC15:57
esharao_@michael-beaver i was using dev_single_node15:58
openstackgerritMerged airship/spyglass-plugin-xls master: Pin and upgrade dependencies  https://review.opendev.org/66249215:58
esharao_and trying to deploy15:58
esharao_ok.. will try an older hash of promenade and try the deployment..15:59
openstackgerritDrew Walters proposed airship/divingbell master: CI: Fix K8s deployment  https://review.opendev.org/66339216:01
openstackgerritScott Hussey proposed airship/promenade master: (haproxy) Add rationality check to config  https://review.opendev.org/66406716:01
openstackgerritMerged airship/shipyard master: Remove required-projects from Airskiff gate  https://review.opendev.org/66228416:08
openstackgerritMichael Beaver proposed airship/armada master: Remove required-projects from Airskiff gate  https://review.opendev.org/66439216:18
openstackgerritMerged airship/spyglass master: Pin dependency versions  https://review.opendev.org/66245316:29
*** gkadam_ has joined #airshipit16:33
openstackgerritMichael Beaver proposed airship/deckhand master: Remove required-projects from Airskiff gate  https://review.opendev.org/66439416:33
*** MattCoachCarter has joined #airshipit16:41
*** MattCoachCarter_ has joined #airshipit16:50
*** MattCoachCarter has quit IRC16:50
openstackgerritMerged airship/treasuremap master: Uplift all Airship components except PostgreSQL, Promenade and Drydock  https://review.opendev.org/66405416:54
openstackgerritMerged airship/treasuremap master: Uplift nfs-provisioner  https://review.opendev.org/66258316:54
*** roman_g has quit IRC16:55
openstackgerritAlexander Hughes proposed airship/pegleg master: [WIP] Site and global secret decrypt.  https://review.opendev.org/66284716:57
openstackgerritMichael Beaver proposed airship/deckhand master: Remove required-projects from Airskiff gate  https://review.opendev.org/66439417:01
openstackgerritEvgeniy L proposed airship/treasuremap master: Uplift MaaS to fix stabilitiy issues  https://review.opendev.org/66285517:01
openstackgerritMichael Beaver proposed airship/armada master: Remove required-projects from Airskiff gate  https://review.opendev.org/66439217:01
openstackgerritEvgeniy L proposed airship/treasuremap master: [WIP][AIAB] Use airship command line for AIAB scripts  https://review.opendev.org/66403517:01
*** op317q__ has joined #airshipit17:12
*** bh526r has quit IRC17:14
op317q__hii17:17
op317q__Need help with Airsloop17:18
openstackgerritKaspars Skels proposed airship/treasuremap master: Uplift all Airship components except Promenade & PostgreSQL  https://review.opendev.org/66440017:18
op317q__I see the DPDK build is failing17:18
op317q__log is this17:18
op317q__+ ovs-vsctl --db=unix:/run/openvswitch/db.sock --no-wait set Open_vSwitch . other_config:dpdk-lcore-mask=0x800000817:18
op317q__+ ovs-vsctl --db=unix:/run/openvswitch/db.sock --no-wait set Open_vSwitch . other_config:vhost-sock-dir=vhostuser17:18
op317q__+ ovs-vsctl --db=unix:/run/openvswitch/db.sock --no-wait set Open_vSwitch . other_config:dpdk-init=true17:18
op317q__+ exec /usr/sbin/ovs-vswitchd unix:/run/openvswitch/db.sock -vconsole:emer -vconsole:err -vconsole:info --pidfile=/run/openvswitch/ovs-vswitchd.pid --mlockall17:18
op317q__2019-06-10T15:14:39Z|00001|ovs_numa|INFO|Discovered 28 CPU cores on NUMA node 017:18
op317q__2019-06-10T15:14:39Z|00002|ovs_numa|INFO|Discovered 28 CPU cores on NUMA node 117:18
op317q__2019-06-10T15:14:39Z|00003|ovs_numa|INFO|Discovered 2 NUMA nodes and 56 CPU cores17:18
op317q__2019-06-10T15:14:39Z|00004|reconnect|INFO|unix:/run/openvswitch/db.sock: connecting...17:18
op317q__2019-06-10T15:14:39Z|00005|reconnect|INFO|unix:/run/openvswitch/db.sock: connected17:18
op317q__2019-06-10T15:14:39Z|00006|dpdk|INFO|Using DPDK 17.11.517:18
op317q__2019-06-10T15:14:39Z|00007|dpdk|INFO|DPDK Enabled - initializing...17:18
op317q__2019-06-10T15:14:39Z|00008|dpdk|INFO|User-provided vhost-sock-dir in use: vhostuser17:18
op317q__but when I grep the hugepage17:19
openstackgerritAlexander Hughes proposed airship/pegleg master: Resolve requests dependency error  https://review.opendev.org/66426517:19
op317q__I can see the huge page17:19
op317q__ubuntu@mtn15r06o001:~$ mount | grep hugepages nodev on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=1024M) nodev on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=1024M)17:19
openstackgerritDrew Walters proposed airship/divingbell master: CI: Fix K8s deployment  https://review.opendev.org/66339217:19
op317q__this is the configuration17:19
op317q__  values:17:20
op317q__    labels:17:20
op317q__      ovs:17:20
op317q__        node_selector_key: openvswitch17:20
op317q__        node_selector_value: enabled17:20
op317q__    pod:17:20
op317q__      resources:17:20
op317q__        enabled: true17:20
op317q__        ovs:17:20
op317q__          vswitchd_dpdk:17:20
op317q__            requests:17:20
op317q__              memory: "4096Mi"17:20
op317q__any suggeation17:20
op317q__any sugges17:20
openstackgerritAlexander Hughes proposed airship/pegleg master: [WIP] Site and global secret decrypt.  https://review.opendev.org/66284717:20
sthussey@op317q__ probably want to ask in #openstack-helm17:24
op317q__this is more related to airship17:25
kskelsI think the reason suggesting checking there is due to Neutron configuration - which is part of opnenstack-helm charts17:26
openstackgerritAlexander Hughes proposed airship/pegleg master: [WIP] Site and global secret decrypt.  https://review.opendev.org/66284717:26
op317q__ok17:29
openstackgerritMerged airship/pegleg master: Add Ubuntu Bionic support to Pegleg  https://review.opendev.org/66400217:30
openstackgerritKaspars Skels proposed airship/treasuremap master: Uplift Drydock chart/images  https://review.opendev.org/66440917:49
op317q__I also see this17:55
op317q__1. What does “EAL: map_all_hugepages(): open failed: Permission denied Cannot init memory” mean?17:56
op317q__This is most likely due to the test application not being run with sudo to promote the user to a superuser. Alternatively, applications can also be run as regular user. For more information, please refer to DPDK Getting Started Guide.17:56
op317q__do you know how we can make sure that script are running as superuser17:56
openstackgerritKaspars Skels proposed airship/treasuremap master: Uplift all openstack-helm charts  https://review.opendev.org/66441117:57
*** MattCoachCarter_ has quit IRC18:02
openstackgerritPete Birley proposed airship/promenade master: API anchor: store snapshots on host, to survive pod restarts  https://review.opendev.org/66441618:18
openstackgerritIan Pittwood proposed airship/spyglass-plugin-xls master: [WIP] Add unit tests for xls plugin CLI  https://review.opendev.org/66314218:35
openstackgerritIan Pittwood proposed airship/spyglass-plugin-xls master: [WIP] Add unit tests for xls plugin CLI  https://review.opendev.org/66314218:43
openstackgerritDrew Walters proposed airship/divingbell master: CI: Fix K8s deployment  https://review.opendev.org/66339218:47
*** kguttikonda has quit IRC18:48
openstackgerritIan Pittwood proposed airship/spyglass-plugin-xls master: Fixes issues with tox  https://review.opendev.org/66202018:51
openstackgerritIan Pittwood proposed airship/spyglass-plugin-xls master: [WIP] Add unit tests for xls plugin CLI  https://review.opendev.org/66314218:53
*** gkadam_ has quit IRC18:54
*** gkadam_ has joined #airshipit18:54
*** MattCoachCarter has joined #airshipit18:55
openstackgerritKaspars Skels proposed airship/treasuremap master: Airsloop/Seaworthy pipeline fixes  https://review.opendev.org/66345718:56
openstackgerritKaspars Skels proposed airship/treasuremap master: Airsloop/Seaworthy pipeline fixes  https://review.opendev.org/66345718:57
*** jamesgu has quit IRC19:03
openstackgerritIan Pittwood proposed airship/spyglass-plugin-xls master: Add unit tests for xls plugin CLI  https://review.opendev.org/66314219:04
*** jamesgu has joined #airshipit19:18
openstackgerritAlexander Hughes proposed airship/pegleg master: Resolve requests dependency error  https://review.opendev.org/66426519:20
openstackgerritIan Pittwood proposed airship/spyglass-plugin-xls master: Add unit tests for xls plugin CLI  https://review.opendev.org/66314219:23
openstackgerritMichael Beaver proposed airship/airship-in-a-bottle master: Update to work with new version of Promenade  https://review.opendev.org/66442619:23
openstackgerritAlexander Hughes proposed airship/pegleg master: Genesis Bundle Encryption Key source  https://review.opendev.org/66338919:26
openstackgerritDrew Walters proposed airship/divingbell master: CI: Fix K8s deployment  https://review.opendev.org/66339219:30
*** gkadam_ has quit IRC19:34
*** sudeepbatra has joined #airshipit19:34
*** gkadam_ has joined #airshipit19:34
*** kranthikirang has joined #airshipit19:45
openstackgerritMerged airship/airship-in-a-bottle master: Clarify doc for multinode gate  https://review.opendev.org/66078419:47
openstackgerritDrew Walters proposed airship/deckhand master: CI: Fix doc build gate  https://review.opendev.org/66442919:48
*** gkadam_ has quit IRC19:49
*** gkadam_ has joined #airshipit19:49
openstackgerritMichael Beaver proposed airship/airship-in-a-bottle master: Update to work with new version of Promenade  https://review.opendev.org/66442619:50
openstackgerritDrew Walters proposed airship/treasuremap master: airskiff: Use Deckhand Ubuntu image  https://review.opendev.org/66443219:54
openstackgerritIan Pittwood proposed airship/spyglass-plugin-xls master: Add unit tests for xls plugin CLI  https://review.opendev.org/66314220:14
openstackgerritMerged airship/pegleg master: Resolve requests dependency error  https://review.opendev.org/66426520:15
openstackgerritRodolfo Pacheco proposed airship/specs master: [WIP] Add AirshipCTL Spec  https://review.opendev.org/65980820:18
openstackgerritMerged airship/shipyard master: Add unit tests and fix comments/samples  https://review.opendev.org/66185420:18
*** op317q__ has quit IRC20:20
openstackgerritMichael Beaver proposed airship/airship-in-a-bottle master: Update to work with new version of Promenade  https://review.opendev.org/66442620:26
openstackgerritIan Pittwood proposed airship/spyglass master: [WIP] Implement Pipenv dependency management  https://review.opendev.org/66444020:51
openstackgerritEvgeniy L proposed airship/treasuremap master: [DBG][DNM] try debugging postgresql crashloop in aiab  https://review.opendev.org/66444120:53
openstackgerritIan Pittwood proposed airship/spyglass master: [WIP] Implement Pipenv dependency management  https://review.opendev.org/66444020:54
openstackgerritMerged airship/promenade master: Allow non-YAML config file content  https://review.opendev.org/64819420:54
openstackgerritIan Pittwood proposed airship/spyglass master: [WIP] Implement Pipenv dependency management  https://review.opendev.org/66444021:04
*** alexanderhughes has quit IRC21:04
*** MattCoachCarter has quit IRC21:13
*** howell has quit IRC21:25
openstackgerritEvgeniy L proposed airship/treasuremap master: [DBG][DNM] try debugging postgresql crashloop in aiab  https://review.opendev.org/66444121:26
openstackgerritScott Hussey proposed airship/deckhand master: (fix) fix tox-docs gate  https://review.opendev.org/66444321:34
*** gkadam_ has quit IRC21:34
*** gkadam_ has joined #airshipit21:34
*** esharao_ has quit IRC21:46
openstackgerritMerged airship/shipyard master: Update Airflow logrotate logic  https://review.opendev.org/65603321:57
*** sreejithp has quit IRC22:00
*** sudeepbatra has quit IRC22:06
*** gkadam_ has quit IRC22:11
*** gkadam_ has joined #airshipit22:11
*** gkadam_ has quit IRC22:20
*** gkadam_ has joined #airshipit22:20
openstackgerritKaspars Skels proposed airship/treasuremap master: Adds to Airsloop docs  https://review.opendev.org/66445222:24
openstackgerritKaspars Skels proposed airship/treasuremap master: Uplift all openstack-helm charts  https://review.opendev.org/66441122:26
*** kranthikirang has quit IRC22:31
openstackgerritKaspars Skels proposed airship/treasuremap master: Move airship-seaworthy to seaworthy  https://review.opendev.org/66445822:41
openstackgerritAlexander Noskov proposed airship/treasuremap master: WIP  https://review.opendev.org/66446723:27
openstackgerritAlexander Noskov proposed airship/treasuremap master: WIP Uplift all components  https://review.opendev.org/66446923:31
*** aaronsheffield has quit IRC23:47
*** sthussey has quit IRC23:48
*** nishantkr has quit IRC23:52

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