ZhongShengping
ba7f7eed87
Change rpsec to rspec
...
Change-Id: I96ce9dec0ce395a7ef96a245cfeca1e4b4185572
2020-04-30 13:24:46 +08:00
ZhongShengping
6c45bf7f52
Fix Repository
...
Change-Id: I83368100078ceb6768e6b4a1578691bdb7fd44c6
2019-04-21 12:59:11 +08:00
ZhongShengping
58355206c0
Replace git.openstack.org with opendev.org/openstack
...
Change-Id: I6c630ca6a90859a3c1d1636a9cd7eed8a8a7460f
2019-04-21 11:50:33 +08:00
ZhongShengping
d97a9c3d48
Add Beaker-Rspec to the table of contents
...
Change-Id: Ic2f4084dc6fe310d2a5d1f9ee183e14fc0b44ebb
2019-04-17 09:42:45 +08:00
ZhongShengping
4030fff9dc
Change wiki to docs
...
Change-Id: Ia1735d48e4ce1014734ebccb0df08da38a40e799
2019-02-13 10:31:11 +08:00
ZhongShengping
d13ecb9ce5
Fix editorial problem
...
Use git.openstack.org instead of github.com since git.openstack.org is
the reference for OpenStack
Change-Id: I4d484f7bf867125fcdd28ae08b0e49998b1bdf13
2018-12-24 14:02:34 +08:00
melissaml
fd0ddf7bbe
Remove the unnecessary _
...
Change-Id: I047db35571f93d3247b5d7c0604699a11372c1f9
2018-07-25 00:42:03 +08:00
li.jiawang
2626362ba4
Add the project source code repository in README
...
Change-Id: I88c4f1dbf789e86908a639f14836847e5a58f8c3
2018-07-20 23:03:40 +08:00
wangqi
ba2a3f497f
add release note link in readme
...
Change-Id: I316b9e2d89846fa20bb2c16a23699cd318d0b813
2018-06-21 15:08:32 +00:00
zhangdebo1987
fef9770ceb
Change tag link to the newest address
...
Change-Id: I7ae2daf72e831d738575336581b5faee7076a210
2017-08-03 10:51:45 +08:00
ZhongShengping
da03e1df4b
Update URLs in documents according to document migration
...
Change-Id: I6334743732db16d28e7717f753165cd406c96531
2017-07-14 13:52:59 +08:00
Flavio Percoco
f1f794ccca
Show team and repo badges on README
...
This patch adds the team's and repository's badges to the README file.
The motivation behind this is to communicate the project status and
features at first glance.
For more information about this effort, please read this email thread:
http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html
To see an example of how this would look like check:
https://gist.github.com/161ec2e9334cccf26d6d3877bda2b4e1
Change-Id: I3c1da9234fc54ff8ae16980a28f193b51b34a499
2016-11-25 17:35:01 +01:00
Pavel Chechetin
52cfddfbca
Fix FIXME in README.md
...
Change-Id: Ia45f45cb2993b8fe355078270fce7b4576f31a63
2016-09-04 12:37:57 +03:00
Iury Gregory Melo Ferreira
e3adc9b674
Change wiki to docs
...
Change-Id: I5cadcdf73af57b966154de012f303f932c9beb0a
2016-06-02 23:46:19 -03:00
Iury Gregory Melo Ferreira
b44fe997ce
Remove verbose
...
verbose is deprecated we don't need in README
Change-Id: Iac9c1848ab5fbe6f3a50c6fde02f2fe9835f3d59
2016-05-19 10:12:35 -03:00
Dan Prince
fa9218c4cd
Reflect provider change in puppet-openstacklib
...
With the creation of the new openstack_config provider, some
essing
that was done in zaqar_config has been centralized in
openstack_config.
Impacted methods are :
* section
* setting
* separator
Also, this commit adds the fact that, when passing a specific string
(ensure_absent_val) the provider will behave as if ensure => absent
was
specified. '<SERVICE DEFAULT>' is the default value for
ensure_absent_val.
The use case is the following :
zaqar_config { 'DEFAULT/foo' : value => 'bar' } # will work as
l
zaqar_config { 'DEFAULT/foo' : value => '<SERVICE DEFAULT>' } #
mean absent
That means that all the current :
if $myvar {
zaqar_config { 'DEFAULT/foo' : value => $myvar }
} else {
zaqar_config { 'DEFAULT/foo' : ensure => absent }
}
can be removed in favor of :
zaqar_config { 'DEFAULT/foo' : value => $myvar }
If for any reason '<SERVICE DEFAULT>' turns out to be a valid value
for a specific parameter. One could by pass that doing the following
zaqar_config { 'DEFAULT/foo' : value => '<SERVICE DEFAULT>',
ensure_absent_val => 'foo' }
Change-Id: Iaaf2e5755080ef32d7d585465aaea6fd408d0ece
2016-02-11 20:10:48 -05:00
Jenkins
1fba97d779
Merge "Use uppercase 'S' in word "OpenStack""
2016-02-10 23:55:53 +00:00
Ben Kero
bdbe163de3
docs: Update README.md to point to new Beaker URL
...
The URL [1] to the docs for writing Beaker tests (specifically beaker-rspec)
have moved. The README.md still points to the old URL. This commit fixes
this by pointing to a better URL [2].
[1] https://github.com/puppetlabs/beaker/wiki/How-to-Write-a-Beaker-Test-for-a-Module
[2] https://github.com/puppetlabs/beaker-rspec/blob/master/README.md
Change-Id: Ia1bbe88e47c0d268a172de8ad1af986d019c465d
2016-02-04 22:44:13 -08:00
venkatamahesh
890acb774d
Use uppercase 'S' in word "OpenStack"
...
Change-Id: I4d51da91baeec1138ed3c14cec1e5d4b8d0022a7
2016-02-04 18:52:32 +05:30
Richard Raseley
33c0956a92
puppet-zaqar: Initial commit
...
This is the initial commit for puppet-zaqar.
It has been automatically generated using cookiecutter[1] and msync[2]
[1] https://github.com/openstack/puppet-openstack-cookiecutter
[2] https://github.com/openstack/puppet-modulesync-configs
Change-Id: Iaca8f89dd22320ec0e08bfb8ec9b5912ad68c9fb
Co-Authored-By: yguenane@redhat.com
2015-08-25 09:59:38 -07:00