Upgrade ironic and baremetal-operator components 80/4480/5
authorTodd Malsbary <todd.malsbary@intel.com>
Thu, 28 Oct 2021 17:30:39 +0000 (10:30 -0700)
committerTodd Malsbary <todd.malsbary@intel.com>
Fri, 19 Nov 2021 22:07:39 +0000 (14:07 -0800)
commit3132fc5e4d956ad3181a9ec0c5f234581f8947b1
tree66aa3002b299e1f054a153c3a167ea251849ca84
parent55f3ba9a34ec650dc044ef6faff2b4c6fd7fffd4
Upgrade ironic and baremetal-operator components

Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Change-Id: Ib368f487075707bea4ef6924735d8ffcc250fd86
69 files changed:
.gitignore [new file with mode: 0644]
Makefile
deploy/baremetal-operator/baremetal-operator.sh [new file with mode: 0755]
deploy/baremetal-operator/base/certmanager/certificate.yaml [new file with mode: 0644]
deploy/baremetal-operator/base/certmanager/kustomization.yaml [new file with mode: 0644]
deploy/baremetal-operator/base/certmanager/kustomizeconfig.yaml [new file with mode: 0644]
deploy/baremetal-operator/base/crd/bases/metal3.io_baremetalhosts.yaml [new file with mode: 0644]
deploy/baremetal-operator/base/crd/bases/metal3.io_firmwareschemas.yaml [new file with mode: 0644]
deploy/baremetal-operator/base/crd/bases/metal3.io_hostfirmwaresettings.yaml [new file with mode: 0644]
deploy/baremetal-operator/base/crd/kustomization.yaml [new file with mode: 0644]
deploy/baremetal-operator/base/crd/kustomizeconfig.yaml [new file with mode: 0644]
deploy/baremetal-operator/base/crd/patches/cainjection_in_baremetalhosts.yaml [new file with mode: 0644]
deploy/baremetal-operator/base/crd/patches/cainjection_in_firmwareschemas.yaml [new file with mode: 0644]
deploy/baremetal-operator/base/crd/patches/cainjection_in_hostfirmwaresettings.yaml [new file with mode: 0644]
deploy/baremetal-operator/base/crd/patches/webhook_in_baremetalhosts.yaml [new file with mode: 0644]
deploy/baremetal-operator/base/crd/patches/webhook_in_firmwareschemas.yaml [new file with mode: 0644]
deploy/baremetal-operator/base/crd/patches/webhook_in_hostfirmwaresettings.yaml [new file with mode: 0644]
deploy/baremetal-operator/base/default/ironic.env [new file with mode: 0644]
deploy/baremetal-operator/base/default/kustomization.yaml [new file with mode: 0644]
deploy/baremetal-operator/base/default/manager_auth_proxy_patch.yaml [new file with mode: 0644]
deploy/baremetal-operator/base/default/manager_webhook_patch.yaml [new file with mode: 0644]
deploy/baremetal-operator/base/default/webhookcainjection_patch.yaml [new file with mode: 0644]
deploy/baremetal-operator/base/kustomization.yaml [new file with mode: 0644]
deploy/baremetal-operator/base/manager/kustomization.yaml [new file with mode: 0644]
deploy/baremetal-operator/base/manager/manager.yaml [new file with mode: 0644]
deploy/baremetal-operator/base/namespace/kustomization.yaml [new file with mode: 0644]
deploy/baremetal-operator/base/namespace/namespace.yaml [new file with mode: 0644]
deploy/baremetal-operator/base/rbac/auth_proxy_client_clusterrole.yaml [new file with mode: 0644]
deploy/baremetal-operator/base/rbac/auth_proxy_role.yaml [new file with mode: 0644]
deploy/baremetal-operator/base/rbac/auth_proxy_role_binding.yaml [new file with mode: 0644]
deploy/baremetal-operator/base/rbac/auth_proxy_service.yaml [new file with mode: 0644]
deploy/baremetal-operator/base/rbac/baremetalhost_editor_role.yaml [new file with mode: 0644]
deploy/baremetal-operator/base/rbac/baremetalhost_viewer_role.yaml [new file with mode: 0644]
deploy/baremetal-operator/base/rbac/firmwareschema_editor_role.yaml [new file with mode: 0644]
deploy/baremetal-operator/base/rbac/firmwareschema_viewer_role.yaml [new file with mode: 0644]
deploy/baremetal-operator/base/rbac/hostfirmwaresettings_editor_role.yaml [new file with mode: 0644]
deploy/baremetal-operator/base/rbac/hostfirmwaresettings_viewer_role.yaml [new file with mode: 0644]
deploy/baremetal-operator/base/rbac/kustomization.yaml [new file with mode: 0644]
deploy/baremetal-operator/base/rbac/leader_election_role.yaml [new file with mode: 0644]
deploy/baremetal-operator/base/rbac/leader_election_role_binding.yaml [new file with mode: 0644]
deploy/baremetal-operator/base/rbac/role.yaml [moved from deploy/metal3/scripts/bmo/rbac/role.yaml with 67% similarity]
deploy/baremetal-operator/base/rbac/role_binding.yaml [moved from deploy/metal3/scripts/bmo/rbac/role_binding.yaml with 53% similarity]
deploy/baremetal-operator/base/webhook/kustomization.yaml [new file with mode: 0644]
deploy/baremetal-operator/base/webhook/kustomizeconfig.yaml [new file with mode: 0644]
deploy/baremetal-operator/base/webhook/manifests.yaml [new file with mode: 0644]
deploy/baremetal-operator/base/webhook/service_patch.yaml [new file with mode: 0644]
deploy/baremetal-operator/icn/ironic_bmo_configmap.env [new file with mode: 0644]
deploy/baremetal-operator/icn/kustomization.yaml [new file with mode: 0644]
deploy/cert-manager/base/cert-manager.yaml [new file with mode: 0644]
deploy/cert-manager/base/kustomization.yaml [new file with mode: 0644]
deploy/cert-manager/cert-manager.sh [new file with mode: 0755]
deploy/cert-manager/icn/kustomization.yaml [new file with mode: 0644]
deploy/ironic/base/default/ironic_bmo_configmap.env [new file with mode: 0644]
deploy/ironic/base/default/kustomization.yaml [new file with mode: 0644]
deploy/ironic/base/ironic/ironic.yaml [new file with mode: 0644]
deploy/ironic/base/ironic/kustomization.yaml [new file with mode: 0644]
deploy/ironic/icn/data-volume-patch.yaml [new file with mode: 0644]
deploy/ironic/icn/ironic_bmo_configmap.env [new file with mode: 0644]
deploy/ironic/icn/kustomization.yaml [new file with mode: 0644]
deploy/ironic/icn/namespace.yaml [moved from deploy/metal3/scripts/bmo/namespace/namespace.yaml with 66% similarity]
deploy/ironic/ironic.sh [new file with mode: 0755]
deploy/metal3/scripts/01_metal3.sh
deploy/metal3/scripts/bmo/crds/metal3.io_baremetalhosts_crd.yaml [deleted file]
deploy/metal3/scripts/bmo/operator/no_ironic/operator.yaml [deleted file]
deploy/metal3/scripts/bmo/rbac/service_account.yaml [deleted file]
env/lib/common.sh
env/metal3/01_install_package.sh
env/metal3/02_configure.sh
env/metal3/03_launch_prereq.sh [deleted file]