Commit Graph

20 Commits

Author SHA1 Message Date
Andreas Jaeger 21c0f4b1cf 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: I392d1b2ec144f594d2af2718649823734716c577
2019-12-18 09:41:57 +01:00
Proskurin Kirill 4802a43160 Pin python-etcd version 'till we fix our entrypoints
Change-Id: Ia83925d34055cbf77bcf3775088c4ae8b32a0455
2017-03-17 08:58:25 +00:00
Aleksandr Mogylchenko f80188105b Add tls folder for certificates
Unfortunately we have to modify base image for such kind of tasks to
retain permissions structure.

Change-Id: Ib4b3ea4da7c1f641b9ab0223226348de5eac94df
2017-02-02 12:05:40 +01:00
Proskurin Kirill f6cb272b50 Add apt-get update to base-tools
Change-Id: I7d9393100c2503c5e519a4bc87720185961542e2
2017-01-17 11:32:50 +00:00
Aleksandr Mogylchenko d90aa158cf Install 0.4.4 python-etcd to fix TLS support
Version prior to 0.4.4 were forcing TLS versions:
80f9369637

which breaks communication with etcd server.

Change-Id: I16402fc79192622ddc9a8dcdb1b4b6f11294dbf7
2017-01-12 16:33:00 +01:00
Aleksandr Mogylchenko e996be07be Install apt-transport-https in base image
This package is required for TLS-only repositories.

Change-Id: Ifb32dbfc888364807f5f126e06f60a818d414666
2016-12-06 16:14:53 +01:00
Aleksandr Mogylchenko e8e3ffe10d Fix /opt/ccp/{etc,bin} directories creation
Above does not work in Docker because that is bash specific.

Change-Id: I65261c195ef53700cef2eb4d793f4be3a9b76127
2016-11-25 17:29:52 +01:00
Yuriy Taraday 1d7e1fc685 Add pykube dependency to base-tools
Required for new version of entrypoint

Change-Id: I8700d499168b560e1cfeb309b4eaae1bd9ddb995
2016-11-12 19:47:50 +03:00
Yuriy Taraday fa3bf043eb Make Debian repo urls configurable
Change-Id: I10d95637b56e9f70329570504500bed893016585
Depends-On: Ib43889dcec99c515b9932de381cf3ef25fbc7ff9
2016-10-26 09:51:05 +02:00
Yuriy Taraday 9654b194e5 Convert parent image specification to image_spec calls
Change-Id: I32959c9111abcbd65f8a84cdd070ae2e50e3bda0
Depends-On: I18281bdb41e91cd5c9160055f1617d7ee9d3b548
2016-10-18 12:53:31 +03:00
Proskurin Kirill b0c31e1374 Remove unneeded ENV, we already have it in base image
Change-Id: I93d700beab0254cfcabffb37b6b406bcb2c172ab
2016-09-19 14:00:16 +00:00
Aleksandr Mogylchenko 7947b192d6 Remove digitalocean and ceph sources from apt
We used to adding digitalocean repositories for mariadb and ceph ones for ceph,
updating pinning at the same time. This should not really be in the base image,
and at least for mariadb it conflicts with other repo providers and makes it
impossible to install Percona (for example).

Change-Id: I3861ce9f87d123d567d1cfc0a8c41fac49c72aa3
2016-09-08 22:26:09 +02:00
Sergey Reshetnyak a53431f6ac Add retries for getting packages
Change-Id: I8c4ed1fe41a6f07da1454b77f750ef83ed1b8a58
2016-07-28 18:59:37 +03:00
Sergey Reshetnyak 2598477b66 Add dumb-init to requirements.txt
dumb-init used for fixing PID1 problem in containers

Change-Id: If78ed04aef1b35c6ff289afaff9cace60320b227
2016-07-25 10:21:08 +03:00
Proskurin Kirill d874cbd04e Added optional fs paths for ccp related files
Like bootstrap scripts, etc.

Change-Id: Ib5a4413206c9fb6134bcceccddec26be24a6cf2e
2016-07-05 17:10:18 +02:00
Proskurin Kirill 3f038ac994 Moved some tools to base-tools container. Add netifaces python lib.
All tools, libs, etc should be in base-tools container. Base image should not
be toched in the most cases.

Change-Id: I023dc4e8663b2e24c0757a1537358c2a320f8725
2016-07-01 15:01:42 +02:00
Sergey Reshetnyak 38a9669c6b Install python in base image
Change-Id: I0c96661a7f0e0eeef6d11eabb78aeeeed4da37fa
2016-06-17 12:59:29 +03:00
Andrey Pavlov 14d02165cf Adding some dependencies for start script
Change-Id: I467eb3eca418b06281515c19096c7e74fcb44c42
2016-06-15 15:34:49 +03:00
Proskurin Kirill a3c571a0bf Add nc to tools.
Change-Id: Ic8aa3085f7c2d567907e6c6370c8963a4629a89b
2016-06-03 11:46:52 +02:00
Proskurin Kirill e0ce4bc28a Initial base layers docker files
Change-Id: I7bfca1cd80ecdff8f80091b5d640adbf510b9436
2016-05-17 15:39:49 +02:00