openstackgerrit | Matt McEuen proposed openstack/airship-treasuremap master: Add podsecuritypolicy https://review.openstack.org/629686 | 00:20 |
---|---|---|
*** openstackgerrit has quit IRC | 00:34 | |
*** sthussey has quit IRC | 01:12 | |
*** openstackgerrit has joined #airshipit | 03:23 | |
openstackgerrit | Scott Hussey proposed openstack/airship-maas master: Open MAAS proxy ACL https://review.openstack.org/630011 | 03:23 |
*** jamesgu has quit IRC | 06:08 | |
openstackgerrit | Vieri proposed openstack/airship-divingbell master: Add openstack-discuss https://review.openstack.org/622997 | 06:31 |
openstackgerrit | Vieri proposed openstack/airship-deckhand master: Add openstack-discuss https://review.openstack.org/622996 | 06:32 |
*** roman_g has quit IRC | 06:51 | |
*** roman_g has joined #airshipit | 08:07 | |
*** dimitris_ has joined #airshipit | 08:12 | |
*** dims has quit IRC | 11:21 | |
*** dims has joined #airshipit | 13:07 | |
mattmceuen | hey jamesgu - so the site definition yamls define the whole tamale of the infrastructure, including both ucp and openstack components. | 14:03 |
mattmceuen | So if you wanted to remove openstack from an airship site, the easiest thing to do would be to just remove the openstack components from the armada site manifest, e.g.: https://github.com/openstack/airship-treasuremap/blob/master/global/software/manifests/full-site.yaml | 14:05 |
mattmceuen | I don't think we've tested this yet, since we've been more concerned with getting openstack on a site than taking it off :) if you try this, can you let me know how it goes? | 14:06 |
*** sthussey has joined #airshipit | 14:08 | |
openstackgerrit | Merged openstack/airship-maas master: Open MAAS proxy ACL https://review.openstack.org/630011 | 14:28 |
b-str | I expect that any helm releases not represented in the armada manifest would be ignored, so removing the OSH components would result in them being untouched. I think you'd probably need to do a follow-up helm delete --purge or similar for the helm releases that are no longer desired. Airship doesn't current delete releases that are not represented in the design as far as I know. | 15:00 |
mattmceuen | hmm good point | 15:01 |
*** lemko has joined #airshipit | 15:02 | |
openstackgerrit | Scott Hussey proposed openstack/airship-promenade master: Refactor API server https://review.openstack.org/622586 | 15:18 |
openstackgerrit | Scott Hussey proposed openstack/airship-promenade master: apiserver support for etcd encryption https://review.openstack.org/628290 | 15:18 |
openstackgerrit | Sandeep Reddy Thumma proposed openstack/airship-deckhand master: Added filename to Deckhand logs for troubleshooting purpose. https://review.openstack.org/626607 | 15:40 |
*** dimitris_ has quit IRC | 15:41 | |
*** nick_kar has quit IRC | 15:42 | |
openstackgerrit | Merged openstack/airship-divingbell master: Add rerun support for perm module https://review.openstack.org/629045 | 15:51 |
openstackgerrit | Scott Hussey proposed openstack/airship-promenade master: apiserver support for etcd encryption https://review.openstack.org/628290 | 15:53 |
*** evrardjp has quit IRC | 16:10 | |
*** evrardjp has joined #airshipit | 16:11 | |
openstackgerrit | Scott Hussey proposed openstack/airship-promenade master: apiserver support for etcd encryption https://review.openstack.org/628290 | 16:13 |
*** jamesgu has joined #airshipit | 16:20 | |
openstackgerrit | Drew Walters proposed openstack/airship-treasuremap master: airship: Pin to known OSH-INFRA version https://review.openstack.org/629559 | 16:40 |
openstackgerrit | Sean Eagan proposed openstack/airship-armada master: Move to tiller 2.12.1 https://review.openstack.org/630325 | 16:45 |
openstackgerrit | Sean Eagan proposed openstack/airship-armada master: Move to tiller 2.12.1 https://review.openstack.org/630325 | 16:52 |
openstackgerrit | Rahul Khiyani proposed openstack/airship-divingbell master: Adding logging configurations to DivingBell and overriding loglevel value. https://review.openstack.org/630348 | 17:19 |
openstackgerrit | Drew Walters proposed openstack/airship-treasuremap master: airship: Pin to known OSH-INFRA version https://review.openstack.org/629559 | 17:51 |
*** lemko has quit IRC | 18:22 | |
*** Soopaman has joined #airshipit | 19:11 | |
Soopaman | greetings | 19:11 |
mattmceuen | howdy Soopaman | 19:12 |
Soopaman | trying to wrap my head around deployments and management using maas/airshipit | 19:12 |
Soopaman | do you mind if I explain my situation and ya'll could help poke holes it in? | 19:13 |
mattmceuen | sure thing! go for it | 19:13 |
Soopaman | setting up an afterschool program, where I want to have a single offsite machine, manage and coordinate with a collection of local servers (per physical location), that manage a bunch of workstations | 19:15 |
mattmceuen | these workstations - would they be like UI-based workstations that the kids would use? | 19:17 |
Soopaman | ideally | 19:17 |
Soopaman | not sure if they'll be nextcloud client end points, or roaming profiles | 19:18 |
mattmceuen | Cool. I think that's a great idea, but I wonder if something like Ansible would be a better fit | 19:18 |
Soopaman | let me read up on ansible | 19:19 |
mattmceuen | The workloads airship is geared for is all containerized, helm-chart based deployments -- the stuff you're going to be installing/managing (desktop softare & such) is probably all going to be natively installed, via e.g. apt-get, which ansible's really good at | 19:19 |
mattmceuen | Sounds good, and good luck! | 19:20 |
Soopaman | mattmceuen: so for the endpoints i'd probably use ansible | 19:21 |
Soopaman | but for local servers could be airship'd? or would it be better to maas them | 19:22 |
Soopaman | all sentences were questions | 19:22 |
mattmceuen | So Ansible will be good at managing software once the machines are up and running with an OS, but how do you get the OS there to begin with -- that's the challenge, right? | 19:24 |
Soopaman | I figure I'd have to either netboot the clients using the local server | 19:25 |
mattmceuen | There are a number of different tools for that, maas, ironic, several others. I think Ironic actually has Ansible integration, so that might be one approach | 19:25 |
Soopaman | though if ansible is redhat, and the rest is ubuntu, not sure if they'll get along | 19:25 |
mattmceuen | Soopaman: I'm not an ironic expert, but I'm pretty sure it support ubuntu as a first-class citizen. What I can't say for sure is whether it's a perfect fit for managing desktops in an e.g. Ansible-based setup | 19:30 |
mattmceuen | I bet the guys in #openstack-ansible could give you some good guidance there though, or point toward an alternative if not | 19:30 |
mattmceuen | #openstack-ironic, rather | 19:30 |
*** shoaibwr has quit IRC | 19:31 | |
Soopaman | k, thx | 19:31 |
mattmceuen | sure thing | 19:31 |
*** shoaibwr has joined #airshipit | 19:31 | |
*** openstackstatus has quit IRC | 19:43 | |
*** openstackstatus has joined #airshipit | 19:43 | |
*** ChanServ sets mode: +v openstackstatus | 19:43 | |
*** roman_g has quit IRC | 19:45 | |
openstackgerrit | chinasubbareddy mallavarapu proposed openstack/airship-treasuremap master: Airship-treasuremap: Ceph charts cleanup https://review.openstack.org/629302 | 19:52 |
openstackgerrit | Alexander Hughes proposed openstack/airship-pegleg master: Add site master passphrase generation https://review.openstack.org/628021 | 19:53 |
openstackgerrit | chinasubbareddy mallavarapu proposed openstack/airship-treasuremap master: Ceph journal partitions automation https://review.openstack.org/629033 | 19:53 |
*** openstack has joined #airshipit | 20:14 | |
*** ChanServ sets mode: +o openstack | 20:14 | |
openstackgerrit | Rahul Khiyani proposed openstack/airship-divingbell master: Adding logging configurations to DivingBell and overriding loglevel value https://review.openstack.org/630348 | 20:16 |
openstackgerrit | Alexander Hughes proposed openstack/airship-pegleg master: Add site master passphrase generation https://review.openstack.org/628021 | 20:23 |
*** sreejithp has joined #airshipit | 20:39 | |
*** sreejithp has quit IRC | 20:39 | |
*** sreejithp has joined #airshipit | 20:41 | |
*** sreejithp has left #airshipit | 20:49 | |
*** sreejithp has joined #airshipit | 20:50 | |
*** Soopaman has quit IRC | 20:55 | |
openstackgerrit | Sean Eagan proposed openstack/airship-armada master: Schema forward compatability https://review.openstack.org/630394 | 21:21 |
jamesgu__ | mattmceuen, b-str: yes I have a script that helm-delete the osh charts in openstack namespace, but I was curious if there is a better approach in shipyard that may let me to delete the whole site in a single cmd. I'll try as Matt suggested to remote the OSH software from the site manifest and see how that goes next time! | 21:30 |
openstackgerrit | Bryan Strassner proposed openstack/airship-in-a-bottle master: Fix references to olso by correcting them to oslo https://review.openstack.org/630398 | 21:54 |
openstackgerrit | Sean Eagan proposed openstack/airship-armada master: Automate deletion of test pods https://review.openstack.org/629313 | 21:56 |
openstackgerrit | Bryan Strassner proposed openstack/airship-treasuremap master: Fix references to olso by correcting them to oslo https://review.openstack.org/630399 | 22:00 |
openstackgerrit | Sean Eagan proposed openstack/airship-armada master: Schema forward compatability https://review.openstack.org/630394 | 22:09 |
openstackgerrit | Anthony Bellino proposed openstack/airship-treasuremap master: Updates divingbell perm https://review.openstack.org/630402 | 22:22 |
*** sthussey has quit IRC | 22:28 | |
openstackgerrit | Lev Morgan proposed openstack/airship-pegleg master: pki: Port Promenade's PKI catalog into Pegleg https://review.openstack.org/606131 | 22:48 |
openstackgerrit | Merged openstack/airship-treasuremap master: airship: Pin to known OSH-INFRA version https://review.openstack.org/629559 | 23:37 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!