Skip to content

Commit

Permalink
Merge pull request #305 from jistr/f-downstream-repos-boostrap
Browse files Browse the repository at this point in the history
Downstream variant for EDPM repos bootstrap
  • Loading branch information
fao89 authored Feb 27, 2024
2 parents 8087f01 + f94fba7 commit 1dbbd39
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs_user/modules/openstack-edpm_adoption.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ The secret `nova-cell<X>-compute-config` is auto-generated for each
`cell<X>`. That secret, alongside `nova-migration-ssh-key`, should
always be specified for each custom `OpenStackDataPlaneService` related to Nova.

ifeval::["{build}" == "upstream"]
* Create a repo-setup service to configure Antelope repositories
+
[source,yaml]
Expand Down Expand Up @@ -233,6 +234,7 @@ spec:
rm -rf repo-setup-main
EOF
----
endif::[]

* Deploy OpenStackDataPlaneNodeSet:
+
Expand Down Expand Up @@ -390,6 +392,13 @@ ifeval::["{build}" == "downstream"]
edpm_nova_compute_container_image: registry.redhat.io/rhosp-dev-preview/openstack-nova-compute-rhel9:18.0
edpm_nova_libvirt_container_image: registry.redhat.io/rhosp-dev-preview/openstack-nova-libvirt-rhel9:18.0
edpm_ovn_metadata_agent_image: registry.redhat.io/rhosp-dev-preview/openstack-neutron-metadata-agent-ovn-rhel9:18.0
edpm_bootstrap_command: |
subscription-manager register --username <subscription_manager_username> --password <subscription_manager_password>
subscription-manager release --set=9.2
subscription-manager repos --disable=*
subscription-manager repos --enable=rhel-9-for-x86_64-baseos-eus-rpms --enable=rhel-9-for-x86_64-appstream-eus-rpms --enable=rhel-9-for-x86_64-highavailability-eus-rpms --enable=openstack-17.1-for-rhel-9-x86_64-rpms --enable=fast-datapath-for-rhel-9-x86_64-rpms --enable=openstack-dev-preview-for-rhel-9-x86_64-rpms
podman login -u <registry_username> -p <registry_password> registry.redhat.io
endif::[]
gather_facts: false
Expand Down

0 comments on commit 1dbbd39

Please sign in to comment.