nfs: rename host to have ceph- prefix

Signed-off-by: Ali Maredia <amaredia@redhat.com>
pull/1780/head
Ali Maredia 2017-09-06 12:44:19 -04:00
parent f3e2235b3a
commit f8171e8b4a
3 changed files with 3 additions and 6 deletions

4
Vagrantfile vendored
View File

@ -293,8 +293,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
end
(0..NNFSS - 1).each do |i|
config.vm.define "nfs#{i}" do |nfs|
nfs.vm.hostname = "#{LABEL_PREFIX}ceph-nfs#{i}"
config.vm.define "#{LABEL_PREFIX}nfs#{i}" do |nfs|
nfs.vm.hostname = "#{LABEL_PREFIX}nfs#{i}"
if ASSIGN_STATIC_IP
nfs.vm.network :private_network,
ip: "#{PUBLIC_SUBNET}.6#{i}"

View File

@ -44,9 +44,6 @@
notify:
- restart ceph nfss
- name: cat ganesha conf file to view overrides
command: cat /etc/ganesha/ganesha.conf
- name: start nfs gateway service
service:
name: nfs-ganesha

View File

@ -19,4 +19,4 @@ ceph-client0
ceph-mgr0
[nfss]
nfs0
ceph-nfs0