-
Notifications
You must be signed in to change notification settings - Fork 23
Caracal: various #1218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Caracal: various #1218
Changes from 18 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
bf6d5b1
docs: Fix extlinks for updated sphinx
markgoddard 27d5c60
Caracal: Update Nova and Cinder microversions in Tempest config
markgoddard d9b6395
Remove the swap.yml custom playbbok
markgoddard e170e7a
Stop cloning Kayobe git repo, install it using requirements.txt
markgoddard 14c079f
CI: Move jobs on public runners to Ubuntu Jammy images
markgoddard 0505840
Remove stale file from yamllint config
markgoddard abf504b
Caracal: Remove WIP from README
markgoddard 1e13c27
Caracal: Bump default Ceph version to Reef
markgoddard 2d563d4
docs: Remove unnecessary cloudkitty TLS config
markgoddard f3ec154
Caracal: replace 2023.1 with 2024.1 in ci-aio docs
markgoddard 15e4ba7
docs: Use a Jammy image for testing in ci-multinode example
markgoddard a5f6f10
CIS: Use released versions of ansible-lockdown collections
markgoddard 9ce5b5a
Use cirros 0.6.2 in aio-init.sh
markgoddard 5579ad6
Bump reno requirement
markgoddard 59d3523
Bump StackHPC copyright
markgoddard 28a55d6
Caracal: Bump releasenotes version RE
markgoddard 406c637
docs: Remove merged patches from password rotation
markgoddard beb0bba
Remove references to legacy SMS Test Pulp (pulp-server)
markgoddard 8fe2d3a
docs: Remove reference to abandoned nova patch in secret rotation
markgoddard e27a120
Merge branch 'stackhpc/2024.1' into caracal-odds-and-ends
markgoddard 746c5e3
Use git for ansible-lockdown roles
markgoddard 52c3075
Fix rhel9cis_auditd for RHEL9-CIS 1.3.1
markgoddard 8f4f930
Add a release note for Ansible lockdown role updates
markgoddard File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
---|---|---|
|
@@ -12,7 +12,6 @@ the various features provided. | |
release-train | ||
host-images | ||
lvm | ||
swap | ||
cephadm | ||
monitoring | ||
wazuh | ||
|
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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 |
---|---|---|
|
@@ -43,13 +43,6 @@ Ubuntu: | |
sudo apt -y install gcc libffi-dev python3-dev python-is-python3 | ||
|
||
|
||
As a workaround for SMS lab's lack of DNS, add the following lines to ``/etc/hosts`` of the baremetal node: | ||
|
||
.. parsed-literal:: | ||
|
||
10.0.0.34 pelican pelican.service.compute.sms-lab.cloud | ||
10.205.3.187 pulp-server pulp-server.internal.sms-cloud | ||
|
||
Configure the system firewall and security settings: | ||
|
||
.. parsed-literal:: | ||
|
@@ -124,14 +117,6 @@ Once the seed vm is provisioned, deploy a local pulp server on the seed and then | |
kayobe seed service deploy --tags seed-deploy-containers --kolla-tags none | ||
$KAYOBE_CONFIG_PATH/environments/aufn-ceph/configure-local-networking.sh | ||
|
||
Once the local pulp server is deployed, we need to add the address of SMS lab test pulp to the local pulp container: | ||
|
||
.. parsed-literal:: | ||
|
||
ssh [email protected] | ||
docker exec pulp sh -c 'echo "10.205.3.187 pulp-server pulp-server.internal.sms-cloud" | tee -a /etc/hosts' | ||
exit | ||
|
||
We can now sync the contents of the local pulp server with that of SMS test pulp and then complete the seed VM setup: | ||
|
||
.. parsed-literal:: | ||
|
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.