Skip to content

Commit

Permalink
Don't use CRC-specific storage class in downstream docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jistr committed May 3, 2024
1 parent 2268ad8 commit e29269d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,13 @@ CHARACTER_SET=utf8
COLLATION=utf8_general_ci
ifeval::["{build}" != "downstream"]
STORAGE_CLASS=crc-csi-hostpath-provisioner
MARIADB_IMAGE=quay.io/podified-antelope-centos9/openstack-mariadb:current-podified
endif::[]
ifeval::["{build}" == "downstream"]
STORAGE_CLASS=local-storage
MARIADB_IMAGE=registry.redhat.io/rhosp-dev-preview/openstack-mariadb-rhel9:18.0
endif::[]
STORAGE_CLASS=crc-csi-hostpath-provisioner
# Replace with your environment's MariaDB Galera cluster VIP and backend IPs:
SOURCE_MARIADB_IP=192.168.122.99
declare -A SOURCE_GALERA_MEMBERS
Expand Down
3 changes: 2 additions & 1 deletion docs_user/modules/proc_migrating-ovn-data.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ defined. Specifically, `openstack/internalapi` network is defined.
* Define the following shell variables. The values that are used are examples. Replace these example values with values that are correct for your environment:
+
----
STORAGE_CLASS_NAME=crc-csi-hostpath-provisioner
ifeval::["{build}" != "downstream"]
STORAGE_CLASS_NAME=crc-csi-hostpath-provisioner
OVSDB_IMAGE=quay.io/podified-antelope-centos9/openstack-ovn-base:current-podified
endif::[]
ifeval::["{build}" == "downstream"]
STORAGE_CLASS=local-storage
OVSDB_IMAGE=registry.redhat.io/rhosp-dev-preview/openstack-ovn-base-rhel9:18.0
endif::[]
SOURCE_OVSDB_IP=172.17.1.49
Expand Down

0 comments on commit e29269d

Please sign in to comment.