Andrew Bogott has uploaded a new change for review.

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

Change subject: Change my 'after' to a 'before' because I guess there's no such 
thing as 'after'
......................................................................

Change my 'after' to a 'before' because I guess there's no such thing as 'after'

Change-Id: I8e730c62197c948aa19b4fa7ff58f43a622dcfcd
---
M manifests/openstack.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/19/110919/1

diff --git a/manifests/openstack.pp b/manifests/openstack.pp
index fe95dc3..3004892 100644
--- a/manifests/openstack.pp
+++ b/manifests/openstack.pp
@@ -523,6 +523,7 @@
             unless => "ovs-vsctl br-exists br-ex",
             command => "ovs-vsctl add-br br-ex",
             require => Service['openvswitch-switch'],
+            before => Exec['add-port'],
     }
 
     $external_interface = 'eth1'
@@ -531,7 +532,6 @@
             unless => "ovs-vsctl list-ports br-ex | grep 
${external_interface}",
             command => "ovs-vsctl add-port br-ex ${external_interface}",
             require => Service['openvswitch-switch'],
-            after => Exec['create_br-ex'],
     }
 
     file { '/etc/neutron/neutron.conf':

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8e730c62197c948aa19b4fa7ff58f43a622dcfcd
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Andrew Bogott <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to