-
Notifications
You must be signed in to change notification settings - Fork 56
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
Signed-off-by: Bohdan Dobrelia <[email protected]>
- Loading branch information
Showing
5 changed files
with
12 additions
and
2 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 |
---|---|---|
|
@@ -145,8 +145,9 @@ To use Wallaby content instead, run the following: | |
[,bash] | ||
---- | ||
cd ~/install_yamls/devsetup | ||
make standalone | ||
EDPM_CONFIGURE_HUGEPAGES=false make standalone <1> | ||
---- | ||
<1> To configure the host for a simplistic hugepages setup, set `EDPM_CONFIGURE_HUGEPAGES=true`. | ||
|
||
To deploy using TLS everywhere enabled, instead run: | ||
|
||
|
@@ -231,12 +232,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 a flavor with hugepages set `EDPM_CONFIGURE_HUGEPAGES=true`. | ||
|
||
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