*** lemko has quit IRC | 00:20 | |
openstackgerrit | James Gu proposed openstack/airship-treasuremap master: Add name labels to ceph-config and horizon charts https://review.openstack.org/636240 | 00:25 |
---|---|---|
openstackgerrit | Jagan Mohan Kavva proposed openstack/airship-promenade master: UCP: Enable pod priority feature gate in K8s https://review.openstack.org/634780 | 00:42 |
*** seaneagan has joined #airshipit | 00:59 | |
*** mrhillsman has joined #airshipit | 00:59 | |
*** jayahn has joined #airshipit | 00:59 | |
*** serverascode has joined #airshipit | 01:00 | |
*** nishant_ has quit IRC | 01:23 | |
openstackgerrit | Bryan Strassner proposed openstack/airship-shipyard master: [WIP] Configurable Armada Retries https://review.openstack.org/636228 | 01:39 |
*** c06 has joined #airshipit | 04:06 | |
openstackgerrit | James Gu proposed openstack/airship-treasuremap master: Add name labels to ceph-config and horizon charts https://review.openstack.org/636240 | 04:29 |
*** c06 has quit IRC | 05:35 | |
*** lemko has joined #airshipit | 06:30 | |
*** georgk has joined #airshipit | 08:57 | |
*** jamesgu has quit IRC | 09:02 | |
*** georgk has quit IRC | 09:07 | |
*** roman_g has joined #airshipit | 09:07 | |
*** georgk has joined #airshipit | 10:10 | |
*** georgk has quit IRC | 11:48 | |
*** georgk has joined #airshipit | 11:59 | |
openstackgerrit | Roman Gorshunov proposed openstack/airship-in-a-bottle master: Fix: docs formatting https://review.openstack.org/636324 | 12:34 |
openstackgerrit | Roman Gorshunov proposed openstack/airship-in-a-bottle master: Fix: docs formatting https://review.openstack.org/636324 | 12:39 |
georgk | hi there! can anybody help me with getting the certificates right in an Airship deployment? We are running into SSL handshake issues... | 13:17 |
*** openstackgerrit has quit IRC | 13:37 | |
*** nishant_ has joined #airshipit | 13:42 | |
mattmceuen | hey georgk! sure can, would you be able to bring that up in our team meeting in a few? I think it would actually dovetail into some Pegleg discussion we'll have | 13:50 |
mattmceuen | Agenda: https://etherpad.openstack.org/p/airship-meeting-2019-02-12 | 13:50 |
georgk | mattmceuen: sure | 13:50 |
*** michael-beaver has joined #airshipit | 13:55 | |
mattmceuen | #startmeeting Airship | 14:00 |
*** michael-beaver has quit IRC | 14:00 | |
openstack | Meeting started Tue Feb 12 14:00:16 2019 UTC and is due to finish in 60 minutes. The chair is mattmceuen. Information about MeetBot at http://wiki.debian.org/MeetBot. | 14:00 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 14:00 |
*** openstack changes topic to " (Meeting topic: Airship)" | 14:00 | |
mattmceuen | #topic rollcall | 14:00 |
openstack | The meeting name has been set to 'airship' | 14:00 |
*** openstack changes topic to "rollcall (Meeting topic: Airship)" | 14:00 | |
mattmceuen | Here's our agenda for today folks: https://etherpad.openstack.org/p/airship-meeting-2019-02-12 | 14:00 |
mattmceuen | Please go ahead and add anything you'd like to discuss as folks trickle in | 14:01 |
*** michael-beaver has joined #airshipit | 14:01 | |
roman_g | o/ | 14:01 |
georgk | hi | 14:01 |
b-str | o/ | 14:01 |
nishant_ | o/ | 14:02 |
*** michael-beaver has quit IRC | 14:02 | |
mattmceuen | GM all :) | 14:02 |
*** michael-beaver has joined #airshipit | 14:02 | |
mattmceuen | #topic Treasuremap Snapshot | 14:03 |
*** openstack changes topic to "Treasuremap Snapshot (Meeting topic: Airship)" | 14:03 | |
mattmceuen | https://github.com/openstack/airship-treasuremap/releases | 14:03 |
michael-beaver | o/ Having some connection problems, hopefully don't get cut out in the middle of the meeting | 14:03 |
mattmceuen | good luck michael-beaver | 14:03 |
srwilkers | o/ | 14:03 |
mattmceuen | we have a new cut of our approximately-monthly Airship stable release in the airship-treasuremap project | 14:03 |
mattmceuen | this is recommended for new deployments. Please let us know if any issues are discovered in it; I know issues have been fixed in it | 14:04 |
mattmceuen | #topic Armada/Tiller locking | 14:05 |
*** openstack changes topic to "Armada/Tiller locking (Meeting topic: Airship)" | 14:05 | |
mattmceuen | Next -- michael-beaver has been working on https://review.openstack.org/632483 | 14:05 |
michael-beaver | Thanks mattmceuen, this has been a change i've been working on for a little while | 14:05 |
mattmceuen | Michael, can you give us an overview of this work, its purpose & status? | 14:05 |
michael-beaver | The locking change is a new feature that was made mainly to keep multiple instances of armada from attempting to make conflicting actions against the cluster at the same time. | 14:05 |
michael-beaver | Although the functionality can be used to lock down any function | 14:06 |
michael-beaver | It uses the K8s API to create a custom resource defining the lock, and continuously updates it as the function being locked is still running. | 14:06 |
michael-beaver | Currently I am waiting on reviews for it as I believe it is pretty close to being finished | 14:06 |
mattmceuen | To put you on the spot - do you happen to have an example document for the CRD handy? :) | 14:07 |
michael-beaver | Haha, sorry I don't have my VM running at the moment, but at the moment it is pretty basic, it just has a field to keep track of when it was last updated | 14:07 |
michael-beaver | Although I tried to design it so if we wanted to put more data there | 14:08 |
mattmceuen | No worries, maybe you can share it in the channel later? | 14:08 |
michael-beaver | It could easily be used to store metadata about what is currently holding the lock | 14:08 |
michael-beaver | Sure, I'll try to pull one up in the mean time | 14:08 |
nishant_ | I was going through the PS yesterday Michael, will continue to review it today. good work on it. Would love to see any documentation added for this feature. :) | 14:09 |
michael-beaver | Thanks nishant_ | 14:09 |
mattmceuen | I think another good piece of doc would be, in the commit message too, why do we want multiple Armadas in the cluster! | 14:09 |
mattmceuen | I think the main reason is that the single armada pod is a single point of failure, but that's not explicitly stated anywhere, and might not be obvious to someone coming in w/o the background | 14:10 |
michael-beaver | Sure mattmceuen, I can work on wording up something like that | 14:10 |
mattmceuen | Really nice work michael-beaver -- thanks for the work on this, very cool! | 14:11 |
mattmceuen | any other questions for michael-beaver on this, team? | 14:11 |
nishant_ | Yes I think it was also developed from security point of view. So would be good to have it mentioned in the commit message. | 14:12 |
michael-beaver | That's a good point, the other main idea of it was so we could have tiller live in the armada pod so it does not communicate over insecure channels | 14:12 |
*** levmorgan has joined #airshipit | 14:13 | |
mattmceuen | michael-beaver yup | 14:13 |
*** cbcg_ has joined #airshipit | 14:13 | |
michael-beaver | Any other questions or comments? | 14:14 |
levmorgan | Hello, I'm here. Matt, do you still want me to go over the additions to Pegleg? | 14:14 |
mattmceuen | Hey levmorgan, perfect timing :) | 14:14 |
mattmceuen | #topic Recent Pegleg Enhancements | 14:14 |
*** openstack changes topic to "Recent Pegleg Enhancements (Meeting topic: Airship)" | 14:14 | |
mattmceuen | Yup, you and some other folks have been doing several interlocking pieces of work in Pegleg recently, would you ming giving us a bit of overview & status? | 14:15 |
levmorgan | Hey, great! So, there have been three main additions to Pegleg. Certificate generation, passphrase generation, and genesis bundle generation (which is still in review). | 14:15 |
levmorgan | Certificate generation uses cfssl to generate certs and keypairs, which are self-signed encrypted by default. | 14:16 |
levmorgan | Passphrase generation has two parts. It can generate a master passphrase, which can be used to encrypt documents, or it can generate passphrase documents as specified in a passphrase catalog. | 14:18 |
mattmceuen | A primary use case for those certs is for Kubernetes components & etcd -- currently those certs are generated by Promenade, but it makes sense to move that functionality into Pegleg as the external yaml management CLI | 14:19 |
levmorgan | Yep. As for genesis bundle generation, we've pulled in the functionality from Promenade as well. | 14:19 |
mattmceuen | and for the passphrases, a primary use case is for service passwords e.g. for databases and openstack service users | 14:19 |
levmorgan | Yep, exactly. | 14:20 |
mattmceuen | That's awesome levmorgan - nice work and looking forward to using | 14:20 |
mattmceuen | If folks want some more info on Pegleg secret management, more deets can be found in this spec: https://github.com/openstack/airship-specs/blob/master/specs/approved/pegleg-secrets.rst | 14:21 |
*** ab2434_ has joined #airshipit | 14:21 | |
mattmceuen | The primary use case for the certificate generation is for "cluster internal" certificates, but for a lab, pegleg could generate the externally-accessible ingress certificates as well, right levmorgan? | 14:21 |
mattmceuen | with all the caveats that come with using self-signed certificates | 14:22 |
georgk | mattmceuen: if I may hook in here | 14:23 |
levmorgan | Yep | 14:23 |
mattmceuen | Basically, the pegleg passphrase catalog doc and pki catalog doc are general-purpose descriptions that tell pegleg whatever secrets you want it to generate (and encrypt), and after they're generated, they can be added to your SCM repo | 14:23 |
mattmceuen | along with other yaml | 14:23 |
mattmceuen | Go for it georgk | 14:23 |
georgk | well, regarding self-signing. our folks are trying to deploy airship and are struggling with the certs | 14:24 |
mattmceuen | what kind of issues are you seeing? | 14:24 |
georgk | currently, teh deployment fails when b ringing up barbican becuase of an SSL handshake mismatch | 14:24 |
georgk | we assume it is due to incorrect certs | 14:25 |
georgk | so, we are wondering if we can work with self-signed certs or need a full ca chain | 14:25 |
georgk | is there are ¨lab¨ switch? | 14:25 |
mattmceuen | hmm that's odd - barbican is not something we expose externally in airship so it seems like it might be a problem with the internal certificates that are generated -- today by promenade, soon by pegleg | 14:26 |
mattmceuen | self-signed certs should be fine for that | 14:26 |
mattmceuen | are you using the promenade pkicatalog to generate the certs -- I believe this is how airship-seaworthy is set up today, or are you substituting in custom certificates that you generate out-of-band? | 14:27 |
georgk | after running into this issue, we have started to generate certs out-of-band | 14:27 |
georgk | https://hastebin.com/iriloweqif.sql | 14:28 |
mattmceuen | Here's a bit of documentation on the normal certificate generation process that would be done as part of site definition: https://airship-treasuremap.readthedocs.io/en/latest/authoring_and_deployment.html#building-site-documents | 14:29 |
georgk | I dont want to highjack the entire meeting - we can follow this up later | 14:29 |
mattmceuen | Cool - thanks for the heads up on the issue, definitely looks cert-related but I don't see any smoking gun. We'll need to dig in a little more post-meeting I think | 14:30 |
georgk | ok, catch you later | 14:31 |
*** sgrasley has joined #airshipit | 14:31 | |
*** sgrasley_ has joined #airshipit | 14:31 | |
mattmceuen | #topic New Shipyard pod structure | 14:31 |
*** openstack changes topic to "New Shipyard pod structure (Meeting topic: Airship)" | 14:31 | |
*** sthussey has joined #airshipit | 14:31 | |
mattmceuen | b-str this is you -- enlighten us! | 14:31 |
b-str | Shipyard's k8s pod configuration has changed to combine several items and eliminte a few others. | 14:31 |
b-str | Previously, The following pods existed: | 14:31 |
b-str | shipyard-api (1 container, Shipyard api) | 14:31 |
b-str | airflow-web (1 container, Airflow api and gui) | 14:31 |
b-str | airflow-scheduler (1 container, Airflow celery instance) | 14:31 |
b-str | airflow-flower (1 container, Airflow celery flower instance) | 14:31 |
b-str | airflow-worker (StatefulSet, 2 containers, Airflow worker; logrotate container) | 14:31 |
b-str | The first issue being resolved was that the airflow-scheduler and airflow-worker are both required to keep a workflow running. | 14:32 |
b-str | If the scheduler was updated, the workers would no longer receive new steps to process until the scheduler was running again. | 14:32 |
b-str | Worse, if the scheduler was updated such that it was incompatible with the version of Airflow running in the worker, everything was effectively stopped. | 14:32 |
b-str | A manual deletion of the Workers would rectify the situation, but the running workflow failed. | 14:32 |
b-str | Invocation of an update_site or update_software action in Shipyard deletes/recreates the Airflow Worker after the workflow process has concluded, but this did not occur if the scheduler and worker were out of sync. | 14:33 |
b-str | The second issue was a question of need of exposure of Airflow outside the deployment of Airship, requiring further configuration of the GUI components. | 14:33 |
b-str | Since Shipyard provides the entrypoint for Airship, it was decided to eliminate this exposure of the Airflow GUI components. | 14:33 |
b-str | The new pod configuration is: | 14:34 |
b-str | shipyard-api (2 containers, Shipyard api; Airflow api and gui) | 14:34 |
b-str | airflow-worker (StatefulSet, 3 containers, Airflow worker; logrotate container, Airflow Scheduler) | 14:34 |
b-str | Such that: | 14:34 |
b-str | - The airflow api and gui container is bound to localhost, such that it is only accessible to Shipyard's api | 14:34 |
b-str | - The airflow worker and scheduler are now in the same Statefulset, so they share the same lifecycle. | 14:35 |
b-str | - The airflow-flower pod has been removed from deployment with Shipyard, as it was superfluous to the deployment. | 14:35 |
b-str | - An airflow-scheduler pod is left in service for the upgrade process, and is removable after being on the new version. | 14:35 |
b-str | Finally, another somewhat related change is to the way the Airflow image is built. | 14:35 |
b-str | It now builds the workflows from Shipyard directly into the image, as opposed to transferring them in at deployment time. | 14:35 |
b-str | Commits related to Shipyard and Airflow pod restructuring: | 14:36 |
b-str | https://github.com/openstack/airship-shipyard/commit/6b75c7119a850ee7f0c0651021076dfcf220e0f7 - Move airflow scheduler to worker statefulset | 14:36 |
b-str | https://github.com/openstack/airship-shipyard/commit/9725b0f337ebdc7523973b50afecbf4caf2b7e6c - Build workflows into Airflow image | 14:36 |
b-str | https://github.com/openstack/airship-shipyard/commit/a11e962eef5a5aa8f8fc15c4a324dfa6b2465061 - Move Airflow web container into Shipyard pod | 14:36 |
b-str | Questions? | 14:36 |
mattmceuen | " An airflow-scheduler pod is left in service for the upgrade process" -- that's the one that packs the scheduler and worker into the same pod, right? | 14:37 |
b-str | actually this is the old scheduler configuration, left in place to be the scheduler during the first upgrade | 14:37 |
b-str | after the end of the workflow, the statefulsets will be deleted, and will contain the new scheduler going forward | 14:38 |
mattmceuen | gotcha | 14:38 |
b-str | a follow on action would be to scale the independent scheduler to 0 | 14:38 |
b-str | and/or otherwise eliminate it | 14:38 |
mattmceuen | so at some point in the future (maybe in the stable airship version that follows that follows the one that includes your change) we'll take out the old scheduler, since it serves to bridge the gap between the old scheme and the new scheme - right? | 14:40 |
* b-str yes, that's its only purpose | 14:40 | |
mattmceuen | awesome - THANKS for all this explanation and detail, I'll make sure a note gets sent out on the ML as this is quite valuable | 14:41 |
mattmceuen | Upgrades are hard, you make them easy for the rest of us :) | 14:42 |
b-str | This has been running in Treasuremap for a few days/weeks, so it can be observed there. | 14:42 |
mattmceuen | Any other questions for b-str on this topic? | 14:42 |
mattmceuen | Thanks Bryan | 14:43 |
mattmceuen | #topic Weekly Meeting Time | 14:43 |
*** openstack changes topic to "Weekly Meeting Time (Meeting topic: Airship)" | 14:43 | |
mattmceuen | Several people have approached me over the last few weeks asking if it would be possible to adjust our weekly meeting time | 14:43 |
mattmceuen | Not all of them are here (there is a correlation) but I wanted to gauge the general temperature for meeting times here | 14:44 |
* b-str earlier? | 14:44 | |
* mattmceuen b-str :-| | 14:44 | |
mattmceuen | Would folks be amenable to this? Maybe a couple hours later, maybe several hours later? Or prefer a different day? Or... ? | 14:44 |
mattmceuen | I'll send something out on the ML, just looking for opinions | 14:45 |
michael-beaver | I wouldn't mind it being later in the day | 14:45 |
levmorgan | Sure, later works for me. | 14:45 |
*** aaronsheffield has joined #airshipit | 14:45 | |
mattmceuen | Any concerns with that? We're spread across time zones and I don't want to make it unduly hard for anyone who wants to come regularly, if possible | 14:46 |
mattmceuen | I'll propose some candidate times on the ML and see how it goes over | 14:47 |
sthussey | Anytime is fine with me as long as it is within business hours | 14:47 |
mattmceuen | Cool beans - more to come then | 14:47 |
mattmceuen | #topic Host next week | 14:47 |
*** openstack changes topic to "Host next week (Meeting topic: Airship)" | 14:47 | |
mattmceuen | I'll be in a meeting during this time next week; I hope to join and multitask, but dwalt has volunteered to drive discussion | 14:48 |
mattmceuen | #topic State of Airship governance docs | 14:48 |
*** openstack changes topic to "State of Airship governance docs (Meeting topic: Airship)" | 14:48 | |
mattmceuen | ty for bringing this up georgk, this is something we need to get on top of4 | 14:48 |
mattmceuen | alanmeadows is planning to drive this in advance of the Denver summit, so we have something to discuss there | 14:49 |
georgk | ok, thanks | 14:49 |
georgk | I was digging through a few etherpads, but wasnt sure which one reflects the latest state | 14:50 |
mattmceuen | I don't think he's here today, but I'll circle back with him to make sure his proposal is written down and shared soon | 14:50 |
mattmceuen | the joys of etherpads :) | 14:50 |
georgk | yeah | 14:50 |
georgk | thanks | 14:50 |
roman_g | that's not what we have in airshipit readthedocs, right? | 14:51 |
roman_g | airshipit.readthedocs.io | 14:51 |
mattmceuen | I think what georgk is talking about is more a proposal for formal governance. Let me elaborate: | 14:52 |
mattmceuen | Airship is one of the OSF pilot projects, and one of the things it needs to develop and get in order prior to becoming a full-fledged project is documentation of its governance -- its formal operating principles | 14:52 |
mattmceuen | Things like following the Four Opens, the structure around cores and their responsibilities, the way that the project is steered, that kind of thing | 14:53 |
roman_g | got it, thanks | 14:53 |
mattmceuen | It's the kind of thing that we should get ideas / draft out for discussion way in advance | 14:53 |
georgk | right | 14:54 |
mattmceuen | #topic Requests for Review | 14:54 |
*** openstack changes topic to "Requests for Review (Meeting topic: Airship)" | 14:54 | |
mattmceuen | A few PS that nishant_ added: | 14:54 |
mattmceuen | Helm-toolkit for DB initialization | 14:54 |
mattmceuen | https://review.openstack.org/#/c/634625/ | 14:54 |
mattmceuen | https://review.openstack.org/#/c/635348/ | 14:54 |
mattmceuen | https://review.openstack.org/#/c/634981/ | 14:54 |
mattmceuen | I take it those are helm-toolkit functions for making postgres operations easier across airship (and anyone else who uses the osh postgres chart) right nishant_? | 14:55 |
nishant_ | So i have been working on multiple Airship components to validate if password rotation works fine. | 14:55 |
nishant_ | During validation I found Airship comoponents using postgre needs some modification for password rotation to work effectively | 14:55 |
nishant_ | and with some discussion i was advised to in turn create a helm-toolkit for DB initialization | 14:56 |
*** jamesgu has joined #airshipit | 14:56 | |
nishant_ | which makes it easier for components to operate postgres operations easily | 14:56 |
nishant_ | so you are right mattmceuen | 14:57 |
mattmceuen | awesome - thanks for making your work reusable, effective password rotation is critical to real life ops | 14:57 |
mattmceuen | reviews please :D | 14:57 |
nishant_ | I am looking for any feedback and reviews on it. Thanks :) | 14:57 |
levmorgan | I have a couple as well: | 14:57 |
levmorgan | https://review.openstack.org/#/c/634821/ and https://review.openstack.org/#/c/613392/ | 14:58 |
mattmceuen | go for it levmorgan | 14:58 |
levmorgan | The first one is an improvement for passphrase generation, the second one is for genesis bundle generation. | 14:58 |
levmorgan | Thanks! | 14:58 |
mattmceuen | great - I've added them to the agenda for anyone who couldn't make it | 14:59 |
mattmceuen | with that I think we're out of time! | 14:59 |
mattmceuen | Thanks everyone for coming, appreciate your discussion | 14:59 |
mattmceuen | Have a great day & week all | 15:00 |
mattmceuen | #endmeeting | 15:00 |
*** openstack changes topic to "airshipit.org || General Review Dashboard: https://review.openstack.org/#/q/project:%255Eopenstack/airship.*+status:open,n,z" | 15:00 | |
openstack | Meeting ended Tue Feb 12 15:00:12 2019 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 15:00 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/airship/2019/airship.2019-02-12-14.00.html | 15:00 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/airship/2019/airship.2019-02-12-14.00.txt | 15:00 |
openstack | Log: http://eavesdrop.openstack.org/meetings/airship/2019/airship.2019-02-12-14.00.log.html | 15:00 |
roman_g | Thank you. | 15:00 |
*** levmorgan has quit IRC | 15:01 | |
*** michael-beaver has quit IRC | 15:07 | |
*** ianychoi has quit IRC | 15:07 | |
*** ianychoi has joined #airshipit | 15:07 | |
*** arunkant has joined #airshipit | 15:08 | |
*** sreejithp has joined #airshipit | 15:11 | |
*** ab2434_ has quit IRC | 15:13 | |
*** michael-beaver has joined #airshipit | 15:20 | |
*** michael-beaver has quit IRC | 15:25 | |
roman_g | https://review.openstack.org/#/c/636324/2 - minor docs formatting fix for the in-a-bottle repository; please, review. Thank you. | 15:25 |
*** openstackgerrit has joined #airshipit | 15:31 | |
openstackgerrit | Kaspars Skels proposed openstack/airship-in-a-bottle master: Move shipyard usage to build VM https://review.openstack.org/636239 | 15:31 |
openstackgerrit | Kaspars Skels proposed openstack/airship-in-a-bottle master: Move shipyard usage to build VM https://review.openstack.org/636239 | 15:34 |
openstackgerrit | Kaspars Skels proposed openstack/airship-in-a-bottle master: Move shipyard usage to build VM https://review.openstack.org/636239 | 15:36 |
openstackgerrit | Kaspars Skels proposed openstack/airship-in-a-bottle master: Run shipyard from build VM (instead of Genesis) https://review.openstack.org/636239 | 15:38 |
roman_g | https://review.openstack.org/#/c/635507/ - Add cache for results of requests to quay.io in Updater tool; Please, review. Thank you. | 15:46 |
openstackgerrit | chittibabu proposed openstack/airship-pegleg master: Add CLI to create Salt Key https://review.openstack.org/636089 | 15:48 |
*** roman_g has quit IRC | 15:57 | |
*** roman_g has joined #airshipit | 15:59 | |
georgk | hi mattmceuen | 16:17 |
georgk | can I bother you once more | 16:17 |
*** mbologna has quit IRC | 16:22 | |
*** georgk has quit IRC | 16:32 | |
mattmceuen | hey georgk absolutely :) I'm running around a bit this morning so I apologize that responses might be a bit delayed | 16:33 |
*** michael-beaver has joined #airshipit | 16:58 | |
*** peyunco has joined #airshipit | 17:09 | |
*** aagate has joined #airshipit | 17:20 | |
openstackgerrit | Jagan Mohan Kavva proposed openstack/airship-promenade master: UCP: Enable pod priority feature gate in K8s https://review.openstack.org/634780 | 17:43 |
openstackgerrit | Evgeniy L proposed openstack/airship-treasuremap master: Configure public network in Jenkinsfile https://review.openstack.org/636402 | 17:56 |
openstackgerrit | Merged openstack/airship-treasuremap master: Ceph: journal partitions instead of whole disk https://review.openstack.org/635989 | 18:41 |
*** georgk has joined #airshipit | 18:45 | |
*** georgk has quit IRC | 18:50 | |
*** georgk has joined #airshipit | 18:50 | |
*** lemko_ has joined #airshipit | 19:03 | |
*** adrianreza has quit IRC | 19:04 | |
*** lemko has quit IRC | 19:04 | |
*** mugsie has quit IRC | 19:04 | |
*** fdegir has quit IRC | 19:04 | |
*** lemko_ is now known as lemko | 19:04 | |
*** mugsie has joined #airshipit | 19:05 | |
*** fdegir has joined #airshipit | 19:05 | |
*** lemko has quit IRC | 19:09 | |
*** mbologna has joined #airshipit | 19:16 | |
*** georgk has quit IRC | 19:21 | |
openstackgerrit | PRATEEK REDDY DODDA proposed openstack/airship-promenade master: This commit is to create logging section to "DEBUG" in promenade.conf and overriding log_level value in it using values.yaml https://review.openstack.org/629154 | 19:30 |
openstackgerrit | Kaspars Skels proposed openstack/airship-treasuremap master: airskiff: Use Minikube for Kubernetes deployment https://review.openstack.org/622610 | 19:37 |
*** cbcg_ has quit IRC | 19:38 | |
openstackgerrit | Kaspars Skels proposed openstack/airship-treasuremap master: airskiff: Use Docker CE 18.06 for Minikube https://review.openstack.org/623549 | 19:40 |
openstackgerrit | Kaspars Skels proposed openstack/airship-treasuremap master: Add cache for results of requests to quay.io in Updater tool https://review.openstack.org/635507 | 19:46 |
openstackgerrit | PRATEEK REDDY DODDA proposed openstack/airship-promenade master: Log Format Standardization For Promenade https://review.openstack.org/629154 | 19:58 |
openstackgerrit | PRATEEK REDDY DODDA proposed openstack/airship-promenade master: Log Format Standardization For Promenade https://review.openstack.org/629154 | 19:59 |
*** mbologna has quit IRC | 20:23 | |
openstackgerrit | Alexander Hughes proposed openstack/airship-pegleg master: Add CLI to create Salt Key https://review.openstack.org/636089 | 20:28 |
openstackgerrit | Alexander Hughes proposed openstack/airship-pegleg master: Add CLI to create Salt Key https://review.openstack.org/636089 | 20:35 |
openstackgerrit | Evgeniy L proposed openstack/airship-treasuremap master: Configure public network in Jenkinsfile https://review.openstack.org/636402 | 21:00 |
*** fdegir has quit IRC | 21:06 | |
*** mugsie has quit IRC | 21:06 | |
*** mugsie has joined #airshipit | 21:06 | |
openstackgerrit | chittibabu proposed openstack/airship-pegleg master: Add CLI to create Salt Key https://review.openstack.org/636089 | 21:14 |
openstackgerrit | Sean Eagan proposed openstack/airship-armada master: Wait on all supported resource types by default https://review.openstack.org/636440 | 21:34 |
*** roman_g has quit IRC | 21:40 | |
openstackgerrit | chittibabu proposed openstack/airship-pegleg master: Add CLI to create Salt Key https://review.openstack.org/636089 | 21:41 |
*** nishant_ has quit IRC | 21:52 | |
openstackgerrit | diwakar thyagaraj proposed openstack/airship-promenade master: UCP: Enable Audit Logging feature gate in K8s https://review.openstack.org/635568 | 22:13 |
*** sreejithp has quit IRC | 22:47 | |
*** peyunco has quit IRC | 22:49 | |
*** sthussey has quit IRC | 22:51 | |
openstackgerrit | Nishant Kumar proposed openstack/airship-specs master: (divingbell) Ansible framework https://review.openstack.org/628221 | 22:52 |
openstackgerrit | Kaspars Skels proposed openstack/airship-treasuremap master: Configure public network in Jenkinsfile https://review.openstack.org/636402 | 22:55 |
*** michaelbeaver has joined #airshipit | 23:15 | |
*** michael-beaver has quit IRC | 23:18 | |
*** michaelbeaver has quit IRC | 23:20 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!