Change salt formula dependencies source
This patch changes provisioner:dependency:source: for all salt
formulas in the dependency: list of .kitchen.yml file to
https://gerrit.mcp.mirantis.com/salt-formulas/
Add oslo_templates dependency
Change-Id: I075943c5b0f8613fa2b96c33af9c971461d00191
Related-Prod: PROD-29627
diff --git a/.kitchen.yml b/.kitchen.yml
index 97768e8..f9f9386 100644
--- a/.kitchen.yml
+++ b/.kitchen.yml
@@ -17,7 +17,11 @@
dependencies:
- name: linux
repo: git
- source: https://github.com/salt-formulas/salt-formula-linux
+ source: https://gerrit.mcp.mirantis.com/salt-formulas/linux
+ branch: <%=ENV['GERRIT_BRANCH'] || 'master' %>
+ - name: oslo_templates
+ repo: git
+ source: https://gerrit.mcp.mirantis.com/salt-formulas/oslo-templates
branch: <%=ENV['GERRIT_BRANCH'] || 'master' %>
state_top:
base: