*** jamesgu_ has joined #airshipit | 01:13 | |
*** irclogbot_2 has quit IRC | 02:17 | |
*** irclogbot_3 has joined #airshipit | 02:19 | |
*** altlogbot_1 has quit IRC | 02:19 | |
*** altlogbot_0 has joined #airshipit | 02:20 | |
*** gkadam has joined #airshipit | 03:07 | |
*** gkadam_ has joined #airshipit | 03:50 | |
*** gkadam has quit IRC | 03:52 | |
*** gkadam_ has quit IRC | 03:52 | |
*** roman_g has joined #airshipit | 06:01 | |
*** jamesgu_ has quit IRC | 06:02 | |
*** skyu has joined #airshipit | 06:14 | |
*** lemko has joined #airshipit | 07:30 | |
*** skyu has quit IRC | 07:37 | |
*** skyu has joined #airshipit | 07:40 | |
*** jamesgu has quit IRC | 08:07 | |
*** pgaxatte has joined #airshipit | 08:24 | |
*** pkaralis has joined #airshipit | 09:37 | |
*** jamesgu has joined #airshipit | 10:26 | |
*** jamesgu__ has joined #airshipit | 10:39 | |
*** jamesgu has quit IRC | 10:42 | |
*** bh526r has joined #airshipit | 12:44 | |
*** aaronsheffield has joined #airshipit | 12:47 | |
*** howell has joined #airshipit | 12:55 | |
*** jsun3 has joined #airshipit | 12:57 | |
*** openstackgerrit has joined #airshipit | 13:08 | |
openstackgerrit | Alexander Hughes proposed airship/pegleg master: Genesis Bundle Encryption Key source https://review.opendev.org/663389 | 13:08 |
---|---|---|
openstackgerrit | Alexander Hughes proposed airship/pegleg master: Remove duplicate flags as options https://review.opendev.org/664016 | 13:30 |
*** michael-beaver has joined #airshipit | 13:34 | |
*** kranthikirang has joined #airshipit | 13:34 | |
*** kguttikonda has joined #airshipit | 13:36 | |
*** sthussey has joined #airshipit | 13:38 | |
*** kranthikirang has quit IRC | 13:39 | |
*** lemko has quit IRC | 13:40 | |
*** skyu has quit IRC | 13:42 | |
*** nishantkr has joined #airshipit | 13:44 | |
*** alexanderhughes has joined #airshipit | 13:55 | |
*** roman_g has quit IRC | 13:58 | |
jsun3 | Hi 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 mine | 14:08 |
jsun3 | http://paste.openstack.org/show/752683 | 14:08 |
jsun3 | my change would be applied here | 14:09 |
jsun3 | https://opendev.org/airship/armada/src/branch/master/armada/handlers/lock.py#L53 | 14:09 |
jsun3 | currently, all places where the lock_and_thread decorator is applied also has a tiller object as a parameter | 14:09 |
michael-beaver | Hmm, you could probably just use args.get('tiller') instead of looping over all of the args, right? | 14:14 |
jsun3 | do you mean look for the args named tiller? | 14:16 |
jsun3 | I 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 #airshipit | 14:17 | |
openstackgerrit | Scott Hussey proposed airship/promenade master: [WIP](haproxy) Add rationality check to config https://review.opendev.org/664067 | 14:25 |
michael-beaver | If 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-beaver | Either 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 on | 14:25 |
openstackgerrit | Scott Hussey proposed airship/promenade master: (haproxy) Add rationality check to config https://review.opendev.org/664067 | 14:29 |
jsun3 | the 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 logging | 14:29 |
jsun3 | maybe if no tiller objects were found... | 14:30 |
*** jamesgu has joined #airshipit | 14:40 | |
openstackgerrit | Alexander Hughes proposed airship/pegleg master: [WIP] Resolve requests dependency error https://review.opendev.org/664265 | 14:41 |
*** sreejithp has joined #airshipit | 14:43 | |
openstackgerrit | Ian Pittwood proposed airship/spyglass master: Manifest undefined data validation https://review.opendev.org/655683 | 14:43 |
openstackgerrit | Ian Pittwood proposed airship/spyglass master: Add tests into Zuul config and Makefile https://review.opendev.org/663729 | 14:43 |
openstackgerrit | Ian Pittwood proposed airship/spyglass master: Pin dependency versions https://review.opendev.org/662453 | 14:46 |
openstackgerrit | Kudaka Poorna Rajesh proposed airship/promenade master: Add deploy promenade gate check https://review.opendev.org/662605 | 14:47 |
openstackgerrit | Evgeniy L proposed airship/treasuremap master: Uplift nfs-provisioner https://review.opendev.org/662583 | 14:49 |
evgenyl | I've made this patch independent from MaaS uplift https://review.opendev.org/#/c/662583/ can I get wf+1 once more? Thanks! | 14:56 |
openstackgerrit | Scott Hussey proposed airship/promenade master: (haproxy) Add rationality check to config https://review.opendev.org/664067 | 15:02 |
openstackgerrit | Merged airship/promenade master: Update configuration to new schema https://review.opendev.org/664064 | 15:04 |
openstackgerrit | Alexander Hughes proposed airship/pegleg master: [WIP] Resolve requests dependency error https://review.opendev.org/664265 | 15:13 |
*** esharao_ has joined #airshipit | 15: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 |
openstackgerrit | Merged airship/shipyard master: Store status of deployment in a ConfigMap https://review.opendev.org/660197 | 15:25 |
michael-beaver | esharao_: 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 it | 15: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 #airshipit | 15:40 | |
openstackgerrit | Ian Pittwood proposed airship/spyglass master: Pin dependency versions https://review.opendev.org/662453 | 15:42 |
openstackgerrit | Ian Pittwood proposed airship/spyglass-plugin-xls master: Pin and upgrade dependencies https://review.opendev.org/662492 | 15:45 |
*** AlexNoskov has joined #airshipit | 15:45 | |
*** sreejithp has quit IRC | 15:50 | |
*** sreejithp has joined #airshipit | 15:51 | |
michael-beaver | To 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=tags | 15:57 |
*** pgaxatte has quit IRC | 15:57 | |
esharao_ | @michael-beaver i was using dev_single_node | 15:58 |
openstackgerrit | Merged airship/spyglass-plugin-xls master: Pin and upgrade dependencies https://review.opendev.org/662492 | 15:58 |
esharao_ | and trying to deploy | 15:58 |
esharao_ | ok.. will try an older hash of promenade and try the deployment.. | 15:59 |
openstackgerrit | Drew Walters proposed airship/divingbell master: CI: Fix K8s deployment https://review.opendev.org/663392 | 16:01 |
openstackgerrit | Scott Hussey proposed airship/promenade master: (haproxy) Add rationality check to config https://review.opendev.org/664067 | 16:01 |
openstackgerrit | Merged airship/shipyard master: Remove required-projects from Airskiff gate https://review.opendev.org/662284 | 16:08 |
openstackgerrit | Michael Beaver proposed airship/armada master: Remove required-projects from Airskiff gate https://review.opendev.org/664392 | 16:18 |
openstackgerrit | Merged airship/spyglass master: Pin dependency versions https://review.opendev.org/662453 | 16:29 |
*** gkadam_ has joined #airshipit | 16:33 | |
openstackgerrit | Michael Beaver proposed airship/deckhand master: Remove required-projects from Airskiff gate https://review.opendev.org/664394 | 16:33 |
*** MattCoachCarter has joined #airshipit | 16:41 | |
*** MattCoachCarter_ has joined #airshipit | 16:50 | |
*** MattCoachCarter has quit IRC | 16:50 | |
openstackgerrit | Merged airship/treasuremap master: Uplift all Airship components except PostgreSQL, Promenade and Drydock https://review.opendev.org/664054 | 16:54 |
openstackgerrit | Merged airship/treasuremap master: Uplift nfs-provisioner https://review.opendev.org/662583 | 16:54 |
*** roman_g has quit IRC | 16:55 | |
openstackgerrit | Alexander Hughes proposed airship/pegleg master: [WIP] Site and global secret decrypt. https://review.opendev.org/662847 | 16:57 |
openstackgerrit | Michael Beaver proposed airship/deckhand master: Remove required-projects from Airskiff gate https://review.opendev.org/664394 | 17:01 |
openstackgerrit | Evgeniy L proposed airship/treasuremap master: Uplift MaaS to fix stabilitiy issues https://review.opendev.org/662855 | 17:01 |
openstackgerrit | Michael Beaver proposed airship/armada master: Remove required-projects from Airskiff gate https://review.opendev.org/664392 | 17:01 |
openstackgerrit | Evgeniy L proposed airship/treasuremap master: [WIP][AIAB] Use airship command line for AIAB scripts https://review.opendev.org/664035 | 17:01 |
*** op317q__ has joined #airshipit | 17:12 | |
*** bh526r has quit IRC | 17:14 | |
op317q__ | hii | 17:17 |
op317q__ | Need help with Airsloop | 17:18 |
openstackgerrit | Kaspars Skels proposed airship/treasuremap master: Uplift all Airship components except Promenade & PostgreSQL https://review.opendev.org/664400 | 17:18 |
op317q__ | I see the DPDK build is failing | 17:18 |
op317q__ | log is this | 17:18 |
op317q__ | + ovs-vsctl --db=unix:/run/openvswitch/db.sock --no-wait set Open_vSwitch . other_config:dpdk-lcore-mask=0x8000008 | 17:18 |
op317q__ | + ovs-vsctl --db=unix:/run/openvswitch/db.sock --no-wait set Open_vSwitch . other_config:vhost-sock-dir=vhostuser | 17:18 |
op317q__ | + ovs-vsctl --db=unix:/run/openvswitch/db.sock --no-wait set Open_vSwitch . other_config:dpdk-init=true | 17:18 |
op317q__ | + exec /usr/sbin/ovs-vswitchd unix:/run/openvswitch/db.sock -vconsole:emer -vconsole:err -vconsole:info --pidfile=/run/openvswitch/ovs-vswitchd.pid --mlockall | 17:18 |
op317q__ | 2019-06-10T15:14:39Z|00001|ovs_numa|INFO|Discovered 28 CPU cores on NUMA node 0 | 17:18 |
op317q__ | 2019-06-10T15:14:39Z|00002|ovs_numa|INFO|Discovered 28 CPU cores on NUMA node 1 | 17:18 |
op317q__ | 2019-06-10T15:14:39Z|00003|ovs_numa|INFO|Discovered 2 NUMA nodes and 56 CPU cores | 17: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: connected | 17:18 |
op317q__ | 2019-06-10T15:14:39Z|00006|dpdk|INFO|Using DPDK 17.11.5 | 17: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: vhostuser | 17:18 |
op317q__ | but when I grep the hugepage | 17:19 |
openstackgerrit | Alexander Hughes proposed airship/pegleg master: Resolve requests dependency error https://review.opendev.org/664265 | 17:19 |
op317q__ | I can see the huge page | 17: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 |
openstackgerrit | Drew Walters proposed airship/divingbell master: CI: Fix K8s deployment https://review.opendev.org/663392 | 17:19 |
op317q__ | this is the configuration | 17:19 |
op317q__ | values: | 17:20 |
op317q__ | labels: | 17:20 |
op317q__ | ovs: | 17:20 |
op317q__ | node_selector_key: openvswitch | 17:20 |
op317q__ | node_selector_value: enabled | 17:20 |
op317q__ | pod: | 17:20 |
op317q__ | resources: | 17:20 |
op317q__ | enabled: true | 17:20 |
op317q__ | ovs: | 17:20 |
op317q__ | vswitchd_dpdk: | 17:20 |
op317q__ | requests: | 17:20 |
op317q__ | memory: "4096Mi" | 17:20 |
op317q__ | any suggeation | 17:20 |
op317q__ | any sugges | 17:20 |
openstackgerrit | Alexander Hughes proposed airship/pegleg master: [WIP] Site and global secret decrypt. https://review.opendev.org/662847 | 17:20 |
sthussey | @op317q__ probably want to ask in #openstack-helm | 17:24 |
op317q__ | this is more related to airship | 17:25 |
kskels | I think the reason suggesting checking there is due to Neutron configuration - which is part of opnenstack-helm charts | 17:26 |
openstackgerrit | Alexander Hughes proposed airship/pegleg master: [WIP] Site and global secret decrypt. https://review.opendev.org/662847 | 17:26 |
op317q__ | ok | 17:29 |
openstackgerrit | Merged airship/pegleg master: Add Ubuntu Bionic support to Pegleg https://review.opendev.org/664002 | 17:30 |
openstackgerrit | Kaspars Skels proposed airship/treasuremap master: Uplift Drydock chart/images https://review.opendev.org/664409 | 17:49 |
op317q__ | I also see this | 17: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 superuser | 17:56 |
openstackgerrit | Kaspars Skels proposed airship/treasuremap master: Uplift all openstack-helm charts https://review.opendev.org/664411 | 17:57 |
*** MattCoachCarter_ has quit IRC | 18:02 | |
openstackgerrit | Pete Birley proposed airship/promenade master: API anchor: store snapshots on host, to survive pod restarts https://review.opendev.org/664416 | 18:18 |
openstackgerrit | Ian Pittwood proposed airship/spyglass-plugin-xls master: [WIP] Add unit tests for xls plugin CLI https://review.opendev.org/663142 | 18:35 |
openstackgerrit | Ian Pittwood proposed airship/spyglass-plugin-xls master: [WIP] Add unit tests for xls plugin CLI https://review.opendev.org/663142 | 18:43 |
openstackgerrit | Drew Walters proposed airship/divingbell master: CI: Fix K8s deployment https://review.opendev.org/663392 | 18:47 |
*** kguttikonda has quit IRC | 18:48 | |
openstackgerrit | Ian Pittwood proposed airship/spyglass-plugin-xls master: Fixes issues with tox https://review.opendev.org/662020 | 18:51 |
openstackgerrit | Ian Pittwood proposed airship/spyglass-plugin-xls master: [WIP] Add unit tests for xls plugin CLI https://review.opendev.org/663142 | 18:53 |
*** gkadam_ has quit IRC | 18:54 | |
*** gkadam_ has joined #airshipit | 18:54 | |
*** MattCoachCarter has joined #airshipit | 18:55 | |
openstackgerrit | Kaspars Skels proposed airship/treasuremap master: Airsloop/Seaworthy pipeline fixes https://review.opendev.org/663457 | 18:56 |
openstackgerrit | Kaspars Skels proposed airship/treasuremap master: Airsloop/Seaworthy pipeline fixes https://review.opendev.org/663457 | 18:57 |
*** jamesgu has quit IRC | 19:03 | |
openstackgerrit | Ian Pittwood proposed airship/spyglass-plugin-xls master: Add unit tests for xls plugin CLI https://review.opendev.org/663142 | 19:04 |
*** jamesgu has joined #airshipit | 19:18 | |
openstackgerrit | Alexander Hughes proposed airship/pegleg master: Resolve requests dependency error https://review.opendev.org/664265 | 19:20 |
openstackgerrit | Ian Pittwood proposed airship/spyglass-plugin-xls master: Add unit tests for xls plugin CLI https://review.opendev.org/663142 | 19:23 |
openstackgerrit | Michael Beaver proposed airship/airship-in-a-bottle master: Update to work with new version of Promenade https://review.opendev.org/664426 | 19:23 |
openstackgerrit | Alexander Hughes proposed airship/pegleg master: Genesis Bundle Encryption Key source https://review.opendev.org/663389 | 19:26 |
openstackgerrit | Drew Walters proposed airship/divingbell master: CI: Fix K8s deployment https://review.opendev.org/663392 | 19:30 |
*** gkadam_ has quit IRC | 19:34 | |
*** sudeepbatra has joined #airshipit | 19:34 | |
*** gkadam_ has joined #airshipit | 19:34 | |
*** kranthikirang has joined #airshipit | 19:45 | |
openstackgerrit | Merged airship/airship-in-a-bottle master: Clarify doc for multinode gate https://review.opendev.org/660784 | 19:47 |
openstackgerrit | Drew Walters proposed airship/deckhand master: CI: Fix doc build gate https://review.opendev.org/664429 | 19:48 |
*** gkadam_ has quit IRC | 19:49 | |
*** gkadam_ has joined #airshipit | 19:49 | |
openstackgerrit | Michael Beaver proposed airship/airship-in-a-bottle master: Update to work with new version of Promenade https://review.opendev.org/664426 | 19:50 |
openstackgerrit | Drew Walters proposed airship/treasuremap master: airskiff: Use Deckhand Ubuntu image https://review.opendev.org/664432 | 19:54 |
openstackgerrit | Ian Pittwood proposed airship/spyglass-plugin-xls master: Add unit tests for xls plugin CLI https://review.opendev.org/663142 | 20:14 |
openstackgerrit | Merged airship/pegleg master: Resolve requests dependency error https://review.opendev.org/664265 | 20:15 |
openstackgerrit | Rodolfo Pacheco proposed airship/specs master: [WIP] Add AirshipCTL Spec https://review.opendev.org/659808 | 20:18 |
openstackgerrit | Merged airship/shipyard master: Add unit tests and fix comments/samples https://review.opendev.org/661854 | 20:18 |
*** op317q__ has quit IRC | 20:20 | |
openstackgerrit | Michael Beaver proposed airship/airship-in-a-bottle master: Update to work with new version of Promenade https://review.opendev.org/664426 | 20:26 |
openstackgerrit | Ian Pittwood proposed airship/spyglass master: [WIP] Implement Pipenv dependency management https://review.opendev.org/664440 | 20:51 |
openstackgerrit | Evgeniy L proposed airship/treasuremap master: [DBG][DNM] try debugging postgresql crashloop in aiab https://review.opendev.org/664441 | 20:53 |
openstackgerrit | Ian Pittwood proposed airship/spyglass master: [WIP] Implement Pipenv dependency management https://review.opendev.org/664440 | 20:54 |
openstackgerrit | Merged airship/promenade master: Allow non-YAML config file content https://review.opendev.org/648194 | 20:54 |
openstackgerrit | Ian Pittwood proposed airship/spyglass master: [WIP] Implement Pipenv dependency management https://review.opendev.org/664440 | 21:04 |
*** alexanderhughes has quit IRC | 21:04 | |
*** MattCoachCarter has quit IRC | 21:13 | |
*** howell has quit IRC | 21:25 | |
openstackgerrit | Evgeniy L proposed airship/treasuremap master: [DBG][DNM] try debugging postgresql crashloop in aiab https://review.opendev.org/664441 | 21:26 |
openstackgerrit | Scott Hussey proposed airship/deckhand master: (fix) fix tox-docs gate https://review.opendev.org/664443 | 21:34 |
*** gkadam_ has quit IRC | 21:34 | |
*** gkadam_ has joined #airshipit | 21:34 | |
*** esharao_ has quit IRC | 21:46 | |
openstackgerrit | Merged airship/shipyard master: Update Airflow logrotate logic https://review.opendev.org/656033 | 21:57 |
*** sreejithp has quit IRC | 22:00 | |
*** sudeepbatra has quit IRC | 22:06 | |
*** gkadam_ has quit IRC | 22:11 | |
*** gkadam_ has joined #airshipit | 22:11 | |
*** gkadam_ has quit IRC | 22:20 | |
*** gkadam_ has joined #airshipit | 22:20 | |
openstackgerrit | Kaspars Skels proposed airship/treasuremap master: Adds to Airsloop docs https://review.opendev.org/664452 | 22:24 |
openstackgerrit | Kaspars Skels proposed airship/treasuremap master: Uplift all openstack-helm charts https://review.opendev.org/664411 | 22:26 |
*** kranthikirang has quit IRC | 22:31 | |
openstackgerrit | Kaspars Skels proposed airship/treasuremap master: Move airship-seaworthy to seaworthy https://review.opendev.org/664458 | 22:41 |
openstackgerrit | Alexander Noskov proposed airship/treasuremap master: WIP https://review.opendev.org/664467 | 23:27 |
openstackgerrit | Alexander Noskov proposed airship/treasuremap master: WIP Uplift all components https://review.opendev.org/664469 | 23:31 |
*** aaronsheffield has quit IRC | 23:47 | |
*** sthussey has quit IRC | 23:48 | |
*** nishantkr has quit IRC | 23:52 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!