Dzahn has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/295985

Change subject: openstack: move instancersync define to own file
......................................................................

openstack: move instancersync define to own file

Change-Id: Ibb86285d99123c3e04f5a60d04c98864d8ca4e26
---
M modules/openstack/manifests/nova/compute.pp
1 file changed, 0 insertions(+), 10 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/85/295985/1

diff --git a/modules/openstack/manifests/nova/compute.pp 
b/modules/openstack/manifests/nova/compute.pp
index 80efe7c..ddbdbdb 100644
--- a/modules/openstack/manifests/nova/compute.pp
+++ b/modules/openstack/manifests/nova/compute.pp
@@ -207,13 +207,3 @@
     }
 }
 
-# defines an rsync server on an instance
-define instancersync (
-    $hostname = undef) {
-
-    rsync::server::module { "nova_instance_rsync_${hostname}":
-        path        => '/var/lib/nova/instances',
-        read_only   => 'no',
-        hosts_allow => ["${hostname}.${::site}.wmnet"],
-    }
-}

-- 
To view, visit https://gerrit.wikimedia.org/r/295985
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibb86285d99123c3e04f5a60d04c98864d8ca4e26
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <dz...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to