summaryrefslogtreecommitdiffstats
path: root/build/csit-environment.yaml
AgeCommit message (Collapse)AuthorFilesLines
2018-08-01Fixes missing NovaPlacement for csitTim Rozet1-0/+1
Nova Placement should have been on controller. Change-Id: I9279e56b5cf786c1153af4b09b29e2b215c2f248 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-07-27Updates CSIT env filesTim Rozet1-1/+3
NovaPlacementApi is not needed on compute nodes and is not default on compute nodes upstream, so removing it. Also adds clustercheck and sql clients to the both roles. Change-Id: Ia9d9fb4f115bc9850be46043a03688b55149f5df Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-07-18Add pacemaker for HA snapshot deploymentsTim Rozet1-0/+1
Change-Id: Ic7b631af3968de8868177efa719f7c6e01628ce9 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-05-30Updates configs for ODL CSIT deploymentsTim Rozet1-20/+31
For ODL CSIT we want to deploy with: - Minimum services per role - 2 Compute nodes, 1 controller - Single network enabled Change-Id: If611c4c1ff68629670ef15904930124b5786a569 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-10Adding yamllint to build checksDan Radez1-3/+4
- making formatting changes to yaml files to meet yamllint checks Change-Id: Id48a8446512943e908e61dc00bbe6c033af27775 Signed-off-by: Dan Radez <dradez@redhat.com>
2017-02-15Removes cinder from controller with CSIT envTim Rozet1-4/+0
Change-Id: Iff08b7c7eabfafe3661d8d30e0a81cc38b44eaa3 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-02-08CSIT: adds default floating ip poolTim Rozet1-0/+1
Change-Id: Ib9e118983a0f59dbf416fa157f312eacc73763a3 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-12-15Workaround to ensure glance backend is file for csitTim Rozet1-0/+1
This is a workaround OOO bug 1650348 where default glance storage backend is set to swift. JIRA: APEX-362 Change-Id: Ie422fbb6ccab53f47af50ff0adc7276ff57a4b8c Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-12-13Adds stripped down ODL CSIT deploymentTim Rozet1-0/+79
Introduces new (hidden) cli option to change composable env config. This parameter then will use the provided file, for example, csit-environment.yaml instead of the typical opnfv-environment.yaml. The effect is using less services required for ODL CSIT snapshots. Note: this will not work with perf options, but those are not required currently for ODL CSIT. CSIT also does not need ceph, so providing a new deploy option to allow disabling it. JIRA: APEX-362 Change-Id: If3833b1acceeb23ef9e12c90df6cc9607bd8c724 Signed-off-by: Tim Rozet <trozet@redhat.com>