Skip to content

Commit

Permalink
host*: use signed atomic-openshift packages
Browse files Browse the repository at this point in the history
This replaces the `origin-*` packages with signed `atomic-openshift-*`
versions of the packages.  Notably:
  - atomic-openshift-clients
  - atomic-openshift-hyperkube
  - atomic-openshift-node
  • Loading branch information
miabbott committed Sep 27, 2018
1 parent a683a4c commit d75515b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion host-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ packages:
# Editors
- vim-minimal nano
# OpenShift
- origin-node origin-hyperkube origin-clients
- atomic-openshift-node atomic-openshift-hyperkube atomic-openshift-clients
# pivot/ota tools
- pivot
# Red Hat CA certs
Expand Down
6 changes: 2 additions & 4 deletions host-maipo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ repos:
- rhcos-continuous
# We currently track ostree/rpm-ostree git master upstream
- atomic-centos-continuous
# Generated via Origin PR jobs
- openshift
# Generated by ART team
- atomic-openshift
# Maintained by containers runtime team
- cri-o-tested
# COPRs
Expand All @@ -38,8 +38,6 @@ packages:
- container-storage-setup cloud-utils-growpart
# Remote storage (maipo only)
- ceph-common glusterfs-fuse
# OpenShift
- origin-node origin-hyperkube origin-clients

remove-from-packages:
# https://github.com/openshift/os/issues/275
Expand Down

0 comments on commit d75515b

Please sign in to comment.