Skip to content

Commit

Permalink
Merge pull request #767 from archana203/standalone
Browse files Browse the repository at this point in the history
Remove the wallaby deployment instructions from Adoption dev docs.
  • Loading branch information
jistr authored Dec 16, 2024
2 parents a9c7152 + 2abb38e commit 2264626
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions docs_dev/assemblies/development_environment.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Adoption development environment utilizes
https://github.com/openstack-k8s-operators/install_yamls[install_yamls]
for CRC VM creation and for creation of the VM that hosts the source
Wallaby (or OSP 17.1) OpenStack in Standalone configuration.
OSP 17.1 OpenStack in Standalone configuration.

== Preparing the host

Expand Down Expand Up @@ -140,24 +140,6 @@ To use OSP 17.1 content to deploy TripleO Standalone, follow the
https://url.corp.redhat.com/devel-rhoso-adoption[guide for setting up downstream content]
for `make standalone`.

To use Wallaby content instead, run the following:

[,bash]
----
cd ~/install_yamls/devsetup
make standalone
----

To deploy using TLS everywhere enabled, instead run:

[,bash]
----
cd ~/install_yamls/devsetup
EDPM_COMPUTE_CEPH_ENABLED=false TLS_ENABLED=true DNS_DOMAIN=ooo.test make standalone
----

This will disable the Ceph deployment, as the CI is not deploying with Ceph.

=== Snapshot/revert

When the deployment of the Standalone OpenStack is finished, it's a
Expand Down

0 comments on commit 2264626

Please sign in to comment.