Commit Graph

32 Commits

Author SHA1 Message Date
Jenkins
b41134644a Merge "Change wiki to docs" 2016-06-03 14:53:12 +00:00
Denis Egorenko
dc33a29c44 Cleanup README
Change-Id: Ief414522ce4e315a9f0d720159037a004da9665f
2016-06-03 12:35:30 +03:00
Iury Gregory Melo Ferreira
0591131fa8 Change wiki to docs
Change-Id: Iddf8fb60d9b3eb963a8f9929b2ed3402d77e88aa
2016-06-02 23:09:23 -03:00
Iury Gregory Melo Ferreira
f7b1ed0857 Deprecate verbose option in logging
Option "verbose" from group "DEFAULT" is deprecated for removal.
The parameter has no effect.
-Deprecated verbose for logging and init
-Remove verbose in README
-Remove verbose from tests.

If this option is not set explicitly, there is no such warning.

Change-Id: I1195b682a9aed4acbb2f198eeee043a9d8ee0ae4
2016-05-18 00:08:41 -03:00
ZhongShengping
8caebca291 Fix markdown format typo
Change-Id: Ib515d9d237ece07e3ec7d52c467d545e9f3576f9
2016-05-11 00:01:31 +08:00
venkatamahesh
6a358b2c93 Use uppercase 'S' in word "OpenStack"
Change-Id: I03f005146041adca71de3065a8fb0a2b1bfa9427
2016-02-04 18:27:23 +05:30
Jenkins
74a7e8b961 Merge "Remove references to puppet-openstack from README" 2015-12-07 16:15:25 +00:00
Emilien Macchi
a7d945f624 release: prepare 7.0.0 (liberty)
This patch prepares this Puppet module to be released in 7.x series (Liberty)
with 7.0.0.

Change-Id: Idbcb4a899ba7fc490355ad04173616eac5986302
2015-11-25 16:05:57 +01:00
Nate Potter
2586788e89 Remove references to puppet-openstack from README
The README references to the retired puppet-openstack module
should be removed, as they link to the empty github page.

Change-Id: I08b23e9c1c3825d0ce2a9de6af653fb8208f6ff2
Closes-bug: #1518589
2015-11-22 16:30:02 +00:00
Jay Clark
7ebf5145bf Prepare 6.1.0 release
Change-Id: I1c0f411619a72058a8c89d261c61692834247338
(cherry picked from commit ae4e7bb85a)
2015-10-19 15:18:01 -04:00
Jenkins
7f09ae46c1 Merge "Put configuration files under configurable folder" 2015-08-27 20:08:14 +00:00
Ricardo Carrillo Cruz
5baf8d135c Put configuration files under configurable folder
Instead of putting baremetal.json and groupvars/all on the
git repo folder for Bifrost, just create a folder (which defaults
to /etc/bifrost) and put those files in there.
This will avoid having a dirty bifrost git repo and having issues
whenever the Bifrost git repo is updated.
Note, you will need to run
'ansible-playbook -e @/etc/bifrost/bifrost_global_vars ...' in order
to load the configuration file variables at execution time.
Check http://docs.ansible.com/ansible/playbooks_variables.html for
more info.

Change-Id: Id0f5711f6f4e18cf67586e2445d8bd09c5db7ca9
2015-08-24 18:48:47 +00:00
Yanis Guenane
bb1bab5b28 Reflect provider change in puppet-openstacklib
With the creation of the new openstack_config provider, some processing
that was done in ironic_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 :

ironic_config { 'DEFAULT/foo' : value => 'bar' } # will work as usual

ironic_config { 'DEFAULT/foo' : value => '<SERVICE DEFAULT>' } # will mean absent

That means that all the current :

if $myvar {
  ironic_config { 'DEFAULT/foo' : value => $myvar }
} else {
  ironic_config { 'DEFAULT/foo' : ensure => absent }
}

can be removed in favor of :

ironic_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 :

ironic_config { 'DEFAULT/foo' : value => '<SERVICE DEFAULT>',
ensure_absent_val => 'foo' }

Change-Id: I35ddb5c9f90cb5c65ceca64abf1c4881e4216554
Depends-On: I0eeebde3aac2662cc7e69bfad7f8d2481463a218
2015-08-19 11:02:55 +02:00
Denis Egorenko
e986414cc7 Update README.md for Ironic
Update 'Setup' section:
* add link to Ironic on OpenStack wiki page;
* add installing ironic subsection;
* add Beginning with ironic subsection;

Change-Id: Ib627ab7c9a4ad3e10328ecd9e5fb74f89b03c5ef
2015-07-31 13:30:32 +03:00
Emilien Macchi
071aae6b00 Prepare 6.0.0 release
Update CHANGELOG, README and metadata.json to bump the module to the
first Kilo release (6.0.0).

Change-Id: I06f24343217b317f3f4c44356c62ff64c35c4c2a
2015-07-09 08:41:53 -04:00
Xingchao Yu
bde2b7cab2 Update README.md for project namespace change
Change-Id: I5371516a9aa9af56dcbcc0ca9e94f2999c8f8a35
2015-06-28 20:24:33 +08:00
Colleen Murphy
b2575d903c Remove Release Notes section from README
When this module is released, the release notes will go in a separate
CHANGELOG.md file.

Change-Id: Ib5d7965ace3da54807e9cb15db50269cf14ad65d
2015-06-26 15:22:17 -07:00
Emilien Macchi
0c859d8fc9 Beaker tests
Implement basic structure for beaker tests.

Change-Id: I83014943b8d7c8dcf94835dc6c364aea68a35a88
Closes-bug: #1444736
2015-05-04 15:28:18 -04:00
Sebastien Badia
a9198897af Update contributors link according stackforge migration
Fix contributors link

Change-Id: I9e1f4ccba851b7e946ee464119ffa5a1235690a6
2014-02-22 15:02:50 +01:00
Sebastien Badia
addd562b9d Fix readme typo
Change-Id: I6f6dccba68708508b023d8306c60110d1240bd75
2014-02-21 13:56:15 +01:00
Emilien Macchi
fb4eb2b6ae Delete travis QA service
Since the module is now hosted by Stackforge, we don't anymore to use
Travis service.

Change-Id: I6f5680476384bcff0ded1c663b0d4d730fec8e3a
Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
2013-12-09 21:53:41 +00:00
Emilien Macchi
b9f5310096 Fix Readme
Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
2013-12-01 15:52:42 +01:00
Emilien Macchi
c308fc3101 Update README for travis-ci
Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
2013-12-01 15:50:16 +01:00
Emilien Macchi
f5c924daf8 Init support
- init.pp
- unit tests for init
- small fix in pxe
- README update
- example for ironic deployment

Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
2013-12-01 02:36:28 +01:00
Emilien Macchi
d042a22d4c Update Readme
Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
2013-11-30 02:22:11 +01:00
Emilien Macchi
65faf63162 API, Conductor, Drivers, Specs
Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
2013-11-30 01:08:04 +01:00
Sebastien Badia
78386ee756 Update readme s/nova/ironic 2013-11-28 18:01:22 +01:00
Sebastien Badia
4b349bc5d7 update readme 2013-11-26 17:54:46 +01:00
Emilien Macchi
a185248e99 Update README with WIP
Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
2013-11-25 21:01:46 +01:00
Emilien Macchi
0f0092dc0f Update README.md
Fix typo
2013-11-25 18:20:04 +01:00
Emilien Macchi
75329f9977 Update README.md 2013-11-25 18:19:49 +01:00
Emilien Macchi
5071905110 Initial commit 2013-11-25 09:18:57 -08:00