-
Notifications
You must be signed in to change notification settings - Fork 25
Yoga AUFN test environment #234
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
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
5ac7114
A multiverse from nothing, with Ceph
markgoddard eb5a26f
aufn: add script to deploy pulp
markgoddard 6c1184a
Add a-universe-from-nothing.sh script
markgoddard 05aa01b
Revert SMS lab DNS workaround
markgoddard 7c9b29b
Remove local Ubuntu image building workaround
80daa7f
Remove unused config sections
d8e585d
Update aufn env config
d88173c
Update more aufn env config
194d77a
Revert cinder volume change to non-default
a4cf881
Update lots of aufn environment config
405d8b9
Ignore aufn env keyring files
95d1569
WIP end-to-end script
ed4db52
Workaround for MTU issue on 'external' openstack network
a0d5bb2
Improve end-to-end script
9caa800
Further e2e script improvements
1797e53
Refine e2e script
1836459
Fix external network mtu
06ac4c4
Fix comment
f8934b2
Move cloud-user workaround to aufn env
f17c211
Remove pulp router workaround
b42282f
Tidy up comments and remove unused sections
5724699
Revert branch change
739e1b1
Use newer image
55684d7
Fix cinder-backup group
a479267
Remove explicit node refs
a9ec6ad
Bug fixes
8da9c2f
Use generic network type in openstack-config
dd31fe4
Update remote checkout branch
9960aa5
Point to correct kayobe config branch
abc29e6
Improve Ubuntu support
066ad7b
Improve Ubuntu support
3a96d9b
pep8 fixes
92eb7bb
Update etc/kayobe/environments/aufn-ceph/kolla/config/bifrost/bifrost…
sd109 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
Update aufn env config
- Loading branch information
There are no files selected for viewing
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
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 |
|---|---|---|
| @@ -1,14 +1,61 @@ | ||
| --- | ||
| # Networking | ||
| cephadm_public_interface: "{{ storage_net_name | net_interface }}" | ||
| cephadm_public_network: "{{ storage_net_name | net_cidr }}" | ||
| cephadm_cluster_interface: "{{ storage_mgmt_net_name | net_interface }}" | ||
| cephadm_cluster_network: "{{ storage_mgmt_net_name | net_cidr }}" | ||
| # OSDs | ||
| ############################################################################### | ||
| # Cephadm deployment configuration. | ||
|
|
||
| # Ceph container image. | ||
| cephadm_image: "quay.io/ceph/ceph:v16.2.5" | ||
|
|
||
| # Ceph OSD specification. | ||
| cephadm_osd_spec: | ||
| service_type: osd | ||
| service_id: osd_spec_default | ||
| placement: | ||
| host_pattern: "*" | ||
| data_devices: | ||
| all: true | ||
|
|
||
| ############################################################################### | ||
| # Ceph post-deployment configuration. | ||
|
|
||
| # List of Ceph erasure coding profiles. See stackhpc.cephadm.ec_profiles role | ||
| # for format. | ||
| cephadm_ec_profiles: [] | ||
|
|
||
| # List of Ceph CRUSH rules. See stackhpc.cephadm.crush_rules role for format. | ||
| cephadm_crush_rules: [] | ||
|
|
||
| # List of Ceph pools. See stackhpc.cephadm.pools role for format. | ||
| cephadm_pools: | ||
| - name: backups | ||
| application: rbd | ||
| state: present | ||
| - name: images | ||
| application: rbd | ||
| state: present | ||
| - name: volumes | ||
| application: rbd | ||
| state: present | ||
| - name: vms | ||
| application: rbd | ||
| state: present | ||
|
|
||
| # List of Cephx keys. See stackhpc.cephadm.keys role for format. | ||
| cephadm_keys: | ||
| - name: client.cinder | ||
| caps: | ||
| mon: "profile rbd" | ||
| osd: "profile rbd pool=volumes, profile rbd pool=vms, profile rbd-read-only pool=images" | ||
| mgr: "profile rbd pool=volumes, profile rbd pool=vms" | ||
| state: present | ||
| - name: client.cinder-backup | ||
| caps: | ||
| mon: "profile rbd" | ||
| osd: "profile rbd pool=volumes, profile rbd pool=backups" | ||
| mgr: "profile rbd pool=volumes, profile rbd pool=backups" | ||
| state: present | ||
| - name: client.glance | ||
| caps: | ||
| mon: "profile rbd" | ||
| osd: "profile rbd pool=images" | ||
| mgr: "profile rbd pool=images" | ||
| state: present | ||
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
etc/kayobe/environments/aufn-ceph/inventory/group_vars/overcloud/ansible-python-interpreter
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
...be/environments/aufn-ceph/inventory/group_vars/seed-hypervisor/ansible-python-interpreter
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
etc/kayobe/environments/aufn-ceph/inventory/group_vars/seed/ansible-python-interpreter
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
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.