-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Launch the test VM off a hugepages-enabled flavor, if requested so. Also configure edpm node templates to use the matching configuration. Signed-off-by: Bohdan Dobrelia <[email protected]>
- Loading branch information
Showing
7 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -140,6 +140,15 @@ 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 | ||
EDPM_CONFIGURE_HUGEPAGES=false make standalone <1> | ||
---- | ||
<1> To configure the host for a simplistic hugepages setup, set `EDPM_CONFIGURE_HUGEPAGES=true`. | ||
|
||
=== Snapshot/revert | ||
|
||
When the deployment of the Standalone OpenStack is finished, it's a | ||
|
@@ -213,12 +222,14 @@ Create a test VM instance with a test volume attachement: | |
cd ~/data-plane-adoption | ||
export CINDER_VOLUME_BACKEND_CONFIGURED=true <1> | ||
export CINDER_BACKUP_BACKEND_CONFIGURED=true | ||
export EDPM_CONFIGURE_HUGEPAGES=false <2> | ||
export OPENSTACK_COMMAND="ssh -i ~/install_yamls/out/edpm/ansibleee-ssh-key-id_rsa [email protected] OS_CLOUD=standalone openstack" | ||
OS_CLOUD_IP=192.168.122.100 OS_CLOUD_NAME=standalone \ | ||
bash tests/roles/development_environment/files/pre_launch.bash | ||
---- | ||
<1> Use `CINDER_*_BACKEND_CONFIGURED=false`, if Cinder Volume or Backup services' storage backends have been not configured for the source cloud, | ||
or won't be configured for the target cloud. That might be a valid case for some developement setups, but not for a production scenarios. | ||
<2> To configure the host for a simplistic hugepages setup `EDPM_CONFIGURE_HUGEPAGES=true`. To apply kernel args, you will need to reboot the standalone host after deployment completed. | ||
|
||
This also creates a test Cinder volume, a backup from it, and a snapshot of it. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters