You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/06/15 13:48:02 UTC

[GitHub] mdeuser commented on a change in pull request #3760: Add API gateway to redo.

mdeuser commented on a change in pull request #3760: Add API gateway to redo.
URL: https://github.com/apache/incubator-openwhisk/pull/3760#discussion_r195739144
 
 

 ##########
 File path: tools/vagrant/Vagrantfile
 ##########
 @@ -149,8 +149,9 @@ Vagrant.configure('2') do |config|
     echo "`date`: deploy-start" >> /tmp/vagrant-times.txt
     cd ${ANSIBLE_HOME}
     su vagrant -c 'ansible-playbook -i environments/vagrant wipe.yml'
-    su vagrant -c 'ansible-playbook -i environments/vagrant apigateway.yml'
     su vagrant -c 'ansible-playbook -i environments/vagrant openwhisk.yml -e invoker_use_runc=False'
+    su vagrant -c 'ansible-playbook -i environments/vagrant apigateway.yml'
 
 Review comment:
   maybe even move after `postdeploy.yml`?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services