-
Notifications
You must be signed in to change notification settings - Fork 16
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
OSASINFRA-3495: Adding a StrageNFS Network to work with Manila/Ganesha and Ceph #228
base: main
Are you sure you want to change the base?
Conversation
/hold |
playbooks/prepare_stack.yaml
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here, I'm creating the StorageNFS network using the default datacentre provider and the VLAN 70
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here, I'm defining the StorageNFS network to be used by Ceph
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updating the standalone_parameters.ceph_ansible.yaml to use the hostonly_nfs_ganesha defined defaults.yaml
from a very quick look, this sounds fine. |
@EmilienM. Yes, I've tested it but I always get this error at 2024-06-26 18:06:53.030809 | 78ac448c-2b24-54fe-e7f7-000000000490 | FATAL | Render hieradata from template | dell-r640-100 | item=vip_data | error={"ansible_loop_var": "item", "changed": false, "item": "vip_data", "msg": "AnsibleUndefinedVariable: 'dict object' has no attribute 'storage_nfs'. 'dict object' has no attribute 'storage_nfs'"} |
@@ -46,6 +46,18 @@ resource_registry: | |||
{% endif %} | |||
parameter_defaults: | |||
CloudName: {{ hostname }}.{{ clouddomain }} | |||
# Enable ganesha |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be conditional whether manila is enabled
I think during the tripleo deploy (after ceph itself), because you need to load a network file that has the StorageNFS definition. You have it for Ceph, but not for the tripleo deployment after. |
Adding a StrageNFS Network to work with Manila/Ganesha and Ceph