Commit Graph

6 Commits

Author SHA1 Message Date
Alexey Khivin e957ce9543 [Puppet] Incorrect "Usage: Const" option removed
Change-Id: I4dab5132ffade583e14a1c04a9c27bfb8d399daf
2016-10-07 15:46:40 +03:00
Alexey Khivin cb593cf5b7 [Puppet] Comment improved
Change-Id: Ia97f2572ffb2889741587fe4edaa80eb9a6ca384
2016-08-29 13:08:25 +03:00
Sergey Kraynev 5e046b2169 Fix indentation warnings CI/CD
After patch Ia2498bdb0f7c310ec3d2c2f11f5d3fc08c8b352c there is possible to
run check for yaml and shell syntax.
This patch is oriented to fix some similar Warnings reported in yaml
syntax check for CI/CD apps, like "(indentation)".

Change-Id: Ie2d854e6feef6362ea07d6132e71072dae49b5d7
2016-08-03 17:14:47 +03:00
Nikolay Mahotkin 997a148f8a Removing '!yaql' everywhere
* Another ones are addressed with https://review.openstack.org/#/c/334195/

Change-Id: Ia9b31ebc2f3a7b99dec72ba90fd7e49906b6b782
2016-07-01 16:08:58 +03:00
Sergey Kraynev 27220928e3 Remove unused namespaces
Change-Id: Ica3174730276c6918aceef85aac1f968bf77ed04
2016-06-15 14:53:51 +00:00
Alexey Khivin 4543a4913b [Puppet] Puppet module refactored
We can now put to Hiera MuranoPL objects (dicts and arrays) as a values.
They will be serialized into YAML and put into Hiera.
The same object can be obtained inside Puppet manifest from Hiera.

 * setHieraValue is deprecated now. putHieraData introduced instead.
   Since now  it is possible to pass a dictionary object  instead of
   key/value pair
 * shell files renamed to lowcase
 * yaml files processed by python and PyYAML instead of puppet module
 * gerrit configuration refactored as an example of the new api usage

Change-Id: I61cff31d42fcc2ba46de4faa7f0fbc0cb117c08b
2016-06-05 00:31:11 +03:00