Commit Graph

7 Commits

Author SHA1 Message Date
Andreas Jaeger 5e717e6568 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: Icaff65f27554a379e9130bf9354b27ce0eb3b2a6
2019-12-18 09:47:51 +01:00
Jenkins e751b92d75 Merge "Update ansible to 2.3.0" 2017-07-28 17:04:07 +00:00
Sergii Golovatiuk eeccc79109 Update ansible to 2.3.0
Change-Id: If05c546be0922fc9e9e4dfccefc751a1e4285cf1
2017-04-27 12:52:12 +02:00
Artem Panchenko b89d989b74 Do not hardcode full path to ansible-paybook binary
Different software installation tools (e.g. `apt` and `pip`)
save ansible-paybook binary file into different locations.
So the full path to the binary can't be just hardcoded and
we have to rely on a common shell lookup in $PATH instead.

Change-Id: I367e78d7a376c1441d152584c88cd348430eed2a
2017-03-01 11:07:30 +00:00
Matthew Mosesohn 7be422c171 Remove inventory repo support
External inventory repo support adds a lot of baggage to project scope.
The new workflow is a bit simpler:
External commands:
git clone fuel-ccp-installer
git clone inventory_repo inventory
run kargo_deploy.sh

Behavior is now reverted in that if inventory/ dir exists, it will not
overwrite default file contents. However, if CUSTOM_YAML is specified,
it will overwrite data.

Change-Id: I9557cf86972a64ba0e72aa86111f598be66caff3
2017-02-01 18:26:32 +03:00
Matthew Mosesohn ea1ea0b69d Remove devops logic from k8s verify job
Change-Id: I7321850a85eb588ac183e28b13827bdc3da0c805
2016-09-06 13:41:28 +03:00
Matthew Mosesohn 55c6562d8c Add e2e conformance runner
Change-Id: I64be43627f160b4691a1cdc94e2f60a06454fe1f
2016-09-02 18:53:24 +04:00