*** aaronsheffield has quit IRC | 00:06 | |
*** nishantkr has quit IRC | 00:19 | |
*** kskels has joined #airshipit | 01:37 | |
*** irclogbot_2 has quit IRC | 05:30 | |
*** irclogbot_3 has joined #airshipit | 05:30 | |
*** krypto has joined #airshipit | 05:55 | |
*** phasespace has quit IRC | 06:14 | |
*** phasespace has joined #airshipit | 06:42 | |
*** cheng1 has quit IRC | 06:53 | |
*** pgaxatte has joined #airshipit | 06:55 | |
*** cheng1 has joined #airshipit | 06:55 | |
*** amalrajgenocidex has joined #airshipit | 07:16 | |
amalrajgenocidex | Hi, I was setting up airsloop. Is it mandatory to have both the servers of same model? | 07:19 |
---|---|---|
amalrajgenocidex | Because, the pci addresses in hardware profiles are different. | 07:21 |
cheng1 | amalrajgenocidex, you have two nodes right? one as Genesis and the other as work node? | 07:24 |
amalrajgenocidex | yes, one genesis and one compute(PXE booted) | 07:25 |
cheng1 | The hardware profiles doesn't have affect on the Genesis node, because you install Genesis node manually. | 07:25 |
amalrajgenocidex | Ok. Thanks. So I just need to mention the compute node specs in hardware profile. Thanks :) | 07:26 |
cheng1 | So you need to edit hardware profiles based on your compute node HW info. | 07:26 |
cheng1 | exactly | 07:27 |
amalrajgenocidex | Thank you :) | 07:27 |
cheng1 | amalrajgenocidex, no problem | 07:27 |
kskels | additionally you can create multiple host/hardware profiles and assign them to each node | 07:34 |
kskels | you would just specify in the baremetal/nodes.yaml | 07:36 |
kskels | a profile for each node specifically | 07:37 |
kskels | so ultimately if you have multiple different computes - they can all be different | 07:37 |
amalrajgenocidex | Ok. Thank you kskels | 07:37 |
amalrajgenocidex | Initially, I thought the networks and hardware profiles were used by both nodes. | 07:38 |
kskels | genesis in general is deployed manually - so profiles don't apply | 07:53 |
kskels | in more generic case, the nodes.yaml will set the host profiule for each individual node | 07:53 |
kskels | for airsloop - you might be adding more computes | 07:53 |
kskels | in full seaworthy production deployment - you will have 3 control nodes | 07:54 |
kskels | so host profiles might differ between control/compute nodes | 07:54 |
*** rustyweise has quit IRC | 07:58 | |
*** gkadam has joined #airshipit | 08:00 | |
amalrajgenocidex | Ok. I understand. I'm changing the profiles now and rerunning site deployment. | 08:06 |
openstackgerrit | Kudaka Poorna Rajesh proposed airship/promenade master: Enable probes and mount config for etcd https://review.opendev.org/659863 | 08:51 |
*** lemko has joined #airshipit | 09:02 | |
kskels | sounds great! I think you are getting pretty far so feel free to submit some patchset with the things you feel could be improved for docs | 09:11 |
kskels | maybe adding a note for the hw profiles is something in general that could be improved | 09:11 |
amalrajgenocidex | Sure, I will contribute when I have it running. Currently, the PXE boot failed again. failed to get the network. PXE network got assigned to both PXE and data nic. | 09:33 |
amalrajgenocidex | I don't need to redeploy genesis again after changing the nic values in yaml files, right? | 09:34 |
kskels | no - but you must push the new docs into shipyard with --replace option | 09:34 |
amalrajgenocidex | Yes, I did that. but somehow it still didn't work. even after modifying the PCI address | 09:35 |
kskels | you may then ultimately re-deploy genesis | 09:36 |
kskels | although it shouldn't be needed if the host profile then was updated | 09:36 |
kskels | generally re-deploying genesis is not too long - so might as well clanup and re-deploy | 09:38 |
amalrajgenocidex | Ok. Let me try that too. | 09:38 |
kskels | I think best way so far I've been doing is to disable kubelet/docker | 09:39 |
kskels | then hard-reset the node (via iDRAC/iLO) | 09:39 |
kskels | and then run promenade/tools/cleanup.sh -f | 09:39 |
amalrajgenocidex | Ok. I did cleanup too many times. so it's not a problem ;) :) | 09:42 |
*** rustyweise has joined #airshipit | 09:44 | |
*** rustyweise has quit IRC | 09:47 | |
*** rustyweise has joined #airshipit | 09:51 | |
amalrajgenocidex | kskels, which interfaces needs to be mentioned 'site/airsloop/networks/common-addresses.yaml' | 09:51 |
amalrajgenocidex | genesis or compute? | 09:51 |
amalrajgenocidex | https://opendev.org/airship/treasuremap/src/branch/master/site/airsloop/networks/common-addresses.yaml | 09:52 |
kskels | ah! that does need to match both | 09:52 |
kskels | I'm not sure if things will work if your interface name is different | 09:52 |
kskels | as neutron and ovs will try to bind to that interface | 09:53 |
kskels | and it need to function on both | 09:53 |
kskels | calico network I think can work with a regex | 09:54 |
kskels | e.g. | 09:54 |
kskels | ip_autodetection_method: interface=enp67s0f0.72|enp88s0f0.72 | 09:54 |
kskels | or similar - you may look into the calico docs | 09:54 |
kskels | for ovs and neutron - I'm not sure | 09:55 |
kskels | but you at least should be able to get all the way to joining the nodes | 09:56 |
kskels | https://docs.projectcalico.org/v2.2/reference/node/configuration#ip-autodetection-methods | 09:58 |
kskels | here is some description for calico part.. but I'm not sure how to solve ovs/neutron part | 09:59 |
amalrajgenocidex | My network in genesis node is 'eth' by default but in compute, it's in 'ens' when airship creates the network. May be I need to setup the same(ens format) in genesis too' | 09:59 |
kskels | yes- that would be ideal | 09:59 |
amalrajgenocidex | Ok. noted | 10:11 |
*** krypto has quit IRC | 10:45 | |
*** krypto has joined #airshipit | 10:45 | |
*** krypto has quit IRC | 10:46 | |
rustyweise | I'm attempting to make progress on the airsloop deployment now that my cluster is (rather magically) coalesced, with the 'airship shipyard create configdocs' command and I'm getting an error that the command I'm attempting requires authentication. I can't seem to connect the dots to find the auth keys I should use and where. | 11:01 |
kskels | shipyard authenticates via Keystone, e.g. https://github.com/airshipit/treasuremap/blob/master/tools/airship#L34 | 11:13 |
kskels | need to be setup correctly with shipyard user and airsloop123 as password | 11:13 |
kskels | the best way to check if you have access to shipyard is | 11:13 |
kskels | tools/airship shipyard get actions | 11:13 |
kskels | this should return an empty list but will validate if things work | 11:14 |
amalrajgenocidex | Hi rustyweise, refer the docs here " https://airship-treasuremap.readthedocs.io/en/latest/authoring_and_deployment.html#deploy-site-with-shipyard " | 11:16 |
amalrajgenocidex | you can export the username and password as mentioned there. | 11:16 |
rustyweise | I have set the env vars for keystone, yes | 11:31 |
rustyweise | the get actions command also responds with a required auth error so I must have to do something further...#digging | 11:33 |
rustyweise | looking through the k8s-keystone-api pod logs it looks like keystone isn't realy running well --> | 11:39 |
rustyweise | 172.22.23.125 - - [19/Jun/2019:11:35:31 +0000] "GET / HTTP/1.1" 300 267 "-" "kube-probe/1.11" | 11:39 |
rustyweise | 2019-06-19 11:35:36.404046 2019-06-19 11:35:36.403 9 INFO keystone.common.wsgi [req-4126d7f4-ba7c-44ff-ae31-fe21138f1750 - - - - -] POST http://keystone-api.ucp.svc.cluster.local:5000/v3/auth/tokens | 11:39 |
rustyweise | 2019-06-19 11:35:36.413247 2019-06-19 11:35:36.403 9 INFO keystone.common.wsgi [req-4126d7f4-ba7c-44ff-ae31-fe21138f1750 - - - - -] POST http://keystone-api.ucp.svc.cluster.local:5000/v3/auth/tokens | 11:39 |
rustyweise | 2019-06-19 11:35:36.463012 2019-06-19 11:35:36.462 9 WARNING keystone.auth.core [req-4126d7f4-ba7c-44ff-ae31-fe21138f1750 - - - - -] Could not find project: service. | 11:39 |
rustyweise | 2019-06-19 11:35:36.468928 2019-06-19 11:35:36.462 9 WARNING keystone.auth.core [req-4126d7f4-ba7c-44ff-ae31-fe21138f1750 - - - - -] Could not find project: service. | 11:39 |
rustyweise | 2019-06-19 11:35:36.469724 2019-06-19 11:35:36.469 9 WARNING keystone.common.wsgi [req-4126d7f4-ba7c-44ff-ae31-fe21138f1750 - - - - -] Authorization failed. The request you have made requires authentication. from 172.22.23.125 | 11:39 |
rustyweise | 2019-06-19 11:35:36.471163 2019-06-19 11:35:36.469 9 WARNING keystone.common.wsgi [req-4126d7f4-ba7c-44ff-ae31-fe21138f1750 - - - - -] Authorization failed. The request you have made requires authentication. from 172.22.23.125 | 11:39 |
rustyweise | 172.22.23.125 - - [19/Jun/2019:11:35:36 +0000] "POST /v3/auth/tokens HTTP/1.1" 401 114 "-" "shipyard keystoneauth1/3.11.0 python-requests/2.19.1 CPython/3.5.2" | 11:39 |
rustyweise | 2019-06-19 11:35:41.144109 2019-06-19 11:35:41.143 9 INFO keystone.common.wsgi [req-4126d7f4-ba7c-44ff-ae31-fe21138f1750 - - - - -] GET http://10.97.211.235:5000/ | 11:39 |
rustyweise | 2019-06-19 11:35:41.147881 2019-06-19 11:35:41.143 9 INFO keystone.common.wsgi [req-4126d7f4-ba7c-44ff-ae31-fe21138f1750 - - - - -] GET http://10.97.211.235:5000/ | 11:39 |
amalrajgenocidex | may be you need to wait for some time, it might start running after multiple attempts. not sure though | 11:44 |
*** alexanderhughes has joined #airshipit | 12:24 | |
*** howell has joined #airshipit | 12:24 | |
*** CobHead has joined #airshipit | 12:39 | |
CobHead | Hi lads, I'm trying out Airship-In-A-Bottle (AIAB), but it seems that the postgresql container is stucked in a CrashLoopBackOff. Anyone experienced this and/or have a solution? | 12:40 |
*** aaronsheffield has joined #airshipit | 12:57 | |
*** sthussey has joined #airshipit | 13:12 | |
kskels | Yes.. there has been intermittent issue | 13:23 |
kskels | Try re-deploy.. it might help | 13:23 |
*** lemko has quit IRC | 13:32 | |
CobHead | Tried it twice yesterday, but I can try again :-) | 13:39 |
evgenyl | CobHead: Hi, what instruction did you use to install AIAB? | 13:42 |
*** sri_ has joined #airshipit | 13:44 | |
CobHead | Hi evgenyl - I used this repo: https://github.com/airshipit/treasuremap and ran the airship-in-a-bottle.sh script in the tools/deployment folder (https://github.com/airshipit/treasuremap/tree/master/tools/deployment/aiab) | 13:52 |
CobHead | It's deploying now - I'll report back on how it went in an hour or so | 13:52 |
evgenyl | CobHead: So this is a known issue it happens randomly on some environments, we have patches to update postgresql helm charts to the newest version with a large refactoring, which should help resolving it. Until this patch is landed, you can just retry. | 13:54 |
evgenyl | CobHead: Just curios, what are you VM specs? | 13:55 |
evgenyl | your* | 13:55 |
CobHead | Good to hear the issue has been verified and is known :-) My VM specs are 8 vCPUs, 32GB RAM and 100GB of storage | 13:55 |
*** nishantkr has joined #airshipit | 13:58 | |
openstackgerrit | Ryan van Wyk proposed airship/election master: Adding Ryan van Wyk candidacy for TC role https://review.opendev.org/666299 | 14:04 |
*** roman_g has quit IRC | 14:08 | |
*** phasespace has quit IRC | 14:11 | |
mattmceuen | evgenyl: speaking of that we have two incomplete patchsets for uplifting postgresql -- mine (https://review.opendev.org/#/c/657667/) is missing the new exporter password and service_accounts.yaml setup, and yours (https://review.opendev.org/666299) is missing brownfield upgraded doc / scripting | 14:11 |
mattmceuen | (there may be other diffs but those were the obvious ones) | 14:12 |
mattmceuen | Should we pick one of them and incorporate the diffs from the other one? | 14:12 |
CobHead | Seems like it entered the crashloop again | 14:17 |
evgenyl | mattmceuen: Oh, this is simple, you submitted your patch earlier than me so let's get everything updated within your ps. | 14:19 |
evgenyl | CobHead: Can you check the pod's logs to make sure that it is the same problem which we saw earlier? There should be an error about missing postgres database. | 14:19 |
openstackgerrit | Ian Pittwood proposed airship/spyglass master: [WIP] Implements data object models https://review.opendev.org/662092 | 14:20 |
mattmceuen | evgenyl: sounds good, I'll list you as co-contributor and steal liberally from your patchset :D thanks | 14:22 |
evgenyl | mattmceuen: Haha, sure :D | 14:22 |
*** sreejithp has joined #airshipit | 14:25 | |
*** obravo has joined #airshipit | 14:45 | |
*** amalrajgenocidex has quit IRC | 14:48 | |
*** alexanderhughes has quit IRC | 14:56 | |
*** michael-beaver has joined #airshipit | 15:05 | |
*** gkadam has quit IRC | 15:19 | |
openstackgerrit | Alexander Hughes proposed airship/pegleg master: [WIP] Set 0640 permissions at time of creation https://review.opendev.org/666319 | 15:36 |
openstackgerrit | Scott Hussey proposed airship/airship-in-a-bottle master: (fix) Fix br_netfilter disable persistence https://review.opendev.org/666320 | 15:38 |
openstackgerrit | Merged airship/election master: Adding Ryan van Wyk candidacy for TC role https://review.opendev.org/666299 | 15:46 |
CobHead | evgenyl: I pulled the logs - and you are correct. It says "FATAL: database "postgres" does not exist | 15:54 |
*** pgaxatte has quit IRC | 15:56 | |
*** sri_ has quit IRC | 16:07 | |
*** kranthikirang has joined #airshipit | 16:15 | |
openstackgerrit | Alexander Hughes proposed airship/pegleg master: [WIP] Set 0640 permissions at time of creation https://review.opendev.org/666319 | 16:21 |
openstackgerrit | Alexander Hughes proposed airship/pegleg master: [WIP] Set 0640 permissions at time of creation https://review.opendev.org/666319 | 16:22 |
openstackgerrit | Matt McEuen proposed airship/treasuremap master: Update kernel to 4.15.0-46 https://review.opendev.org/666381 | 16:23 |
rustyweise | I am quite nearly successful in deploying behind a proxy, alas MaaS seems to have changed CLI options from expectations and I'm getting this error in the 'maas-import-resources' pod --> | 16:27 |
rustyweise | http://maas.io/ | 16:28 |
rustyweise | argument COMMAND: invalid choice: 'admin' (choose from 'refresh', 'logout', 'login', 'list', 'apikey', 'createadmin', 'changepassword') | 16:28 |
rustyweise | + cur_val= | 16:28 |
rustyweise | ++ echo true | 16:28 |
rustyweise | ++ tr -d '"' | 16:28 |
rustyweise | + desired_val=true | 16:28 |
rustyweise | + [[ '' != true ]] | 16:28 |
rustyweise | + echo 'Setting MAAS option enable_http_proxy to true' | 16:28 |
rustyweise | + maas admin maas set-config name=enable_http_proxy value=true | 16:28 |
rustyweise | Setting MAAS option enable_http_proxy to true | 16:28 |
rustyweise | usage: maas [-h] COMMAND ... | 16:28 |
rustyweise | optional arguments: | 16:28 |
rustyweise | -h, --help show this help message and exit | 16:28 |
rustyweise | drill down: | 16:28 |
rustyweise | COMMAND | 16:28 |
rustyweise | login Log in to a remote API, and remember its description and | 16:28 |
rustyweise | credentials. | 16:28 |
rustyweise | list List remote APIs that have been logged-in to. | 16:28 |
rustyweise | logout Log out of a remote API, purging any stored credentials. | 16:28 |
rustyweise | refresh Refresh the API descriptions of all profiles. | 16:28 |
rustyweise | apikey Used to manage a user's API keys. Shows existing keys unless | 16:28 |
rustyweise | --generate or --delete is passed. | 16:28 |
rustyweise | createadmin Create a MAAS administrator account. | 16:28 |
rustyweise | changepassword | 16:28 |
rustyweise | Change a MAAS user's password. | 16:28 |
rustyweise | http://maas.io/ | 16:28 |
openstackgerrit | Michael Beaver proposed airship/treasuremap master: Add new seaworthy-virt site https://review.opendev.org/656015 | 16:37 |
sthussey | Probably just need to delete the pod and let the job recreate it | 16:37 |
sthussey | Sometimes the login to the MAAS api fails, but the MAAS cli returns 0 anyway | 16:38 |
*** sreejithp has quit IRC | 16:43 | |
*** sreejithp has joined #airshipit | 16:44 | |
openstackgerrit | Alexander Hughes proposed airship/pegleg master: [WIP] Set 0640 permissions at time of creation https://review.opendev.org/666319 | 17:00 |
openstackgerrit | Alexander Hughes proposed airship/shipyard master: [WIP] Allow user to specify token as env var https://review.opendev.org/666402 | 17:05 |
rustyweise | Thanks sthussey, I'll give that a try. | 17:36 |
rustyweise | it appears that this is the container running a maas cli and the options for the cli have changed out from under what airship was expecting | 17:41 |
rustyweise | I deleted the pod and it's still reporting the invalid choice error | 17:41 |
rustyweise | I need to leave for the night...chat more tomorrow, thanks guys | 17:42 |
*** mbeierl has quit IRC | 17:42 | |
openstackgerrit | Alexander Hughes proposed airship/pegleg master: [WIP] Set 0640 permissions at time of creation https://review.opendev.org/666319 | 17:53 |
openstackgerrit | Alexander Hughes proposed airship/pegleg master: [WIP] Set 0640 permissions at time of creation https://review.opendev.org/666319 | 17:54 |
openstackgerrit | Alexander Hughes proposed airship/shipyard master: [WIP] Allow user to specify token as env var https://review.opendev.org/666402 | 18:03 |
openstackgerrit | Ian Pittwood proposed airship/spyglass master: [WIP] Poetry for Spyglass https://review.opendev.org/666414 | 18:09 |
openstackgerrit | Ian Pittwood proposed airship/spyglass-plugin-xls master: [WIP] Implements data objects in excel extractor https://review.opendev.org/662093 | 18:16 |
*** sreejithp has quit IRC | 18:16 | |
*** sreejithp has joined #airshipit | 18:16 | |
*** kranthikirang has quit IRC | 18:19 | |
*** mbeierl has joined #airshipit | 18:26 | |
openstackgerrit | Ian Pittwood proposed airship/spyglass master: [WIP] Implements data object models https://review.opendev.org/662092 | 18:35 |
*** obravo has quit IRC | 18:39 | |
openstackgerrit | Nishant Kumar proposed airship/maas master: [WIP] Add release uuid annotation to POD spec https://review.opendev.org/666418 | 18:50 |
openstackgerrit | Nishant Kumar proposed airship/drydock master: [WIP] Add release uuid annotation to POD spec https://review.opendev.org/666419 | 18:51 |
openstackgerrit | Nishant Kumar proposed airship/deckhand master: [WIP] Add release uuid annotation to POD spec https://review.opendev.org/666420 | 18:51 |
openstackgerrit | Nishant Kumar proposed airship/promenade master: [WIP] Add release uuid annotation to POD spec https://review.opendev.org/666421 | 18:53 |
openstackgerrit | Evgeniy L proposed airship/treasuremap master: Add new seaworthy-virt site https://review.opendev.org/656015 | 18:57 |
mattmceuen | hey evgenyl, it looks like the seaworthy job didn't triggered for this PS yesterday: https://review.opendev.org/#/c/665729/ | 19:04 |
mattmceuen | any idea why? | 19:04 |
evgenyl | mattmceuen: usually we run it in a manual mode and the lab is used mostly for uplift/debugging, this is one of the reasons why we want to get all virtual installation in treasuremap to run on every patch. Here is a deployment for aiab https://jenkins.atlantafoundry.com/job/airship-in-a-bottle/289/ | 19:10 |
mattmceuen | got it, thanks! | 19:11 |
evgenyl | mattmceuen: Actually I see kskels re-enabled it. Not sure when this has happened though. | 19:12 |
mattmceuen | yeah, I saw my PS from this morning get kicked off automatically, that's why I was confused - makes sense now though | 19:13 |
openstackgerrit | Ian Pittwood proposed airship/spyglass master: [WIP] Implements data object models https://review.opendev.org/662092 | 19:23 |
openstackgerrit | Ian Pittwood proposed airship/spyglass-plugin-xls master: [WIP] Implements data objects in excel extractor https://review.opendev.org/662093 | 19:28 |
*** mbeierl has quit IRC | 19:29 | |
kskels | Haha yes - enabled it as I'm not using it anymore | 19:30 |
kskels | Thought to see some feedback in general.. feel free to configure it as needed. | 19:31 |
openstackgerrit | Ian Pittwood proposed airship/spyglass master: [WIP] Implements data object models https://review.opendev.org/662092 | 19:40 |
openstackgerrit | Alexander Hughes proposed airship/pegleg master: [WIP] Set 0640 permissions at time of creation https://review.opendev.org/666319 | 19:48 |
openstackgerrit | Ian Pittwood proposed airship/spyglass master: [WIP] Implements data object models https://review.opendev.org/662092 | 19:53 |
openstackgerrit | Ian Pittwood proposed airship/spyglass-plugin-xls master: [WIP] Implements data objects in excel extractor https://review.opendev.org/662093 | 19:56 |
openstackgerrit | Merged airship/treasuremap master: Introduce CoreDNS DaemonSet https://review.opendev.org/665729 | 19:58 |
openstackgerrit | Alexander Hughes proposed airship/pegleg master: [WIP] Set 0640 permissions at time of creation https://review.opendev.org/666319 | 20:04 |
openstackgerrit | Ian Pittwood proposed airship/spyglass master: Implements data object models https://review.opendev.org/662092 | 20:05 |
openstackgerrit | Ian Pittwood proposed airship/spyglass-plugin-xls master: Implements data objects in excel extractor https://review.opendev.org/662093 | 20:06 |
*** mbeierl has joined #airshipit | 20:06 | |
openstackgerrit | Evgeniy L proposed airship/treasuremap master: Add new seaworthy-virt site https://review.opendev.org/656015 | 20:07 |
openstackgerrit | Dan Crank proposed airship/promenade master: [WIP] Use etcd encryption for webhook-apiserver https://review.opendev.org/665761 | 20:24 |
openstackgerrit | Alexander Hughes proposed airship/pegleg master: [WIP] Set 0640 permissions at time of creation https://review.opendev.org/666319 | 20:25 |
*** ian-pittwood has joined #airshipit | 20:47 | |
openstackgerrit | Alexander Hughes proposed airship/pegleg master: [WIP] Set 0640 permissions at time of creation https://review.opendev.org/666319 | 20:54 |
*** dirk has quit IRC | 20:55 | |
openstackgerrit | Ian Pittwood proposed airship/spyglass master: Disable voting on openSUSE https://review.opendev.org/666441 | 20:56 |
openstackgerrit | Alexander Hughes proposed airship/pegleg master: Make OpenSuse build non-voting https://review.opendev.org/666442 | 20:56 |
openstackgerrit | Ian Pittwood proposed airship/spyglass master: Disable voting on openSUSE https://review.opendev.org/666441 | 20:58 |
openstackgerrit | Dan Crank proposed airship/promenade master: [WIP] Use etcd encryption for webhook-apiserver https://review.opendev.org/665761 | 21:00 |
*** sreejithp has quit IRC | 21:02 | |
*** sreejithp_ has joined #airshipit | 21:03 | |
*** ian-pittwood has quit IRC | 21:23 | |
openstackgerrit | Evgeniy L proposed airship/treasuremap master: Add new seaworthy-virt site https://review.opendev.org/656015 | 21:29 |
*** howell has quit IRC | 21:35 | |
openstackgerrit | Alexander Hughes proposed airship/pegleg master: [WIP] Set 0640 permissions at time of creation https://review.opendev.org/666319 | 21:57 |
openstackgerrit | Matt McEuen proposed airship/treasuremap master: Incorporate HA PostgreSQL https://review.opendev.org/657667 | 22:13 |
*** sreejithp_ has quit IRC | 22:31 | |
*** kskels has quit IRC | 22:46 | |
openstackgerrit | Merged airship/treasuremap master: [aiab] Fix a path to scripts directory https://review.opendev.org/664993 | 22:51 |
openstackgerrit | Merged airship/treasuremap master: [aiab] Add a site linting gate to Zuul https://review.opendev.org/665007 | 23:04 |
*** aaronsheffield has quit IRC | 23:17 | |
*** sthussey has quit IRC | 23:41 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!