Commit graph

19 commits

Author SHA1 Message Date
Kevin Fenzi
580cd252c5 Inventory group/host variables: Sort yaml
This was done using yq (
https://mikefarah.gitbook.io/yq/operators/sort-keys )

Doing things this way makes it much easier to see if a variable is set
in a file or if two hosts differ in what variables they set. Hopefully
we can keep things sorted moving forward.

Basically this means just sort a-z anything you add to any host or group
vaiable and it will be in the right place.

Additionally, this enforces 'normal' intent rules for all the variable
files which we should also try and obey. 2 spaces for first level, 3 for
next, etc. When in doubt you can run yq on it.

This should cause NO actual vairable changes, it's all just readability
fixing for humans, ansible parses it exactly the same.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-11-16 13:27:57 -08:00
f8c683ffa8 cleanup: use iad2 composer 2021-03-29 22:48:10 +00:00
Nils Philippsen
bc6c2d4edd ipa/client: enable for osbs in prod
Signed-off-by: Nils Philippsen <nils@redhat.com>
2021-03-24 13:44:33 +01:00
Clement Verna
f15602d122 OSBS: fix the url for the aarch64 cluster
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-11-26 13:46:19 +01:00
Clement Verna
5534156b1b OSBS: Enable OSBS aarch64 cluster
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-11-26 13:31:11 +01:00
Mark O'Brien
5a3ca07442 uncomment aarch64 group vars 2020-11-24 11:39:18 +00:00
Clement Verna
9200f1fe95 osbs: this is actually used to check the registry used in the dockerfile
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-07-09 10:34:39 +02:00
Clement Verna
98187ea922 osbs: use no-cdn registry
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-07-09 10:28:46 +02:00
Clement Verna
669ee2544c osbs: remove unused parameter in the registry config
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-06-24 15:56:36 +02:00
Kalev Lember
fe0f5ae02d OSBS: switch to use flatpak-build-base image for flatpak builds
Fixes https://pagure.io/fedora-infrastructure/issue/8983

Signed-off-by: Kalev Lember <klember@redhat.com>
2020-06-22 12:51:02 +00:00
Mark O'Brien
72a6ac901c [osbs] comment out aarch64-orchestrator secret until aarch64 is in place 2020-06-18 11:06:53 +01:00
Mark O'Brien
ebde2646c3 [osbs] remove kojisecret as no longer needed 2020-06-18 10:49:46 +01:00
Clement Verna
2196b78f12 OSBS: add flatpak configuration to support traditional docker labels.
Fixes https://pagure.io/fedora-infrastructure/issue/8464

Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-04-24 21:34:20 +02:00
Clement Verna
f77920dd27 OSBS: explicitly enable the x86_64 cluster
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-04-24 21:34:15 +02:00
Clement Verna
cc3b1c58c9 OSBS: pdc is not needed anymore to build flatpak
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-04-24 21:34:15 +02:00
Clement Verna
b3da7d97c7 OSBS: skip koji check for base image
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-04-24 21:34:15 +02:00
Clement Verna
0f7ccea01f OSBS: some more remove support for v1 builds
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-04-24 21:34:15 +02:00
Clement Verna
1758a1ebdb OSBS: remove support for v1 builds
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-04-24 21:34:15 +02:00
Kevin Fenzi
4b31ac5152 ansible: Change all our group names from foo-bar to foo_bar or foo-bar-baz to foo_bar_baz
In ansible 2.8 the - character isn't supposed to be valid in group names.
While we could override this, might has well just bite the bullet and change it.
So, just switch all group names to use _ instead of -

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-05-20 17:38:09 +00:00
Renamed from inventory/group_vars/osbs-masters (Browse further)