Commit Graph

6 Commits

Author SHA1 Message Date
Andreas Jaeger 9e22aa5af0 Retire repository
Fuel (from openstack namespace) and fuel-ccp (in x namespace)
repositories are unused and ready to retire.

This change removes all content from the repository and adds the usual
README file to point out that the repository is retired following the
process from
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project

See also
http://lists.openstack.org/pipermail/openstack-discuss/2019-December/011647.html

Depends-On: https://review.opendev.org/699362
Change-Id: I7b6da23a9ca05fb94f9f14e0f304cce596c469e8
2019-12-18 09:55:16 +01:00
asledzinskiy a8f5e57221 Increase default resources in devops templates
- We suffer from lackness of CPU and RAM during ccp
deployment so default numbers were increased

Change-Id: I751816cbab35963c518b4893b6beae864e237a77
2016-12-29 17:05:47 +02:00
Tatyana Leontovich 277bfde097 Update default template for usage of userdata
Motivation:
Provide possibility to get public and neutron net up and running

Change-Id: I015111fa7430fe99e53fb7bb097166527baaa019
2016-09-30 17:01:19 +03:00
Dennis Dmitriev 86c5a6f738 Enable ACPI for VMs in templates
- add 'enable_acpi: True' to libvirt driver options
- change interface names to 'ensXX' as it is required for use
  predictable interface naming with ACPI
  (without ACPI it was enp0XX)

Change-Id: I04b8cda3869b323cb1557cdd487712f71fb7f482
2016-09-28 14:03:05 +00:00
Dennis Dmitriev 3002cff1b6 Scale up k8s cluster using fuel-ccp-installer
Change-Id: I9a16bafe003a71702ac6f1742acee99df6f29164
2016-09-07 17:38:03 +03:00
Dennis Dmitriev b36041e4ce Move tests into a ./tests folder
- K8sClient moved from ./models to ./managers
- all YAMLs placed to ./tests/fixtures/templates
- all tests placed to ./tests/ into separated folders depending
  on tests types
- ssh_manager removed from helpers (unused)
- main folder 'mcp_tests' renamed to 'fuel_ccp_tests'
- conftest.py moved to the ./tests/system and ./tests/component
  folder because of failed unit tests (we use fixtures with
  autouse=True which fail unit tests).
- empty conftest.py added to the root of fuel_ccp_tests module
  to get unit tests passed

Change-Id: I25671dd7d6f3ee294a4e4146f9f2c2ba4d9b2d06
2016-08-24 18:36:25 +00:00