Add cookbook to deploy Designate service

Depends-On: I3407e698dd990661d280f25fc3de93aaa1477354
Change-Id: I633f115a49f2780de56ef627ed2ac9c0d07ba6c0
This commit is contained in:
Jens Harbott 2017-08-28 09:13:49 +00:00
parent aa566060f6
commit 0398e8f13c
5 changed files with 31 additions and 9 deletions

View File

@ -22,5 +22,6 @@ source 'https://supermarket.chef.io'
end
cookbook 'openstack-dns', github: 'cloudbau/cookbook-openstack-dns'
cookbook 'openstackclient', github: 'cloudbau/cookbook-openstackclient'
cookbook 'statsd', github: 'librato/statsd-cookbook'

View File

@ -0,0 +1,9 @@
{
"id": "designate",
"designate": {
"encrypted_data": "xi4j48o5eQ2looCkeVgPl64DFUPR82XlzymgNDESo2o=\n",
"iv": "WqlxhMdS6OojDRzPBL7NXw==\n",
"version": 1,
"cipher": "aes-256-cbc"
}
}

View File

@ -0,0 +1,9 @@
{
"id": "designate_rndc",
"designate_rndc": {
"encrypted_data": "9Rnug5CIx4gR71I4ir2wyyuZg6WfGSgwYkatGfrC7bo2rKYFY4anD4Rltxl+\nQVl/GxHIP7tjsbBDF99etSH1XQ==\n",
"iv": "s2U76jDYaJbklusq61zu5g==\n",
"version": 1,
"cipher": "aes-256-cbc"
}
}

View File

@ -0,0 +1,9 @@
{
"id": "openstack-dns",
"openstack-dns": {
"encrypted_data": "cAQ5NkN0QmxwaCJzjsSuCC8Jx0T8+QX0xzW+BA8SBs4=\n",
"iv": "YyNxLvFwWUOibDiNEqC2Fw==\n",
"version": 1,
"cipher": "aes-256-cbc"
}
}

View File

@ -50,15 +50,9 @@
"recipe[openstack-block-storage::volume]",
"recipe[openstack-block-storage::backup]",
"recipe[openstack-block-storage::identity_registration]",
"recipe[openstack-orchestration::engine]",
"recipe[openstack-orchestration::api]",
"recipe[openstack-orchestration::api-cfn]",
"recipe[openstack-orchestration::api-cloudwatch]",
"recipe[openstack-orchestration::identity_registration]",
"recipe[openstack-telemetry::agent-central]",
"recipe[openstack-telemetry::agent-compute]",
"recipe[openstack-telemetry::agent-notification]",
"recipe[openstack-telemetry::identity_registration]",
"recipe[openstack-dns::api]",
"recipe[openstack-dns::central]",
"recipe[openstack-dns::identity_registration]",
"recipe[openstack-image::image_upload]",
"recipe[openstack-dashboard::horizon]",
"recipe[openstack-dashboard::neutron-lbaas-dashboard]"