From 3299ca10a24f1883474e2b28f9f9d675fca90807 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jun 18 2018 09:37:52 +0000 Subject: [PATCH 1/2] Remove loopabull playbooks that aren't being used and adjust the README Signed-off-by: Pierre-Yves Chibon --- diff --git a/README.rst b/README.rst index 045dec3..374bc85 100644 --- a/README.rst +++ b/README.rst @@ -129,6 +129,10 @@ workflow could extend beyond just that, but the initial intent is to target `Fedora Atomic Host`_ and `Fedora Containers`_ as those release artifacts are released at a much more rapid cadence than anything else in Fedora. + +.. note:: Loopabull playbooks can now be found in the `loopabull-tasks +`_ project. + :: +--------------+ +----------------+ diff --git a/ansible/org.fedoraproject.prod.buildsys.build.state.change.yml b/ansible/org.fedoraproject.prod.buildsys.build.state.change.yml deleted file mode 100644 index 6506c7c..0000000 --- a/ansible/org.fedoraproject.prod.buildsys.build.state.change.yml +++ /dev/null @@ -1,11 +0,0 @@ ---- -# This playbook is effectively just a placeholder because we needed something to -# test with for a loopabull deployment, when/if we have something that's useful -# as an actionable item in this fedmsg please feel free to modify this playbook -# or replace it all together. -# -- name: buildsys.build.state.change - hosts: localhost - gather_facts: false - tasks: - - debug: var=msg \ No newline at end of file diff --git a/ansible/org.fedoraproject.prod.releng.twoweek.complete.yml b/ansible/org.fedoraproject.prod.releng.twoweek.complete.yml deleted file mode 100644 index 53e5308..0000000 --- a/ansible/org.fedoraproject.prod.releng.twoweek.complete.yml +++ /dev/null @@ -1,24 +0,0 @@ ---- -# This playbook is to be used in concert with Loopabull[0] and it will trigger -# the release of the Fedora Layered Image Containers upon the release of a new -# Atomic Host -# -# [0] - https://github.com/maxamillion/loopabull -# -- name: Release Fedora Layered Image Containers - hosts: automator - tasks: - - name: Gather list of Release Candidates - fedcontainer_rc: - release: "25" - #release: "{{msg.atomic_qcow2.release}}" - register: query_data - - - include: "include/release-containers.yml" - vars: - - src_registry: candidate-registry.fedoraproject.org - - src_registry_cert_dir: /etc/docker/cert.d/candidate-registry.fedoraproject.org/ - - dest_registry: registry.fedoraproject.org - - dest_registry_cert_dir: /etc/docker/cert.d/registry.fedoraproject.org/ - with_items: "{{query_data.rclist}}" - From 9853394bf10e6d0e11b748e0011f8e2b4416570f Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jun 18 2018 09:39:00 +0000 Subject: [PATCH 2/2] Small typo in the README Signed-off-by: Pierre-Yves Chibon --- diff --git a/README.rst b/README.rst index 374bc85..e4cb00d 100644 --- a/README.rst +++ b/README.rst @@ -46,7 +46,7 @@ In the past (or still currently, depending on the specific task and state of migration to the new workflow) Fedora Release Engineering Automation tasks are performed by various scripts run on various machines within the Fedora Infrastructure with no real centralized logging. Some of these are automated by -chron jobs and some run by hand by request of various members within the Fedora +cron jobs and some run by hand by request of various members within the Fedora Community, normally around Fedora Test Days. Finding information about old tasks is not always the easiest of things to do and the delegation of tasks is currently not available. The goal here is to provide a solution that removes