Commit Graph

5 Commits

Author SHA1 Message Date
Takashi Kajinami 5967b1ff65 Remove manifests for Contrail deployment
This change removes puppet manifests to deploy Contrail components.
These have never been tested in upstream, and no longer used in
the recent integration method maintained in [1].

[1] https://github.com/tungstenfabric/tf-tripleo-heat-templates

Change-Id: I47870cc5bd12af0919774536cb23026450db6c14
2022-03-24 08:21:27 +09:00
Takashi Kajinami 07e0aca242 Use relative names to include classes
... to avoid lint errors by relative_classname_inclusion, which was
re-enabled recently[1].

[1] https://review.opendev.org/#/c/740023/

Change-Id: Ibb80b8b0f4075c00ceb306bcf54bb87df58165af
2020-07-15 11:59:45 +09:00
Tobias Urdin 1523a4b804 Convert all class usage to relative names
Change-Id: Ib2ed745b682cf12f9469a5a64451adcabec400af
2019-12-08 23:23:25 +01:00
Steve Baker 94f13e6608 Ensure hiera step value is an integer
The step is typically set with the hieradata setting an integer value:

  {"step": 1}

However it would be useful for the value to be a string so that
substitutions are possible, for example:

  {"step": "%{::step}"}

This change ensures the step parameter defaults to an integer by
calling Integer(hiera('step'))

This change was made by manually removing the undef defaults from
fluentd.pp, uchiwa.pp, and sensu.pp then bulk updating with:

    find ./ -type f -print0 |xargs -0 sed -i "s/= hiera('step')/= Integer(hiera('step'))/"

Change-Id: I8a47ca53a7dea8391103abcb8960a97036a6f5b3
2017-06-14 14:31:52 +12:00
Dan Prince e5998957e2 Opencontrail vrouter profile
A new opencontrail helper profile to run the vrouter. Will be
included on nodes where VMs will run like compute, etc.

Change-Id: I23b6e69ff75202e88722ca4f7d15a246abcd0453
2016-07-06 10:46:36 -04:00