-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
01b9f4c
commit 7b1de6b
Showing
4 changed files
with
3 additions
and
11 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
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 |
---|---|---|
@@ -1,15 +1,14 @@ | ||
# Deploy fake ipa testbed. | ||
# Deploy fake ipa testbed | ||
|
||
## Requirements | ||
|
||
Machine: `4c / 16gb / 100gb` | ||
OS: `CentOS9-20220330` | ||
|
||
# Test fake ipa | ||
## Test fake ipa | ||
|
||
1. clone the env scripts and `cd metal3-clusterapi-docs/Support/Multitenancy/ironic-env` | ||
2. check configs in config.py | ||
3. run init `./Init-environment.sh` | ||
4. to just rebuild fake-ipa from the local repo run `./rebuild-fipa.sh` | ||
5. to clean the env `./clean.sh` | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,6 @@ baremetal node delete default-node | |
|
||
./build-sushytools-image-with-fakeipa-changes.sh | ||
SUSHY_TOOLS_IMAGE="127.0.0.1:5000/localimages/sushy-tools" | ||
LIBVIRT_URI="qemu+ssh://[email protected]/system?&keyfile=/root/ssh/id_rsa_virt_power&no_verify=1&no_tty=1" | ||
API_URL="http://172.22.0.2:6385" | ||
CALLBACK_URL="http://172.22.0.2:5050/v1/continue" | ||
ADVERTISE_HOST="192.168.111.1" | ||
ADVERTISE_PORT="9999" | ||
|
||
# Set configuration options | ||
cp conf.py "$HOME/sushy-tools/conf.py" | ||
|