Commit Graph

8 Commits

Author SHA1 Message Date
Andreas Jaeger e2bea4c609 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: I1b7169982cea5d047175d19e880c94a7b8cadcc2
2019-12-18 09:42:38 +01:00
Peter Razumovsky 822cb58246 Designate bind9 backend
Add bind9 backend for designate. It required worker
and bind9 services for correct work.

Change-Id: I79472fc80c1f48daaf64300f8a71ee50baa6ebd5
2017-03-21 09:20:48 +00:00
Andrey Pavlov 935a186bbc Adjust to per-service configuration
Change-Id: Iba26e7fd74f2e75d93f1863d48f89cbec344fd83
Depends-On: Ia4d29167cea6dfd19a1970706aafda51a31d5b24
2017-02-28 11:11:00 +00:00
Peter Razumovsky 6d351b3fc2 Add fake pool for pool manager
Add fake pool using for pool manager, because current
pool manager cannot found "default" pool and notify about
error in logs. After adding fake pool as default, pool manager
will start to work correctly, but all designate resources
will stuck in PENDING status (due to this pool is fake).

Change-Id: I48e3bb83ab06a9a6df93507188883b739b65fa47
2017-02-21 14:04:07 +04:00
Peter Razumovsky d1bf983141 Fix designate pool manager db and rabbitmq
Add hosts and user/password for rabbitmq and also
add deps on main database creation for pool manager
db create command. And remove duplicate user create for
designate database.

Change-Id: Iacdd2db6368ccc5ad9068fb5fa8fb6cbc8665c2d
2017-02-21 14:04:05 +04:00
Andrey Pavlov 41f9deb816 Moving tls flag from percona to db group
Change-Id: I75fbcb1274a860154f26b650a55e4bdd9227013a
Depends-On: I2ff95f7a1cbb14cb1cd9e35677f95c30a4523340
2017-02-20 14:36:04 +00:00
Peter Razumovsky 1f39d95902 Add SSL support for designate CCP plugin
Add SSL for designate components.

Change-Id: I5e94299fdb38fb9eaa74498778b14df3e00b9824
2017-02-15 14:40:11 +04:00
Peter Razumovsky c7773735e3 Add components to designate CCP plugin
Add next components to designate CCP plugin:

  * designate-api
  * designate-central
  * designate-sink
  * designate-pool-manager
  * designate-zone-manager
  * designate-mdns
  * designate-agent

Change-Id: I0332dc2e1e8bfaf7802f339ae94928c6c7de9979
2017-02-14 10:19:37 +00:00