Skip to content

Commit

Permalink
Bring back Azure UPI registry storage
Browse files Browse the repository at this point in the history
  • Loading branch information
codyhoag authored and openshift-cherrypick-robot committed Feb 18, 2020
1 parent 8726dc9 commit 1b2dbe8
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
4 changes: 2 additions & 2 deletions _topic_map.yml
Original file line number Diff line number Diff line change
Expand Up @@ -509,8 +509,8 @@ Topics:
File: configuring-registry-storage-gcp-user-infrastructure
# - Name: Configuring the registry for OpenStack user-provisioned infrastructure
# File: configuring-registry-storage-openstack-user-infrastructure
# - Name: Configuring the registry for Azure user-provisioned infrastructure
# File: configuring-registry-storage-azure-user-infrastructure
- Name: Configuring the registry for Azure user-provisioned infrastructure
File: configuring-registry-storage-azure-user-infrastructure
- Name: Configuring the registry for bare metal
File: configuring-registry-storage-baremetal
- Name: Configuring the registry for vSphere
Expand Down
15 changes: 12 additions & 3 deletions modules/registry-configuring-storage-azure-user-infra.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ cloud credentials.

.Procedure

link:https://docs.microsoft.com/en-us/azure/storage/blobs/storage-quickstart-blobs-portal[Create an Azure storage container] and provide the `accountName` and
`container` parameters for `ImageRegistryConfigStorageAzure` on the
configuration image registry resource, `configs.imageregistry.operator.openshift.io`, `spec.storage.azure` file.
. Create an link:https://docs.microsoft.com/en-us/azure/storage/blobs/storage-quickstart-blobs-portal[Azure storage container].

. Fill in the storage configuration in `configs.imageregistry.operator.openshift.io/cluster`:
+
----
$ oc edit configs.imageregistry.operator.openshift.io/cluster
storage:
azure:
accountName: <account-name>
container: <container-name>
----
1 change: 1 addition & 0 deletions registry/configuring-registry-operator.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@ include::modules/registry-operator-config-resources-storage-credentials.adoc[lev

* xref:../registry/configuring_registry_storage/configuring-registry-storage-aws-user-infrastructure.adoc#configuring-registry-storage-aws-user-infrastructure[Configuring the registry for AWS user-provisioned infrastructure]
* xref:../registry/configuring_registry_storage/configuring-registry-storage-gcp-user-infrastructure.adoc#configuring-registry-storage-gcp-user-infrastructure[Configuring the registry for GCP user-provisioned infrastructure]
* xref:../registry/configuring_registry_storage/configuring-registry-storage-azure-user-infrastructure.adoc#configuring-registry-storage-azure-user-infrastructure[Configuring the registry for Azure user-provisioned infrastructure]
* xref:../registry/configuring_registry_storage/configuring-registry-storage-baremetal.adoc#configuring-registry-storage-baremetal[Configuring the registry for bare metal]
* xref:../registry/configuring_registry_storage/configuring-registry-storage-vsphere.adoc#configuring-registry-storage-vsphere[Configuring the registry for vSphere]
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,3 @@ toc::[]
include::modules/registry-operator-config-resources-secret-azure.adoc[leveloffset=+1]

include::modules/registry-configuring-storage-azure-user-infra.adoc[leveloffset=+1]

////
This assembly is commented out for 4.2. When Azure UPI GAs, we can updated the associated modules and allow this assembly to build.
////

0 comments on commit 1b2dbe8

Please sign in to comment.