From Fedora Project Wiki
(Add update and example for Pungi) |
|||
Line 31: | Line 31: | ||
* [http://taiga.fedorainfracloud.org/project/acarter-fedora-docker-atomic-tooling/backlog?tags=atomic_repomanagement&status=145,146,147,151,182 Atomic ostree repo management] - feedback period on [https://lists.fedoraproject.org/archives/list/rel-eng@lists.fedoraproject.org/thread/B73P6EDFVKZCMHJ75LBOWUMOJTI34N7N/ proposal] has closed; work targeted to be live for one of the October 2 week updates | * [http://taiga.fedorainfracloud.org/project/acarter-fedora-docker-atomic-tooling/backlog?tags=atomic_repomanagement&status=145,146,147,151,182 Atomic ostree repo management] - feedback period on [https://lists.fedoraproject.org/archives/list/rel-eng@lists.fedoraproject.org/thread/B73P6EDFVKZCMHJ75LBOWUMOJTI34N7N/ proposal] has closed; work targeted to be live for one of the October 2 week updates | ||
* Pungi got better validation for configuration. | |||
$ pungi-config-validate fedora.conf | |||
Unrecognized config option: link_files. Did you mean link_type? | |||
Unrecognized config option: notification_script. | |||
Unrecognized config option: release_id_allow_missing. Did you mean product_id_allow_missing? | |||
Deprecated config option: pkgset_koji_url; use koji_profile instead. | |||
Failed validation in ostree_installer.0.1.x86_64: | |||
Additional properties are not allowed ('filename' was unexpected) | |||
Failed validation in ostree_installer.1.1.x86_64: | |||
Additional properties are not allowed ('filename' was unexpected) | |||
Deprecated config option: pkgset_koji_path_prefix; use koji_profile instead. |
Revision as of 17:36, 12 September 2016
Monthly Status for Priority Pipeline Projects
13SEP2016
Committed Changes
Change | Status | Risks/Open Issues | Next |
---|---|---|---|
Layered image builds | complete but working on 1 remaining bug | No path to resolution of nss bug | Work with Dominik Perpeet to get Cockpit builds into the Fedora toolchain |
Taskotron | Pending status update from TFlink after return from travel | - | - |
Ansible: Docker 2 week build/test/release workflow automated | Loopabull ready for use | Need decision from RCM about Pungi Docker support Need sign off & input from infra team on running playbooks somewhere At risk of missing beta delivery date |
Create playbooks |
Content signing can be automated | Code complete, deploying to Stage | Deploy to Prod | None |
OSBS: Fedora Docker Registry | Blocked (short term registry solution in place for F25) | Discussion around signing blocks forward progress | |
Koji: Koji hub consolidation groundwork | Moonshot chassis is functionally deployed, pending builder updates | Need Koji #48 will be needed soon creating aarch64 disk images in LMC is a blocker - updates were made to support this but have not yet been tested |
- |
OSBS has redundancy and support for multi-master / multi-node | Working through multi-host ansible now | No requests for extra VMs submitted yet At risk of missing beta delivery date |
Apply multi host updates to existing infra |
New Releng Deliverable: Windows & OSX tools in Fedora | Dev complete from engineering; OSX Beta will be built outside of koji / Windows will be built in koji | Need signing keys for Windows and OSX Resourcing for OSX work is now up in the air again - discussion ongoing with managers |
Need to have initial images built by week of Sept 13 |
Other
- Atomic ostree repo management - feedback period on proposal has closed; work targeted to be live for one of the October 2 week updates
- Pungi got better validation for configuration.
$ pungi-config-validate fedora.conf Unrecognized config option: link_files. Did you mean link_type? Unrecognized config option: notification_script. Unrecognized config option: release_id_allow_missing. Did you mean product_id_allow_missing? Deprecated config option: pkgset_koji_url; use koji_profile instead. Failed validation in ostree_installer.0.1.x86_64: Additional properties are not allowed ('filename' was unexpected) Failed validation in ostree_installer.1.1.x86_64: Additional properties are not allowed ('filename' was unexpected) Deprecated config option: pkgset_koji_path_prefix; use koji_profile instead.