Commit 0218ca1
committed
Allow tempest repo uri and revision configuration
* Different revisions of tempest are required for different
releases of openstack, so it is helpful to be able to choose
the git repo and repo revision that will be deployed.
* The vcsrepo submodule is updated so that remote revisions are
supported - previously providing a git revision did not work.
Change-Id: If89c06d7c909dd4e5cc7b5b07291bf526a22ea701 parent 72bd042 commit 0218ca1
4 files changed
Lines changed: 40 additions & 7 deletions
File tree
- packstack
- installer
- plugins
- puppet
- modules
- templates
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
826 | 826 | | |
827 | 827 | | |
828 | 828 | | |
829 | | - | |
| 829 | + | |
| 830 | + | |
| 831 | + | |
| 832 | + | |
| 833 | + | |
| 834 | + | |
| 835 | + | |
| 836 | + | |
830 | 837 | | |
831 | 838 | | |
832 | 839 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
63 | 87 | | |
64 | 88 | | |
65 | 89 | | |
| |||
- .travis.yml+12-3
- Gemfile+4-4
- Gemfile.lock-20
- README.GIT.markdown+9-3
- README.HG.markdown+20-2
- README.SVN.markdown+15
- README.markdown+2
- lib/puppet/provider/vcsrepo/bzr.rb+19-1
- lib/puppet/provider/vcsrepo/cvs.rb+23-5
- lib/puppet/provider/vcsrepo/git.rb+19-11
- lib/puppet/provider/vcsrepo/hg.rb+22-10
- lib/puppet/provider/vcsrepo/svn.rb+33-10
- lib/puppet/type/vcsrepo.rb+25-11
- spec/unit/puppet/provider/vcsrepo/bzr_spec.rb+3-3
- spec/unit/puppet/provider/vcsrepo/git_spec.rb+30-7
- spec/unit/puppet/provider/vcsrepo/svn_spec.rb+20-4
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
0 commit comments