Andrew Bogott has submitted this change and it was merged.

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(-)

Approvals:
  Andrew Bogott: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: I8e730c62197c948aa19b4fa7ff58f43a622dcfcd
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Andrew Bogott <[email protected]>
Gerrit-Reviewer: Andrew Bogott <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to