*** sthussey has quit IRC | 00:05 | |
openstackgerrit | Felipe Monteiro proposed openstack/airship-pegleg master: DNM: Move PKI catalog into Pegleg https://review.openstack.org/606131 | 00:38 |
---|---|---|
*** lemko has quit IRC | 00:43 | |
openstackgerrit | Felipe Monteiro proposed openstack/airship-pegleg master: DNM: Move PKI catalog into Pegleg https://review.openstack.org/606131 | 01:06 |
openstackgerrit | Felipe Monteiro proposed openstack/airship-pegleg master: DNM: Move PKI catalog into Pegleg https://review.openstack.org/606131 | 01:27 |
openstackgerrit | Felipe Monteiro proposed openstack/airship-pegleg master: DNM: Move PKI catalog into Pegleg https://review.openstack.org/606131 | 02:18 |
openstackgerrit | Felipe Monteiro proposed openstack/airship-pegleg master: DNM: Move PKI catalog into Pegleg https://review.openstack.org/606131 | 03:55 |
openstackgerrit | Felipe Monteiro proposed openstack/airship-pegleg master: DNM: Move PKI catalog into Pegleg https://review.openstack.org/606131 | 03:59 |
*** lemko has joined #airshipit | 05:42 | |
openstackgerrit | James Gu proposed openstack/airship-specs master: Add multi linux distro support in Airship https://review.openstack.org/601187 | 06:12 |
*** roman_g has joined #airshipit | 07:49 | |
*** georgk has joined #airshipit | 08:13 | |
*** georgk has quit IRC | 08:24 | |
openstackgerrit | Roman Gorshunov proposed openstack/airship-deckhand master: [WIP] Adding image tags on every commit https://review.openstack.org/608376 | 08:28 |
mardim | Hello airship people | 08:29 |
mardim | One question | 08:30 |
mardim | currently drydock do not support Ironic as a driver for baremetal node configuration | 08:30 |
mardim | does* | 08:30 |
mardim | To add this functionality we need Ironic to be deployed by helm in a standalone mode | 08:31 |
mardim | is that right ? | 08:31 |
mardim | Currenlty there is no Helm-chart for Ironic to be deployed in standalone | 08:31 |
mardim | correct me if I am worng but I think the only chart that is available is this : https://github.com/openstack/openstack-helm/tree/master/ironic | 08:32 |
mardim | But this ^ I think do not deploy Ironic as standalone but only in the context of Opernstack | 08:33 |
mardim | is that right ? | 08:33 |
mardim | roman_g, ^ Maybe you know more about this | 08:33 |
*** georgk has joined #airshipit | 10:21 | |
openstackgerrit | Roman Gorshunov proposed openstack/airship-deckhand master: [WIP] Adding image tags on every commit https://review.openstack.org/608376 | 10:31 |
openstackgerrit | Roman Gorshunov proposed openstack/airship-deckhand master: [WIP] Adding image tags on every commit https://review.openstack.org/608376 | 10:39 |
roman_g | mardim: I think you are right. | 10:42 |
roman_g | keystone is actually available by the time deckhand is started | 10:42 |
roman_g | but not other services (rabbitmq and others that might be needed (neutron?)) | 10:43 |
openstackgerrit | Roman Gorshunov proposed openstack/airship-deckhand master: [WIP] Adding image tags on every commit https://review.openstack.org/608376 | 10:44 |
*** georgk has quit IRC | 10:44 | |
mardim | roman_g, ok I think the first thing that we should do about integrating ironic to drydock is to create a custom helm-chart that installs Ironic in standalone mode | 10:52 |
mardim | roman_g, something like a-rship-maas that we utilize today | 10:53 |
mardim | airship-maas* | 10:53 |
roman_g | or, alternatively, just get standalone ironic running on a VM, and develop airship-* (drydock) code to talk to Ironic API | 10:54 |
roman_g | and leave chart for later time | 10:54 |
mardim | roman_g, So you mean when we deploy airhsip in a bottle for instance in a vm | 10:55 |
mardim | roman_g, in the same VM we deploy the Ironic services natively and not through K8s | 10:56 |
mardim | and configure Drydock to talk to it | 10:56 |
mardim | right ? | 10:56 |
roman_g | yes | 10:58 |
mardim | ok cool | 10:58 |
mardim | I will need to investigate some things first | 10:58 |
mardim | because I had never really used Ironic before | 10:59 |
mardim | of course this task https://storyboard.openstack.org/#!/story/2003983 | 10:59 |
mardim | talks about a spec | 10:59 |
mardim | but I do not thing right now I am in a position to write a spec for Ironci | 10:59 |
mardim | I need to investigate some things first | 11:00 |
mardim | So I will write the spec later | 11:00 |
mardim | roman_g, ^ | 11:00 |
roman_g | I would even use separate VM for Ironic (not one with in-a-bottle, because airship-in-a-bottle is a bit fragile, and you will need to do redeploys of it and/or VM snapshots/restores | 11:00 |
roman_g | ) | 11:00 |
roman_g | All right, no problem. | 11:00 |
mardim | you mean separate VM for investigation not for the general integration of Ironic to airship in a bottle right ? | 11:01 |
roman_g | Spec is used to get agreement between devs on how a functionality is to be implemented. To get some feedback prior to the code development. | 11:01 |
mardim | roman_g, ^ | 11:01 |
roman_g | I mean separate VM with Ironic both for investigation and for integration | 11:02 |
mardim | hmm bit airshiop in a botlle has a all in one deployment | 11:03 |
mardim | If I will integrate Ironic in a different VM that is not all in one | 11:03 |
mardim | no ? | 11:03 |
roman_g | it wouldn't really matter, as long as drydock could connect to Ironic API, whether it is running on same VM in different k8s pod, or if it is running on different node | 11:05 |
openstackgerrit | Roman Gorshunov proposed openstack/airship-deckhand master: [WIP] Adding image tags on every commit https://review.openstack.org/608376 | 11:05 |
mardim | roman_g, Yes ok but that means for Ironic and airship in a botlle we will need for a simple deployemtn | 11:07 |
mardim | at least two VMs | 11:07 |
mardim | is thsi acceptable ? | 11:07 |
mardim | I mean from the resource allocation perspective | 11:07 |
mardim | But anyway | 11:07 |
mardim | let me first do the investigation | 11:08 |
mardim | and we can discuss this in later time :) | 11:08 |
mardim | Thanks for the help!! | 11:08 |
mardim | roman_g, FYI there is a Openstack project which called Bifrost | 11:09 |
mardim | roman_g, And it deploys Ironic through the use of playbooks | 11:09 |
mardim | roman_g, Maybe we can use that | 11:09 |
roman_g | yes, I saw it | 11:10 |
mardim | ok cool! | 11:10 |
roman_g | Ironic docs also describe way to set it up in standalone | 11:10 |
roman_g | manually | 11:10 |
roman_g | eventually it still would need to be deployed via helm | 11:11 |
mardim | roman_g, Yes but I would like to use Bifrost to do this because is an official Openstack project and that means that there is a team behind that that maintains it :) | 11:11 |
roman_g | sure | 11:11 |
roman_g | for local test install it will work for sure | 11:11 |
mardim | we use it also in XCI installer | 11:11 |
mardim | and it is pretty cool | 11:11 |
mardim | yes sure | 11:12 |
openstackgerrit | Roman Gorshunov proposed openstack/airship-deckhand master: [WIP] Adding image tags on every commit https://review.openstack.org/608376 | 11:14 |
*** sthussey has joined #airshipit | 12:34 | |
*** aaronsheffield has joined #airshipit | 12:52 | |
openstackgerrit | Merged openstack/airship-treasuremap master: Uplift images for libvirt to match latest chart https://review.openstack.org/608396 | 13:02 |
openstackgerrit | Bryan Strassner proposed openstack/airship-shipyard master: [WIP] Add notes processing to the Shipyard API+CLI https://review.openstack.org/608087 | 13:05 |
openstackgerrit | Roman Gorshunov proposed openstack/airship-shipyard master: Minor fix: duplicate items in .title label of container images https://review.openstack.org/608943 | 13:09 |
roman_g | portdirect: Gerrit: "Pete Birley <e-mail address> does not identify a registered user or group" - I think you need to ask on #openstack-infra to get it fixed, you have duplicate records in Gerrit database (probably one registered, and another one imported from launchpad) | 13:15 |
roman_g | Or I can ask to get it fixed. Let me know. I did it for someone else previously. | 13:16 |
*** aaronsheffield has quit IRC | 13:28 | |
*** aaronsheffield has joined #airshipit | 13:32 | |
openstackgerrit | Roman Gorshunov proposed openstack/airship-shipyard master: Minor fix: duplicate items in .title label of container images https://review.openstack.org/608943 | 13:36 |
*** dwalt has joined #airshipit | 13:46 | |
openstackgerrit | Merged openstack/airship-treasuremap master: Ceph: Fix ceph issues https://review.openstack.org/606115 | 13:47 |
*** michael-beaver has joined #airshipit | 13:51 | |
evrardjp | o/ | 13:55 |
*** felipemonteiro has joined #airshipit | 13:58 | |
openstackgerrit | Roman Gorshunov proposed openstack/airship-deckhand master: [WIP] Adding image tags on every commit https://review.openstack.org/608376 | 13:59 |
portdirect | roman_g: I'm ok thx ;) | 14:00 |
roman_g | o/ | 14:01 |
b-str | Good morning. I'll get the meeting started here in a few moments. | 14:01 |
jamesgu | o/ | 14:01 |
b-str | #Startmeeting | 14:02 |
hogepodge | Hi | 14:02 |
mark-burnett | #startmeeting airship | 14:02 |
b-str | #startmeeting | 14:02 |
mattmceuen | #startmeeting airship | 14:02 |
openstack | Meeting started Tue Oct 9 14:02:37 2018 UTC and is due to finish in 60 minutes. The chair is mark-burnett. Information about MeetBot at http://wiki.debian.org/MeetBot. | 14:02 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 14:02 |
*** openstack changes topic to " (Meeting topic: airship)" | 14:02 | |
openstack | The meeting name has been set to 'airship' | 14:02 |
openstack | b-str: Error: Can't start another meeting, one is in progress. Use #endmeeting first. | 14:02 |
openstack | mattmceuen: Error: Can't start another meeting, one is in progress. Use #endmeeting first. | 14:02 |
mattmceuen | lol | 14:02 |
mark-burnett | Hey all, sorry for the delay | 14:02 |
mattmceuen | this meeting is so started | 14:03 |
mark-burnett | Here's the nascent etherpad for today: https://etherpad.openstack.org/p/airship-meeting-2018-10-09 | 14:03 |
aaronsheffield | 0/ | 14:04 |
dwalt | o/ | 14:05 |
b-str | #topic Representation at OpenStack Foundation Joint Leadership Meeting | 14:06 |
mark-burnett | #topic Representation at OpenStack Foundation Joint Leadership Meeting | 14:06 |
*** openstack changes topic to "Representation at OpenStack Foundation Joint Leadership Meeting (Meeting topic: airship)" | 14:06 | |
hogepodge | I added that | 14:07 |
hogepodge | There’s a joint leadership meeting at the Berlin summit. | 14:07 |
hogepodge | Airship should send one or two people to represent the project if possible | 14:07 |
portdirect | alanmeadows, mattmceuen and myself will be in berlin | 14:08 |
mattmceuen | +1 | 14:08 |
mattmceuen | Thanks for the heads up hogepodge, I can help with that | 14:08 |
hogepodge | Agenda still hasn’t been set, but if someone can reach out to Alan to rsvp that would be great. I’ll also be at that meeting as a foundation rep supporting new projects | 14:09 |
hogepodge | Thanks. Unless there are questions that’s it for me | 14:09 |
mattmceuen | I'll probably have questions after I read it more closely / think about it more :) | 14:09 |
hogepodge | There’s no agenda yet, but it should start forming up soon | 14:10 |
mark-burnett | Ok, let's continue new business | 14:10 |
mark-burnett | #topic WIP tempest plugin for Airship | 14:11 |
*** openstack changes topic to "WIP tempest plugin for Airship (Meeting topic: airship)" | 14:11 | |
mattmceuen | Ah that is mine | 14:11 |
mattmceuen | Just as an FYI (and felipemonteiro probably has more info on this if anyone's interested) -- there is a WIP of a tempest plugin for Airship | 14:12 |
mattmceuen | https://github.com/att-comdev/airship-tempest-plugin | 14:12 |
*** mugsie has joined #airshipit | 14:13 | |
openstackgerrit | Bryan Strassner proposed openstack/airship-shipyard master: [WIP] Add notes processing to the Shipyard API+CLI https://review.openstack.org/608087 | 14:13 |
mattmceuen | Rick Bartra is the main author; the goal is to get it into openstack infra, but he's thinking it would be wise to get automated gating set up around it prior to / same time as introducing the project to infra | 14:13 |
felipemonteiro | O/ | 14:13 |
mattmceuen | I'm told it has 100% coverage of Shipyard APIs so far - so that's an awesome start since that's the front door to airship! | 14:13 |
mattmceuen | That's all I have - @hogepodge does that sound like a good general approach (plan to move into openstack infra when it's possible to gate with it)? | 14:14 |
portdirect | why not move earlier? | 14:15 |
mattmceuen | Mr Bartra would need to be here to share his thoughts :) he's not in throwing distance, is he felipemonteiro? | 14:15 |
roman_g | Noteworthy Development Items | 14:15 |
roman_g | oops. sorry | 14:15 |
hogepodge | Yes, plus that sets the project up for creating a trademark program with existing tools | 14:16 |
hogepodge | You can make it a non voting job as you develop | 14:16 |
felipemonteiro | mattmceuen: there are some caveats related to the statement "100% shipyard test coverage" | 14:17 |
mattmceuen | to make sure I understand chris - you're saying sooner-into-infra-is-better, then iterate? | 14:17 |
mattmceuen | 99.999% felipemonteiro? :) | 14:17 |
hogepodge | You don’t have to wait. It’s really up | 14:18 |
felipemonteiro | 1) There are two types of tests in that repo: a) API tests and b) RBAC tests | 14:18 |
felipemonteiro | 2) The API tests are nowhere near 100% test coverage | 14:18 |
hogepodge | To you. I’m always in favor of more testing | 14:18 |
mattmceuen | Awesome - I'll pass on that feedback. I'm with ya. | 14:18 |
felipemonteiro | 3) The RBAC tests approximate 100% coverage, but aren't complete tests insofar as the payloads aren't complete, so the tests coerce exceptions from the API, but consider it a pass so long as 403 isn't raised | 14:19 |
mattmceuen | ahh thanks for the clarification felipemonteiro | 14:19 |
hogepodge | Consult with infra also, they can give good guidance and really like that airship team works with them | 14:19 |
mattmceuen | +1 | 14:19 |
mark-burnett | Is there a desire to keep this in its own repo rather than with each project? | 14:20 |
mattmceuen | Ha that was my question to Rick yesterday too | 14:20 |
mark-burnett | I'm not really expressing a particular desire here | 14:20 |
mattmceuen | Turns out the overall direction is consolidating toward separate projects for test plugins, let me get the link w/ justification... | 14:20 |
mark-burnett | Just seems at odds with "each project stands alone", though I know that OS has done various things with tempest in the past | 14:20 |
mark-burnett | Ok, so there's some discussion anyway | 14:20 |
mattmceuen | https://governance.openstack.org/tc/goals/queens/split-tempest-plugins.html | 14:21 |
felipemonteiro | I think it should be a separate repo for all Airship components' integration tests, as otherwise you get major cross-repo dependency just to do joint testing. I wouldn't recommend it either as we would want standardization in the test implementation and a separate repo is better for that. | 14:21 |
mattmceuen | Sounds good to me, resident QA Core! :) | 14:22 |
mattmceuen | That's all from me mark-burnett on this - thanks | 14:23 |
mark-burnett | Ok | 14:23 |
mark-burnett | #topic Container Images get built from the same code multiple times | 14:23 |
*** openstack changes topic to "Container Images get built from the same code multiple times (Meeting topic: airship)" | 14:23 | |
mark-burnett | I think this is from roman_g | 14:23 |
roman_g | Yes, from me. | 14:23 |
mark-burnett | The short answer is that these are probably "built separately" on the same job, so there isn't duplicate work | 14:24 |
evrardjp | Just a little node based on that title, it could be possible to re-use jobs in different projects ... | 14:24 |
*** ethfci_ has joined #airshipit | 14:24 | |
evrardjp | mark-burnett: is airship in the same zuul tenant as openstack for now? | 14:24 |
portdirect | yes | 14:24 |
roman_g | mark-burnett: but it still gets different images to be published. | 14:25 |
roman_g | so is it a bug which needs to be fixed, or it's a feature? | 14:26 |
mark-burnett | Hmm, good question | 14:26 |
mark-burnett | Certainly worth a look | 14:27 |
roman_g | normally I would do "docker build ...:latest; docker tag ...:git-commit-id; docker tag ...:master; docker publish ...:latest; docker publish ...:git-commit-id; docker publish ...:master" | 14:27 |
ethfci_ | Hello, i am stucked at https://airship-treasuremap.readthedocs.io/en/latest/authoring_and_deployment.html#promenade-bootstrap (can't connect to 127.0.0.1) | 14:28 |
mark-burnett | Sure | 14:28 |
roman_g | the last two "docker publish ..." actually do not run, as docker registry api responds that it already has thise layers, and just adds tag | 14:28 |
mark-burnett | I think we can work on this off-line from the meeting | 14:29 |
roman_g | ok. will Slack you. | 14:29 |
roman_g | next topic | 14:29 |
mattmceuen | ethfci_ thanks for sharing that - probably need to dig into some logs / details, can you please share those after the meeting? | 14:30 |
mark-burnett | #topic Noteworthy Development Items | 14:30 |
*** openstack changes topic to "Noteworthy Development Items (Meeting topic: airship)" | 14:30 | |
mark-burnett | Just a reminder to add notes to the development update: https://etherpad.openstack.org/p/airship-dev-update-2018-10-05 | 14:30 |
mark-burnett | I haven't had a chance to work on that actually, so still time to add | 14:30 |
mark-burnett | #topic roundtable | 14:31 |
*** openstack changes topic to "roundtable (Meeting topic: airship)" | 14:31 | |
mark-burnett | Any other topics? | 14:31 |
roman_g | mardim <-- started to work on Ironic driver | 14:31 |
mattmceuen | Hey did we touch on the wiki? | 14:31 |
roman_g | No. | 14:31 |
mattmceuen | And do we have Lindsey here perchance? | 14:32 |
mark-burnett | No, we don't | 14:32 |
mark-burnett | I wasn't sure that anyone else had anything to say atm other than check it out. | 14:33 |
b-str | Anyone have any other topics? | 14:36 |
hogepodge | Yes | 14:36 |
felipemonteiro | I'd like to discuss reintegrating 3rd party CI with Airship | 14:36 |
felipemonteiro | I think that we should properly configure it to take advantage of testing we're doing downstream in Zuul - and that requires publicly reporting the CI results, etc. | 14:37 |
felipemonteiro | In Jenkins* | 14:37 |
hogepodge | In case you missed it, there’s a community meeting on Wednesday morning. jbryce and ttx will be covering new project governance at the Foundation level. | 14:37 |
roman_g | AFAIK there were plans to build voting gates with Zuul (instead of Jenkins) in AF lab. I have no other information on that. | 14:38 |
openstackgerrit | Felipe Monteiro proposed openstack/airship-deckhand master: docs: Elaborate on document layering in documentation https://review.openstack.org/578554 | 14:39 |
mark-burnett | @felipemonteiro I agree with you, it would be great to get that re-integrated | 14:39 |
mark-burnett | We actually have a bunch of the CICD team in St Louis today -- I'll ask them what they think we need to do to move forward with that | 14:40 |
openstackgerrit | Felipe Monteiro proposed openstack/airship-deckhand master: docs: Elaborate on document layering in documentation https://review.openstack.org/578554 | 14:40 |
felipemonteiro | Nice! | 14:40 |
felipemonteiro | I think the main blocker was reporting the results publicly (without needing any bells and whistles to see it) | 14:41 |
mark-burnett | I suspect you're right | 14:41 |
felipemonteiro | And otherwise properly registering airship-ci but that's more paperwork than anything (not a blocker) | 14:41 |
mark-burnett | Ok, anything else? | 14:42 |
evrardjp | none | 14:43 |
roman_g | nothing | 14:43 |
mark-burnett | #endmeeting | 14:47 |
*** openstack changes topic to "airshipit.org || General Review Dashboard: https://review.openstack.org/#/q/project:%255Eopenstack/airship.*+status:open,n,z" | 14:47 | |
openstack | Meeting ended Tue Oct 9 14:47:15 2018 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 14:47 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/airship/2018/airship.2018-10-09-14.02.html | 14:47 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/airship/2018/airship.2018-10-09-14.02.txt | 14:47 |
openstack | Log: http://eavesdrop.openstack.org/meetings/airship/2018/airship.2018-10-09-14.02.log.html | 14:47 |
roman_g | Thank you. | 14:47 |
roman_g | ethfci_: meeting is over. Could you provide a bit more logs and description on what is happening? Thank you. | 14:59 |
openstackgerrit | Serge Kovaleff proposed openstack/airship-shipyard master: Fix get_pod_logs logic to pick up accurate pods https://review.openstack.org/608380 | 15:05 |
openstackgerrit | Merged openstack/airship-armada master: Add chart API to wait on k8s resource types/labels https://review.openstack.org/603901 | 15:47 |
*** ethfci_ has quit IRC | 15:48 | |
openstackgerrit | Merged openstack/airship-pegleg master: CLI: Add support for listing repository types https://review.openstack.org/607709 | 15:50 |
openstackgerrit | Kaspars Skels proposed openstack/airship-treasuremap master: Uplift all charts/images except Armada https://review.openstack.org/609040 | 15:58 |
*** georgk has joined #airshipit | 16:03 | |
openstackgerrit | Merged openstack/airship-treasuremap master: Add labels for ingress to enable layer overrides https://review.openstack.org/608338 | 16:06 |
*** felipemonteiro has quit IRC | 16:19 | |
openstackgerrit | Merged openstack/airship-promenade master: Re-align Kubernetes proxy chart with upstream DS https://review.openstack.org/607697 | 16:24 |
*** michael-beaver has quit IRC | 16:29 | |
*** Michael_Beaver has joined #airshipit | 16:29 | |
openstackgerrit | Roman Gorshunov proposed openstack/airship-deckhand master: [WIP] Adding image tags on every commit https://review.openstack.org/608376 | 16:44 |
openstackgerrit | Roman Gorshunov proposed openstack/airship-deckhand master: [WIP] Adding image tags on every commit https://review.openstack.org/608376 | 17:08 |
openstackgerrit | Anthony Bellino proposed openstack/airship-divingbell master: Apparmor security profile https://review.openstack.org/606953 | 17:36 |
openstackgerrit | Anthony Bellino proposed openstack/airship-divingbell master: Apparmor security profile https://review.openstack.org/606953 | 17:37 |
openstackgerrit | Felipe Monteiro proposed openstack/airship-pegleg master: DNM: Move PKI catalog into Pegleg https://review.openstack.org/606131 | 17:45 |
openstackgerrit | Felipe Monteiro proposed openstack/airship-pegleg master: WIP: Move PKI catalog into Pegleg https://review.openstack.org/606131 | 17:47 |
*** michaelbeaver has joined #airshipit | 18:04 | |
*** Michael_Beaver has quit IRC | 18:08 | |
openstackgerrit | Kaspars Skels proposed openstack/airship-treasuremap master: Uplift all charts/images except Armada https://review.openstack.org/609040 | 18:26 |
openstackgerrit | Felipe Monteiro proposed openstack/airship-pegleg master: WIP: Move PKI catalog into Pegleg https://review.openstack.org/606131 | 18:31 |
openstackgerrit | Bryan Strassner proposed openstack/airship-shipyard master: [WIP] Add notes processing to the Shipyard API+CLI https://review.openstack.org/608087 | 18:35 |
*** Michael_Beaver has joined #airshipit | 18:38 | |
*** michaelbeaver has quit IRC | 18:42 | |
openstackgerrit | Andrey Volkov proposed openstack/airship-divingbell master: Add new apparmor daemonset https://review.openstack.org/599025 | 19:00 |
openstackgerrit | Andrey Volkov proposed openstack/airship-divingbell master: Add build docs as a lint step https://review.openstack.org/609094 | 19:00 |
openstackgerrit | Drew Walters proposed openstack/airship-armada master: api: Replace conflicting environment variable https://review.openstack.org/609096 | 19:09 |
openstackgerrit | Drew Walters proposed openstack/airship-armada master: api: Replace conflicting environment variable https://review.openstack.org/609096 | 19:11 |
openstackgerrit | Drew Walters proposed openstack/airship-armada master: api: Update entrypoint script with proper quotes https://review.openstack.org/609101 | 19:23 |
openstackgerrit | Bryan Strassner proposed openstack/airship-shipyard master: Add notes processing to the Shipyard API+CLI https://review.openstack.org/608087 | 19:31 |
openstackgerrit | Drew Walters proposed openstack/airship-armada master: api: Replace conflicting environment variable https://review.openstack.org/609096 | 19:36 |
openstackgerrit | Merged openstack/airship-shipyard master: Fix get_pod_logs logic to pick up accurate pods https://review.openstack.org/608380 | 19:38 |
openstackgerrit | Bryan Strassner proposed openstack/airship-shipyard master: Add notes processing to the Shipyard API+CLI https://review.openstack.org/608087 | 19:46 |
openstackgerrit | Drew Walters proposed openstack/airship-armada master: api: Replace conflicting environment variable https://review.openstack.org/609096 | 19:48 |
openstackgerrit | Drew Walters proposed openstack/airship-armada master: api: Update entrypoint script with proper quotes https://review.openstack.org/609101 | 19:48 |
openstackgerrit | Andrey Volkov proposed openstack/airship-divingbell master: Improve docs formatting https://review.openstack.org/609114 | 19:54 |
*** michaelbeaver has joined #airshipit | 20:02 | |
openstackgerrit | Felipe Monteiro proposed openstack/airship-pegleg master: WIP: Move PKI catalog into Pegleg https://review.openstack.org/606131 | 20:04 |
*** Michael_Beaver has quit IRC | 20:05 | |
openstackgerrit | Bryan Strassner proposed openstack/airship-shipyard master: Add notes processing to the Shipyard API+CLI https://review.openstack.org/608087 | 20:06 |
openstackgerrit | PRATEEK REDDY DODDA proposed openstack/airship-deckhand master: Have made neccessary changes to avoid dup document https://review.openstack.org/603502 | 20:10 |
*** Michael_Beaver has joined #airshipit | 20:15 | |
*** michaelbeaver has quit IRC | 20:19 | |
openstackgerrit | Kaspars Skels proposed openstack/airship-treasuremap master: Enabled https for ingress endpoints https://review.openstack.org/609119 | 20:21 |
openstackgerrit | Merged openstack/airship-shipyard master: Add notes common code for Shipyard https://review.openstack.org/607063 | 20:24 |
openstackgerrit | Bryan Strassner proposed openstack/airship-shipyard master: Add notes processing to the Shipyard API+CLI https://review.openstack.org/608087 | 20:30 |
openstackgerrit | Rick Bartra proposed openstack/airship-pegleg master: Pegleg CLI output improvement https://review.openstack.org/608098 | 20:40 |
openstackgerrit | Rick Bartra proposed openstack/airship-pegleg master: Pegleg CLI output improvement https://review.openstack.org/608098 | 20:42 |
openstackgerrit | Rick Bartra proposed openstack/airship-pegleg master: Missing import causing `pegleg type list` to not work https://review.openstack.org/609127 | 20:46 |
openstackgerrit | Rick Bartra proposed openstack/airship-pegleg master: Pegleg CLI output improvement https://review.openstack.org/608098 | 20:49 |
openstackgerrit | Anthony Bellino proposed openstack/airship-divingbell master: Apparmor security profile https://review.openstack.org/606953 | 20:50 |
openstackgerrit | Andrey Volkov proposed openstack/airship-divingbell master: Add new apparmor daemonset https://review.openstack.org/599025 | 20:53 |
openstackgerrit | Andrey Volkov proposed openstack/airship-divingbell master: Improve docs formatting https://review.openstack.org/609114 | 20:53 |
*** aaronsheffield has quit IRC | 21:08 | |
openstackgerrit | Merged openstack/airship-pegleg master: Missing import causing `pegleg type list` to not work https://review.openstack.org/609127 | 21:12 |
*** georgk has quit IRC | 21:14 | |
openstackgerrit | Felipe Monteiro proposed openstack/airship-pegleg master: WIP: Move PKI catalog into Pegleg https://review.openstack.org/606131 | 21:23 |
openstackgerrit | Bryan Strassner proposed openstack/airship-shipyard master: Add notes processing to the Shipyard API+CLI https://review.openstack.org/608087 | 21:29 |
openstackgerrit | Anthony Bellino proposed openstack/airship-divingbell master: Apparmor security profile https://review.openstack.org/606953 | 21:51 |
openstackgerrit | Felipe Monteiro proposed openstack/airship-pegleg master: WIP: Move PKI catalog into Pegleg https://review.openstack.org/606131 | 21:56 |
openstackgerrit | Felipe Monteiro proposed openstack/airship-pegleg master: Unify publishing of docs https://review.openstack.org/581706 | 22:00 |
*** dwalt has quit IRC | 22:05 | |
*** mardim has quit IRC | 22:10 | |
openstackgerrit | Felipe Monteiro proposed openstack/airship-pegleg master: WIP: Move PKI catalog into Pegleg https://review.openstack.org/606131 | 22:10 |
openstackgerrit | Felipe Monteiro proposed openstack/airship-pegleg master: WIP: Move PKI catalog into Pegleg https://review.openstack.org/606131 | 22:13 |
openstackgerrit | Merged openstack/airship-in-a-bottle master: Bump Shipyard version https://review.openstack.org/607203 | 22:18 |
*** michaelbeaver has joined #airshipit | 22:19 | |
openstackgerrit | Jerome Brette proposed openstack/airship-drydock master: Update Dockerfile to allow override of FROM variable https://review.openstack.org/577972 | 22:19 |
*** Michael_Beaver has quit IRC | 22:23 | |
*** michaelbeaver has quit IRC | 22:25 | |
openstackgerrit | Dan Crank proposed openstack/airship-maas master: [470918] Update MaaS to 2.3.5 https://review.openstack.org/608270 | 22:25 |
openstackgerrit | Jerome Brette proposed openstack/airship-drydock master: Update Dockerfile to allow override of FROM variable https://review.openstack.org/577972 | 22:29 |
*** georgk has joined #airshipit | 22:32 | |
openstackgerrit | Jerome Brette proposed openstack/airship-deckhand master: Update Dockerfile to allow override of FROM variable https://review.openstack.org/577976 | 22:39 |
*** georgk has quit IRC | 22:49 | |
*** lemko has quit IRC | 22:52 | |
openstackgerrit | Anthony Bellino proposed openstack/airship-divingbell master: Apparmor security profile https://review.openstack.org/606953 | 22:55 |
openstackgerrit | Anthony Bellino proposed openstack/airship-divingbell master: Apparmor security profile https://review.openstack.org/606953 | 23:29 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!