Added etcd as an available base service

- Added etcd recipe to allinone and multinode-controller roles
  to make an etcd service available as a base service.

Change-Id: Ibc966d8b4848f5829e4cd1706f55a3dde63d6656
Depends-On: Id2f934a9fc408276cb0a25afc2f65ec5f5c54c15
This commit is contained in:
Samuel Cassiba 2017-08-22 09:52:57 -04:00
parent aa566060f6
commit ea523064a0
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@
"recipe[openstack-common::logging]",
"recipe[openstack-common::sysctl]",
"recipe[openstack-common::client]",
"recipe[openstack-common::etcd]",
"recipe[openstack-ops-database::server]",
"recipe[openstack-ops-database::openstack-db]",
"recipe[openstack-ops-messaging::rabbitmq-server]",

View File

@ -13,6 +13,7 @@
"recipe[openstack-common::logging]",
"recipe[openstack-common::sysctl]",
"recipe[openstack-common::client]",
"recipe[openstack-common::etcd]",
"recipe[openstack-ops-database::server]",
"recipe[openstack-ops-database::openstack-db]",
"recipe[openstack-ops-messaging::rabbitmq-server]",