]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
nfs: rename host to have ceph- prefix 1780/head
authorAli Maredia <amaredia@redhat.com>
Wed, 6 Sep 2017 16:44:19 +0000 (12:44 -0400)
committerAli Maredia <amaredia@redhat.com>
Fri, 8 Sep 2017 15:38:05 +0000 (11:38 -0400)
Signed-off-by: Ali Maredia <amaredia@redhat.com>
Vagrantfile
roles/ceph-nfs/tasks/pre_requisite.yml
tests/functional/centos/7/cluster/hosts

index d6632fc827eed8d24f334134b46ff242f374ab7e..0b09cfda0a8a2bea59d6515fd9a4120123e8e7e1 100644 (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}"
index 2eb1bce47522f2c40cc0029e2e502e4395b16434..32570ce5bf43f40be4f13726414e3a33bc65eb11 100644 (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
index 5e1ac46f6d20ca46a04de067af72b05a1d229d95..8ef58a40362038bcd907aa3589e2328c17f1a487 100644 (file)
@@ -19,4 +19,4 @@ ceph-client0
 ceph-mgr0
 
 [nfss]
-nfs0
+ceph-nfs0