Re: [Openstack-operators] [openstack-ansible] configuration to use nfs for glance and cinder

2017-02-06 Thread Andreas Vallin
Hi Andy, Yes it probably does not matter if the variables are visible in other containers (you get a working system up and running anyway) but it is not the expected behavior when using limit_container_types. I did manage to get the variables limited to cinder_volume containers when I typed

Re: [Openstack-operators] [openstack-ansible] configuration to use nfs for glance and cinder

2017-02-03 Thread Andy McCrae
Hi Andreas, The way you're doing it at the end looks correct - the docs are not quite right on that one. The nfs_shares file will only get templated on the cinder_volumes hosts, as will the nfs_shares_config option - so in essence it shouldn't matter that the var isn't limited to volume hosts.

[Openstack-operators] [openstack-ansible] configuration to use nfs for glance and cinder

2017-02-03 Thread Andreas Vallin
Hi! I need to ask how do you correctly configure nfs to be used with openstack-ansible newton (14.0.6). I think it is great that there is an production example file that uses nfs for glance and cinder (openstack_user_config.yml.prod.example) but the cinder config is not working for me. I